Prechecker results: error


PHP lint problems

(3 errors, 0 warnings)

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

blocks/exaport/epop.php
(#1559) PHP Parse error: syntax error, unexpected end of file in /blocks/exaport/epop.php on line 1559
blocks/exaport/lang/de_du/block_exaport.php
BOM character found
blocks/exaport/lang/el/block_exaport.php
(#115) PHP Parse error: syntax error, unexpected 'showsummary' (T_STRING) in /blocks/exaport/lang/el/block_exaport.php on line 115

PHP coding style problems

(45672 errors, 3389 warnings)

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

blocks/exaport/admin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Whitespace found at end of line
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/exaport/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#32) Closing brace indented incorrectly; expected 1 spaces, found 4
(#34) Visibility must be declared on method "instance_allow_multiple"
(#37) Whitespace found at end of line
(#38) Visibility must be declared on method "instance_allow_config"
(#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) Visibility must be declared on method "has_config"
(#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 5
(#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
(#45) Whitespace found at end of line
(#46) Visibility must be declared on method "get_content"
(#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 5
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 9
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 9
(#54) Whitespace found at end of line
(#55) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#58) Whitespace found at end of line
(#63) Whitespace found at end of line
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#69) Line exceeds maximum limit of 180 characters; contains 238 characters
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#70) Line exceeds 132 characters; contains 176 characters
(#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
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#72) Line exceeds maximum limit of 180 characters; contains 243 characters
(#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 5
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#73) Line exceeds maximum limit of 180 characters; contains 188 characters
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Line exceeds maximum limit of 180 characters; contains 225 characters
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Line exceeds 132 characters; contains 171 characters
blocks/exaport/block_exaport_standard_categories_de.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Expected 1 space before "="; 0 found
(#12) Expected 1 space after "="; 0 found
(#14) A closing tag is not permitted at the end of a PHP file
blocks/exaport/blockmediafunc.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Variable "iframe_sources" must not contain underscores.
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Spaces must be used to indent lines; tabs are not allowed
(#3) Tab found within whitespace
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#5) Variable "iframe_sources" must not contain underscores.
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Spaces must be used for alignment; tabs are not allowed
(#10) Tab found within whitespace
(#10) Whitespace found at end of line
(#11) Spaces must be used for alignment; tabs are not allowed
(#11) Tab found within whitespace
(#12) Spaces must be used for alignment; tabs are not allowed
(#12) Tab found within whitespace
(#13) Spaces must be used for alignment; tabs are not allowed
(#13) Tab found within whitespace
(#14) Spaces must be used for alignment; tabs are not allowed
(#14) Tab found within whitespace
(#14) Spaces must be used for alignment; tabs are not allowed
(#14) Tab found within whitespace
(#14) Whitespace found at end of line
(#15) Spaces must be used for alignment; tabs are not allowed
(#15) Tab found within whitespace
(#15) Whitespace found at end of line
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#29) Line exceeds maximum limit of 180 characters; contains 188 characters
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Whitespace found at end of line
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Whitespace found at end of line
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#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
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#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
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#102) Spaces must be used for alignment; 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
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 5 spaces, found 2
(#118) Variable "iframe_sources" must not contain underscores.
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 5 spaces, found 2
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 5 spaces, found 2
(#120) Variable "array_m" must not contain underscores.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 5 spaces, found 2
(#121) Whitespace found at end of line
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) This comment is 62% valid code; is this commented out code?
(#122) Line indented incorrectly; expected at least 9 spaces, found 3
(#122) No space found before comment text; expected "// preg_match( '/src="([^"]*)"/i', $input, $array_m) ;" but found "//preg_match( '/src="([^"]*)"/i', $input, $array_m) ;"
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 9 spaces, found 3
(#123) Variable "array_m" must not contain underscores.
(#123) Space found before semicolon; expected ");" but found ") ;"
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 9 spaces, found 3
(#124) Inline control structures are not allowed
(#124) Variable "array_m" must not contain underscores.
(#124) Expected 1 space before ">"; 0 found
(#124) Expected 1 space after ">"; 0 found
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 9 spaces, found 4
(#125) Variable "array_m" must not contain underscores.
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Expected 1 space before "?"; 2 found
(#127) Expected 1 space before ":"; 2 found
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#130) Variable "iframe_sources" must not contain underscores.
(#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 12 spaces, found 3
(#131) Whitespace found at end of line
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 16 spaces, found 4
(#132) Line exceeds 132 characters; contains 158 characters
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 16 spaces, found 4
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 16 spaces, found 4
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 12 spaces, found 3
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Closing brace indented incorrectly; expected 1 spaces, found 4
(#141) A closing tag is not permitted at the end of a PHP file
blocks/exaport/blocks.json.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "require_once" must be immediately followed by an open parenthesis
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) "require_once" must be immediately followed by an open parenthesis
(#26) Variable "block_data" must not contain underscores.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Variable "block_data" must not contain underscores.
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Whitespace found at end of line
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Variable "block_data" must not contain underscores.
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#38) Variable "block_data" must not contain underscores.
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Variable "block_data" must not contain underscores.
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#42) Variable "block_data" must not contain underscores.
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Variable "block_data" must not contain underscores.
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#46) Variable "block_data" must not contain underscores.
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Variable "block_data" must not contain underscores.
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Closing brace must be on a line by itself
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) This comment is 86% valid code; is this commented out code?
(#56) No space found before comment text; expected "// echo $message["html"];" but found "//echo $message["html"];"
(#58) This comment is 52% valid code; is this commented out code?
(#65) Variable "block_data" must not contain underscores.
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Variable "categoriesByParent" must be all lower-case
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 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 at least 8 spaces, found 2
(#81) Inline control structures are not allowed
(#81) Variable "categoriesByParent" must be all lower-case
(#81) Variable "categoriesByParent" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "categoriesByParent" must be all lower-case
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Variable "rootCategory" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Variable "rootCategory" must be all lower-case
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 at least 4 spaces, found 1
(#98) Variable "itemsByCategory" must be all lower-case
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Inline control structures are not allowed
(#101) Variable "itemsByCategory" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 3
(#102) Variable "itemsByCategory" must be all lower-case
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Variable "itemsByCategory" must be all lower-case
(#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) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) 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 at least 4 spaces, found 1
(#107) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 159 characters
(#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
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Whitespace found at end of line
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#111) Commas (,) must be followed by white space.
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#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 4 spaces, found 1
(#115) Variable "categoriesByParent" must be all lower-case
(#115) Variable "itemsByCategory" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Variable "subContent" must be all lower-case
(#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 2
(#119) Variable "categoriesByParent" must be all lower-case
(#119) Variable "subCategory" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Variable "subContent" must be all lower-case
(#120) Variable "subCategory" must be all lower-case
(#120) Variable "categoriesByParent" must be all lower-case
(#120) Variable "itemsByCategory" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#123) Variable "subContent" must be all lower-case
(#123) Variable "itemsByCategory" must be all lower-case
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#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 at least 8 spaces, found 2
(#130) Inline control structures are not allowed
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Variable "itemsByCategory" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 12 spaces, found 3
(#135) Variable "itemsByCategory" 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 16 spaces, found 4
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 16 spaces, found 4
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 16 spaces, found 4
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 12 spaces, found 3
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Variable "subContent" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Inline control structures are not allowed
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#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 4 spaces, found 1
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Spaces must be used for alignment; tabs are not allowed
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Line indented incorrectly; expected 4 spaces, found 2
(#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 3
(#154) Variable "rootCategory" must be all lower-case
(#154) Variable "categoriesByParent" must be all lower-case
(#154) Variable "itemsByCategory" 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 4 spaces, found 2
(#156) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#158) Spaces must be used for alignment; tabs are not allowed
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Commas (,) must be followed by white space.
(#160) Spaces must be used for alignment; tabs are not allowed
(#161) Spaces must be used for alignment; tabs are not allowed
(#162) Spaces must be used for alignment; tabs are not allowed
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Line indented incorrectly; expected 4 spaces, found 1
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 1
(#165) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) 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
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#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 8 spaces, found 2
(#175) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#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 3
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 12 spaces, found 3
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 16 spaces, found 4
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 20 spaces, found 5
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 20 spaces, found 5
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 20 spaces, found 5
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 20 spaces, found 5
(#182) 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) Line indented incorrectly; expected 16 spaces, found 4
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 12 spaces, found 3
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 4 spaces, found 1
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 1
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 4 spaces, found 1
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#190) Line exceeds maximum limit of 180 characters; contains 183 characters
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 1
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#198) Variable "block_data" must not contain underscores.
(#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
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Whitespace found at end of line
(#201) Variable "draftid_editor" must not contain underscores.
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#202) Variable "block_data" must not contain underscores.
(#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
(#203) Variable "block_data" must not contain underscores.
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Variable "draftid_editor" must not contain underscores.
(#204) Line exceeds 132 characters; contains 136 characters
(#204) Line exceeds 132 characters; contains 136 characters
(#204) Line exceeds 132 characters; contains 136 characters
(#204) Line exceeds 132 characters; contains 136 characters
(#204) Line exceeds 132 characters; contains 136 characters
(#204) Line exceeds 132 characters; contains 136 characters
(#204) Line exceeds 132 characters; contains 136 characters
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#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
(#210) Line exceeds 132 characters; contains 174 characters
(#210) Line exceeds 132 characters; contains 174 characters
(#210) Line exceeds 132 characters; contains 174 characters
(#210) Line exceeds 132 characters; contains 174 characters
(#210) Line exceeds 132 characters; contains 174 characters
(#210) Line exceeds 132 characters; contains 174 characters
(#210) Line exceeds 132 characters; contains 174 characters
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 4 spaces, found 1
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Commas (,) must be followed by white space.
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Spaces must be used for alignment; tabs are not allowed
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Variable "block_data" must not contain underscores.
(#217) Expected 1 space before "?"; 0 found
(#217) Expected 1 space after "?"; 0 found
(#217) Variable "block_data" must not contain underscores.
(#217) Expected 1 space before ":"; 0 found
(#217) Expected 1 space after ":"; 0 found
(#217) Line exceeds 132 characters; contains 139 characters
(#217) Line exceeds 132 characters; contains 139 characters
(#217) Line exceeds 132 characters; contains 139 characters
(#217) Line exceeds 132 characters; contains 139 characters
(#217) Line exceeds 132 characters; contains 139 characters
(#217) Line exceeds 132 characters; contains 139 characters
(#217) Line exceeds 132 characters; contains 139 characters
(#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
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Commas (,) must be followed by white space.
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Whitespace found at end of line
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Line exceeds 132 characters; contains 180 characters
(#223) Line exceeds 132 characters; contains 180 characters
(#223) Line exceeds 132 characters; contains 180 characters
(#223) Line exceeds 132 characters; contains 180 characters
(#223) Line exceeds 132 characters; contains 180 characters
(#223) Line exceeds 132 characters; contains 180 characters
(#223) Line exceeds 132 characters; contains 180 characters
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#227) Line exceeds maximum limit of 180 characters; contains 183 characters
(#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
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Commas (,) must be followed by white space.
(#232) Line exceeds 132 characters; contains 151 characters
(#232) Line exceeds 132 characters; contains 151 characters
(#232) Line exceeds 132 characters; contains 151 characters
(#232) Line exceeds 132 characters; contains 151 characters
(#232) Line exceeds 132 characters; contains 151 characters
(#232) Line exceeds 132 characters; contains 151 characters
(#232) Line exceeds 132 characters; contains 151 characters
(#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
(#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
(#239) Variable "block_data" must not contain underscores.
(#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) Line exceeds 132 characters; contains 178 characters
(#241) Line exceeds 132 characters; contains 178 characters
(#241) Line exceeds 132 characters; contains 178 characters
(#241) Line exceeds 132 characters; contains 178 characters
(#241) Line exceeds 132 characters; contains 178 characters
(#241) Line exceeds 132 characters; contains 178 characters
(#241) Line exceeds 132 characters; contains 178 characters
(#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) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Whitespace found at end of line
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 4 spaces, found 1
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 1
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#248) Variable "block_data" must not contain underscores.
(#248) Expected 1 space before "?"; 0 found
(#248) Expected 1 space after "?"; 0 found
(#248) Variable "block_data" must not contain underscores.
(#248) Expected 1 space before ":"; 0 found
(#248) Expected 1 space after ":"; 0 found
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#248) Line exceeds maximum limit of 180 characters; contains 215 characters
(#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
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#253) Line exceeds maximum limit of 180 characters; contains 183 characters
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#258) Commas (,) must be followed by white space.
(#258) Line exceeds 132 characters; contains 153 characters
(#258) Line exceeds 132 characters; contains 153 characters
(#258) Line exceeds 132 characters; contains 153 characters
(#258) Line exceeds 132 characters; contains 153 characters
(#258) Line exceeds 132 characters; contains 153 characters
(#258) Line exceeds 132 characters; contains 153 characters
(#258) Line exceeds 132 characters; contains 153 characters
(#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
(#263) Variable "block_data" must not contain underscores.
(#264) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) Line indented incorrectly; expected 4 spaces, found 0
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 1
(#267) Variable "user_picture" must not contain underscores.
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 1
(#268) Variable "user_picture" must not contain underscores.
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 1
(#269) Variable "picture_src" must not contain underscores.
(#269) Variable "user_picture" must not contain underscores.
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 1
(#270) Variable "user_picture" must not contain underscores.
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 1
(#271) Variable "picture_src_small" must not contain underscores.
(#271) Variable "user_picture" must not contain underscores.
(#272) Line indented incorrectly; expected 4 spaces, found 0
(#274) Variable "draftid_editor" must not contain underscores.
(#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 4 spaces, found 1
(#276) Variable "block_data" 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 8 spaces, found 2
(#277) Variable "block_data" must not contain underscores.
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Variable "draftid_editor" must not contain underscores.
(#280) Expected 1 space before "=>"; 0 found
(#280) Expected 1 space after "=>"; 0 found
(#280) Line exceeds 132 characters; contains 162 characters
(#280) Line exceeds 132 characters; contains 162 characters
(#280) Line exceeds 132 characters; contains 162 characters
(#280) Line exceeds 132 characters; contains 162 characters
(#280) Line exceeds 132 characters; contains 162 characters
(#280) Line exceeds 132 characters; contains 162 characters
(#280) Line exceeds 132 characters; contains 162 characters
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 4 spaces, found 1
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Variable "draftid_editor" must not contain underscores.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Line exceeds 132 characters; contains 136 characters
(#285) Line exceeds 132 characters; contains 136 characters
(#285) Line exceeds 132 characters; contains 136 characters
(#285) Line exceeds 132 characters; contains 136 characters
(#285) Line exceeds 132 characters; contains 136 characters
(#285) Line exceeds 132 characters; contains 136 characters
(#285) Line exceeds 132 characters; contains 136 characters
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#289) Line exceeds maximum limit of 180 characters; contains 182 characters
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Variable "block_data" must not contain underscores.
(#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
(#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) Commas (,) must be followed by white space.
(#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) 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) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Whitespace found at end of line
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 4 spaces, found 1
(#302) Variable "block_data" must not contain underscores.
(#302) Expected 1 space before "=="; 0 found
(#302) Expected 1 space after "=="; 0 found
(#302) Expected 1 space before "?"; 0 found
(#302) Expected 1 space after "?"; 0 found
(#302) Expected 1 space before ":"; 0 found
(#302) Expected 1 space after ":"; 0 found
(#302) Commas (,) must be followed by white space.
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#302) Line exceeds maximum limit of 180 characters; contains 234 characters
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 4 spaces, found 1
(#303) Variable "block_data" must not contain underscores.
(#303) Expected 1 space before "=="; 0 found
(#303) Expected 1 space after "=="; 0 found
(#303) Expected 1 space before "?"; 0 found
(#303) Expected 1 space after "?"; 0 found
(#303) Expected 1 space before ":"; 0 found
(#303) Expected 1 space after ":"; 0 found
(#303) Commas (,) must be followed by white space.
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#303) Line exceeds maximum limit of 180 characters; contains 224 characters
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 4 spaces, found 1
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Whitespace found at end of line
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 4 spaces, found 1
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 4 spaces, found 1
(#306) Commas (,) must be followed by white space.
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Whitespace found at end of line
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Variable "block_data" must not contain underscores.
(#310) Expected 1 space before "=="; 0 found
(#310) Expected 1 space after "=="; 0 found
(#310) Variable "picture_src" must not contain underscores.
(#310) Expected 1 space before "?"; 0 found
(#310) Expected 1 space after "?"; 0 found
(#310) Expected 1 space before ":"; 0 found
(#310) Expected 1 space after ":"; 0 found
(#310) Commas (,) must be followed by white space.
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#310) Line exceeds maximum limit of 180 characters; contains 181 characters
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#311) Variable "picture_src" must not contain underscores.
(#311) Variable "block_data" must not contain underscores.
(#311) Expected 1 space before "=="; 0 found
(#311) Expected 1 space after "=="; 0 found
(#311) Variable "picture_src" must not contain underscores.
(#311) Expected 1 space before "?"; 0 found
(#311) Expected 1 space after "?"; 0 found
(#311) Expected 1 space before ":"; 0 found
(#311) Expected 1 space after ":"; 0 found
(#311) Variable "user_picture" must not contain underscores.
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#311) Line exceeds maximum limit of 180 characters; contains 195 characters
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 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
(#313) Inline control structures are not allowed
(#313) Whitespace found at end of line
(#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 2
(#314) Commas (,) must be followed by white space.
(#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
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 1
(#317) Commas (,) must be followed by white space.
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Whitespace found at end of line
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Whitespace found at end of line
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) Variable "block_data" must not contain underscores.
(#321) Expected 1 space before "=="; 0 found
(#321) Expected 1 space after "=="; 0 found
(#321) Expected 1 space before "?"; 0 found
(#321) Expected 1 space after "?"; 0 found
(#321) Expected 1 space before ":"; 0 found
(#321) Expected 1 space after ":"; 0 found
(#321) Commas (,) must be followed by white space.
(#321) Line exceeds 132 characters; contains 174 characters
(#321) Line exceeds 132 characters; contains 174 characters
(#321) Line exceeds 132 characters; contains 174 characters
(#321) Line exceeds 132 characters; contains 174 characters
(#321) Line exceeds 132 characters; contains 174 characters
(#321) Line exceeds 132 characters; contains 174 characters
(#321) Line exceeds 132 characters; contains 174 characters
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Variable "block_data" must not contain underscores.
(#322) Expected 1 space before "=="; 0 found
(#322) Expected 1 space after "=="; 0 found
(#322) Expected 1 space before "?"; 0 found
(#322) Expected 1 space after "?"; 0 found
(#322) Expected 1 space before ":"; 0 found
(#322) Expected 1 space after ":"; 0 found
(#322) Line exceeds 132 characters; contains 162 characters
(#322) Line exceeds 132 characters; contains 162 characters
(#322) Line exceeds 132 characters; contains 162 characters
(#322) Line exceeds 132 characters; contains 162 characters
(#322) Line exceeds 132 characters; contains 162 characters
(#322) Line exceeds 132 characters; contains 162 characters
(#322) Line exceeds 132 characters; contains 162 characters
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 4 spaces, found 1
(#324) Inline control structures are not allowed
(#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 2
(#325) Commas (,) must be followed by white space.
(#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
(#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 at least 4 spaces, found 1
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Whitespace found at end of line
(#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
(#329) Commas (,) must be followed by white space.
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 4 spaces, found 1
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 4 spaces, found 1
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Whitespace found at end of line
(#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
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#332) Line exceeds maximum limit of 180 characters; contains 184 characters
(#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
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Whitespace found at end of line
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#336) Line exceeds maximum limit of 180 characters; contains 183 characters
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 4 spaces, found 1
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 4 spaces, found 1
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Line indented incorrectly; expected at least 4 spaces, found 1
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 4 spaces, found 1
(#340) Commas (,) must be followed by white space.
(#340) Line exceeds 132 characters; contains 159 characters
(#340) Line exceeds 132 characters; contains 159 characters
(#340) Line exceeds 132 characters; contains 159 characters
(#340) Line exceeds 132 characters; contains 159 characters
(#340) Line exceeds 132 characters; contains 159 characters
(#340) Line exceeds 132 characters; contains 159 characters
(#340) Line exceeds 132 characters; contains 159 characters
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 4 spaces, found 1
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Whitespace found at end of line
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Variable "block_data" must not contain underscores.
(#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) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Whitespace found at end of line
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 4 spaces, found 1
(#352) Line exceeds 132 characters; contains 175 characters
(#352) Line exceeds 132 characters; contains 175 characters
(#352) Line exceeds 132 characters; contains 175 characters
(#352) Line exceeds 132 characters; contains 175 characters
(#352) Line exceeds 132 characters; contains 175 characters
(#352) Line exceeds 132 characters; contains 175 characters
(#352) Line exceeds 132 characters; contains 175 characters
(#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 1
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Whitespace found at end of line
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 4 spaces, found 1
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#356) Commas (,) must be followed by white space.
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 4 spaces, found 1
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 4 spaces, found 1
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 4 spaces, found 1
(#359) Variable "block_data" must not contain underscores.
(#359) Expected 1 space before "?"; 0 found
(#359) Expected 1 space after "?"; 0 found
(#359) Variable "block_data" must not contain underscores.
(#359) Expected 1 space before ":"; 0 found
(#359) Expected 1 space after ":"; 0 found
(#359) Line exceeds 132 characters; contains 152 characters
(#359) Line exceeds 132 characters; contains 152 characters
(#359) Line exceeds 132 characters; contains 152 characters
(#359) Line exceeds 132 characters; contains 152 characters
(#359) Line exceeds 132 characters; contains 152 characters
(#359) Line exceeds 132 characters; contains 152 characters
(#359) Line exceeds 132 characters; contains 152 characters
(#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 1
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 4 spaces, found 1
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Whitespace found at end of line
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Commas (,) must be followed by white space.
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Whitespace found at end of line
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 4 spaces, found 1
(#366) Variable "block_data" must not contain underscores.
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#366) Line exceeds maximum limit of 180 characters; contains 191 characters
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 4 spaces, found 1
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Whitespace found at end of line
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#369) Commas (,) must be followed by white space.
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 4 spaces, found 1
(#371) Line exceeds 132 characters; contains 173 characters
(#371) Line exceeds 132 characters; contains 173 characters
(#371) Line exceeds 132 characters; contains 173 characters
(#371) Line exceeds 132 characters; contains 173 characters
(#371) Line exceeds 132 characters; contains 173 characters
(#371) Line exceeds 132 characters; contains 173 characters
(#371) Line exceeds 132 characters; contains 173 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#372) Line exceeds maximum limit of 180 characters; contains 184 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#373) Line exceeds 132 characters; contains 161 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#374) Line exceeds 132 characters; contains 160 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#375) Line exceeds 132 characters; contains 177 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 185 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#377) Line exceeds 132 characters; contains 157 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#378) Line exceeds maximum limit of 180 characters; contains 185 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 157 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#380) Line exceeds maximum limit of 180 characters; contains 185 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#381) Line exceeds 132 characters; contains 165 characters
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 4 spaces, found 1
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Whitespace found at end of line
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 4 spaces, found 1
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 4 spaces, found 1
(#386) Expected 1 space before "=="; 0 found
(#386) Expected 1 space after "=="; 0 found
(#386) Expected 1 space before "?"; 0 found
(#386) Expected 1 space after "?"; 0 found
(#386) Expected 1 space before ":"; 0 found
(#386) Expected 1 space after ":"; 0 found
(#386) Line exceeds 132 characters; contains 151 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 4 spaces, found 1
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 4 spaces, found 1
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 4 spaces, found 1
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 4 spaces, found 1
(#390) Commas (,) must be followed by white space.
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Whitespace found at end of line
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 4 spaces, found 1
(#391) Variable "block_data" must not contain underscores.
(#391) Expected 1 space before "?"; 0 found
(#391) Expected 1 space after "?"; 0 found
(#391) Variable "block_data" must not contain underscores.
(#391) Expected 1 space before ":"; 0 found
(#391) Expected 1 space after ":"; 0 found
(#391) Line exceeds 132 characters; contains 137 characters
(#391) Line exceeds 132 characters; contains 137 characters
(#391) Line exceeds 132 characters; contains 137 characters
(#391) Line exceeds 132 characters; contains 137 characters
(#391) Line exceeds 132 characters; contains 137 characters
(#391) Line exceeds 132 characters; contains 137 characters
(#391) Line exceeds 132 characters; contains 137 characters
(#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 4 spaces, found 1
(#392) Commas (,) must be followed by white space.
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Whitespace found at end of line
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 4 spaces, found 1
(#393) Variable "block_data" must not contain underscores.
(#393) Expected 1 space before "?"; 0 found
(#393) Expected 1 space after "?"; 0 found
(#393) Variable "block_data" must not contain underscores.
(#393) Expected 1 space before ":"; 0 found
(#393) Expected 1 space after ":"; 0 found
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Whitespace found at end of line
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 4 spaces, found 1
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Whitespace found at end of line
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 4 spaces, found 1
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 4 spaces, found 1
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 4 spaces, found 1
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#397) Line exceeds maximum limit of 180 characters; contains 183 characters
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 4 spaces, found 1
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 4 spaces, found 1
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 4 spaces, found 1
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Line indented incorrectly; expected at least 4 spaces, found 1
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 4 spaces, found 1
(#402) Commas (,) must be followed by white space.
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Line exceeds 132 characters; contains 153 characters
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Whitespace found at end of line
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 4 spaces, found 1
(#406) Variable "block_data" must not contain underscores.
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 4 spaces, found 1
(#408) Spaces must be used for alignment; tabs are not allowed
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#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 4 spaces, found 1
(#412) Line exceeds 132 characters; contains 160 characters
(#412) Line exceeds 132 characters; contains 160 characters
(#412) Line exceeds 132 characters; contains 160 characters
(#412) Line exceeds 132 characters; contains 160 characters
(#412) Line exceeds 132 characters; contains 160 characters
(#412) Line exceeds 132 characters; contains 160 characters
(#412) Line exceeds 132 characters; contains 160 characters
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 4 spaces, found 1
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 4 spaces, found 1
(#416) Commas (,) must be followed by white space.
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 4 spaces, found 1
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 4 spaces, found 1
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Whitespace found at end of line
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 4 spaces, found 1
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 4 spaces, found 1
(#422) Spaces must be used for alignment; tabs are not allowed
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Line indented incorrectly; expected 4 spaces, found 2
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected 4 spaces, found 3
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 8 spaces, found 4
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 12 spaces, found 5
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 12 spaces, found 5
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 12 spaces, found 5
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 12 spaces, found 5
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 8 spaces, found 4
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 4 spaces, found 3
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 4 spaces, found 2
(#433) Spaces must be used for alignment; tabs are not allowed
(#434) Spaces must be used for alignment; tabs are not allowed
(#435) Spaces must be used for alignment; tabs are not allowed
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Commas (,) must be followed by white space.
(#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
(#440) Line indented incorrectly; expected 4 spaces, found 1
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 4 spaces, found 1
(#442) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 4 spaces, found 1
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Whitespace found at end of line
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 4 spaces, found 1
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Whitespace found at end of line
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 4 spaces, found 1
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 4 spaces, found 1
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#447) Line exceeds maximum limit of 180 characters; contains 183 characters
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 4 spaces, found 1
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 4 spaces, found 1
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Whitespace found at end of line
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 4 spaces, found 1
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 4 spaces, found 1
(#455) function name "tinyMCE_enable_script" must be lower-case letters only
(#455) Variable "element_id" must not contain underscores.
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 4 spaces, found 1
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Whitespace found at end of line
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 4 spaces, found 1
(#458) Variable "draft_itemid" must not contain underscores.
(#459) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Whitespace found at end of line
(#461) Line indented incorrectly; expected at least 4 spaces, found 0
(#462) This comment is 53% valid code; is this commented out code?
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Line indented incorrectly; expected at least 4 spaces, found 0
(#462) No space found before comment text; expected "// $strtime = get_string('strftimetime');" but found "//$strtime = get_string('strftimetime');"
(#463) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Line indented incorrectly; expected at least 4 spaces, found 0
(#463) No space found before comment text; expected "// $strdate = get_string('strftimedaydate');" but found "//$strdate = get_string('strftimedaydate');"
(#464) Line indented incorrectly; expected at least 4 spaces, found 0
(#465) Line indented incorrectly; expected at least 4 spaces, found 0
(#466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#466) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) This comment is 65% valid code; is this commented out code?
(#466) Line indented incorrectly; expected at least 4 spaces, found 0
(#466) No space found before comment text; expected "// $contentcss = $PAGE->theme->editor_css_url()->out(false);" but found "//$contentcss = $PAGE->theme->editor_css_url()->out(false);"
(#467) Line indented incorrectly; expected 4 spaces, found 0
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 8 spaces, found 1
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#473) Line exceeds maximum limit of 180 characters; contains 7490 characters
(#474) Variable "element_id" must not contain underscores.
(#474) Variable "element_id" must not contain underscores.
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#474) Line exceeds maximum limit of 180 characters; contains 2919 characters
(#475) Variable "element_id" must not contain underscores.
(#475) Variable "draft_itemid" must not contain underscores.
(#475) Variable "draft_itemid" must not contain underscores.
(#475) Variable "draft_itemid" must not contain underscores.
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#475) Line exceeds maximum limit of 180 characters; contains 7525 characters
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 4 spaces, found 1
(#479) Closing brace indented incorrectly; expected 0 spaces, found 1
(#480) Line indented incorrectly; expected 4 spaces, found 0
(#480) Expected "} else {\n"; found "}\nelse {\n"
(#481) Line indented incorrectly; expected at least 8 spaces, found 1
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#486) Line exceeds maximum limit of 180 characters; contains 9089 characters
(#488) Variable "draft_itemid" must not contain underscores.
(#488) Variable "draft_itemid" must not contain underscores.
(#488) Variable "draft_itemid" must not contain underscores.
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#488) Line exceeds maximum limit of 180 characters; contains 5828 characters
(#489) Variable "element_id" must not contain underscores.
(#489) Variable "element_id" must not contain underscores.
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#489) Line exceeds maximum limit of 180 characters; contains 2558 characters
(#490) Variable "element_id" must not contain underscores.
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#490) Line exceeds maximum limit of 180 characters; contains 5817 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#491) Line exceeds maximum limit of 180 characters; contains 291 characters
(#492) Whitespace found at end of line within string
(#496) Line indented incorrectly; expected 4 spaces, found 0
(#497) Line indented incorrectly; expected at least 4 spaces, found 0
blocks/exaport/category.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) "require_once" must be immediately followed by an open parenthesis
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) "require_once" must be immediately followed by an open parenthesis
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 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 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Variable "targetCategory" must be all lower-case
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 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 at least 4 spaces, found 2
(#47) Variable "targetCategory" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) 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
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 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 at least 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 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
(#61) Inline control structures are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#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) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 16 spaces, found 4
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 20 spaces, found 5
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 16 spaces, found 4
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 12 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 4
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 20 spaces, found 5
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 4
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 2
(#89) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 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 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#93) Expected "} else {\n"; found "}\n\t\telse\n\t\t{\n"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 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 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 2
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 4 spaces, found 2
(#105) Expected 1 space before "=="; 0 found
(#105) Expected 1 space after "=="; 0 found
(#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) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) 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 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#114) Line exceeds 132 characters; contains 179 characters
(#114) Line exceeds 132 characters; contains 179 characters
(#114) Line exceeds 132 characters; contains 179 characters
(#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
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// Add elements to form" but found "//Add elements to form"
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 8 spaces, found 2
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Whitespace found at end of line
(#145) 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) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Line exceeds maximum limit of 180 characters; contains 243 characters
(#159) Line exceeds maximum limit of 180 characters; contains 243 characters
(#159) Line exceeds maximum limit of 180 characters; contains 243 characters
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 3
(#162) Line exceeds 132 characters; contains 153 characters
(#162) Line exceeds 132 characters; contains 153 characters
(#162) Line exceeds 132 characters; contains 153 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 2
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Line exceeds 132 characters; contains 133 characters
(#169) Line exceeds 132 characters; contains 133 characters
(#169) Line exceeds 132 characters; contains 133 characters
(#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 12 spaces, found 3
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 12 spaces, found 3
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 16 spaces, found 4
(#175) Expected 1 space before "=="; 0 found
(#175) Expected 1 space after "=="; 0 found
(#175) Line exceeds 132 characters; contains 138 characters
(#175) Line exceeds 132 characters; contains 138 characters
(#175) Line exceeds 132 characters; contains 138 characters
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 16 spaces, found 4
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 4
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 16 spaces, found 4
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 12 spaces, found 3
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Line exceeds 132 characters; contains 135 characters
(#183) Line exceeds 132 characters; contains 135 characters
(#183) Line exceeds 132 characters; contains 135 characters
(#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 3
(#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 3
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 12 spaces, found 3
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 16 spaces, found 4
(#187) Variable "sharedUsers" must be all lower-case
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 16 spaces, found 4
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 16 spaces, found 4
(#189) Inline control structures are not allowed
(#189) Variable "sharedUsers" must be all lower-case
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 16 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 16 spaces, found 4
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Line indented incorrectly; expected at least 12 spaces, found 3
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 12 spaces, found 3
(#197) Expected 1 space before "=="; 0 found
(#197) Expected 1 space after "=="; 0 found
(#197) Line exceeds 132 characters; contains 137 characters
(#197) Line exceeds 132 characters; contains 137 characters
(#197) Line exceeds 132 characters; contains 137 characters
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 3
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 12 spaces, found 3
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 3
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 4
(#201) Variable "sharedUsers" must be all lower-case
(#201) Line exceeds 132 characters; contains 136 characters
(#201) Line exceeds 132 characters; contains 136 characters
(#201) Line exceeds 132 characters; contains 136 characters
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 4
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 16 spaces, found 4
(#203) Inline control structures are not allowed
(#203) Variable "sharedUsers" must be all lower-case
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 16 spaces, found 5
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 4
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 12 spaces, found 3
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 3
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Whitespace found at end of line
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 12 spaces, found 3
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 3
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 8 spaces, found 2
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Whitespace found at end of line
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 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 12 spaces, found 3
(#214) Line exceeds 132 characters; contains 161 characters
(#214) Line exceeds 132 characters; contains 161 characters
(#214) Line exceeds 132 characters; contains 161 characters
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Line exceeds 132 characters; contains 135 characters
(#216) Line exceeds 132 characters; contains 135 characters
(#216) Line exceeds 132 characters; contains 135 characters
(#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 12 spaces, found 3
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 12 spaces, found 3
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 16 spaces, found 4
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 16 spaces, found 4
(#222) Expected 1 space before "=="; 0 found
(#222) Expected 1 space after "=="; 0 found
(#222) Line exceeds 132 characters; contains 158 characters
(#222) Line exceeds 132 characters; contains 158 characters
(#222) Line exceeds 132 characters; contains 158 characters
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 16 spaces, found 4
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 16 spaces, found 4
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 4
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 12 spaces, found 3
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 3
(#229) Line exceeds 132 characters; contains 155 characters
(#229) Line exceeds 132 characters; contains 155 characters
(#229) Line exceeds 132 characters; contains 155 characters
(#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 3
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 12 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 16 spaces, found 4
(#233) Variable "sharedUsers" must be all lower-case
(#233) Line exceeds 132 characters; contains 136 characters
(#233) Line exceeds 132 characters; contains 136 characters
(#233) Line exceeds 132 characters; contains 136 characters
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 16 spaces, found 4
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 16 spaces, found 4
(#235) Inline control structures are not allowed
(#235) Variable "sharedUsers" must be all lower-case
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 16 spaces, found 5
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 16 spaces, found 4
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 12 spaces, found 3
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Line exceeds 132 characters; contains 141 characters
(#239) Line exceeds 132 characters; contains 141 characters
(#239) Line exceeds 132 characters; contains 141 characters
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#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 12 spaces, found 3
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Expected 1 space before "=="; 0 found
(#242) Expected 1 space after "=="; 0 found
(#242) Line exceeds 132 characters; contains 157 characters
(#242) Line exceeds 132 characters; contains 157 characters
(#242) Line exceeds 132 characters; contains 157 characters
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 3
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 12 spaces, found 3
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 16 spaces, found 4
(#246) Variable "sharedUsers" must be all lower-case
(#246) Line exceeds 132 characters; contains 137 characters
(#246) Line exceeds 132 characters; contains 137 characters
(#246) Line exceeds 132 characters; contains 137 characters
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 16 spaces, found 4
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 16 spaces, found 4
(#248) Inline control structures are not allowed
(#248) Variable "sharedUsers" must be all lower-case
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 16 spaces, found 5
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 16 spaces, found 4
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 12 spaces, found 3
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#252) Line exceeds 132 characters; contains 147 characters
(#252) Line exceeds 132 characters; contains 147 characters
(#252) Line exceeds 132 characters; contains 147 characters
(#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) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 12 spaces, found 3
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// Custom validation should be added here" but found "//Custom validation should be added here"
(#261) Visibility must be declared on method "validation"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) No space found before comment text; expected "// Instantiate simplehtml_form" but found "//Instantiate simplehtml_form"
(#266) Whitespace found at end of line
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) No space found before comment text; expected "// Form processing and displaying is done here" but found "//Form processing and displaying is done here"
(#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
(#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 2
(#272) Expected 1 space before "=="; 0 found
(#272) Expected 1 space after "=="; 0 found
(#273) Variable "newEntry" must be all lower-case
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Variable "newEntry" must be all lower-case
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 4 spaces, found 1
(#275) Variable "newEntry" must be all lower-case
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 4 spaces, found 1
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 8 spaces, found 2
(#277) Variable "newEntry" 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 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 8 spaces, found 2
(#279) Variable "newEntry" must be all lower-case
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 4 spaces, found 1
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#282) Variable "newEntry" must be all lower-case
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 4 spaces, found 1
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) Variable "newEntry" must be all lower-case
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Variable "newEntry" must be all lower-case
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) Variable "newEntry" must be all lower-case
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 4 spaces, found 1
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 4 spaces, found 1
(#290) Variable "newEntry" must be all lower-case
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 2
(#291) Variable "newEntry" must be all lower-case
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 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 8 spaces, found 2
(#293) Variable "newEntry" must be all lower-case
(#293) Variable "newEntry" must be all lower-case
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 4 spaces, found 1
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Expected "if (...) {\n"; found "if (...){\n"
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Inline control structures are not allowed
(#299) Whitespace found at end of line
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 3
(#300) Expected 1 space before "="; 0 found
(#300) Expected 1 space after "="; 0 found
(#300) Commas (,) must be followed by white space.
(#300) Commas (,) must be followed by white space.
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 4 spaces, found 1
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Whitespace found at end of line
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Line indented incorrectly; expected at least 4 spaces, found 1
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 4 spaces, found 1
(#305) Variable "newEntry" must be all lower-case
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Line indented incorrectly; expected at least 4 spaces, found 1
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 4 spaces, found 1
(#307) Variable "newEntry" must be all lower-case
(#307) Variable "newEntry" must be all lower-case
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 8 spaces, found 2
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 12 spaces, found 3
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 12 spaces, found 3
(#310) Variable "shareItem" must be all lower-case
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 12 spaces, found 3
(#311) Variable "shareItem" must be all lower-case
(#311) Variable "newEntry" 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 12 spaces, found 3
(#312) Variable "shareItem" must be all lower-case
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 12 spaces, found 3
(#313) Variable "shareItem" 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 8 spaces, found 2
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#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) Expected "if (...) {\n"; found "if (...){\n"
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Inline control structures are not allowed
(#319) Whitespace found at end of line
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 8 spaces, found 3
(#320) Expected 1 space before "="; 0 found
(#320) Expected 1 space after "="; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Commas (,) must be followed by white space.
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 4 spaces, found 1
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Whitespace found at end of line
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Inline comments must start with a capital letter, digit or 3-dots sequence
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#325) Variable "newEntry" must be all lower-case
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Line indented incorrectly; expected at least 4 spaces, found 1
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected 4 spaces, found 1
(#327) Variable "newEntry" must be all lower-case
(#327) Variable "newEntry" must be all lower-case
(#327) Expected 1 space before "=="; 0 found
(#327) Expected 1 space after "=="; 0 found
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 8 spaces, found 2
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 12 spaces, found 3
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 12 spaces, found 3
(#330) Variable "shareItem" must be all lower-case
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 12 spaces, found 3
(#331) Variable "shareItem" must be all lower-case
(#331) Variable "newEntry" must be all lower-case
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 12 spaces, found 3
(#332) Variable "shareItem" 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 12 spaces, found 3
(#333) Variable "shareItem" must be all lower-case
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 8 spaces, found 2
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 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
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#337) Line indented incorrectly; expected at least 4 spaces, found 1
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#338) Expected "if (...) {\n"; found "if (...){\n"
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Variable "structure_shareusers" must not contain underscores.
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Inline control structures are not allowed
(#340) Whitespace found at end of line
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 3
(#341) Variable "structure_shareusers" must not contain underscores.
(#341) Expected 1 space before "="; 0 found
(#341) Expected 1 space after "="; 0 found
(#341) Variable "structure_shareusers" must not contain underscores.
(#341) Commas (,) must be followed by white space.
(#341) Commas (,) must be followed by white space.
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 4 spaces, found 1
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Variable "structure_shareusers" must not contain underscores.
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 4 spaces, found 1
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Whitespace found at end of line
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Line indented incorrectly; expected at least 4 spaces, found 1
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 4 spaces, found 1
(#346) Variable "newEntry" must be all lower-case
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 4 spaces, found 1
(#348) Variable "newEntry" must be all lower-case
(#348) Variable "newEntry" must be all lower-case
(#348) Variable "structure_shareusers" must not contain underscores.
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 8 spaces, found 2
(#349) Variable "structure_shareusers" must not contain underscores.
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 12 spaces, found 3
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 12 spaces, found 3
(#351) Variable "shareItem" must be all lower-case
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 12 spaces, found 3
(#352) Variable "shareItem" must be all lower-case
(#352) Variable "newEntry" must be all lower-case
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 12 spaces, found 3
(#353) Variable "shareItem" must be all lower-case
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 12 spaces, found 3
(#354) Variable "shareItem" must be all lower-case
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 8 spaces, found 2
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 4 spaces, found 1
(#358) Expected "if (...) {\n"; found "if (...){\n"
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 8 spaces, found 2
(#359) Variable "structure_sharegroups" must not contain underscores.
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 2
(#360) Inline control structures are not allowed
(#360) Whitespace found at end of line
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 8 spaces, found 3
(#361) Variable "structure_sharegroups" must not contain underscores.
(#361) Expected 1 space before "="; 0 found
(#361) Expected 1 space after "="; 0 found
(#361) Variable "structure_sharegroups" must not contain underscores.
(#361) Commas (,) must be followed by white space.
(#361) Commas (,) must be followed by white space.
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 4 spaces, found 1
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 8 spaces, found 2
(#363) Variable "structure_sharegroups" must not contain underscores.
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 4 spaces, found 1
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Whitespace found at end of line
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 4 spaces, found 1
(#366) Variable "newEntry" must be all lower-case
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Line indented incorrectly; expected at least 4 spaces, found 1
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 4 spaces, found 1
(#368) Variable "newEntry" must be all lower-case
(#368) Variable "newEntry" must be all lower-case
(#368) Expected 1 space before "=="; 0 found
(#368) Expected 1 space after "=="; 0 found
(#368) Variable "structure_sharegroups" must not contain underscores.
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 8 spaces, found 2
(#369) Variable "structure_sharegroups" must not contain underscores.
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 12 spaces, found 3
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 12 spaces, found 3
(#371) Variable "shareItem" must be all lower-case
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 12 spaces, found 3
(#372) Variable "shareItem" must be all lower-case
(#372) Variable "newEntry" must be all lower-case
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 12 spaces, found 3
(#373) Variable "shareItem" must be all lower-case
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 12 spaces, found 3
(#374) Variable "shareItem" must be all lower-case
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected 8 spaces, found 2
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 4 spaces, found 1
(#376) Whitespace found at end of line
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Whitespace found at end of line
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 4 spaces, found 1
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 4 spaces, found 1
(#380) Variable "upload_filesizes" must not contain underscores.
(#380) Variable "newEntry" must be all lower-case
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 4 spaces, found 1
(#382) Variable "newEntry" must be all lower-case
(#382) Variable "newEntry" must be all lower-case
(#382) Variable "upload_filesizes" must not contain underscores.
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 8 spaces, found 2
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 8 spaces, found 2
(#384) Variable "newEntry" must be all lower-case
(#384) Line exceeds maximum limit of 180 characters; contains 195 characters
(#384) Line exceeds maximum limit of 180 characters; contains 195 characters
(#384) Line exceeds maximum limit of 180 characters; contains 195 characters
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 8 spaces, found 2
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 12 spaces, found 3
(#386) Variable "newEntry" must be all lower-case
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) This comment is 67% valid code; is this commented out code?
(#387) Line indented incorrectly; expected at least 12 spaces, found 3
(#387) No space found before comment text; expected "// $image->mimetype" but found "//$image->mimetype"
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 12 spaces, found 3
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Line indented incorrectly; expected at least 12 spaces, found 3
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 3
(#390) Variable "im_icon" must not contain underscores.
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 12 spaces, found 3
(#391) Variable "im_folder" must not contain underscores.
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Whitespace found at end of line
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 12 spaces, found 3
(#393) Variable "im_folder" must not contain underscores.
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 3
(#394) Variable "im_folder" must not contain underscores.
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Whitespace found at end of line
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Line indented incorrectly; expected at least 12 spaces, found 3
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 12 spaces, found 3
(#397) Variable "max_width" must not contain underscores.
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 12 spaces, found 3
(#398) Variable "max_height" must not contain underscores.
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 12 spaces, found 3
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 12 spaces, found 3
(#400) Variable "im_icon" must not contain underscores.
(#400) Variable "im_icon" must not contain underscores.
(#400) Variable "max_width" must not contain underscores.
(#400) Variable "max_height" must not contain underscores.
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) This comment is 67% valid code; is this commented out code?
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Line indented incorrectly; expected at least 12 spaces, found 3
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) This comment is 67% valid code; is this commented out code?
(#402) Line indented incorrectly; expected at least 12 spaces, found 3
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Whitespace found at end of line
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) This comment is 67% valid code; is this commented out code?
(#404) Line indented incorrectly; expected at least 12 spaces, found 3
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 12 spaces, found 3
(#405) Variable "im_folder" must not contain underscores.
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 12 spaces, found 3
(#406) Variable "im_folder" must not contain underscores.
(#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 12 spaces, found 3
(#407) Variable "im_icon" must not contain underscores.
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Whitespace found at end of line
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 12 spaces, found 3
(#408) Variable "im_icon" must not contain underscores.
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 12 spaces, found 3
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 12 spaces, found 3
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 12 spaces, found 3
(#411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Line indented incorrectly; expected at least 12 spaces, found 3
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 3
(#414) Variable "im_folder" must not contain underscores.
(#414) Variable "im_icon" must not contain underscores.
(#414) Expected 1 space before "/"; 0 found
(#414) Expected 1 space after "/"; 0 found
(#414) Expected 1 space before "/"; 0 found
(#414) Expected 1 space after "/"; 0 found
(#414) Expected 1 space before "/"; 0 found
(#414) Expected 1 space after "/"; 0 found
(#414) Expected 1 space before "/"; 0 found
(#414) Expected 1 space after "/"; 0 found
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 3
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 3
(#417) Variable "im_folder" must not contain underscores.
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 3
(#418) Variable "image_data" must not contain underscores.
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 12 spaces, found 3
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Whitespace found at end of line
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Line indented incorrectly; expected at least 12 spaces, found 3
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) This comment is 67% valid code; is this commented out code?
(#422) Line indented incorrectly; expected at least 12 spaces, found 3
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) This comment is 67% valid code; is this commented out code?
(#423) Line indented incorrectly; expected at least 12 spaces, found 3
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) This comment is 67% valid code; is this commented out code?
(#424) Line indented incorrectly; expected at least 12 spaces, found 3
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Whitespace found at end of line
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Line indented incorrectly; expected at least 12 spaces, found 3
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 12 spaces, found 3
(#427) Variable "image_data" must not contain underscores.
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Inline comments must start with a capital letter, digit or 3-dots sequence
(#428) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Line indented incorrectly; expected at least 16 spaces, found 4
(#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 16 spaces, found 4
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) Line indented incorrectly; expected at least 16 spaces, found 4
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 16 spaces, found 4
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 16 spaces, found 5
(#432) Whitespace found at end of line
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 16 spaces, found 5
(#433) Whitespace found at end of line
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 16 spaces, found 5
(#434) Whitespace found at end of line
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 16 spaces, found 5
(#435) Whitespace found at end of line
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 16 spaces, found 5
(#436) Whitespace found at end of line
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 16 spaces, found 5
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 25 spaces, found 4
(#438) Variable "image_data" must not contain underscores.
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 12 spaces, found 3
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 3
(#440) Variable "im_icon" must not contain underscores.
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 12 spaces, found 3
(#441) Variable "im_folder" must not contain underscores.
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 8 spaces, found 2
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 4 spaces, found 1
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 4 spaces, found 1
(#444) Variable "newEntry" must be all lower-case
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Line indented incorrectly; expected at least 4 spaces, found 1
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 4 spaces, found 1
(#446) Variable "upload_filesizes" must not contain underscores.
(#446) Variable "newEntry" must be all lower-case
(#446) Variable "newEntry" must be all lower-case
(#446) Line exceeds 132 characters; contains 146 characters
(#446) Line exceeds 132 characters; contains 146 characters
(#446) Line exceeds 132 characters; contains 146 characters
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 8 spaces, found 2
(#447) Variable "newEntry" must be all lower-case
(#447) Variable "newEntry" must be all lower-case
(#447) Line exceeds 132 characters; contains 175 characters
(#447) Line exceeds 132 characters; contains 175 characters
(#447) Line exceeds 132 characters; contains 175 characters
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 4 spaces, found 1
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Whitespace found at end of line
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 4 spaces, found 1
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 4 spaces, found 2
(#451) Variable "newEntry" must be all lower-case
(#451) Expected 1 space before "=="; 0 found
(#451) Expected 1 space after "=="; 0 found
(#451) Variable "newEntry" must be all lower-case
(#451) Variable "newEntry" must be all lower-case
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 4 spaces, found 1
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Whitespace found at end of line
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 4 spaces, found 1
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 4 spaces, found 1
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 8 spaces, found 2
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 4 spaces, found 1
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 4 spaces, found 1
(#463) Inline control structures are not allowed
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Whitespace found at end of line
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 4 spaces, found 1
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 4 spaces, found 1
(#466) Inline control structures are not allowed
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 4 spaces, found 2
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 4 spaces, found 1
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 4 spaces, found 1
(#469) Inline control structures are not allowed
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Whitespace found at end of line
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Line indented incorrectly; expected at least 4 spaces, found 1
(#471) Whitespace found at end of line
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 4 spaces, found 1
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 4 spaces, found 1
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 4 spaces, found 1
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Whitespace found at end of line
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 4 spaces, found 1
(#476) Whitespace found at end of line
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 4 spaces, found 1
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 4 spaces, found 1
(#480) Line indented incorrectly; expected at least 4 spaces, found 2
(#481) Whitespace found at end of line
(#482) Line indented incorrectly; expected at least 4 spaces, found 0
(#484) Inline comments must end in full-stops, exclamation marks, or question marks
(#484) Line indented incorrectly; expected at least 4 spaces, found 0
(#485) Line indented incorrectly; expected at least 4 spaces, found 0
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 4 spaces, found 1
(#487) Whitespace found at end of line
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 4 spaces, found 1
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 4 spaces, found 1
(#490) Line indented incorrectly; expected at least 4 spaces, found 0
(#492) Line indented incorrectly; expected at least 4 spaces, found 0
(#493) Line indented incorrectly; expected 4 spaces, found 0
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 1
(#495) Line indented incorrectly; expected 4 spaces, found 0
(#496) Line indented incorrectly; expected at least 4 spaces, found 0
(#500) Spaces must be used for alignment; tabs are not allowed
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Whitespace found at end of line
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Whitespace found at end of line
(#509) function name "skewScaleImage" must be lower-case letters only
(#509) Variable "src_img" must not contain underscores.
(#509) Variable "max_width" must not contain underscores.
(#509) Variable "max_height" must not contain underscores.
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 4 spaces, found 1
(#510) Variable "src_img" must not contain underscores.
(#510) Whitespace found at end of line
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 4 spaces, found 1
(#511) Variable "src_img" must not contain underscores.
(#511) Whitespace found at end of line
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line indented incorrectly; expected at least 4 spaces, found 1
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected 4 spaces, found 1
(#513) Variable "max_height" must not contain underscores.
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 8 spaces, found 2
(#514) Variable "max_height" must not contain underscores.
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 8 spaces, found 2
(#515) Variable "new_width" must not contain underscores.
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 8 spaces, found 2
(#516) Variable "src_img" must not contain underscores.
(#516) Variable "src_img" must not contain underscores.
(#516) Variable "new_width" must not contain underscores.
(#516) Variable "max_height" must not contain underscores.
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Variable "max_height" must not contain underscores.
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 8 spaces, found 2
(#518) Variable "src_img" must not contain underscores.
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected 4 spaces, found 1
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 4 spaces, found 1
(#520) Variable "max_width" must not contain underscores.
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 8 spaces, found 2
(#521) Variable "src_img" must not contain underscores.
(#521) Variable "src_img" must not contain underscores.
(#521) Variable "max_width" must not contain underscores.
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 8 spaces, found 2
(#522) Variable "max_width" must not contain underscores.
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 8 spaces, found 2
(#523) Variable "src_img" must not contain underscores.
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected 4 spaces, found 1
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 4 spaces, found 1
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#526) Line indented incorrectly; expected at least 4 spaces, found 1
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 4 spaces, found 1
(#527) Variable "new_w" must not contain underscores.
(#527) Whitespace found at end of line
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 4 spaces, found 1
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Inline comments must start with a capital letter, digit or 3-dots sequence
(#529) Line indented incorrectly; expected at least 4 spaces, found 1
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) This comment is 44% valid code; is this commented out code?
(#530) Line indented incorrectly; expected at least 4 spaces, found 1
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 4 spaces, found 1
(#531) Variable "dst_img" must not contain underscores.
(#531) Variable "new_w" must not contain underscores.
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 4 spaces, found 1
(#532) Variable "bg_colour" must not contain underscores.
(#532) Variable "dst_img" must not contain underscores.
(#532) Whitespace found at end of line
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 4 spaces, found 1
(#533) Variable "dst_img" must not contain underscores.
(#533) Variable "bg_colour" must not contain underscores.
(#534) Variable "dst_img" must not contain underscores.
(#534) Variable "bg_colour" must not contain underscores.
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected 4 spaces, found 1
(#536) Expected "for (...) {\n"; found "for (...)\n\t{\n"
(#536) Space found before first semicolon of FOR loop
(#536) Space found before second semicolon of FOR loop
(#536) Space found before semicolon; expected "0;" but found "0 ;"
(#536) Space found before semicolon; expected "$h;" but found "$h ;"
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 4 spaces, found 1
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 2
(#538) Variable "dst_img" must not contain underscores.
(#538) Variable "src_img" must not contain underscores.
(#538) Variable "new_w" must not contain underscores.
(#538) Expected 1 space before "*"; 0 found
(#538) Expected 1 space after "*"; 0 found
(#538) Whitespace found at end of line
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 4 spaces, found 1
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 4 spaces, found 1
(#541) Variable "dst_img" must not contain underscores.
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Whitespace found at end of line
blocks/exaport/check_db_syntax.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 45% valid code; is this commented out code?
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) 75 slashes comments are not allowed; use "// Comment." instead
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#4) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#8) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#11) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#21) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#23) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) 75 slashes comments are not allowed; use "// Comment." instead
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#51) Line exceeds maximum limit of 180 characters; contains 207 characters
(#114) Line exceeds 132 characters; contains 149 characters
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Line indented incorrectly; expected at least 4 spaces, found 0
(#114) 3 slashes comments are not allowed; use "// Comment." instead
(#117) 3 slashes comments are not allowed; use "// Comment." instead
(#118) 3 slashes comments are not allowed; use "// Comment." instead
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) 3 slashes comments are not allowed; use "// Comment." instead
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) 3 slashes comments are not allowed; use "// Comment." instead
(#125) Line exceeds 132 characters; contains 157 characters
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) 3 slashes comments are not allowed; use "// Comment." instead
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) 3 slashes comments are not allowed; use "// Comment." instead
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) 3 slashes comments are not allowed; use "// Comment." instead
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) 3 slashes comments are not allowed; use "// Comment." instead
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) 3 slashes comments are not allowed; use "// Comment." instead
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) 3 slashes comments are not allowed; use "// Comment." instead
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) 3 slashes comments are not allowed; use "// Comment." instead
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) 3 slashes comments are not allowed; use "// Comment." instead
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) 3 slashes comments are not allowed; use "// Comment." instead
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) 3 slashes comments are not allowed; use "// Comment." instead
(#172) Line exceeds 132 characters; contains 160 characters
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Line indented incorrectly; expected at least 4 spaces, found 0
(#172) 3 slashes comments are not allowed; use "// Comment." instead
(#173) Line exceeds maximum limit of 180 characters; contains 663 characters
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 4 spaces, found 0
(#175) 3 slashes comments are not allowed; use "// Comment." instead
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Line indented incorrectly; expected at least 4 spaces, found 0
(#178) 3 slashes comments are not allowed; use "// Comment." instead
(#179) Variable "is_moodle_root" must not contain underscores.
(#181) Variable "is_moodle_root" must not contain underscores.
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Line indented incorrectly; expected at least 4 spaces, found 0
(#184) 3 slashes comments are not allowed; use "// Comment." instead
(#185) Variable "dml_megarule" must not contain underscores.
(#185) Commas (,) must be followed by white space.
(#186) Variable "helper_megarule" must not contain underscores.
(#186) Commas (,) must be followed by white space.
(#187) Variable "ddl_megarule" must not contain underscores.
(#187) Commas (,) must be followed by white space.
(#188) Variable "coreonly_megarule" must not contain underscores.
(#188) Commas (,) must be followed by white space.
(#189) Variable "enum_megarule" must not contain underscores.
(#190) Variable "internal_megarule" must not contain underscores.
(#190) Commas (,) must be followed by white space.
(#191) Variable "unsupported_megarule" must not contain underscores.
(#191) Expected 1 space before "="; 0 found
(#191) Commas (,) must be followed by white space.
(#192) Variable "other_megarule" must not contain underscores.
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Line indented incorrectly; expected at least 4 spaces, found 0
(#194) 3 slashes comments are not allowed; use "// Comment." instead
(#195) Variable "all_megarules" must not contain underscores.
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#196) Variable "dml_megarule" must not contain underscores.
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Variable "helper_megarule" must not contain underscores.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "ddl_megarule" must not contain underscores.
(#199) Expected 1 space before "=>"; 0 found
(#199) Expected 1 space after "=>"; 0 found
(#199) Variable "coreonly_megarule" must not contain underscores.
(#200) Expected 1 space before "=>"; 0 found
(#200) Expected 1 space after "=>"; 0 found
(#200) Variable "enum_megarule" must not contain underscores.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Variable "internal_megarule" must not contain underscores.
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#202) Variable "unsupported_megarule" must not contain underscores.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "other_megarule" must not contain underscores.
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Line indented incorrectly; expected at least 4 spaces, found 0
(#206) 3 slashes comments are not allowed; use "// Comment." instead
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Line indented incorrectly; expected at least 4 spaces, found 0
(#210) 3 slashes comments are not allowed; use "// Comment." instead
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Line indented incorrectly; expected at least 4 spaces, found 0
(#214) 3 slashes comments are not allowed; use "// Comment." instead
(#218) Variable "is_moodle_root" must not contain underscores.
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Line indented incorrectly; expected at least 8 spaces, found 4
(#229) 3 slashes comments are not allowed; use "// Comment." instead
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) 3 slashes comments are not allowed; use "// Comment." instead
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Line indented incorrectly; expected at least 16 spaces, found 12
(#236) 3 slashes comments are not allowed; use "// Comment." instead
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#237) Variable "all_megarules" must not contain underscores.
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Line indented incorrectly; expected at least 24 spaces, found 20
(#239) 3 slashes comments are not allowed; use "// Comment." instead
(#240) Variable "is_moodle_root" must not contain underscores.
(#240) Variable "is_moodle_root" must not contain underscores.
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Line indented incorrectly; expected at least 28 spaces, found 24
(#241) 3 slashes comments are not allowed; use "// Comment." instead
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Line indented incorrectly; expected at least 28 spaces, found 24
(#249) 3 slashes comments are not allowed; use "// Comment." instead
(#265) Line indented incorrectly; expected at least 12 spaces, found 8
(#272) Expected 1 space before "=>"; 0 found
(#272) Expected 1 space after "=>"; 0 found
(#272) Expected 1 space before "=>"; 0 found
(#272) Expected 1 space after "=>"; 0 found
(#282) Expected 1 space before "=>"; 0 found
(#282) Expected 1 space after "=>"; 0 found
(#282) Expected 1 space before "=>"; 0 found
(#282) Expected 1 space after "=>"; 0 found
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Line indented incorrectly; expected at least 4 spaces, found 0
(#289) 3 slashes comments are not allowed; use "// Comment." instead
(#299) Line indented incorrectly; expected 8 spaces, found 9
(#301) Line indented incorrectly; expected 8 spaces, found 9
(#303) Line indented incorrectly; expected 8 spaces, found 9
(#305) Line indented incorrectly; expected 8 spaces, found 9
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Line indented incorrectly; expected at least 8 spaces, found 5
(#308) 3 slashes comments are not allowed; use "// Comment." instead
(#309) Line indented incorrectly; expected 8 spaces, found 9
(#310) Line indented incorrectly; expected 12 spaces, found 13
(#312) Line indented incorrectly; expected 12 spaces, found 13
(#313) Line indented incorrectly; expected 8 spaces, found 9
(#328) Expected 1 space before "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#332) Expected 1 space before "=="; 0 found
(#332) Expected 1 space after "=="; 0 found
(#332) Expected 1 space before "=="; 0 found
(#332) Expected 1 space after "=="; 0 found
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) 3 slashes comments are not allowed; use "// Comment." instead
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) 3 slashes comments are not allowed; use "// Comment." instead
(#341) Expected 1 space before "!=="; 0 found
(#341) Expected 1 space after "!=="; 0 found
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) 3 slashes comments are not allowed; use "// Comment." instead
(#345) Expected 1 space before "!=="; 0 found
(#345) Expected 1 space after "!=="; 0 found
(#346) Expected 1 space before "!=="; 0 found
(#346) Expected 1 space after "!=="; 0 found
(#347) Expected 1 space before "!=="; 0 found
(#347) Expected 1 space after "!=="; 0 found
(#348) Expected 1 space before "!=="; 0 found
(#348) Expected 1 space after "!=="; 0 found
(#349) Expected 1 space before "!=="; 0 found
(#349) Expected 1 space after "!=="; 0 found
(#350) Expected 1 space before "!=="; 0 found
(#350) Expected 1 space after "!=="; 0 found
(#351) Expected 1 space before "!=="; 0 found
(#351) Expected 1 space after "!=="; 0 found
(#352) Expected 1 space before "!=="; 0 found
(#352) Expected 1 space after "!=="; 0 found
(#353) Expected 1 space before "!=="; 0 found
(#353) Expected 1 space after "!=="; 0 found
(#354) Expected 1 space before "!=="; 0 found
(#354) Expected 1 space after "!=="; 0 found
(#355) Expected 1 space before "!=="; 0 found
(#355) Expected 1 space after "!=="; 0 found
(#356) Expected 1 space before "!=="; 0 found
(#356) Expected 1 space after "!=="; 0 found
(#357) Expected 1 space before "!=="; 0 found
(#357) Expected 1 space after "!=="; 0 found
(#358) Expected 1 space before "!="; 0 found
(#358) Expected 1 space after "!="; 0 found
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Line exceeds maximum limit of 180 characters; contains 203 characters
(#358) 3 slashes comments are not allowed; use "// Comment." instead
(#362) Expected 1 space before "==="; 0 found
(#362) Expected 1 space after "==="; 0 found
(#362) Expected 1 space before "==="; 0 found
(#362) Expected 1 space after "==="; 0 found
(#362) Commas (,) must be followed by white space.
(#362) Expected 1 space before "==="; 0 found
(#362) Expected 1 space after "==="; 0 found
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) 3 slashes comments are not allowed; use "// Comment." instead
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) 3 slashes comments are not allowed; use "// Comment." instead
(#379) Line indented incorrectly; expected at least 4 spaces, found 0
(#379) 3 slashes comments are not allowed; use "// Comment." instead
(#380) Line indented incorrectly; expected at least 4 spaces, found 0
(#380) 3 slashes comments are not allowed; use "// Comment." instead
(#381) Line indented incorrectly; expected at least 4 spaces, found 0
(#381) 3 slashes comments are not allowed; use "// Comment." instead
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) Line indented incorrectly; expected at least 4 spaces, found 0
(#382) 3 slashes comments are not allowed; use "// Comment." instead
(#383) Variable "is_moodle_root" must not contain underscores.
(#385) Variable "is_moodle_root" must not contain underscores.
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Line indented incorrectly; expected at least 8 spaces, found 4
(#389) 3 slashes comments are not allowed; use "// Comment." instead
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) Line indented incorrectly; expected at least 8 spaces, found 4
(#392) 3 slashes comments are not allowed; use "// Comment." instead
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Line indented incorrectly; expected at least 8 spaces, found 3
(#401) 3 slashes comments are not allowed; use "// Comment." instead
(#402) Line indented incorrectly; expected at least 8 spaces, found 7
(#405) A closing tag is not permitted at the end of a PHP file
blocks/exaport/copy_item_to_course.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) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) 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) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#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
(#43) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Commas (,) must be followed by white space.
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#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
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Variable "filenameNew" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 2
(#80) Variable "filenameNew" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Variable "filenameNew" must be all lower-case
(#85) Line exceeds 132 characters; contains 149 characters
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Line exceeds 132 characters; contains 178 characters
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#113) Commas (,) must be followed by white space.
(#113) Line exceeds 132 characters; contains 172 characters
blocks/exaport/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".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#119) A closing tag is not permitted at the end of a PHP file
blocks/exaport/db/messages.php
(#2) The opening <?php tag must be followed by exactly one newline.
blocks/exaport/db/services.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Spaces must be used to indent lines; tabs are not allowed
(#3) Tab found within whitespace
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#3) No space found before comment text; expected "// the name of the web service" but found "//the name of the web service"
(#4) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8) No space found before comment text; expected "// test für fileupload fehlt noch!!" but found "//test für fileupload fehlt noch!!"
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Whitespace found at end of line
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Whitespace found at end of line
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Expected 1 space after "=>"; 0 found
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) No space found before comment text; expected "// if enabled, the Moodle administrator must link some user to this service" but found "//if enabled, the Moodle administrator must link some user to this service"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) No space found before comment text; expected "// into the administration" but found "//into the administration"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// if enabled, the service can be reachable on a default installation" but found "//if enabled, the service can be reachable on a default installation"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) No space found before comment text; expected "// external function name" but found "//external function name"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line exceeds 132 characters; contains 135 characters
(#44) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#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) No space found before comment text; expected "// external function name" but found "//external function name"
(#49) Whitespace found at end of line
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line exceeds 132 characters; contains 135 characters
(#51) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) No space found before comment text; expected "// external function name" but found "//external function name"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#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) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) No space found before comment text; expected "// external function name" but found "//external function name"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) No space found before comment text; expected "// external function name" but found "//external function name"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) No space found before comment text; expected "// external function name" but found "//external function name"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Expected 1 space before "=>"; 0 found
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) No space found before comment text; expected "// external function name" but found "//external function name"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) No space found before comment text; expected "// external function name" but found "//external function name"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) No space found before comment text; expected "// external function name" but found "//external function name"
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) No space found before comment text; expected "// external function name" but found "//external function name"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) No space found before comment text; expected "// external function name" but found "//external function name"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) No space found before comment text; expected "// external function name" but found "//external function name"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) No space found before comment text; expected "// external function name" but found "//external function name"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) No space found before comment text; expected "// external function name" but found "//external function name"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) No space found before comment text; expected "// external function name" but found "//external function name"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) No space found before comment text; expected "// external function name" but found "//external function name"
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#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) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) No space found before comment text; expected "// external function name" but found "//external function name"
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) No space found before comment text; expected "// external function name" but found "//external function name"
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) No space found before comment text; expected "// external function name" but found "//external function name"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) No space found before comment text; expected "// external function name" but found "//external function name"
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) No space found before comment text; expected "// external function name" but found "//external function name"
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#187) Whitespace found at end of line
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#188) Whitespace found at end of line
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) No space found before comment text; expected "// external function name" but found "//external function name"
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#190) Whitespace found at end of line
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#191) Whitespace found at end of line
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#192) Whitespace found at end of line
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) No space found before comment text; expected "// external function name" but found "//external function name"
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) No space found before comment text; expected "// web service function name" but found "//web service function name"
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) No space found before comment text; expected "// class containing the external function" but found "//class containing the external function"
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) No space found before comment text; expected "// external function name" but found "//external function name"
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) No space found before comment text; expected "// file containing the class/external function" but found "//file containing the class/external function"
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) No space found before comment text; expected "// human readable description of the web service function" but found "//human readable description of the web service function"
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// database rights of the web service function (read, write)" but found "//database rights of the web service function (read, write)"
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#209) A closing tag is not permitted at the end of a PHP file
blocks/exaport/db/upgrade.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) Expected MOODLE_INTERNAL check or config.php inclusion
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Spaces must be used to indent lines; tabs are not allowed
(#3) Tab found within whitespace
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line indented incorrectly; expected at least 4 spaces, found 1
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#3) Commas (,) must be followed by white space.
(#4) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Line indented incorrectly; expected at least 4 spaces, found 1
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#5) Line indented incorrectly; expected at least 4 spaces, found 1
(#5) Expected 1 space before "="; 0 found
(#5) Expected 1 space after "="; 0 found
(#6) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) Line indented incorrectly; expected at least 4 spaces, found 1
(#8) 3 slashes comments are not allowed; use "// Comment." instead
(#9) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected 4 spaces, found 1
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Whitespace found at end of line
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Variable "field_wert" must not contain underscores.
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Variable "field_wert2" must not contain underscores.
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Variable "field_wert" must not contain underscores.
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Variable "field_wert2" must not contain underscores.
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 8 spaces, found 2
(#19) Variable "field_wert" must not contain underscores.
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 12 spaces, found 3
(#20) Variable "field_wert" must not contain underscores.
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 8 spaces, found 2
(#22) Variable "field_wert2" must not contain underscores.
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 12 spaces, found 3
(#23) Variable "field_wert2" must not contain underscores.
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) 4 slashes comments are not allowed; use "// Comment." instead
(#25) Blank comments are not allowed
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Variable "field_wert" must not contain underscores.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Variable "field_wert2" must not contain underscores.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Variable "field_wert" must not contain underscores.
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Variable "field_wert2" must not contain underscores.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#32) Variable "field_wert" must not contain underscores.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Variable "field_wert" must not contain underscores.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#35) Variable "field_wert2" must not contain underscores.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Variable "field_wert2" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Variable "field_wert" must not contain underscores.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "field_wert" must not contain underscores.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "field2_wert" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Variable "field2_wert" must not contain underscores.
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Variable "field3_wert" must not contain underscores.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Variable "field3_wert" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Variable "field4_wert" must not contain underscores.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Variable "field4_wert" must not contain underscores.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#50) Variable "field_wert" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Variable "field_wert" must not contain underscores.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#53) Variable "field2_wert" must not contain underscores.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#54) Variable "field2_wert" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Variable "field3_wert" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Variable "field3_wert" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#59) Variable "field4_wert" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Variable "field4_wert" must not contain underscores.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#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 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Line exceeds maximum limit of 180 characters; contains 183 characters
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 16 spaces, found 4
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 16 spaces, found 4
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 16 spaces, found 4
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 4
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 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 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
(#89) Variable "field_wert" must not contain underscores.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Variable "field_wert" must not contain underscores.
(#90) Line exceeds 132 characters; contains 138 characters
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#91) Variable "field_wert" must not contain underscores.
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#92) Variable "field_wert" must not contain underscores.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Variable "field_wert" must not contain underscores.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Variable "field_wert" must not contain underscores.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 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
(#98) Variable "field_wert" must not contain underscores.
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "field_wert" must not contain underscores.
(#99) Line exceeds 132 characters; contains 138 characters
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#100) Variable "field_wert" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Variable "field_wert" must not contain underscores.
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Variable "field_wert" must not contain underscores.
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#104) Variable "field_wert" must not contain underscores.
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Variable "field_wert2" must not contain underscores.
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Variable "field_wert2" must not contain underscores.
(#108) Line exceeds 132 characters; contains 139 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
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 8 spaces, found 2
(#109) Variable "field_wert2" must not contain underscores.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Variable "field_wert2" must not contain underscores.
(#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
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Variable "field_wert2" must not contain underscores.
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#113) Variable "field_wert2" must not contain underscores.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 8 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 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Variable "field_wert" must not contain underscores.
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#118) Variable "field_wert" must not contain underscores.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) Variable "field_wert" must not contain underscores.
(#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
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Variable "field_wert" must not contain underscores.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Variable "field_wert" must not contain underscores.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Variable "field_wert" must not contain underscores.
(#128) Line exceeds 132 characters; contains 138 characters
(#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
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#129) Variable "field_wert" must not contain underscores.
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Variable "field_wert" must not contain underscores.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 8 spaces, found 2
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Variable "field_wert" must not contain underscores.
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Variable "field_wert" must not contain underscores.
(#133) Line exceeds 132 characters; contains 138 characters
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Variable "field_wert" must not contain underscores.
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#135) Variable "field_wert" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Variable "field_wert" must not contain underscores.
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Variable "field_wert" must not contain underscores.
(#139) Line exceeds 132 characters; contains 137 characters
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#140) Variable "field_wert" must not contain underscores.
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Variable "field_wert" must not contain underscores.
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 8 spaces, found 2
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#143) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Variable "field_wert" must not contain underscores.
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Variable "field_wert" must not contain underscores.
(#147) Line exceeds 132 characters; contains 138 characters
(#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
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#148) Variable "field_wert" must not contain underscores.
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#149) Variable "field_wert" must not contain underscores.
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Variable "field_wert" must not contain underscores.
(#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 "field_wert" must not contain underscores.
(#152) Line exceeds 132 characters; contains 138 characters
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#153) Variable "field_wert" must not contain underscores.
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#154) Variable "field_wert" must not contain underscores.
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) 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 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 8 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Whitespace found at end of line
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Variable "GLOBALS" must be all lower-case
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 12 spaces, found 3
(#170) Inline control structures are not allowed
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 3
(#175) Inline control structures are not allowed
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 4
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 4
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 4
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 4
(#181) Variable "GLOBALS" must be all lower-case
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 4
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 3
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Whitespace found at end of line
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 8 spaces, found 2
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 8 spaces, found 2
(#188) Variable "personalInfo" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Variable "GLOBALS" must be all lower-case
(#190) Variable "personalInfo" must be all lower-case
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#192) Variable "personalInfo" must be all lower-case
(#192) Line exceeds maximum limit of 180 characters; contains 232 characters
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Variable "personalInfo" must be all lower-case
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 12 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 8 spaces, found 2
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 4 spaces, found 1
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 4 spaces, found 1
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Variable "field_wert" must not contain underscores.
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Variable "field_wert" must not contain underscores.
(#204) Commas (,) must be followed by white space.
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#205) Variable "field_wert" must not contain underscores.
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 3
(#206) Variable "field_wert" must not contain underscores.
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 2
(#207) Whitespace found at end of line
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Variable "field_wert" must not contain underscores.
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Variable "field_wert" must not contain underscores.
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 8 spaces, found 2
(#212) Variable "field_wert" must not contain underscores.
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Variable "field_wert" must not contain underscores.
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 8 spaces, found 2
(#214) Whitespace found at end of line
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Variable "field_wert" must not contain underscores.
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Variable "field_wert" must not contain underscores.
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#217) Variable "field_wert" must not contain underscores.
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#218) Variable "field_wert" must not contain underscores.
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 8 spaces, found 2
(#219) Whitespace found at end of line
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#220) Variable "field_wert" must not contain underscores.
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Variable "field_wert" must not contain underscores.
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 8 spaces, found 2
(#222) Variable "field_wert" must not contain underscores.
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#223) Variable "field_wert" must not contain underscores.
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 8 spaces, found 2
(#224) Whitespace found at end of line
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Variable "field_wert" must not contain underscores.
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "field_wert" must not contain underscores.
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 8 spaces, found 2
(#227) Variable "field_wert" must not contain underscores.
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Variable "field_wert" must not contain underscores.
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 8 spaces, found 2
(#229) Whitespace found at end of line
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#230) Variable "field_wert" must not contain underscores.
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) Variable "field_wert" must not contain underscores.
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 8 spaces, found 2
(#232) Variable "field_wert" must not contain underscores.
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Variable "field_wert" must not contain underscores.
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 8 spaces, found 2
(#234) Whitespace found at end of line
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 1
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 4 spaces, found 1
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 4 spaces, found 1
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 3
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 8 spaces, found 3
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 4
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 8 spaces, found 3
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 3
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 3
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 8 spaces, found 3
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 4
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 8 spaces, found 3
(#248) Whitespace found at end of line
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 3
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 8 spaces, found 3
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 4
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 8 spaces, found 3
(#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 3
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 8 spaces, found 3
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 4
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 3
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 8 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 4
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 8 spaces, found 3
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 1
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 4 spaces, found 1
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Whitespace found at end of line
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Variable "field_wert" must not contain underscores.
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Variable "field_wert" must not contain underscores.
(#268) Commas (,) must be followed by white space.
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 8 spaces, found 2
(#269) Variable "field_wert" must not contain underscores.
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 12 spaces, found 3
(#270) Variable "field_wert" must not contain underscores.
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 8 spaces, found 2
(#271) Whitespace found at end of line
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Variable "field_wert" must not contain underscores.
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Variable "field_wert" must not contain underscores.
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 8 spaces, found 2
(#276) Variable "field_wert" must not contain underscores.
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#277) Variable "field_wert" must not contain underscores.
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 8 spaces, found 2
(#278) Whitespace found at end of line
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Variable "field_wert" must not contain underscores.
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Variable "field_wert" must not contain underscores.
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Whitespace found at end of line
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 8 spaces, found 2
(#282) Variable "field_wert" must not contain underscores.
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 12 spaces, found 3
(#283) Variable "field_wert" must not contain underscores.
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 8 spaces, found 2
(#284) Whitespace found at end of line
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Variable "field_wert" must not contain underscores.
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 8 spaces, found 2
(#286) Variable "field_wert" must not contain underscores.
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 8 spaces, found 2
(#287) Variable "field_wert" must not contain underscores.
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 12 spaces, found 3
(#288) Variable "field_wert" must not contain underscores.
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 8 spaces, found 2
(#289) Whitespace found at end of line
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) Variable "field_wert" must not contain underscores.
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 2
(#291) Variable "field_wert" must not contain underscores.
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 8 spaces, found 2
(#292) Variable "field_wert" must not contain underscores.
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 3
(#293) Variable "field_wert" must not contain underscores.
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 8 spaces, found 2
(#294) Whitespace found at end of line
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Variable "field_wert" must not contain underscores.
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#296) Variable "field_wert" must not contain underscores.
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 8 spaces, found 2
(#297) Variable "field_wert" must not contain underscores.
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 12 spaces, found 3
(#298) Variable "field_wert" must not contain underscores.
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 8 spaces, found 2
(#299) Whitespace found at end of line
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 8 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 8 spaces, found 2
(#302) Variable "field_wert" must not contain underscores.
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Variable "field_wert" must not contain underscores.
(#303) Commas (,) must be followed by white space.
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 8 spaces, found 2
(#304) Variable "field_wert" must not contain underscores.
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 12 spaces, found 3
(#305) Variable "field_wert" must not contain underscores.
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 8 spaces, found 2
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Whitespace found at end of line
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 4 spaces, found 1
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Variable "field_wert" must not contain underscores.
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Variable "field_wert" must not contain underscores.
(#313) Commas (,) must be followed by white space.
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 8 spaces, found 2
(#314) Variable "field_wert" must not contain underscores.
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 12 spaces, found 3
(#315) Variable "field_wert" must not contain underscores.
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 8 spaces, found 2
(#316) Expected "} else {\n"; found "}else{\n"
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 12 spaces, found 3
(#317) Variable "field_wert" must not contain underscores.
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 8 spaces, found 2
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 4 spaces, found 1
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 4 spaces, found 1
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Variable "field_wert" must not contain underscores.
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#324) Variable "field_wert" must not contain underscores.
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 8 spaces, found 2
(#325) Variable "field_wert" must not contain underscores.
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 12 spaces, found 3
(#326) Variable "field_wert" must not contain underscores.
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected 8 spaces, found 2
(#327) Whitespace found at end of line
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Variable "field_wert" must not contain underscores.
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 2
(#329) Variable "field_wert" must not contain underscores.
(#329) Commas (,) must be followed by white space.
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 2
(#330) Variable "field_wert" must not contain underscores.
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 12 spaces, found 3
(#331) Variable "field_wert" must not contain underscores.
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 8 spaces, found 2
(#332) Whitespace found at end of line
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 8 spaces, found 2
(#333) Variable "field_wert" must not contain underscores.
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 2
(#334) Variable "field_wert" must not contain underscores.
(#334) Commas (,) must be followed by white space.
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 8 spaces, found 2
(#335) Variable "field_wert" must not contain underscores.
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 12 spaces, found 3
(#336) Variable "field_wert" must not contain underscores.
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 8 spaces, found 2
(#337) Whitespace found at end of line
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#342) 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
(#351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Whitespace found at end of line
(#354) Whitespace found at end of line
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 4
(#360) Commas (,) must be followed by white space.
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Whitespace found at end of line
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Line indented incorrectly; expected at least 8 spaces, found 5
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 5
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 8 spaces, found 5
(#374) Whitespace found at end of line
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Line indented incorrectly; expected at least 8 spaces, found 5
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected 8 spaces, found 5
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 12 spaces, found 6
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 8 spaces, found 5
(#379) Whitespace found at end of line
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Line indented incorrectly; expected at least 8 spaces, found 5
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 8 spaces, found 5
(#383) Line indented incorrectly; expected 4 spaces, found 5
(#384) Whitespace found at end of line
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Line indented incorrectly; expected at least 8 spaces, found 5
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 8 spaces, found 5
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 8 spaces, found 5
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) Line indented incorrectly; expected at least 8 spaces, found 5
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 8 spaces, found 5
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 6
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 8 spaces, found 5
(#392) Whitespace found at end of line
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Line indented incorrectly; expected at least 8 spaces, found 5
(#394) Spaces must be used to indent lines; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 8 spaces, found 5
(#395) Closing brace indented incorrectly; expected 5 spaces, found 4
(#396) Expected "if (...) {\n"; found "if(...){\n"
(#397) Spaces must be used to indent lines; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 8 spaces, found 5
(#397) No space found before comment text; expected "// to be compatible with oracle change text fields to varchar" but found "//to be compatible with oracle change text fields to varchar"
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 8 spaces, found 5
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 8 spaces, found 5
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 8 spaces, found 2
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 8 spaces, found 2
(#403) Spaces must be used to indent lines; tabs are not allowed
(#403) Tab found within whitespace
(#403) Whitespace found at end of line
(#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
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Whitespace found at end of line
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 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 8 spaces, found 2
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#409) Whitespace found at end of line
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 8 spaces, found 2
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Whitespace found at end of line
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 8 spaces, found 2
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 8 spaces, found 2
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Whitespace found at end of line
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 2
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 8 spaces, found 2
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Whitespace found at end of line
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 8 spaces, found 2
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 8 spaces, found 2
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Whitespace found at end of line
(#422) Spaces must be used to indent lines; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 8 spaces, found 2
(#423) Spaces must be used to indent lines; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 8 spaces, found 2
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Whitespace found at end of line
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 8 spaces, found 2
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Whitespace found at end of line
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Inline comments must start with a capital letter, digit or 3-dots sequence
(#428) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Line indented incorrectly; expected at least 8 spaces, found 2
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 8 spaces, found 5
(#431) Expected "if (...) {\n"; found "if(...){\n"
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 8 spaces, found 5
(#432) Whitespace found at end of line
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 8 spaces, found 5
(#433) Whitespace found at end of line
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 8 spaces, found 5
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Whitespace found at end of line
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 8 spaces, found 5
(#436) Whitespace found at end of line
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 8 spaces, found 5
(#437) Whitespace found at end of line
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 8 spaces, found 5
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Whitespace found at end of line
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 8 spaces, found 5
(#440) Whitespace found at end of line
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Whitespace found at end of line
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 8 spaces, found 5
(#442) Whitespace found at end of line
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 8 spaces, found 5
(#443) Whitespace found at end of line
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Whitespace found at end of line
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 8 spaces, found 5
(#445) Whitespace found at end of line
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 8 spaces, found 5
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Whitespace found at end of line
(#448) Spaces must be used to indent lines; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 8 spaces, found 5
(#448) Whitespace found at end of line
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 8 spaces, found 5
(#449) Whitespace found at end of line
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 8 spaces, found 5
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Whitespace found at end of line
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 8 spaces, found 5
(#452) Whitespace found at end of line
(#453) Spaces must be used to indent lines; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 8 spaces, found 5
(#453) Whitespace found at end of line
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 8 spaces, found 5
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Whitespace found at end of line
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 8 spaces, found 5
(#456) Whitespace found at end of line
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 8 spaces, found 5
(#457) Whitespace found at end of line
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 8 spaces, found 5
(#458) Whitespace found at end of line
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 5
(#459) Whitespace found at end of line
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 8 spaces, found 5
(#460) Whitespace found at end of line
(#461) Spaces must be used to indent lines; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 8 spaces, found 5
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) Line indented incorrectly; expected at least 8 spaces, found 5
(#462) Whitespace found at end of line
(#463) Spaces must be used to indent lines; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 8 spaces, found 5
(#465) Whitespace found at end of line
(#466) Expected "if (...) {\n"; found "if(...) {\n"
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) Line indented incorrectly; expected at least 8 spaces, found 5
(#468) Spaces must be used to indent lines; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 8 spaces, found 5
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 8 spaces, found 5
(#470) Whitespace found at end of line
(#471) Spaces must be used to indent lines; tabs are not allowed
(#471) Tab found within whitespace
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Line indented incorrectly; expected at least 8 spaces, found 5
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 8 spaces, found 5
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 12 spaces, found 6
(#474) Closing brace indented incorrectly; expected 5 spaces, found 8
(#476) Whitespace found at end of line
(#477) Expected "if (...) {\n"; found "if(...) {\n"
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Whitespace found at end of line
(#491) Expected "if (...) {\n"; found "if(...) {\n"
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) Spaces must be used to indent lines; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 8 spaces, found 5
(#494) Spaces must be used to indent lines; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 5
(#495) Spaces must be used to indent lines; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 8 spaces, found 5
(#496) Spaces must be used to indent lines; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 12 spaces, found 6
(#497) Closing brace indented incorrectly; expected 5 spaces, found 8
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 8 spaces, found 2
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 8 spaces, found 5
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 12 spaces, found 6
(#501) Closing brace indented incorrectly; expected 5 spaces, found 8
(#502) Spaces must be used to indent lines; tabs are not allowed
(#502) Tab found within whitespace
(#502) Whitespace found at end of line
(#505) Inline comments must start with a capital letter, digit or 3-dots sequence
(#505) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Whitespace found at end of line
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#520) Inline comments must end in full-stops, exclamation marks, or question marks
(#520) Whitespace found at end of line
(#524) Spaces must be used to indent lines; tabs are not allowed
(#524) Tab found within whitespace
(#524) Whitespace found at end of line
(#525) Expected "if (...) {\n"; found "if(...) {\n"
(#526) Spaces must be used to indent lines; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 8 spaces, found 2
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Whitespace found at end of line
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Whitespace found at end of line
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Whitespace found at end of line
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Whitespace found at end of line
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Whitespace found at end of line
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 2
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 8 spaces, found 2
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 8 spaces, found 3
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected 4 spaces, found 1
(#646) Closing brace indented incorrectly; expected 4 spaces, found 1
(#647) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 8 spaces, found 2
(#683) Whitespace found at end of line
(#684) Line indented incorrectly; expected 4 spaces, found 3
(#684) Closing brace indented incorrectly; expected 4 spaces, found 3
(#686) Line indented incorrectly; expected 4 spaces, found 3
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected at least 8 spaces, found 2
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 8 spaces, found 1
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 8 spaces, found 1
(#726) Closing brace indented incorrectly; expected 3 spaces, found 4
(#729) Inline comments must start with a capital letter, digit or 3-dots sequence
(#729) Inline comments must end in full-stops, exclamation marks, or question marks
(#731) Whitespace found at end of line
(#754) Line indented incorrectly; expected at least 4 spaces, found 3
blocks/exaport/epop.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) "require_once" must be immediately followed by an open parenthesis
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) This comment is 55% valid code; is this commented out code?
(#5) No space found before comment text; expected "// require_once dirname(__FILE__) . '/lib/moodlelib.php';" but found "//require_once dirname(__FILE__) . '/lib/moodlelib.php';"
(#6) "require_once" must be immediately followed by an open parenthesis
(#7) Commas (,) must be followed by white space.
(#7) Commas (,) must be followed by white space.
(#7) Commas (,) must be followed by white space.
(#8) Whitespace found at end of line
(#9) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) This comment is 100% valid code; is this commented out code?
(#9) No space found before comment text; expected "// 100" but found "//100"
(#11) Expected "if (...) {\n"; found "if (...){\n"
(#11) Expected 1 space before "=="; 0 found
(#11) Expected 1 space after "=="; 0 found
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Whitespace found at end of line
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#13) This comment is 100% valid code; is this commented out code?
(#13) No space found before comment text; expected "// 100" but found "//100"
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used for alignment; tabs are not allowed
(#14) Tab found within whitespace
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) This comment is 100% valid code; is this commented out code?
(#14) No space found before comment text; expected "// 32" but found "//32"
(#15) Spaces must be used for alignment; tabs are not allowed
(#15) Tab found within whitespace
(#15) Whitespace found at end of line
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected 4 spaces, found 1
(#16) Expected "if (...) {\n"; found "if (...){\n"
(#16) Expected 1 space before "!="; 0 found
(#16) Expected 1 space after "!="; 0 found
(#16) Expected 1 space before "!="; 0 found
(#16) Expected 1 space after "!="; 0 found
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#17) Whitespace found at end of line
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Expected 1 space before "="; 0 found
(#18) Expected 1 space after "="; 0 found
(#18) Commas (,) must be followed by white space.
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#19) Commas (,) must be followed by white space.
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Commas (,) must be followed by white space.
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 8 spaces, found 2
(#22) Expected "if (...) {\n"; found "if (...){\n"
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#23) Whitespace found at end of line
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 12 spaces, found 3
(#25) Expected "if (...) {\n"; found "if (...){\n"
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) This comment is 78% valid code; is this commented out code?
(#26) Line indented incorrectly; expected at least 16 spaces, found 4
(#26) No space found before comment text; expected "// $validiert=validate_internal_user_password($user,$pword);" but found "//$validiert=validate_internal_user_password($user,$pword);"
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 16 spaces, found 4
(#28) Expected 1 space before "="; 0 found
(#28) Expected 1 space after "="; 0 found
(#28) Commas (,) must be followed by white space.
(#28) Whitespace found at end of line
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 12 spaces, found 3
(#29) Expected "} else {\n"; found "}else{\n"
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 16 spaces, found 4
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 12 spaces, found 3
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#32) Expected "} else {\n"; found "}else{\n"
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 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) No space found before comment text; expected "// alte version bei der die passw�r verschl� geschickt werden" but found "//alte version bei der die passw�r verschl� geschickt werden"
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#36) Expected "if (...) {\n"; found "if (...){\n"
(#36) Expected 1 space before "=="; 0 found
(#36) Expected 1 space after "=="; 0 found
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Inline control structures are not allowed
(#38) Expected 1 space before "=="; 0 found
(#38) Expected 1 space after "=="; 0 found
(#38) Expected 1 space before "=="; 0 found
(#38) Expected 1 space after "=="; 0 found
(#38) Expected 1 space before "!="; 0 found
(#38) Expected 1 space after "!="; 0 found
(#38) Expected 1 space before "!="; 0 found
(#38) Expected 1 space after "!="; 0 found
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 12 spaces, found 3
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 16 spaces, found 4
(#40) Expected "if (...) {\n"; found "if (...){\n"
(#40) Variable "user_hash" must not contain underscores.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 20 spaces, found 5
(#41) Expected "if (...) {\n"; found "if (...){\n"
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 24 spaces, found 6
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 20 spaces, found 5
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 16 spaces, found 4
(#44) Expected "} else {\n"; found "}else{\n"
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 20 spaces, found 5
(#45) Expected "if (...) {\n"; found "if (...) {"
(#45) Variable "user_hash" must not contain underscores.
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#45) Variable "user_hash" must not contain underscores.
(#45) Closing brace must be on a line by itself
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 20 spaces, found 5
(#46) Inline control structures are not allowed
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#46) Variable "user_hash" must not contain underscores.
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 20 spaces, found 5
(#47) Inline control structures are not allowed
(#47) Variable "user_hash" must not contain underscores.
(#47) Expected 1 space before "=="; 0 found
(#47) Expected 1 space after "=="; 0 found
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 20 spaces, found 5
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 24 spaces, found 6
(#49) Expected "if (...) {\n"; found "if (...)\t{\n"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 28 spaces, found 7
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 24 spaces, found 6
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 20 spaces, found 5
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 16 spaces, found 4
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 12 spaces, found 3
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#55) Expected "} else {\n"; found "}else{\n"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Inline control structures are not allowed
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Expected "} else {\n"; found "}else{\n"
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#63) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#63) Expected "if (...) {\n"; found "if (...){\n"
(#63) Expected 1 space before "=="; 0 found
(#63) Expected 1 space after "=="; 0 found
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Inline control structures are not allowed
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Commas (,) must be followed by white space.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=="; 0 found
(#69) Expected 1 space after "=="; 0 found
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Commas (,) must be followed by white space.
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Variable "competence_category" must not contain underscores.
(#71) Expected 1 space before "="; 0 found
(#71) 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 12 spaces, found 3
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#73) Line exceeds 132 characters; contains 176 characters
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Expected 1 space before ".="; 0 found
(#74) Expected 1 space after ".="; 0 found
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#75) Expected "if (...) {\n"; found "if (...){\n"
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Commas (,) must be followed by white space.
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Inline control structures are not allowed
(#76) Expected 1 space before "=="; 0 found
(#76) Expected 1 space after "=="; 0 found
(#76) Variable "competence_category" must not contain underscores.
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#77) Inline control structures are not allowed
(#77) Usage of ELSEIF not allowed; use ELSE IF instead
(#77) Expected 1 space before "=="; 0 found
(#77) Expected 1 space after "=="; 0 found
(#77) Variable "competence_category" must not contain underscores.
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Inline control structures are not allowed
(#78) Usage of ELSEIF not allowed; use ELSE IF instead
(#78) Expected 1 space before "=="; 0 found
(#78) Expected 1 space after "=="; 0 found
(#78) Variable "competence_category" must not contain underscores.
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 4
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 12 spaces, found 3
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Variable "competence_category" must not contain underscores.
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#84) Expected "if (...) {\n"; found "if (...){\n"
(#84) Expected 1 space before "=="; 0 found
(#84) Expected 1 space after "=="; 0 found
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Inline control structures are not allowed
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Inline control structures are not allowed
(#89) Commas (,) must be followed by white space.
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Inline control structures are not allowed
(#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 4 spaces, found 1
(#92) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#92) Expected "if (...) {\n"; found "if (...){\n"
(#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 1
(#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 1
(#94) Inline control structures are not allowed
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Expected 1 space before ".="; 0 found
(#97) Expected 1 space after ".="; 0 found
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Expected 1 space before ".="; 0 found
(#98) Expected 1 space after ".="; 0 found
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Inline control structures are not allowed
(#99) Commas (,) must be followed by white space.
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Inline control structures are not allowed
(#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
(#102) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#102) Expected "if (...) {\n"; found "if (...){\n"
(#102) Expected 1 space before "=="; 0 found
(#102) Expected 1 space after "=="; 0 found
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) Expected 1 space before "="; 0 found
(#103) 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 at least 4 spaces, found 1
(#104) Inline control structures are not allowed
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Variable "parent_cat" must not contain underscores.
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Variable "parent_cat" must not contain underscores.
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Line exceeds maximum limit of 180 characters; contains 231 characters
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#110) Expected "} else {\n"; found "}else{\n"
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#114) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#114) Expected "if (...) {\n"; found "if (...){\n"
(#114) Expected 1 space before "=="; 0 found
(#114) Expected 1 space after "=="; 0 found
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Inline control structures are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 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 8 spaces, found 2
(#118) Variable "selected_user" must not contain underscores.
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Variable "view_id" must not contain underscores.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#121) Commas (,) must be followed by white space.
(#121) Variable "selected_user" must not contain underscores.
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Variable "view_id" must not contain underscores.
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#124) Expected "if (...) {\n"; found "if (...){\n"
(#124) Expected 1 space before "=="; 0 found
(#124) Expected 1 space after "=="; 0 found
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Variable "view_id" must not contain underscores.
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#126) Expected "} else {\n"; found "}else{\n"
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Variable "view_id" must not contain underscores.
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 3
(#128) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 16 spaces, found 4
(#129) Expected "if (...) {\n"; found "if (...){\n"
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 20 spaces, found 5
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#130) Variable "view_id" must not contain underscores.
(#130) Commas (,) must be followed by white space.
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 16 spaces, found 4
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 12 spaces, found 3
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 8 spaces, found 2
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#135) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#135) Expected "if (...) {\n"; found "if (...){\n"
(#135) Expected 1 space before "=="; 0 found
(#135) Expected 1 space after "=="; 0 found
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#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
(#137) Inline control structures are not allowed
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#139) Variable "selected_items" must not contain underscores.
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Variable "view_id" must not contain underscores.
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#142) Commas (,) must be followed by white space.
(#142) Variable "selected_items" must not contain underscores.
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Commas (,) must be followed by white space.
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#143) Variable "view_id" must not contain underscores.
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 8 spaces, found 2
(#145) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 12 spaces, found 3
(#146) Expected "if (...) {\n"; found "if (...){\n"
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 16 spaces, found 4
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Variable "view_id" must not contain underscores.
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Line exceeds 132 characters; contains 149 characters
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 16 spaces, found 4
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 12 spaces, found 3
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#152) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#152) Expected "if (...) {\n"; found "if (...){\n"
(#152) Expected 1 space before "=="; 0 found
(#152) Expected 1 space after "=="; 0 found
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#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) Inline control structures are not allowed
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Variable "selected_competences" must not contain underscores.
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Commas (,) must be followed by white space.
(#157) Variable "selected_competences" must not contain underscores.
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Variable "item_id" must not contain underscores.
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Variable "subject_id" must not contain underscores.
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) This comment is 54% valid code; is this commented out code?
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) No space found before comment text; expected "// $subject_id = optional_param('subject_id', ' ', PARAM_INT);" but found "//$subject_id = optional_param('subject_id', ' ', PARAM_INT);"
(#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) 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 8 spaces, found 2
(#162) No space found before comment text; expected "// die kompetenzen werden nach subject gruppiert angezeigt, daher nur diese gruppe l�en" but found "//die kompetenzen werden nach subject gruppiert angezeigt, daher nur diese gruppe l�en"
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Whitespace found at end of line within string
(#164) Whitespace found at end of line within string
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Inline control structures are not allowed
(#167) Variable "subject_id" must not contain underscores.
(#167) Expected 1 space before ">"; 0 found
(#167) Expected 1 space after ">"; 0 found
(#167) Expected 1 space before ".="; 0 found
(#167) Expected 1 space after ".="; 0 found
(#167) Variable "subject_id" must not contain underscores.
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Expected 1 space before "="; 0 found
(#169) Expected 1 space after "="; 0 found
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// init" but found "//init"
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#170) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 12 spaces, found 3
(#171) Expected 1 space before ".="; 0 found
(#171) Expected 1 space after ".="; 0 found
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 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
(#173) Expected 1 space before "="; 0 found
(#173) Expected 1 space after "="; 0 found
(#173) Variable "item_id" must not contain underscores.
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Inline control structures are not allowed
(#174) Expected 1 space before "!="; 0 found
(#174) Expected 1 space after "!="; 0 found
(#174) Expected 1 space before ".="; 0 found
(#174) 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 start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) This comment is 75% valid code; is this commented out code?
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) No space found before comment text; expected "// echo $select;" but found "//echo $select;"
(#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) Commas (,) must be followed by white space.
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 8 spaces, found 2
(#177) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 3
(#178) Expected "if (...) {\n"; found "if (...){\n"
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 16 spaces, found 4
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Variable "item_id" must not contain underscores.
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Line exceeds 132 characters; contains 156 characters
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 12 spaces, found 3
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#183) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#183) Expected "if (...) {\n"; found "if (...){\n"
(#183) Expected 1 space before "=="; 0 found
(#183) Expected 1 space after "=="; 0 found
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#185) Inline control structures are not allowed
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 4 spaces, found 1
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#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
(#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) Variable "view_id" must not contain underscores.
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#191) Expected "if (...) {\n"; found "if (...){\n"
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Variable "view_id" must not contain underscores.
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 3
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Variable "view_id" must not contain underscores.
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 2
(#193) Expected "} else {\n"; found "}else{\n"
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 3
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 16 spaces, found 3
(#196) Line indented incorrectly; expected 12 spaces, found 8
(#196) Closing brace indented incorrectly; expected 3 spaces, found 8
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#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 12 spaces, found 3
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Line exceeds maximum limit of 180 characters; contains 243 characters
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 16 spaces, found 4
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 3
(#200) Expected "} else {\n"; found "}else{\n"
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 4
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 12 spaces, found 3
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) 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 4 spaces, found 1
(#207) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#207) Expected "if (...) {\n"; found "if (...){\n"
(#207) Expected 1 space before "=="; 0 found
(#207) Expected 1 space after "=="; 0 found
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 4 spaces, found 1
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#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) Inline control structures are not allowed
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#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) Expected 1 space before "="; 0 found
(#212) Expected 1 space after "="; 0 found
(#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 4 spaces, found 1
(#215) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#215) Expected "if (...) {\n"; found "if (...){\n"
(#215) Expected 1 space before "=="; 0 found
(#215) Expected 1 space after "=="; 0 found
(#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
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#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
(#218) Inline control structures are not allowed
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 4 spaces, found 1
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 2
(#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
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 8 spaces, found 2
(#225) Expected "if (...) {\n"; found "if(...){\n"
(#225) Commas (,) must be followed by white space.
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 12 spaces, found 3
(#226) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 16 spaces, found 4
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 12 spaces, found 3
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 8 spaces, found 2
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 2
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Whitespace found at end of line
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#236) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#236) Expected "if (...) {\n"; found "if (...){\n"
(#236) Expected 1 space before "=="; 0 found
(#236) Expected 1 space after "=="; 0 found
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 1
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 4 spaces, found 1
(#238) Expected 1 space before "="; 0 found
(#238) Expected 1 space after "="; 0 found
(#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
(#239) Inline control structures are not allowed
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 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 8 spaces, found 2
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 2
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 4 spaces, found 1
(#245) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#245) Expected "if (...) {\n"; found "if (...){\n"
(#245) Expected 1 space before "=="; 0 found
(#245) Expected 1 space after "=="; 0 found
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 1
(#247) Variable "view_id" must not contain underscores.
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#248) Inline control structures are not allowed
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 4 spaces, found 1
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 3
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "view_id" must not contain underscores.
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 3
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) This comment is 58% valid code; is this commented out code?
(#253) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) No space found before comment text; expected "// $inhalt.='<result>'."\r\n";" but found "//$inhalt.='<result>'."\r\n";"
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#254) Expected 1 space before ".="; 0 found
(#254) Commas (,) must be followed by white space.
(#254) Commas (,) must be followed by white space.
(#254) Commas (,) must be followed by white space.
(#254) Commas (,) must be followed by white space.
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) This comment is 58% valid code; is this commented out code?
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) No space found before comment text; expected "// $inhalt.='</result> '."\r\n";" but found "//$inhalt.='</result> '."\r\n";"
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#258) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#258) Expected "if (...) {\n"; found "if (...){\n"
(#258) Expected 1 space before "=="; 0 found
(#258) Expected 1 space after "=="; 0 found
(#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) Expected 1 space before "="; 0 found
(#259) Expected 1 space after "="; 0 found
(#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) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#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) Inline control structures are not allowed
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 4 spaces, found 1
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Variable "view_id" must not contain underscores.
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 8 spaces, found 2
(#264) Expected "if (...) {\n"; found "if (...){\n"
(#264) Expected 1 space before "=>"; 0 found
(#264) Expected 1 space after "=>"; 0 found
(#264) Variable "view_id" must not contain underscores.
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 3
(#265) Expected 1 space before "=>"; 0 found
(#265) Expected 1 space after "=>"; 0 found
(#265) Variable "view_id" must not contain underscores.
(#265) Commas (,) must be followed by white space.
(#265) Expected 1 space before "=>"; 0 found
(#265) Expected 1 space after "=>"; 0 found
(#265) Commas (,) must be followed by white space.
(#265) Expected 1 space before "=>"; 0 found
(#265) Expected 1 space after "=>"; 0 found
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 12 spaces, found 4
(#266) Commas (,) must be followed by white space.
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 8 spaces, found 3
(#267) Closing brace indented incorrectly; expected 2 spaces, found 3
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 4 spaces, found 1
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#270) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#270) Expected "if (...) {\n"; found "if (...){\n"
(#270) Expected 1 space before "=="; 0 found
(#270) Expected 1 space after "=="; 0 found
(#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) Expected 1 space before "="; 0 found
(#271) Expected 1 space after "="; 0 found
(#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
(#272) Inline control structures are not allowed
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 3
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 3
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 4 spaces, found 2
(#276) Closing brace indented incorrectly; expected 1 spaces, found 2
(#278) Expected "} else if (...) {\n"; found "}\nelse if (...){\n"
(#278) Expected "if (...) {\n"; found "if (...){\n"
(#278) Expected 1 space before "=="; 0 found
(#278) Expected 1 space after "=="; 0 found
(#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
(#279) Expected 1 space before "="; 0 found
(#279) Expected 1 space after "="; 0 found
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 4 spaces, found 1
(#280) Variable "view_id" must not contain underscores.
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#281) Inline control structures are not allowed
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 4 spaces, found 1
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 8 spaces, found 3
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 3
(#284) Commas (,) must be followed by white space.
(#284) Variable "view_id" must not contain underscores.
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 4 spaces, found 1
(#286) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#286) Expected "if (...) {\n"; found "if (...){\n"
(#286) Expected 1 space before "=="; 0 found
(#286) Expected 1 space after "=="; 0 found
(#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
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#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
(#288) Inline control structures are not allowed
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 4 spaces, found 1
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 2
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 4 spaces, found 1
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Whitespace found at end of line
(#293) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#293) Expected "if (...) {\n"; found "if (...){\n"
(#293) Expected 1 space before "=="; 0 found
(#293) Expected 1 space after "=="; 0 found
(#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
(#294) Expected 1 space before "="; 0 found
(#294) Expected 1 space after "="; 0 found
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#295) Inline control structures are not allowed
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 4 spaces, found 1
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Commas (,) must be followed by white space.
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#301) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#301) Expected "if (...) {\n"; found "if (...){\n"
(#301) Expected 1 space before "=="; 0 found
(#301) Expected 1 space after "=="; 0 found
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 4 spaces, found 1
(#302) Expected 1 space before "="; 0 found
(#302) Expected 1 space after "="; 0 found
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 4 spaces, found 1
(#303) Inline control structures are not allowed
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 8 spaces, found 2
(#306) Commas (,) must be followed by white space.
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 8 spaces, found 2
(#307) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 12 spaces, found 3
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 12 spaces, found 3
(#309) Commas (,) must be followed by white space.
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 8 spaces, found 2
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#311) Commas (,) must be followed by white space.
(#311) Expected 1 space before "=>"; 0 found
(#311) Expected 1 space after "=>"; 0 found
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Commas (,) must be followed by white space.
(#313) Expected 1 space before "=>"; 0 found
(#313) Expected 1 space after "=>"; 0 found
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Expected 1 space before "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 4 spaces, found 1
(#317) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#317) Expected "if (...) {\n"; found "if (...){\n"
(#317) Expected 1 space before "=="; 0 found
(#317) Expected 1 space after "=="; 0 found
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Expected 1 space before "="; 0 found
(#318) Expected 1 space after "="; 0 found
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Inline control structures are not allowed
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 4 spaces, found 1
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 5
(#321) Line exceeds 132 characters; contains 179 characters
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 5
(#322) Expected 1 space before ".="; 0 found
(#322) Expected 1 space after ".="; 0 found
(#322) Line exceeds 132 characters; contains 160 characters
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Whitespace found at end of line
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 4
(#324) Expected 1 space before "="; 0 found
(#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 8 spaces, found 5
(#326) Commas (,) must be followed by white space.
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 3
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 3
(#328) Expected 1 space before "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#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 3
(#329) Expected 1 space before ".="; 0 found
(#329) Expected 1 space after ".="; 0 found
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 3
(#330) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 12 spaces, found 4
(#331) Expected 1 space before ".="; 0 found
(#331) Expected 1 space after ".="; 0 found
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 12 spaces, found 6
(#332) Expected 1 space before ".="; 0 found
(#332) Expected 1 space after ".="; 0 found
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 12 spaces, found 6
(#333) Expected 1 space before ".="; 0 found
(#333) Expected 1 space after ".="; 0 found
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 12 spaces, found 6
(#334) Expected 1 space before "="; 0 found
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 12 spaces, found 6
(#335) Expected 1 space before ".="; 0 found
(#335) Expected 1 space after ".="; 0 found
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 12 spaces, found 7
(#336) Commas (,) must be followed by white space.
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 12 spaces, found 7
(#337) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 16 spaces, found 8
(#338) Expected 1 space before ".="; 0 found
(#338) Expected 1 space after ".="; 0 found
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 16 spaces, found 8
(#339) Expected 1 space before ".="; 0 found
(#339) Expected 1 space after ".="; 0 found
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 16 spaces, found 8
(#340) Expected 1 space before ".="; 0 found
(#340) Expected 1 space after ".="; 0 found
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 16 spaces, found 8
(#341) Expected 1 space before ".="; 0 found
(#341) Expected 1 space after ".="; 0 found
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 12 spaces, found 7
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Whitespace found at end of line
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Whitespace found at end of line
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Whitespace found at end of line
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 7
(#346) Expected 1 space before ".="; 0 found
(#346) Expected 1 space after ".="; 0 found
(#346) Commas (,) must be followed by white space.
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 12 spaces, found 4
(#347) Expected 1 space before ".="; 0 found
(#347) Expected 1 space after ".="; 0 found
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 8 spaces, found 3
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 8 spaces, found 3
(#349) Expected 1 space before ".="; 0 found
(#349) Expected 1 space after ".="; 0 found
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) This comment is 56% valid code; is this commented out code?
(#350) Line indented incorrectly; expected at least 8 spaces, found 3
(#351) Line indented incorrectly; expected at least 8 spaces, found 3
(#352) Line indented incorrectly; expected at least 8 spaces, found 3
(#353) Line indented incorrectly; expected at least 8 spaces, found 3
(#354) Line indented incorrectly; expected at least 8 spaces, found 4
(#355) Line indented incorrectly; expected at least 8 spaces, found 4
(#356) Line indented incorrectly; expected at least 8 spaces, found 5
(#357) Line indented incorrectly; expected at least 8 spaces, found 6
(#358) Line indented incorrectly; expected at least 8 spaces, found 6
(#359) Line indented incorrectly; expected at least 8 spaces, found 6
(#360) Line indented incorrectly; expected at least 8 spaces, found 5
(#361) Line indented incorrectly; expected at least 8 spaces, found 5
(#362) Line indented incorrectly; expected at least 8 spaces, found 5
(#363) Line indented incorrectly; expected at least 8 spaces, found 5
(#364) Whitespace found at end of line
(#365) Line indented incorrectly; expected at least 8 spaces, found 4
(#366) Line exceeds maximum limit of 180 characters; contains 181 characters
(#366) Line indented incorrectly; expected at least 8 spaces, found 4
(#367) Line indented incorrectly; expected at least 8 spaces, found 4
(#368) Line indented incorrectly; expected at least 8 spaces, found 4
(#369) Line indented incorrectly; expected at least 8 spaces, found 3
(#370) Line indented incorrectly; expected at least 8 spaces, found 3
(#371) Line indented incorrectly; expected at least 8 spaces, found 6
(#372) Line indented incorrectly; expected at least 8 spaces, found 6
(#373) Line indented incorrectly; expected at least 8 spaces, found 6
(#374) Line indented incorrectly; expected at least 8 spaces, found 5
(#375) Line indented incorrectly; expected at least 8 spaces, found 3
(#376) Line indented incorrectly; expected at least 8 spaces, found 3
(#377) Line indented incorrectly; expected at least 8 spaces, found 3
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 8 spaces, found 3
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Whitespace found at end of line
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 4 spaces, found 1
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Whitespace found at end of line
(#382) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#382) Expected "if (...) {\n"; found "if (...){\n"
(#382) Expected 1 space before "=="; 0 found
(#382) Expected 1 space after "=="; 0 found
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 4 spaces, found 1
(#383) Expected 1 space before "="; 0 found
(#383) Expected 1 space after "="; 0 found
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 4 spaces, found 1
(#384) Inline control structures are not allowed
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 4 spaces, found 1
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 8 spaces, found 2
(#386) Line exceeds maximum limit of 180 characters; contains 329 characters
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 8 spaces, found 2
(#387) Expected 1 space before ".="; 0 found
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 8 spaces, found 2
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 8 spaces, found 2
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 8 spaces, found 2
(#390) Expected 1 space before "="; 0 found
(#390) Expected 1 space after "="; 0 found
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 8 spaces, found 2
(#391) Expected 1 space before ".="; 0 found
(#391) Expected 1 space after ".="; 0 found
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected 8 spaces, found 4
(#392) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 12 spaces, found 5
(#393) Expected 1 space before ".="; 0 found
(#393) Expected 1 space after ".="; 0 found
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 5
(#394) Expected 1 space before ".="; 0 found
(#394) Expected 1 space after ".="; 0 found
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 12 spaces, found 5
(#395) Expected 1 space before ".="; 0 found
(#395) Expected 1 space after ".="; 0 found
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 8 spaces, found 4
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 8 spaces, found 2
(#397) Expected 1 space before ".="; 0 found
(#397) Expected 1 space after ".="; 0 found
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 8 spaces, found 2
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 4 spaces, found 1
(#400) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#400) Expected "if (...) {\n"; found "if (...){\n"
(#400) Expected 1 space before "=="; 0 found
(#400) Expected 1 space after "=="; 0 found
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 4 spaces, found 1
(#401) Expected 1 space before "="; 0 found
(#401) Expected 1 space after "="; 0 found
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 4 spaces, found 1
(#402) Inline control structures are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 4 spaces, found 1
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 8 spaces, found 2
(#404) Expected 1 space before "="; 0 found
(#404) Expected 1 space after "="; 0 found
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Line exceeds maximum limit of 180 characters; contains 381 characters
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#406) Expected 1 space before ".="; 0 found
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 8 spaces, found 2
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 8 spaces, found 2
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 8 spaces, found 2
(#409) Expected 1 space before "="; 0 found
(#409) Expected 1 space after "="; 0 found
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#410) Expected 1 space before ".="; 0 found
(#410) Expected 1 space after ".="; 0 found
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected 8 spaces, found 4
(#411) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 12 spaces, found 5
(#412) Expected 1 space before ".="; 0 found
(#412) Expected 1 space after ".="; 0 found
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 12 spaces, found 5
(#413) Inline control structures are not allowed
(#413) Commas (,) must be followed by white space.
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before ".="; 0 found
(#413) Expected 1 space after ".="; 0 found
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 5
(#414) Inline control structures are not allowed
(#414) Expected 1 space before ".="; 0 found
(#414) Expected 1 space after ".="; 0 found
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 12 spaces, found 5
(#415) Expected 1 space before ".="; 0 found
(#415) Expected 1 space after ".="; 0 found
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 5
(#416) Expected 1 space before ".="; 0 found
(#416) Expected 1 space after ".="; 0 found
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 6
(#417) Expected 1 space before ".="; 0 found
(#417) Expected 1 space after ".="; 0 found
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected 8 spaces, found 4
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 8 spaces, found 2
(#419) Expected 1 space before ".="; 0 found
(#419) Expected 1 space after ".="; 0 found
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 8 spaces, found 2
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 4 spaces, found 1
(#422) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#422) Expected "if (...) {\n"; found "if (...){\n"
(#422) Expected 1 space before "=="; 0 found
(#422) Expected 1 space after "=="; 0 found
(#422) Expected 1 space before "=="; 0 found
(#422) Expected 1 space after "=="; 0 found
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 4 spaces, found 1
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 4 spaces, found 1
(#424) Inline control structures are not allowed
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 4 spaces, found 1
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 8 spaces, found 2
(#426) Expected "if (...) {\n"; found "if (...){\n"
(#426) Expected 1 space before "=="; 0 found
(#426) Expected 1 space after "=="; 0 found
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 12 spaces, found 3
(#427) Inline control structures are not allowed
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Commas (,) must be followed by white space.
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected 8 spaces, found 2
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 8 spaces, found 2
(#429) Expected "if (...) {\n"; found "if(...) {\n"
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 12 spaces, found 3
(#430) Expected 1 space before "="; 0 found
(#430) Expected 1 space after "="; 0 found
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 12 spaces, found 3
(#431) Expected 1 space before "="; 0 found
(#431) Expected 1 space after "="; 0 found
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 12 spaces, found 3
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 12 spaces, found 3
(#433) Expected "if (...) {\n"; found "if (...){\n"
(#433) Expected 1 space before ">"; 0 found
(#433) Expected 1 space after ">"; 0 found
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 16 spaces, found 4
(#434) Expected 1 space before "="; 0 found
(#434) Expected 1 space after "="; 0 found
(#434) Expected 1 space before "=>"; 0 found
(#434) Expected 1 space after "=>"; 0 found
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 16 spaces, found 4
(#435) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#435) Expected 1 space before "=>"; 0 found
(#435) Expected 1 space after "=>"; 0 found
(#435) Expected 1 space before "=>"; 0 found
(#435) Expected 1 space after "=>"; 0 found
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 20 spaces, found 5
(#436) Expected 1 space before ".="; 0 found
(#436) Expected 1 space after ".="; 0 found
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 16 spaces, found 4
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 12 spaces, found 3
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) This comment is 50% valid code; is this commented out code?
(#439) Inline comments must start with a capital letter, digit or 3-dots sequence
(#439) Line exceeds maximum limit of 180 characters; contains 475 characters
(#439) Line indented incorrectly; expected at least 12 spaces, found 5
(#439) No space found before comment text; expected "// $sql = "SELECT CONCAT(dt.id,'_',ctt.id) as uniqueid,dt.id as dtid,d.id, d.title, t.title as topic, s.title as subject FROM {block_exacompdescriptors} d, {block_exacompmdltype_mm} mt, {block_exacomptopics} t,{block_exacompcoutopi_mm} ctt, {block_exacompsubjects} s, {block_exacompschooltypes} ty, {block_exacompdescrtopic_mm} dt WHERE mt.stid = ty.id AND s.stid = ty.id AND t.subjid = s.id AND dt.topicid=t.id AND ctt.topicid=t.id AND dt.descrid=d.id AND (ty.isoez=1)";" but found "//$sql = "SELECT CONCAT(dt.id,'_',ctt.id) as uniqueid,dt.id as dtid,d.id, d.title, t.title as topic, s.title as subject FROM {block_exacompdescriptors} d, {block_exacompmdltype_mm} mt, {block_exacomptopics} t,{block_exacompcoutopi_mm} ctt, {block_exacompsubjects} s, {block_exacompschooltypes} ty, {block_exacompdescrtopic_mm} dt WHERE mt.stid = ty.id AND s.stid = ty.id AND t.subjid = s.id AND dt.topicid=t.id AND ctt.topicid=t.id AND dt.descrid=d.id AND (ty.isoez=1)";"
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Line indented incorrectly; expected at least 12 spaces, found 6
(#440) No space found before comment text; expected "// neu am 20.5.2014 weil descriptoren mehrfach vorkommen" but found "//neu am 20.5.2014 weil descriptoren mehrfach vorkommen"
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 12 spaces, found 5
(#441) Line exceeds maximum limit of 180 characters; contains 473 characters
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 12 spaces, found 5
(#442) Expected "if (...) {\n"; found "if (...){\n"
(#442) Expected 1 space before ">"; 0 found
(#442) Expected 1 space after ">"; 0 found
(#442) Expected 1 space before "=="; 0 found
(#442) Expected 1 space after "=="; 0 found
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 16 spaces, found 6
(#443) Expected 1 space before ".="; 0 found
(#443) Expected 1 space after ".="; 0 found
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 12 spaces, found 5
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 12 spaces, found 5
(#445) Expected 1 space before ".="; 0 found
(#445) Expected 1 space after ".="; 0 found
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#446) Inline comments must end in full-stops, exclamation marks, or question marks
(#446) This comment is 75% valid code; is this commented out code?
(#446) Line indented incorrectly; expected at least 12 spaces, found 5
(#446) No space found before comment text; expected "// echo $sql;" but found "//echo $sql;"
(#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 5
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 12 spaces, found 3
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 12 spaces, found 3
(#450) Expected 1 space before "="; 0 found
(#450) Expected 1 space after "="; 0 found
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 12 spaces, found 3
(#451) Expected 1 space before ".="; 0 found
(#451) Expected 1 space after ".="; 0 found
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 12 spaces, found 3
(#452) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Whitespace found at end of line
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 16 spaces, found 4
(#454) Expected "if (...) {\n"; found "if (...){\n"
(#454) Expected 1 space before "=="; 0 found
(#454) Expected 1 space after "=="; 0 found
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 20 spaces, found 6
(#455) Expected 1 space before "="; 0 found
(#455) Expected 1 space after "="; 0 found
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 16 spaces, found 4
(#456) Expected "} else {\n"; found "}else{\n"
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 20 spaces, found 6
(#457) Expected 1 space before "="; 0 found
(#457) Expected 1 space after "="; 0 found
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 16 spaces, found 4
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 16 spaces, found 4
(#459) Expected "if (...) {\n"; found "if (...){\n"
(#459) Expected 1 space before "!="; 0 found
(#459) Expected 1 space after "!="; 0 found
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 20 spaces, found 5
(#460) Expected 1 space before ".="; 0 found
(#460) Expected 1 space after ".="; 0 found
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 20 spaces, found 5
(#462) Inline control structures are not allowed
(#462) Commas (,) must be followed by white space.
(#462) Expected 1 space before "==="; 0 found
(#462) Expected 1 space after "==="; 0 found
(#462) Expected 1 space before ".="; 0 found
(#462) Expected 1 space after ".="; 0 found
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 20 spaces, found 5
(#463) Inline control structures are not allowed
(#463) Expected 1 space before ".="; 0 found
(#463) Expected 1 space after ".="; 0 found
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 20 spaces, found 5
(#464) Expected 1 space before ".="; 0 found
(#464) Expected 1 space after ".="; 0 found
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 20 spaces, found 5
(#465) Expected 1 space before ".="; 0 found
(#465) Expected 1 space after ".="; 0 found
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 20 spaces, found 5
(#466) Expected 1 space before ".="; 0 found
(#466) Expected 1 space after ".="; 0 found
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 20 spaces, found 5
(#467) Expected 1 space before ".="; 0 found
(#467) Expected 1 space after ".="; 0 found
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 16 spaces, found 4
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 12 spaces, found 3
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 12 spaces, found 3
(#470) Expected 1 space before ".="; 0 found
(#470) Expected 1 space after ".="; 0 found
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 12 spaces, found 3
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Whitespace found at end of line
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Whitespace found at end of line
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected 8 spaces, found 2
(#474) Expected "} else {\n"; found "}else{\n"
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 12 spaces, found 3
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 8 spaces, found 2
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 4 spaces, found 1
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Whitespace found at end of line
(#479) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#479) Expected "if (...) {\n"; found "if (...){\n"
(#479) Expected 1 space before "=="; 0 found
(#479) Expected 1 space after "=="; 0 found
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Whitespace found at end of line
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 4 spaces, found 1
(#481) Expected 1 space before "="; 0 found
(#481) Expected 1 space after "="; 0 found
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 4 spaces, found 1
(#482) Inline control structures are not allowed
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 4 spaces, found 1
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 8 spaces, found 2
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 8 spaces, found 2
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) This comment is 58% valid code; is this commented out code?
(#486) Line indented incorrectly; expected at least 8 spaces, found 2
(#487) Line indented incorrectly; expected at least 8 spaces, found 2
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Whitespace found at end of line
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 8 spaces, found 2
(#489) Expected "if (...) {\n"; found "if (...){\n"
(#489) Expected 1 space before "=>"; 0 found
(#489) Expected 1 space after "=>"; 0 found
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 12 spaces, found 3
(#490) Expected 1 space before "=>"; 0 found
(#490) Expected 1 space after "=>"; 0 found
(#490) Commas (,) must be followed by white space.
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) This comment is 68% valid code; is this commented out code?
(#491) Line indented incorrectly; expected at least 12 spaces, found 3
(#492) Line indented incorrectly; expected at least 12 spaces, found 4
(#493) Line indented incorrectly; expected at least 12 spaces, found 4
(#494) Line indented incorrectly; expected at least 12 spaces, found 5
(#495) Line indented incorrectly; expected at least 12 spaces, found 6
(#496) Line indented incorrectly; expected at least 12 spaces, found 5
(#497) Line indented incorrectly; expected at least 12 spaces, found 4
(#498) Line indented incorrectly; expected at least 12 spaces, found 3
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 8 spaces, found 2
(#499) Expected "} else {\n"; found "}else{\n"
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 12 spaces, found 3
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Whitespace found at end of line
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 8 spaces, found 2
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 8 spaces, found 2
(#502) Commas (,) must be followed by white space.
(#502) Commas (,) must be followed by white space.
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 4 spaces, found 1
(#504) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#504) Expected "if (...) {\n"; found "if (...){\n"
(#504) Expected 1 space before "=="; 0 found
(#504) Expected 1 space after "=="; 0 found
(#504) Expected 1 space before "=="; 0 found
(#504) Expected 1 space after "=="; 0 found
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 4 spaces, found 1
(#505) Expected 1 space before "="; 0 found
(#505) Expected 1 space after "="; 0 found
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 4 spaces, found 1
(#507) Inline control structures are not allowed
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 4 spaces, found 1
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 8 spaces, found 2
(#510) Expected 1 space before "="; 0 found
(#510) Expected 1 space after "="; 0 found
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 8 spaces, found 2
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 8 spaces, found 2
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) This comment is 67% valid code; is this commented out code?
(#513) Line indented incorrectly; expected at least 8 spaces, found 2
(#513) No space found before comment text; expected "// $description = sauber($_POST["description"]);" but found "//$description = sauber($_POST["description"]);"
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 8 spaces, found 2
(#514) Expected 1 space before "="; 0 found
(#514) Expected 1 space after "="; 0 found
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 8 spaces, found 2
(#515) Expected "if (...) {\n"; found "if (...){\n"
(#515) Expected 1 space before ">"; 0 found
(#515) Expected 1 space after ">"; 0 found
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 12 spaces, found 4
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Commas (,) must be followed by white space.
(#516) Expected 1 space before "=>"; 0 found
(#516) Expected 1 space after "=>"; 0 found
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected 12 spaces, found 4
(#517) Expected "if (...) {\n"; found "if (...){\n"
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) This comment is 60% valid code; is this commented out code?
(#518) Line indented incorrectly; expected at least 16 spaces, found 5
(#518) Whitespace found at end of line
(#519) Line indented incorrectly; expected at least 16 spaces, found 5
(#520) Line indented incorrectly; expected at least 16 spaces, found 5
(#521) Line indented incorrectly; expected at least 16 spaces, found 6
(#522) Line indented incorrectly; expected at least 16 spaces, found 6
(#523) Line indented incorrectly; expected at least 16 spaces, found 6
(#524) Line indented incorrectly; expected at least 16 spaces, found 6
(#525) Line indented incorrectly; expected at least 16 spaces, found 7
(#526) Line indented incorrectly; expected at least 16 spaces, found 7
(#527) Line indented incorrectly; expected at least 16 spaces, found 8
(#528) Line indented incorrectly; expected at least 16 spaces, found 9
(#529) Line indented incorrectly; expected at least 16 spaces, found 9
(#530) Line indented incorrectly; expected at least 16 spaces, found 8
(#531) Line indented incorrectly; expected at least 16 spaces, found 7
(#532) Line indented incorrectly; expected at least 16 spaces, found 6
(#533) Line indented incorrectly; expected at least 16 spaces, found 5
(#534) Line indented incorrectly; expected at least 16 spaces, found 5
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected 16 spaces, found 5
(#535) Expected "if (...) {\n"; found "if (...){\n"
(#535) Expected 1 space before "=="; 0 found
(#535) Expected 1 space after "=="; 0 found
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Whitespace found at end of line
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 20 spaces, found 7
(#537) Expected 1 space before "="; 0 found
(#537) Expected 1 space after "="; 0 found
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 20 spaces, found 7
(#539) Commas (,) must be followed by white space.
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected 20 spaces, found 7
(#540) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Whitespace found at end of line
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 24 spaces, found 8
(#542) Expected "if (...) {\n"; found "if (...)\t{\n"
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected 28 spaces, found 9
(#543) Expected "if (...) {\n"; found "if (...){\n"
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 32 spaces, found 10
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#544) Commas (,) must be followed by white space.
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Whitespace found at end of line
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected 28 spaces, found 9
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected 24 spaces, found 8
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 20 spaces, found 7
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Whitespace found at end of line
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected 16 spaces, found 5
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 12 spaces, found 4
(#551) Expected "} else {\n"; found "}else{\n"
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 16 spaces, found 5
(#552) Expected "if (...) {\n"; found "if (...){\n"
(#552) Expected 1 space before "=="; 0 found
(#552) Expected 1 space after "=="; 0 found
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Inline comments must start with a capital letter, digit or 3-dots sequence
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#553) Line indented incorrectly; expected at least 20 spaces, found 6
(#553) No space found before comment text; expected "// no update possible, nothing to do" but found "//no update possible, nothing to do"
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 20 spaces, found 6
(#554) Whitespace found at end of line
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected 16 spaces, found 5
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 16 spaces, found 5
(#556) Expected 1 space before "="; 0 found
(#556) Expected 1 space after "="; 0 found
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 16 spaces, found 5
(#557) Expected 1 space before "="; 0 found
(#557) Expected 1 space after "="; 0 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 12 spaces, found 4
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 8 spaces, found 2
(#559) Expected "} else {\n"; found "}else{\n"
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 12 spaces, found 3
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 12 spaces, found 3
(#561) Expected 1 space before "="; 0 found
(#561) Expected 1 space after "="; 0 found
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 12 spaces, found 3
(#562) Expected 1 space before "="; 0 found
(#562) Expected 1 space after "="; 0 found
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected 8 spaces, found 2
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) This comment is 56% valid code; is this commented out code?
(#564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#564) Line indented incorrectly; expected at least 8 spaces, found 2
(#564) No space found before comment text; expected "// $kompetenzen = addslashes(optional_param('competences', 0, PARAM_ALPHANUMEXT));" but found "//$kompetenzen = addslashes(optional_param('competences', 0, PARAM_ALPHANUMEXT));"
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) This comment is 80% valid code; is this commented out code?
(#565) Line indented incorrectly; expected at least 8 spaces, found 2
(#565) No space found before comment text; expected "// print_r($_FILES);" but found "//print_r($_FILES);"
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Inline comments must end in full-stops, exclamation marks, or question marks
(#566) This comment is 84% valid code; is this commented out code?
(#566) Line indented incorrectly; expected at least 8 spaces, found 2
(#566) No space found before comment text; expected "// $competences=array();" but found "//$competences=array();"
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 8 spaces, found 2
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 8 spaces, found 2
(#568) Inline control structures are not allowed
(#568) Expected 1 space before ">"; 0 found
(#568) Expected 1 space after ">"; 0 found
(#568) Expected 1 space before "="; 0 found
(#568) Expected 1 space after "="; 0 found
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 8 spaces, found 2
(#569) Expected "if (...) {\n"; found "if (...){\n"
(#569) Expected 1 space before "=="; 0 found
(#569) Expected 1 space after "=="; 0 found
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Inline comments must start with a capital letter, digit or 3-dots sequence
(#570) Inline comments must end in full-stops, exclamation marks, or question marks
(#570) Line indented incorrectly; expected at least 12 spaces, found 3
(#570) No space found before comment text; expected "// only update picture" but found "//only update picture"
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 12 spaces, found 3
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 8 spaces, found 2
(#572) Expected "} else {\n"; found "}else{\n"
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 12 spaces, found 3
(#573) Expected "if (...) {\n"; found "if (...){ //wenn neues item, �s items k�n eh nicht neu sein\n"
(#573) Expected 1 space before "!="; 0 found
(#573) Expected 1 space after "!="; 0 found
(#573) Inline comments must start with a capital letter, digit or 3-dots sequence
(#573) Inline comments must end in full-stops, exclamation marks, or question marks
(#573) No space found before comment text; expected "// wenn neues item, �s items k�n eh nicht neu sein" but found "//wenn neues item, �s items k�n eh nicht neu sein"
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 16 spaces, found 4
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#575) Inline comments must end in full-stops, exclamation marks, or question marks
(#575) This comment is 50% valid code; is this commented out code?
(#575) Line indented incorrectly; expected at least 16 spaces, found 4
(#575) No space found before comment text; expected "// $new->categoryid = $category;" but found "//$new->categoryid = $category;"
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 16 spaces, found 4
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Whitespace found at end of line
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 16 spaces, found 4
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 16 spaces, found 4
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Whitespace found at end of line
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected 12 spaces, found 3
(#579) Whitespace found at end of line
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 12 spaces, found 3
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 12 spaces, found 3
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected 16 spaces, found 4
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 20 spaces, found 5
(#583) Expected 1 space before "="; 0 found
(#583) Expected 1 space after "="; 0 found
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 16 spaces, found 4
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 12 spaces, found 3
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 12 spaces, found 3
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 12 spaces, found 3
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) This comment is 62% valid code; is this commented out code?
(#588) Inline comments must start with a capital letter, digit or 3-dots sequence
(#588) Line indented incorrectly; expected at least 12 spaces, found 3
(#588) No space found before comment text; expected "// $comp=optional_param('competences', 0, PARAM_ALPHANUMEXT);" but found "//$comp=optional_param('competences', 0, PARAM_ALPHANUMEXT);"
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) This comment is 78% valid code; is this commented out code?
(#589) Line indented incorrectly; expected at least 12 spaces, found 3
(#589) No space found before comment text; expected "// $competences=explode("_",$comp);" but found "//$competences=explode("_",$comp);"
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Whitespace found at end of line
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Inline comments must start with a capital letter, digit or 3-dots sequence
(#591) Line indented incorrectly; expected at least 12 spaces, found 3
(#592) Line indented incorrectly; expected at least 12 spaces, found 4
(#593) Line indented incorrectly; expected at least 12 spaces, found 4
(#594) Line indented incorrectly; expected at least 12 spaces, found 4
(#595) Line indented incorrectly; expected at least 12 spaces, found 3
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 12 spaces, found 3
(#596) Expected "if (...) {\n"; found "if (...){ //update und type file, type bleibt immer file, weil file kann nicht updated werden, es muss hier also datei dabei sein\n"
(#596) Expected 1 space before "!="; 0 found
(#596) Expected 1 space after "!="; 0 found
(#596) Expected 1 space before "=="; 0 found
(#596) Expected 1 space after "=="; 0 found
(#596) Line exceeds 132 characters; contains 164 characters
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) No space found before comment text; expected "// update und type file, type bleibt immer file, weil file kann nicht updated werden, es muss hier also datei dabei sein" but found "//update und type file, type bleibt immer file, weil file kann nicht updated werden, es muss hier also datei dabei sein"
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 16 spaces, found 4
(#597) Whitespace found at end of line
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected 12 spaces, found 3
(#598) Expected "} else {\n"; found "}else{\n"
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 16 spaces, found 4
(#599) Inline control structures are not allowed
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 16 spaces, found 4
(#600) Inline control structures are not allowed
(#600) Inline comments must start with a capital letter, digit or 3-dots sequence
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) No space found before comment text; expected "// weil wenn datei dabei ist, wird type nachher sowieso type" but found "//weil wenn datei dabei ist, wird type nachher sowieso type"
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 12 spaces, found 3
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Whitespace found at end of line
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) This comment is 58% valid code; is this commented out code?
(#603) Line indented incorrectly; expected at least 12 spaces, found 3
(#604) Line indented incorrectly; expected at least 12 spaces, found 4
(#605) Line indented incorrectly; expected at least 12 spaces, found 4
(#606) Line indented incorrectly; expected at least 12 spaces, found 3
(#607) Line indented incorrectly; expected at least 12 spaces, found 4
(#608) Line indented incorrectly; expected at least 12 spaces, found 4
(#609) Line indented incorrectly; expected at least 12 spaces, found 3
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 8 spaces, found 2
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 8 spaces, found 2
(#611) Expected "if (...) {\n"; found "if(...){\n"
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Whitespace found at end of line
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 12 spaces, found 3
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 12 spaces, found 3
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Inline comments must start with a capital letter, digit or 3-dots sequence
(#615) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) This comment is 54% valid code; is this commented out code?
(#615) Line indented incorrectly; expected at least 12 spaces, found 3
(#615) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_USER,$user->id);" but found "//$context = get_context_instance(CONTEXT_USER,$user->id);"
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 12 spaces, found 3
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Whitespace found at end of line
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected 12 spaces, found 3
(#618) Expected 1 space before "=>"; 0 found
(#618) Expected 1 space after "=>"; 0 found
(#618) Expected 1 space before "=>"; 0 found
(#618) Expected 1 space after "=>"; 0 found
(#618) Variable "uploaded_file" must not contain underscores.
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#619) Line indented incorrectly; expected at least 16 spaces, found 6
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected 16 spaces, found 6
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 20 spaces, found 10
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected 24 spaces, found 10
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 24 spaces, found 14
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected 24 spaces, found 10
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 24 spaces, found 14
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 24 spaces, found 10
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 24 spaces, found 14
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected 24 spaces, found 10
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 24 spaces, found 14
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected 24 spaces, found 10
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 24 spaces, found 14
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 24 spaces, found 10
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected at least 24 spaces, found 14
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected 24 spaces, found 10
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 24 spaces, found 14
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected 24 spaces, found 10
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 20 spaces, found 10
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected 16 spaces, found 6
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected at least 16 spaces, found 6
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected at least 16 spaces, found 6
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Whitespace found at end of line
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Inline comments must start with a capital letter, digit or 3-dots sequence
(#650) Inline comments must end in full-stops, exclamation marks, or question marks
(#650) Line indented incorrectly; expected at least 16 spaces, found 6
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected 16 spaces, found 6
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Line indented incorrectly; expected at least 20 spaces, found 10
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Inline comments must end in full-stops, exclamation marks, or question marks
(#653) Line indented incorrectly; expected at least 20 spaces, found 10
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 20 spaces, found 10
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 20 spaces, found 10
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected 16 spaces, found 6
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 20 spaces, found 10
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Inline comments must start with a capital letter, digit or 3-dots sequence
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#658) Line indented incorrectly; expected at least 20 spaces, found 10
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected at least 20 spaces, found 10
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected 16 spaces, found 6
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 16 spaces, found 6
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected 12 spaces, found 3
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Whitespace found at end of line
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Inline comments must start with a capital letter, digit or 3-dots sequence
(#664) Inline comments must end in full-stops, exclamation marks, or question marks
(#664) This comment is 50% valid code; is this commented out code?
(#664) Line indented incorrectly; expected at least 12 spaces, found 3
(#664) No space found before comment text; expected "// $fs = get_file_storage();" but found "//$fs = get_file_storage();"
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Whitespace found at end of line
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 12 spaces, found 3
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 12 spaces, found 3
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected 12 spaces, found 3
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 16 spaces, found 7
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 12 spaces, found 3
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected 12 spaces, found 3
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected at least 16 spaces, found 6
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected 12 spaces, found 3
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 12 spaces, found 3
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected 12 spaces, found 3
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected 16 spaces, found 6
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Inline comments must start with a capital letter, digit or 3-dots sequence
(#678) Inline comments must end in full-stops, exclamation marks, or question marks
(#678) Line indented incorrectly; expected at least 20 spaces, found 10
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 20 spaces, found 10
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 20 spaces, found 10
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected 16 spaces, found 6
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 16 spaces, found 6
(#682) Variable "file_record" must not contain underscores.
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected at least 16 spaces, found 6
(#683) Variable "file_record" must not contain underscores.
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Line indented incorrectly; expected at least 16 spaces, found 6
(#684) Variable "file_record" must not contain underscores.
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 16 spaces, found 6
(#685) Variable "file_record" must not contain underscores.
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected at least 16 spaces, found 6
(#686) Variable "file_record" must not contain underscores.
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 16 spaces, found 6
(#687) Variable "file_record" must not contain underscores.
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected at least 16 spaces, found 6
(#688) Variable "file_record" must not contain underscores.
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected at least 16 spaces, found 6
(#689) Variable "file_record" must not contain underscores.
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 16 spaces, found 6
(#690) Variable "file_record" must not contain underscores.
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected at least 16 spaces, found 6
(#691) Variable "file_record" must not contain underscores.
(#692) Spaces must be used for alignment; tabs are not allowed
(#692) Tab found within whitespace
(#692) Line indented incorrectly; expected at least 16 spaces, found 6
(#692) Variable "file_record" must not contain underscores.
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Whitespace found at end of line
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected at least 16 spaces, found 6
(#694) No space found before comment text; expected "// Check if the file already exist" but found "//Check if the file already exist"
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) This comment is 59% valid code; is this commented out code?
(#695) Line indented incorrectly; expected at least 16 spaces, found 5
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Whitespace found at end of line
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected at least 16 spaces, found 7
(#698) Variable "file_record" must not contain underscores.
(#698) Expected 1 space before "="; 0 found
(#698) Expected 1 space after "="; 0 found
(#698) Variable "file_record" must not contain underscores.
(#698) Commas (,) must be followed by white space.
(#698) Variable "file_record" must not contain underscores.
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) This comment is 86% valid code; is this commented out code?
(#699) Inline comments must start with a capital letter, digit or 3-dots sequence
(#699) Line indented incorrectly; expected at least 16 spaces, found 7
(#699) No space found before comment text; expected "// print_r($file_record);die;" but found "//print_r($file_record);die;"
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Inline comments must end in full-stops, exclamation marks, or question marks
(#700) This comment is 47% valid code; is this commented out code?
(#700) Line indented incorrectly; expected at least 16 spaces, found 9
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected at least 16 spaces, found 7
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Whitespace found at end of line
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Whitespace found at end of line
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Inline comments must start with a capital letter, digit or 3-dots sequence
(#704) Inline comments must end in full-stops, exclamation marks, or question marks
(#704) This comment is 80% valid code; is this commented out code?
(#704) Line indented incorrectly; expected at least 16 spaces, found 13
(#704) No space found before comment text; expected "// print_r($new);" but found "//print_r($new);"
(#704) Whitespace found at end of line
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected 16 spaces, found 13
(#705) Expected "if (...) {\n"; found "if(...){\n"
(#705) Expected 1 space before ">"; 0 found
(#705) Expected 1 space after ">"; 0 found
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) This comment is 67% valid code; is this commented out code?
(#706) Line indented incorrectly; expected at least 20 spaces, found 15
(#706) No space found before comment text; expected "// $new->id=$itemid;" but found "//$new->id=$itemid;"
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) This comment is 81% valid code; is this commented out code?
(#707) Line indented incorrectly; expected at least 20 spaces, found 14
(#708) Line indented incorrectly; expected at least 20 spaces, found 15
(#708) Whitespace found at end of line
(#709) Line indented incorrectly; expected at least 20 spaces, found 14
(#710) Line indented incorrectly; expected at least 20 spaces, found 15
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected 20 spaces, found 9
(#711) Expected "if (...) {\n"; found "if (...){\n"
(#711) Expected 1 space before "!="; 0 found
(#711) Expected 1 space after "!="; 0 found
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 24 spaces, found 16
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected 20 spaces, found 15
(#713) Closing brace indented incorrectly; expected 9 spaces, found 15
(#713) Expected "} else {\n"; found "}else{\n"
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 24 spaces, found 16
(#714) Expected 1 space before "="; 0 found
(#714) Expected 1 space after "="; 0 found
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 24 spaces, found 16
(#715) Expected 1 space before "="; 0 found
(#715) Expected 1 space after "="; 0 found
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 24 spaces, found 16
(#716) Expected 1 space before "="; 0 found
(#716) Expected 1 space after "="; 0 found
(#716) Inline comments must start with a capital letter, digit or 3-dots sequence
(#716) Inline comments must end in full-stops, exclamation marks, or question marks
(#716) No space found before comment text; expected "// wenn note soll file werden" but found "//wenn note soll file werden"
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 24 spaces, found 16
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected 20 spaces, found 15
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected 20 spaces, found 15
(#719) Expected "if (...) {\n"; found "if (...){\n"
(#719) Empty IF statement detected
(#719) Expected 1 space before "!="; 0 found
(#719) Expected 1 space after "!="; 0 found
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#720) Line indented incorrectly; expected at least 24 spaces, found 16
(#720) No space found before comment text; expected "// nicht mehr beim upload dabei" but found "//nicht mehr beim upload dabei"
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) This comment is 78% valid code; is this commented out code?
(#721) Line indented incorrectly; expected at least 24 spaces, found 16
(#721) No space found before comment text; expected "// block_exaport_delete_competences($itemid,$user->id);" but found "//block_exaport_delete_competences($itemid,$user->id);"
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Inline comments must end in full-stops, exclamation marks, or question marks
(#722) This comment is 80% valid code; is this commented out code?
(#722) Line indented incorrectly; expected at least 24 spaces, found 16
(#722) No space found before comment text; expected "// block_exaport_save_competences($competences,$new,$user->id,$new->name);" but found "//block_exaport_save_competences($competences,$new,$user->id,$new->name);"
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected 20 spaces, found 13
(#723) Closing brace indented incorrectly; expected 15 spaces, found 13
(#723) Expected "} else {\n"; found "}else{\n"
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 24 spaces, found 15
(#724) Commas (,) must be followed by white space.
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 24 spaces, found 15
(#725) Expected 1 space before "="; 0 found
(#725) Expected 1 space after "="; 0 found
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 24 spaces, found 15
(#726) Commas (,) must be followed by white space.
(#726) Commas (,) must be followed by white space.
(#726) Commas (,) must be followed by white space.
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected 20 spaces, found 13
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Whitespace found at end of line
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected 16 spaces, found 13
(#729) Expected "} else {\n"; found "}else{\n"
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected 20 spaces, found 14
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) Inline comments must end in full-stops, exclamation marks, or question marks
(#731) This comment is 80% valid code; is this commented out code?
(#731) Line indented incorrectly; expected at least 24 spaces, found 15
(#731) No space found before comment text; expected "// block_exaport_save_competences($competences,$new,$user->id,$new->name);" but found "//block_exaport_save_competences($competences,$new,$user->id,$new->name);"
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 24 spaces, found 15
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected 20 spaces, found 14
(#733) Expected "} else {\n"; found "}else{\n"
(#733) Empty ELSE statement detected
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Inline comments must start with a capital letter, digit or 3-dots sequence
(#734) Inline comments must end in full-stops, exclamation marks, or question marks
(#734) This comment is 75% valid code; is this commented out code?
(#734) Line indented incorrectly; expected at least 24 spaces, found 15
(#734) No space found before comment text; expected "// echo "saved2=false";" but found "//echo "saved2=false";"
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected 20 spaces, found 14
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected 16 spaces, found 12
(#736) Closing brace indented incorrectly; expected 13 spaces, found 12
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Whitespace found at end of line
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected 16 spaces, found 7
(#738) Expected "if (...) {\n"; found "if (...){\n"
(#738) Variable "file_record" must not contain underscores.
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Whitespace found at end of line
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected 20 spaces, found 10
(#740) Expected "if (...) {\n"; found "if(...){\n"
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected at least 24 spaces, found 8
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Whitespace found at end of line
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected at least 24 spaces, found 8
(#743) Variable "file_record_img" must not contain underscores.
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected at least 24 spaces, found 8
(#744) Variable "file_record_img" must not contain underscores.
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 24 spaces, found 8
(#745) Variable "file_record_img" must not contain underscores.
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 24 spaces, found 8
(#746) Variable "file_record_img" must not contain underscores.
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 24 spaces, found 8
(#747) Variable "file_record_img" must not contain underscores.
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 24 spaces, found 8
(#748) Variable "file_record_img" must not contain underscores.
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected at least 24 spaces, found 8
(#749) Variable "file_record_img" must not contain underscores.
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 24 spaces, found 8
(#750) Variable "file_record_img" must not contain underscores.
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 24 spaces, found 8
(#751) Variable "file_record_img" must not contain underscores.
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 24 spaces, found 8
(#752) Variable "file_record_img" must not contain underscores.
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 24 spaces, found 8
(#753) Variable "file_record_img" must not contain underscores.
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Whitespace found at end of line
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 24 spaces, found 8
(#755) Expected 1 space before "="; 0 found
(#755) Expected 1 space after "="; 0 found
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 24 spaces, found 8
(#756) Expected 1 space before "="; 0 found
(#756) Expected 1 space after "="; 0 found
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 24 spaces, found 8
(#757) Expected 1 space before "="; 0 found
(#757) Expected 1 space after "="; 0 found
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected 24 spaces, found 8
(#758) Expected "if (...) {\n"; found "if (...){\n"
(#758) Expected 1 space before ">"; 0 found
(#758) Expected 1 space after ">"; 0 found
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 28 spaces, found 9
(#759) Expected 1 space before "="; 0 found
(#759) Expected 1 space after "="; 0 found
(#759) Expected 1 space before "/"; 0 found
(#759) Expected 1 space after "/"; 0 found
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected at least 28 spaces, found 9
(#760) Expected 1 space before "="; 0 found
(#760) Expected 1 space after "="; 0 found
(#760) Expected 1 space before "*"; 0 found
(#760) Expected 1 space after "*"; 0 found
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected at least 28 spaces, found 9
(#761) Expected 1 space before "="; 0 found
(#761) Expected 1 space after "="; 0 found
(#761) Expected 1 space before "*"; 0 found
(#761) Expected 1 space after "*"; 0 found
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected 24 spaces, found 8
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 24 spaces, found 8
(#763) Expected "if (...) {\n"; found "if (...){\n"
(#763) Expected 1 space before ">"; 0 found
(#763) Expected 1 space after ">"; 0 found
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected at least 28 spaces, found 9
(#764) Expected 1 space before "="; 0 found
(#764) Expected 1 space after "="; 0 found
(#764) Expected 1 space before "/"; 0 found
(#764) Expected 1 space after "/"; 0 found
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected at least 28 spaces, found 9
(#765) Expected 1 space before "="; 0 found
(#765) Expected 1 space after "="; 0 found
(#765) Expected 1 space before "*"; 0 found
(#765) Expected 1 space after "*"; 0 found
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 28 spaces, found 9
(#766) Expected 1 space before "="; 0 found
(#766) Expected 1 space after "="; 0 found
(#766) Expected 1 space before "*"; 0 found
(#766) Expected 1 space after "*"; 0 found
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 24 spaces, found 8
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected 24 spaces, found 8
(#768) Expected "if (...) {\n"; found "if (...){\n"
(#768) Expected 1 space before "<>"; 0 found
(#768) Expected 1 space after "<>"; 0 found
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 28 spaces, found 9
(#769) Variable "file_record_img" must not contain underscores.
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected 24 spaces, found 8
(#770) Expected "} else {\n"; found "}else{\n"
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 28 spaces, found 9
(#771) Variable "file_record" must not contain underscores.
(#771) Expected 1 space before "="; 0 found
(#771) Expected 1 space after "="; 0 found
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 28 spaces, found 9
(#772) Variable "file_record" must not contain underscores.
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected 24 spaces, found 8
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 24 spaces, found 8
(#774) Inline control structures are not allowed
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 24 spaces, found 9
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected 20 spaces, found 6
(#776) Closing brace indented incorrectly; expected 10 spaces, found 6
(#776) Expected "} else {\n"; found "}else{\n"
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected at least 24 spaces, found 7
(#777) Variable "file_record" must not contain underscores.
(#777) Expected 1 space before "="; 0 found
(#777) Expected 1 space after "="; 0 found
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 24 spaces, found 7
(#778) Variable "file_record" must not contain underscores.
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 24 spaces, found 7
(#779) Inline control structures are not allowed
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected at least 24 spaces, found 8
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected 20 spaces, found 6
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Whitespace found at end of line
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 20 spaces, found 6
(#783) Expected 1 space before "="; 0 found
(#783) Expected 1 space after "="; 0 found
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected at least 20 spaces, found 6
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected at least 20 spaces, found 12
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Expected 1 space before "=>"; 0 found
(#785) Expected 1 space after "=>"; 0 found
(#785) Commas (,) must be followed by white space.
(#785) Expected 1 space before "=>"; 0 found
(#785) Expected 1 space after "=>"; 0 found
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected 16 spaces, found 8
(#786) Closing brace indented incorrectly; expected 7 spaces, found 8
(#786) Expected "} else {\n"; found "}else{\n"
(#786) Empty ELSE statement detected
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Whitespace found at end of line
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected 16 spaces, found 10
(#788) Closing brace indented incorrectly; expected 8 spaces, found 10
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Whitespace found at end of line
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Whitespace found at end of line
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected at least 16 spaces, found 10
(#791) Variable "file_record" must not contain underscores.
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Whitespace found at end of line
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected 12 spaces, found 3
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Whitespace found at end of line
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected 8 spaces, found 2
(#795) Expected "} else {\n"; found "}else{\n"
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected 12 spaces, found 3
(#796) Expected "if (...) {\n"; found "if (...){\n"
(#796) Expected 1 space before "!="; 0 found
(#796) Expected 1 space after "!="; 0 found
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 16 spaces, found 4
(#797) Expected "if (...) {\n"; found "if(...){\n"
(#797) Expected 1 space before ">"; 0 found
(#797) Expected 1 space after ">"; 0 found
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Line indented incorrectly; expected at least 20 spaces, found 16
(#798) Expected 1 space before "="; 0 found
(#798) Expected 1 space after "="; 0 found
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 20 spaces, found 16
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected 20 spaces, found 16
(#800) Expected "if (...) {\n"; found "if (...){\n"
(#800) Empty IF statement detected
(#800) Expected 1 space before "!="; 0 found
(#800) Expected 1 space after "!="; 0 found
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#801) This comment is 78% valid code; is this commented out code?
(#801) Inline comments must start with a capital letter, digit or 3-dots sequence
(#801) Line indented incorrectly; expected at least 24 spaces, found 17
(#801) No space found before comment text; expected "// block_exaport_delete_competences($itemid,$user->id);" but found "//block_exaport_delete_competences($itemid,$user->id);"
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) This comment is 80% valid code; is this commented out code?
(#802) Line indented incorrectly; expected at least 24 spaces, found 17
(#802) No space found before comment text; expected "// block_exaport_save_competences($competences,$new,$user->id,$new->name);" but found "//block_exaport_save_competences($competences,$new,$user->id,$new->name);"
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected 20 spaces, found 15
(#803) Closing brace indented incorrectly; expected 16 spaces, found 15
(#803) Expected "} else {\n"; found "}else{\n"
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected at least 24 spaces, found 16
(#804) Commas (,) must be followed by white space.
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Inline comments must start with a capital letter, digit or 3-dots sequence
(#805) Inline comments must end in full-stops, exclamation marks, or question marks
(#805) Line indented incorrectly; expected at least 24 spaces, found 16
(#805) No space found before comment text; expected "// wenn text oder link, dann beispiel gel� wenn type file ist datei dabei, auch gel�" but found "//wenn text oder link, dann beispiel gel� wenn type file ist datei dabei, auch gel�"
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected 24 spaces, found 16
(#806) Expected "if (...) {\n"; found "if (...){\n"
(#806) Expected 1 space before "=="; 0 found
(#806) Expected 1 space after "=="; 0 found
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected at least 28 spaces, found 17
(#807) Expected 1 space before "="; 0 found
(#807) Expected 1 space after "="; 0 found
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected at least 28 spaces, found 18
(#808) Commas (,) must be followed by white space.
(#808) Commas (,) must be followed by white space.
(#808) Commas (,) must be followed by white space.
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected 24 spaces, found 16
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Inline comments must start with a capital letter, digit or 3-dots sequence
(#810) Inline comments must end in full-stops, exclamation marks, or question marks
(#810) Line indented incorrectly; expected at least 24 spaces, found 16
(#810) No space found before comment text; expected "// kein fileupload, keine kompetenzen erworben" but found "//kein fileupload, keine kompetenzen erworben"
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected 20 spaces, found 15
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected at least 20 spaces, found 15
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected 16 spaces, found 5
(#813) Closing brace indented incorrectly; expected 4 spaces, found 5
(#813) Expected "} else {\n"; found "}else{\n"
(#814) Spaces must be used for alignment; tabs are not allowed
(#814) Tab found within whitespace
(#814) This comment is 67% valid code; is this commented out code?
(#814) Line indented incorrectly; expected at least 20 spaces, found 5
(#815) Line indented incorrectly; expected at least 20 spaces, found 6
(#816) Line indented incorrectly; expected at least 20 spaces, found 5
(#817) Line indented incorrectly; expected at least 20 spaces, found 5
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected 20 spaces, found 5
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Tab found within whitespace
(#819) Line indented incorrectly; expected at least 24 spaces, found 9
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Line exceeds 132 characters; contains 138 characters
(#820) This comment is 64% valid code; is this commented out code?
(#820) Inline comments must start with a capital letter, digit or 3-dots sequence
(#820) Line indented incorrectly; expected at least 24 spaces, found 9
(#820) No space found before comment text; expected "// $competences = $DB->delete_records('block_exacompdescractiv_mm', array("activityid" => $existing->id, "activitytype" => 2000));" but found "//$competences = $DB->delete_records('block_exacompdescractiv_mm', array("activityid" => $existing->id, "activitytype" => 2000));"
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#821) Inline comments must end in full-stops, exclamation marks, or question marks
(#821) This comment is 80% valid code; is this commented out code?
(#821) Line indented incorrectly; expected at least 24 spaces, found 9
(#821) No space found before comment text; expected "// block_exaport_save_competences($competences,$new,$user->id,$new->name);" but found "//block_exaport_save_competences($competences,$new,$user->id,$new->name);"
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected 20 spaces, found 6
(#822) Closing brace indented incorrectly; expected 5 spaces, found 6
(#822) Expected "} else {\n"; found "}else{\n"
(#822) Empty ELSE statement detected
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Inline comments must start with a capital letter, digit or 3-dots sequence
(#823) Inline comments must end in full-stops, exclamation marks, or question marks
(#823) This comment is 75% valid code; is this commented out code?
(#823) Line indented incorrectly; expected at least 24 spaces, found 9
(#823) No space found before comment text; expected "// echo "saved=false";" but found "//echo "saved=false";"
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected 20 spaces, found 6
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 16 spaces, found 4
(#825) Closing brace indented incorrectly; expected 5 spaces, found 4
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Line indented incorrectly; expected 12 spaces, found 3
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected 8 spaces, found 2
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected 4 spaces, found 1
(#830) Expected 1 space after closing parenthesis; found 0
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Tab found within whitespace
(#831) Line indented incorrectly; expected at least 4 spaces, found 1
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected at least 4 spaces, found 1
(#832) Expected 1 space before "="; 0 found
(#832) Expected 1 space after "="; 0 found
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Line indented incorrectly; expected at least 4 spaces, found 1
(#833) Expected 1 space before "="; 0 found
(#833) Expected 1 space after "="; 0 found
(#833) Expected 1 space before "=>"; 0 found
(#833) Expected 1 space after "=>"; 0 found
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected 4 spaces, found 1
(#834) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Line indented incorrectly; expected at least 8 spaces, found 2
(#835) Expected 1 space before "="; 0 found
(#835) Expected 1 space after "="; 0 found
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected 4 spaces, found 1
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Line indented incorrectly; expected at least 4 spaces, found 1
(#839) function name "getExamples" must be lower-case letters only
(#839) Expected 1 space after closing parenthesis; found 0
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 4 spaces, found 1
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 4 spaces, found 1
(#841) Expected 1 space before "="; 0 found
(#841) Expected 1 space after "="; 0 found
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Line indented incorrectly; expected at least 4 spaces, found 1
(#842) Line exceeds 132 characters; contains 171 characters
(#844) Line indented incorrectly; expected at least 4 spaces, found 2
(#844) Commas (,) must be followed by white space.
(#845) Line indented incorrectly; expected 4 spaces, found 2
(#845) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 8 spaces, found 3
(#846) Expected 1 space before ".="; 0 found
(#846) Expected 1 space after ".="; 0 found
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 8 spaces, found 2
(#848) Inline control structures are not allowed
(#848) Expected 1 space before ".="; 0 found
(#848) Expected 1 space after ".="; 0 found
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected at least 8 spaces, found 2
(#849) Inline control structures are not allowed
(#849) Expected 1 space before ".="; 0 found
(#849) Expected 1 space after ".="; 0 found
(#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 2
(#850) Expected 1 space before ".="; 0 found
(#850) Expected 1 space after ".="; 0 found
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Line indented incorrectly; expected at least 8 spaces, found 2
(#851) Expected 1 space before ".="; 0 found
(#851) Expected 1 space after ".="; 0 found
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Whitespace found at end of line
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected at least 8 spaces, found 2
(#853) Expected 1 space before ".="; 0 found
(#853) Expected 1 space after ".="; 0 found
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected at least 8 spaces, found 2
(#854) Expected 1 space before ".="; 0 found
(#854) Expected 1 space after ".="; 0 found
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected at least 8 spaces, found 2
(#855) Expected 1 space before ".="; 0 found
(#855) Expected 1 space after ".="; 0 found
(#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 2
(#856) Expected 1 space before ".="; 0 found
(#856) Expected 1 space after ".="; 0 found
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 8 spaces, found 2
(#857) Expected 1 space before ".="; 0 found
(#857) Expected 1 space after ".="; 0 found
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected at least 8 spaces, found 2
(#858) Expected 1 space before ".="; 0 found
(#858) Expected 1 space after ".="; 0 found
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected at least 8 spaces, found 2
(#859) Expected 1 space before ".="; 0 found
(#859) Expected 1 space after ".="; 0 found
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 8 spaces, found 2
(#860) Expected 1 space before ".="; 0 found
(#860) Expected 1 space after ".="; 0 found
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Whitespace found at end of line
(#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 2
(#862) Expected 1 space before ".="; 0 found
(#862) Expected 1 space after ".="; 0 found
(#863) Line indented incorrectly; expected 4 spaces, found 2
(#864) Line indented incorrectly; expected at least 4 spaces, found 2
(#866) Expected 1 space after closing parenthesis; found 0
(#867) Spaces must be used for alignment; tabs are not allowed
(#867) Tab found within whitespace
(#867) Line indented incorrectly; expected 4 spaces, found 1
(#867) Expected "if (...) {\n"; found "if (...){ "
(#867) Commas (,) must be followed by white space.
(#867) Expected 1 space before "==="; 0 found
(#867) Expected 1 space after "==="; 0 found
(#867) Closing brace must be on a line by itself
(#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 1
(#868) Inline control structures are not allowed
(#874) Line indented incorrectly; expected at least 4 spaces, found 1
(#875) This comment is 60% valid code; is this commented out code?
(#875) Line indented incorrectly; expected at least 4 spaces, found 0
(#876) Line indented incorrectly; expected at least 4 spaces, found 0
(#884) Whitespace found at end of line
(#886) Line indented incorrectly; expected at least 4 spaces, found 1
(#887) This comment is 58% valid code; is this commented out code?
(#887) Line indented incorrectly; expected at least 4 spaces, found 0
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Inline comments must end in full-stops, exclamation marks, or question marks
(#888) Line indented incorrectly; expected at least 4 spaces, found 1
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) This comment is 60% valid code; is this commented out code?
(#890) Line indented incorrectly; expected at least 4 spaces, found 1
(#891) Line indented incorrectly; expected at least 4 spaces, found 0
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected 4 spaces, found 1
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) This comment is 50% valid code; is this commented out code?
(#894) Line indented incorrectly; expected at least 8 spaces, found 2
(#894) No space found before comment text; expected "// 116f95207c5be238b1bd2a7ee1b1e3dba771a32c" but found "//116f95207c5be238b1bd2a7ee1b1e3dba771a32c"
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 8 spaces, found 5
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected at least 8 spaces, found 5
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected 4 spaces, found 1
(#897) Inline control structures are not allowed
(#898) Whitespace found at end of line
(#901) Commas (,) must be followed by white space.
(#901) Expected 1 space after closing parenthesis; found 0
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected at least 4 spaces, found 1
(#903) Expected 1 space before "="; 0 found
(#903) Expected 1 space after "="; 0 found
(#903) Commas (,) must be followed by white space.
(#903) Commas (,) must be followed by white space.
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected at least 4 spaces, found 1
(#904) Expected 1 space before "="; 0 found
(#904) Expected 1 space after "="; 0 found
(#904) Commas (,) must be followed by white space.
(#904) Commas (,) must be followed by white space.
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 4 spaces, found 1
(#905) Expected 1 space before "="; 0 found
(#905) Expected 1 space after "="; 0 found
(#905) Commas (,) must be followed by white space.
(#905) Commas (,) must be followed by white space.
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 4 spaces, found 1
(#906) Expected 1 space before "="; 0 found
(#906) Expected 1 space after "="; 0 found
(#906) Commas (,) must be followed by white space.
(#906) Commas (,) must be followed by white space.
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 4 spaces, found 1
(#907) Expected "if (...) {\n"; found "if (...){\n"
(#907) Expected 1 space before "=="; 0 found
(#907) Expected 1 space after "=="; 0 found
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 8 spaces, found 2
(#908) Expected 1 space before "="; 0 found
(#908) Expected 1 space after "="; 0 found
(#908) Commas (,) must be followed by white space.
(#908) Commas (,) must be followed by white space.
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 4 spaces, found 1
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected at least 4 spaces, found 1
(#913) Expected 1 space after closing parenthesis; found 0
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 4 spaces, found 1
(#915) Expected 1 space before "="; 0 found
(#915) Expected 1 space after "="; 0 found
(#915) Commas (,) must be followed by white space.
(#915) Commas (,) must be followed by white space.
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 4 spaces, found 1
(#916) Expected 1 space before "="; 0 found
(#916) Expected 1 space after "="; 0 found
(#916) Commas (,) must be followed by white space.
(#916) Commas (,) must be followed by white space.
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 4 spaces, found 1
(#917) Expected 1 space before "="; 0 found
(#917) Expected 1 space after "="; 0 found
(#917) Commas (,) must be followed by white space.
(#917) Commas (,) must be followed by white space.
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 4 spaces, found 1
(#918) Expected 1 space before "="; 0 found
(#918) Expected 1 space after "="; 0 found
(#918) Commas (,) must be followed by white space.
(#918) Commas (,) must be followed by white space.
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 4 spaces, found 1
(#923) Commas (,) must be followed by white space.
(#923) Expected 1 space after closing parenthesis; found 0
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected at least 4 spaces, found 1
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected at least 4 spaces, found 1
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Tab found within whitespace
(#926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) This comment is 67% valid code; is this commented out code?
(#926) Line indented incorrectly; expected at least 4 spaces, found 1
(#926) No space found before comment text; expected "// echo "delete from block_exacompdescractiv_mm where activityid=".$itemid;" but found "//echo "delete from block_exacompdescractiv_mm where activityid=".$itemid;"
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Line indented incorrectly; expected at least 4 spaces, found 1
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Inline comments must start with a capital letter, digit or 3-dots sequence
(#928) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) This comment is 67% valid code; is this commented out code?
(#928) Line indented incorrectly; expected at least 4 spaces, found 1
(#928) No space found before comment text; expected "// echo "delete from block_exacompdescuser_mm where activityid=".$itemid;" but found "//echo "delete from block_exacompdescuser_mm where activityid=".$itemid;"
(#931) Commas (,) must be followed by white space.
(#931) Commas (,) must be followed by white space.
(#931) Commas (,) must be followed by white space.
(#931) Expected 1 space after closing parenthesis; found 0
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 4 spaces, found 1
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected 4 spaces, found 2
(#933) Expected "if (...) {\n"; found "if (...){\n"
(#933) Expected 1 space before ">"; 0 found
(#933) Expected 1 space after ">"; 0 found
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#934) Expected 1 space before "=>"; 0 found
(#934) Expected 1 space after "=>"; 0 found
(#934) Expected 1 space before "=>"; 0 found
(#934) Expected 1 space after "=>"; 0 found
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Line indented incorrectly; expected 12 spaces, found 9
(#935) Expected "if (...) {\n"; found "if (...){\n"
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected at least 16 spaces, found 10
(#936) Expected 1 space before "=>"; 0 found
(#936) Expected 1 space after "=>"; 0 found
(#936) Commas (,) must be followed by white space.
(#936) Expected 1 space before "=>"; 0 found
(#936) Expected 1 space after "=>"; 0 found
(#936) Commas (,) must be followed by white space.
(#936) Expected 1 space before "=>"; 0 found
(#936) Expected 1 space after "=>"; 0 found
(#936) Commas (,) must be followed by white space.
(#936) Expected 1 space before "=>"; 0 found
(#936) Expected 1 space after "=>"; 0 found
(#936) Line exceeds 132 characters; contains 146 characters
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected at least 16 spaces, found 10
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Commas (,) must be followed by white space.
(#937) Expected 1 space before "=>"; 0 found
(#937) Expected 1 space after "=>"; 0 found
(#937) Line exceeds 132 characters; contains 170 characters
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Line indented incorrectly; expected 12 spaces, found 9
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#940) Line indented incorrectly; expected 4 spaces, found 1
(#940) Closing brace indented incorrectly; expected 2 spaces, found 1
(#942) Expected 1 space after closing parenthesis; found 0
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected at least 4 spaces, found 1
(#943) Expected 1 space before "="; 0 found
(#943) Expected 1 space after "="; 0 found
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected at least 4 spaces, found 1
(#944) Expected 1 space before "="; 0 found
(#944) Expected 1 space after "="; 0 found
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Line indented incorrectly; expected 4 spaces, found 2
(#945) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected 8 spaces, found 4
(#946) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Line indented incorrectly; expected at least 12 spaces, found 5
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Line indented incorrectly; expected 8 spaces, found 4
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected 4 spaces, found 2
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 4 spaces, found 1
(#952) Commas (,) must be followed by white space.
(#952) Commas (,) must be followed by white space.
(#952) Commas (,) must be followed by white space.
(#952) Commas (,) must be followed by white space.
(#952) Expected 1 space after closing parenthesis; found 0
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Line indented incorrectly; expected at least 4 spaces, found 1
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected at least 4 spaces, found 1
(#954) Expected 1 space before "="; 0 found
(#954) Expected 1 space after "="; 0 found
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Line indented incorrectly; expected at least 4 spaces, found 1
(#955) Inline control structures are not allowed
(#955) Expected 1 space before "="; 0 found
(#955) Expected 1 space after "="; 0 found
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected 4 spaces, found 1
(#956) Expected "if (...) {\n"; found "if (...){\n"
(#956) Expected 1 space before "=="; 0 found
(#956) Expected 1 space after "=="; 0 found
(#956) Expected 1 space before "=="; 0 found
(#956) Expected 1 space after "=="; 0 found
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected at least 8 spaces, found 2
(#957) Commas (,) must be followed by white space.
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected at least 8 spaces, found 2
(#958) Expected 1 space before ".="; 0 found
(#958) Expected 1 space after ".="; 0 found
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected 4 spaces, found 1
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected at least 4 spaces, found 1
(#960) Inline control structures are not allowed
(#960) Expected 1 space before "=="; 0 found
(#960) Expected 1 space after "=="; 0 found
(#960) Expected 1 space before ".="; 0 found
(#960) Expected 1 space after ".="; 0 found
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected at least 4 spaces, found 1
(#961) Expected 1 space before ".="; 0 found
(#961) Expected 1 space after ".="; 0 found
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 4 spaces, found 1
(#962) Expected 1 space before "="; 0 found
(#962) Expected 1 space after "="; 0 found
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected at least 4 spaces, found 1
(#964) Expected 1 space before "="; 0 found
(#964) Expected 1 space after "="; 0 found
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected 4 spaces, found 1
(#965) Expected "if (...) {\n"; found "if(...){\n"
(#965) Expected 1 space before "=="; 0 found
(#965) Expected 1 space after "=="; 0 found
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Line indented incorrectly; expected 8 spaces, found 2
(#966) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#966) Expected 1 space before "=>"; 0 found
(#966) Expected 1 space after "=>"; 0 found
(#966) Expected 1 space before "=>"; 0 found
(#966) Expected 1 space after "=>"; 0 found
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected at least 12 spaces, found 3
(#967) Expected 1 space before ".="; 0 found
(#967) Expected 1 space after ".="; 0 found
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 12 spaces, found 3
(#968) Expected 1 space before ".="; 0 found
(#968) Expected 1 space after ".="; 0 found
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected at least 12 spaces, found 3
(#969) Expected 1 space before ".="; 0 found
(#969) Expected 1 space after ".="; 0 found
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected 8 spaces, found 2
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected 4 spaces, found 1
(#971) Expected "} else {\n"; found "}else{\n"
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected at least 8 spaces, found 2
(#972) Expected 1 space before "="; 0 found
(#972) Expected 1 space after "="; 0 found
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 8 spaces, found 2
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected at least 8 spaces, found 2
(#974) Expected 1 space before ".="; 0 found
(#974) Expected 1 space after ".="; 0 found
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Whitespace found at end of line
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected at least 8 spaces, found 3
(#976) Commas (,) must be followed by white space.
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Line indented incorrectly; expected 8 spaces, found 3
(#977) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) Line indented incorrectly; expected at least 12 spaces, found 4
(#978) Expected 1 space before "="; 0 found
(#978) Expected 1 space after "="; 0 found
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) Line indented incorrectly; expected 8 spaces, found 3
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Whitespace found at end of line
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Line indented incorrectly; expected 8 spaces, found 3
(#981) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#981) Expected 1 space before "=>"; 0 found
(#981) Expected 1 space after "=>"; 0 found
(#981) Expected 1 space before "=>"; 0 found
(#981) Expected 1 space after "=>"; 0 found
(#982) Spaces must be used for alignment; tabs are not allowed
(#982) Tab found within whitespace
(#982) Line indented incorrectly; expected at least 12 spaces, found 3
(#982) Expected 1 space before ".="; 0 found
(#982) Expected 1 space after ".="; 0 found
(#983) Spaces must be used for alignment; tabs are not allowed
(#983) Tab found within whitespace
(#983) Line indented incorrectly; expected at least 12 spaces, found 3
(#983) Inline control structures are not allowed
(#983) Expected 1 space before ".="; 0 found
(#983) Expected 1 space after ".="; 0 found
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 12 spaces, found 3
(#984) Inline control structures are not allowed
(#984) Expected 1 space before ".="; 0 found
(#984) Expected 1 space after ".="; 0 found
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Line indented incorrectly; expected at least 12 spaces, found 3
(#985) Expected 1 space before ".="; 0 found
(#985) Expected 1 space after ".="; 0 found
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Line indented incorrectly; expected at least 12 spaces, found 3
(#986) Expected 1 space before ".="; 0 found
(#986) Expected 1 space after ".="; 0 found
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected at least 12 spaces, found 3
(#987) Expected 1 space before ".="; 0 found
(#987) Expected 1 space after ".="; 0 found
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected 8 spaces, found 2
(#988) Closing brace indented incorrectly; expected 3 spaces, found 2
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected 4 spaces, found 1
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Whitespace found at end of line
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected at least 4 spaces, found 1
(#991) Expected 1 space before ".="; 0 found
(#991) Expected 1 space after ".="; 0 found
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 4 spaces, found 1
(#992) Inline control structures are not allowed
(#992) Expected 1 space before "=="; 0 found
(#992) Expected 1 space after "=="; 0 found
(#992) Expected 1 space before ".="; 0 found
(#992) Expected 1 space after ".="; 0 found
(#993) Spaces must be used for alignment; tabs are not allowed
(#993) Tab found within whitespace
(#993) Line indented incorrectly; expected at least 4 spaces, found 1
(#993) Inline control structures are not allowed
(#993) Expected 1 space before ".="; 0 found
(#993) Expected 1 space after ".="; 0 found
(#994) Spaces must be used for alignment; tabs are not allowed
(#994) Tab found within whitespace
(#994) Line indented incorrectly; expected at least 4 spaces, found 1
(#996) Expected 1 space after closing parenthesis; found 0
(#997) Spaces must be used for alignment; tabs are not allowed
(#997) Tab found within whitespace
(#997) Line indented incorrectly; expected at least 4 spaces, found 1
(#998) Spaces must be used for alignment; tabs are not allowed
(#998) Tab found within whitespace
(#998) Line indented incorrectly; expected 4 spaces, found 1
(#998) Expected "if (...) {\n"; found "if (...){\n"
(#999) Spaces must be used for alignment; tabs are not allowed
(#999) Tab found within whitespace
(#999) Line indented incorrectly; expected at least 8 spaces, found 3
(#999) Expected 1 space before "="; 0 found
(#999) Expected 1 space after "="; 0 found
(#1000) Spaces must be used for alignment; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected at least 8 spaces, found 3
(#1000) Expected 1 space before ".="; 0 found
(#1000) Expected 1 space after ".="; 0 found
(#1001) Spaces must be used for alignment; tabs are not allowed
(#1001) Tab found within whitespace
(#1001) Line indented incorrectly; expected 8 spaces, found 3
(#1001) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1002) Spaces must be used for alignment; tabs are not allowed
(#1002) Tab found within whitespace
(#1002) Line indented incorrectly; expected at least 12 spaces, found 4
(#1002) Expected 1 space before ".="; 0 found
(#1002) Expected 1 space after ".="; 0 found
(#1003) Spaces must be used for alignment; tabs are not allowed
(#1003) Tab found within whitespace
(#1003) Line indented incorrectly; expected at least 12 spaces, found 4
(#1003) Expected 1 space before ".="; 0 found
(#1003) Expected 1 space after ".="; 0 found
(#1004) Spaces must be used for alignment; tabs are not allowed
(#1004) Tab found within whitespace
(#1004) Line indented incorrectly; expected at least 12 spaces, found 4
(#1004) Expected 1 space before ".="; 0 found
(#1004) Expected 1 space after ".="; 0 found
(#1005) Spaces must be used for alignment; tabs are not allowed
(#1005) Tab found within whitespace
(#1005) Line indented incorrectly; expected 8 spaces, found 3
(#1006) Spaces must be used for alignment; tabs are not allowed
(#1006) Tab found within whitespace
(#1006) Line indented incorrectly; expected at least 8 spaces, found 3
(#1006) Expected 1 space before ".="; 0 found
(#1006) Expected 1 space after ".="; 0 found
(#1007) Spaces must be used for alignment; tabs are not allowed
(#1007) Tab found within whitespace
(#1007) Line indented incorrectly; expected at least 8 spaces, found 3
(#1008) Spaces must be used for alignment; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Line indented incorrectly; expected 4 spaces, found 1
(#1011) Variable "file_record" must not contain underscores.
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space after closing parenthesis; found 0
(#1012) Spaces must be used for alignment; tabs are not allowed
(#1012) Tab found within whitespace
(#1012) Whitespace found at end of line
(#1013) Line indented incorrectly; expected at least 4 spaces, found 0
(#1013) Variable "file_record" must not contain underscores.
(#1013) Variable "file_record" must not contain underscores.
(#1013) Variable "file_record" must not contain underscores.
(#1014) Spaces must be used for alignment; tabs are not allowed
(#1014) Tab found within whitespace
(#1014) Variable "file_record" must not contain underscores.
(#1014) Variable "file_record" must not contain underscores.
(#1015) Line indented incorrectly; expected 4 spaces, found 0
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1016) Tab found within whitespace
(#1016) Line indented incorrectly; expected at least 8 spaces, found 1
(#1016) Expected 1 space before "="; 0 found
(#1016) Expected 1 space after "="; 0 found
(#1017) Spaces must be used for alignment; tabs are not allowed
(#1017) Tab found within whitespace
(#1017) Line indented incorrectly; expected at least 8 spaces, found 1
(#1017) Expected 1 space before "="; 0 found
(#1017) Expected 1 space after "="; 0 found
(#1018) Spaces must be used for alignment; tabs are not allowed
(#1018) Tab found within whitespace
(#1018) Line indented incorrectly; expected at least 8 spaces, found 1
(#1018) Expected 1 space before "="; 0 found
(#1018) Expected 1 space after "="; 0 found
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Expected 1 space before "-"; 0 found
(#1018) Expected 1 space after "-"; 0 found
(#1020) Spaces must be used for alignment; tabs are not allowed
(#1020) Tab found within whitespace
(#1020) Line indented incorrectly; expected 8 spaces, found 1
(#1020) Expected "if (...) {\n"; found "if (...){\n"
(#1020) Commas (,) must be followed by white space.
(#1020) Expected 1 space before "==="; 0 found
(#1020) Expected 1 space after "==="; 0 found
(#1021) Spaces must be used for alignment; tabs are not allowed
(#1021) Tab found within whitespace
(#1021) Line indented incorrectly; expected at least 12 spaces, found 2
(#1021) Expected 1 space before "="; 0 found
(#1021) Expected 1 space after "="; 0 found
(#1022) Spaces must be used for alignment; tabs are not allowed
(#1022) Tab found within whitespace
(#1022) Line indented incorrectly; expected 8 spaces, found 1
(#1022) Expected "} else {\n"; found "}else{\n"
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1023) Tab found within whitespace
(#1023) Line indented incorrectly; expected at least 12 spaces, found 2
(#1023) Expected 1 space before "="; 0 found
(#1023) Expected 1 space after "="; 0 found
(#1023) Commas (,) must be followed by white space.
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1024) Tab found within whitespace
(#1024) Line indented incorrectly; expected at least 12 spaces, found 2
(#1024) Inline control structures are not allowed
(#1024) Expected 1 space before "="; 0 found
(#1024) Expected 1 space after "="; 0 found
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1025) Tab found within whitespace
(#1025) Line indented incorrectly; expected at least 12 spaces, found 2
(#1025) Inline control structures are not allowed
(#1025) Expected 1 space before "="; 0 found
(#1025) Expected 1 space after "="; 0 found
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1026) Tab found within whitespace
(#1026) Line indented incorrectly; expected at least 12 spaces, found 2
(#1027) Spaces must be used for alignment; tabs are not allowed
(#1027) Tab found within whitespace
(#1027) Line indented incorrectly; expected at least 12 spaces, found 2
(#1027) Expected 1 space before "="; 0 found
(#1027) Expected 1 space after "="; 0 found
(#1027) Commas (,) must be followed by white space.
(#1027) Commas (,) must be followed by white space.
(#1027) Expected 1 space before "-"; 0 found
(#1027) Expected 1 space after "-"; 0 found
(#1027) Expected 1 space before "-"; 0 found
(#1027) Expected 1 space after "-"; 0 found
(#1028) Spaces must be used for alignment; tabs are not allowed
(#1028) Tab found within whitespace
(#1028) Line indented incorrectly; expected 8 spaces, found 1
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Line indented incorrectly; expected at least 8 spaces, found 1
(#1029) Expected 1 space before "="; 0 found
(#1029) Expected 1 space after "="; 0 found
(#1029) Variable "file_record" must not contain underscores.
(#1029) Commas (,) must be followed by white space.
(#1030) Line indented incorrectly; expected 4 spaces, found 0
(#1031) Line indented incorrectly; expected at least 4 spaces, found 0
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Whitespace found at end of line
(#1034) Expected 1 space after closing parenthesis; found 0
(#1035) Spaces must be used for alignment; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Line indented incorrectly; expected at least 4 spaces, found 1
(#1036) Spaces must be used for alignment; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Line indented incorrectly; expected at least 4 spaces, found 1
(#1036) Expected 1 space before "="; 0 found
(#1036) Expected 1 space after "="; 0 found
(#1036) Expected 1 space before "=>"; 0 found
(#1036) Expected 1 space after "=>"; 0 found
(#1037) Spaces must be used for alignment; tabs are not allowed
(#1037) Tab found within whitespace
(#1037) Line indented incorrectly; expected 4 spaces, found 1
(#1037) Expected "if (...) {\n"; found "if (...){\n"
(#1037) Commas (,) must be followed by white space.
(#1038) Spaces must be used for alignment; tabs are not allowed
(#1038) Tab found within whitespace
(#1038) Line indented incorrectly; expected at least 8 spaces, found 2
(#1039) Spaces must be used for alignment; tabs are not allowed
(#1039) Tab found within whitespace
(#1039) Line indented incorrectly; expected 4 spaces, found 1
(#1039) Inline control structures are not allowed
(#1041) Commas (,) must be followed by white space.
(#1041) Variable "view_id" must not contain underscores.
(#1041) Commas (,) must be followed by white space.
(#1041) Variable "competence_category" must not contain underscores.
(#1041) Expected 1 space after closing parenthesis; found 0
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Line indented incorrectly; expected at least 4 spaces, found 1
(#1042) Commas (,) must be followed by white space.
(#1043) Spaces must be used for alignment; tabs are not allowed
(#1043) Tab found within whitespace
(#1043) This comment is 67% valid code; is this commented out code?
(#1043) Line indented incorrectly; expected at least 4 spaces, found 1
(#1044) Line indented incorrectly; expected at least 4 spaces, found 2
(#1045) Line indented incorrectly; expected at least 4 spaces, found 1
(#1046) Line indented incorrectly; expected at least 4 spaces, found 1
(#1047) Spaces must be used for alignment; tabs are not allowed
(#1047) Tab found within whitespace
(#1047) Line indented incorrectly; expected at least 4 spaces, found 1
(#1048) Spaces must be used for alignment; tabs are not allowed
(#1048) Tab found within whitespace
(#1048) Line indented incorrectly; expected 4 spaces, found 1
(#1048) Expected "if (...) {\n"; found "if (...){\n"
(#1048) Variable "view_id" must not contain underscores.
(#1048) Expected 1 space before ">"; 0 found
(#1048) Expected 1 space after ">"; 0 found
(#1049) Spaces must be used for alignment; tabs are not allowed
(#1049) Tab found within whitespace
(#1049) Line indented incorrectly; expected at least 8 spaces, found 2
(#1049) Expected 1 space before "="; 0 found
(#1049) Expected 1 space after "="; 0 found
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Tab found within whitespace
(#1050) Line indented incorrectly; expected at least 8 spaces, found 2
(#1050) Expected 1 space before "=>"; 0 found
(#1050) Expected 1 space after "=>"; 0 found
(#1050) Variable "view_id" must not contain underscores.
(#1051) Spaces must be used for alignment; tabs are not allowed
(#1051) Tab found within whitespace
(#1051) Line indented incorrectly; expected 8 spaces, found 2
(#1051) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1051) Expected 1 space before "=>"; 0 found
(#1051) Expected 1 space after "=>"; 0 found
(#1051) Expected 1 space before "=>"; 0 found
(#1051) Expected 1 space after "=>"; 0 found
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1052) Tab found within whitespace
(#1052) Line indented incorrectly; expected at least 12 spaces, found 3
(#1052) Expected 1 space before "="; 0 found
(#1052) Expected 1 space after "="; 0 found
(#1053) Spaces must be used for alignment; tabs are not allowed
(#1053) Tab found within whitespace
(#1053) Line indented incorrectly; expected 8 spaces, found 2
(#1054) Spaces must be used for alignment; tabs are not allowed
(#1054) Tab found within whitespace
(#1054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1054) Inline comments must end in full-stops, exclamation marks, or question marks
(#1054) This comment is 86% valid code; is this commented out code?
(#1054) Line indented incorrectly; expected at least 8 spaces, found 2
(#1054) No space found before comment text; expected "// print_r($vitemar);die;" but found "//print_r($vitemar);die;"
(#1055) Spaces must be used for alignment; tabs are not allowed
(#1055) Tab found within whitespace
(#1055) Line indented incorrectly; expected 4 spaces, found 1
(#1056) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1057) Spaces must be used for alignment; tabs are not allowed
(#1057) Tab found within whitespace
(#1057) Whitespace found at end of line
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Line indented incorrectly; expected 4 spaces, found 1
(#1058) Expected "if (...) {\n"; found "if (...){\n"
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Line indented incorrectly; expected at least 8 spaces, found 3
(#1059) Expected 1 space before "="; 0 found
(#1059) Expected 1 space after "="; 0 found
(#1060) Spaces must be used for alignment; tabs are not allowed
(#1060) Tab found within whitespace
(#1060) Line indented incorrectly; expected at least 8 spaces, found 3
(#1060) Expected 1 space before ".="; 0 found
(#1060) Expected 1 space after ".="; 0 found
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Line indented incorrectly; expected 8 spaces, found 3
(#1061) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) This comment is 59% valid code; is this commented out code?
(#1062) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1062) Line indented incorrectly; expected at least 12 spaces, found 4
(#1062) No space found before comment text; expected "// if ($view_id>0 && $item->isoez==1 && $item->attachment==""){" but found "//if ($view_id>0 && $item->isoez==1 && $item->attachment==""){"
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) This comment is 52% valid code; is this commented out code?
(#1063) Line indented incorrectly; expected at least 12 spaces, found 5
(#1063) No space found before comment text; expected "// $inhalt.='<item id="'.$item->id.'" name="'.$item->name.'" isoez="'.$item->isoez.'" url="'.$item->attachment.'"></item>';" but found "//$inhalt.='<item id="'.$item->id.'" name="'.$item->name.'" isoez="'.$item->isoez.'" url="'.$item->attachment.'"></item>';"
(#1064) Spaces must be used for alignment; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) This comment is 100% valid code; is this commented out code?
(#1064) Line indented incorrectly; expected at least 12 spaces, found 4
(#1064) No space found before comment text; expected "// }else{" but found "//}else{"
(#1065) Spaces must be used for alignment; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Whitespace found at end of line
(#1066) Spaces must be used for alignment; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Line indented incorrectly; expected at least 12 spaces, found 4
(#1067) Spaces must be used for alignment; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected 12 spaces, found 4
(#1067) Expected "if (...) {\n"; found "if (...){\n"
(#1067) Variable "view_id" must not contain underscores.
(#1067) Expected 1 space before ">"; 0 found
(#1067) Expected 1 space after ">"; 0 found
(#1068) Spaces must be used for alignment; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Line indented incorrectly; expected at least 16 spaces, found 5
(#1068) Inline control structures are not allowed
(#1068) Expected 1 space before "!="; 0 found
(#1068) Expected 1 space after "!="; 0 found
(#1068) Expected 1 space before "!="; 0 found
(#1068) Expected 1 space after "!="; 0 found
(#1068) Expected 1 space before "!="; 0 found
(#1068) Expected 1 space after "!="; 0 found
(#1068) Expected 1 space before "="; 0 found
(#1068) Expected 1 space after "="; 0 found
(#1069) Spaces must be used for alignment; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Line indented incorrectly; expected at least 16 spaces, found 5
(#1069) Inline control structures are not allowed
(#1069) Expected 1 space before "="; 0 found
(#1069) Expected 1 space after "="; 0 found
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Line indented incorrectly; expected 12 spaces, found 4
(#1070) Expected "} else {\n"; found "}else{\n"
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected at least 16 spaces, found 5
(#1071) Expected 1 space before "="; 0 found
(#1071) Expected 1 space after "="; 0 found
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected 12 spaces, found 4
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Line indented incorrectly; expected at least 12 spaces, found 4
(#1074) Spaces must be used for alignment; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Whitespace found at end of line
(#1075) Spaces must be used for alignment; tabs are not allowed
(#1075) Tab found within whitespace
(#1075) Line indented incorrectly; expected 12 spaces, found 4
(#1075) Expected "if (...) {\n"; found "if(...){\n"
(#1075) Expected 1 space before "=="; 0 found
(#1075) Expected 1 space after "=="; 0 found
(#1076) Spaces must be used for alignment; tabs are not allowed
(#1076) Tab found within whitespace
(#1076) Line indented incorrectly; expected 16 spaces, found 5
(#1076) Expected "if (...) {\n"; found "if(...){\n"
(#1076) Expected 1 space before "=="; 0 found
(#1076) Expected 1 space after "=="; 0 found
(#1076) Commas (,) must be followed by white space.
(#1077) Spaces must be used for alignment; tabs are not allowed
(#1077) Tab found within whitespace
(#1077) Line indented incorrectly; expected at least 20 spaces, found 6
(#1077) Expected 1 space before ".="; 0 found
(#1077) Expected 1 space after ".="; 0 found
(#1078) Spaces must be used for alignment; tabs are not allowed
(#1078) Tab found within whitespace
(#1078) Line indented incorrectly; expected 20 spaces, found 6
(#1078) Expected "if (...) {\n"; found "if (...){\n"
(#1078) Variable "view_id" must not contain underscores.
(#1078) Expected 1 space before ">"; 0 found
(#1078) Expected 1 space after ">"; 0 found
(#1079) Spaces must be used for alignment; tabs are not allowed
(#1079) Tab found within whitespace
(#1079) Line indented incorrectly; expected at least 24 spaces, found 7
(#1079) Inline control structures are not allowed
(#1079) Expected 1 space before ".="; 0 found
(#1079) Expected 1 space after ".="; 0 found
(#1080) Spaces must be used for alignment; tabs are not allowed
(#1080) Tab found within whitespace
(#1080) Line indented incorrectly; expected at least 24 spaces, found 7
(#1080) Inline control structures are not allowed
(#1080) Expected 1 space before ".="; 0 found
(#1080) Expected 1 space after ".="; 0 found
(#1081) Spaces must be used for alignment; tabs are not allowed
(#1081) Tab found within whitespace
(#1081) Line indented incorrectly; expected 20 spaces, found 6
(#1082) Spaces must be used for alignment; tabs are not allowed
(#1082) Tab found within whitespace
(#1082) Line indented incorrectly; expected 20 spaces, found 6
(#1082) Expected 1 space before "!="; 0 found
(#1082) Expected 1 space after "!="; 0 found
(#1083) Spaces must be used for alignment; tabs are not allowed
(#1083) Tab found within whitespace
(#1083) Line indented incorrectly; expected at least 24 spaces, found 7
(#1083) Expected 1 space before "="; 0 found
(#1083) Expected 1 space after "="; 0 found
(#1084) Spaces must be used for alignment; tabs are not allowed
(#1084) Tab found within whitespace
(#1084) Line indented incorrectly; expected at least 24 spaces, found 7
(#1085) Spaces must be used for alignment; tabs are not allowed
(#1085) Tab found within whitespace
(#1085) Line indented incorrectly; expected at least 24 spaces, found 7
(#1085) Expected 1 space before "="; 0 found
(#1085) Expected 1 space after "="; 0 found
(#1085) Line exceeds 132 characters; contains 157 characters
(#1086) Spaces must be used for alignment; tabs are not allowed
(#1086) Tab found within whitespace
(#1086) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1086) Inline comments must end in full-stops, exclamation marks, or question marks
(#1086) This comment is 56% valid code; is this commented out code?
(#1086) Line indented incorrectly; expected at least 24 spaces, found 7
(#1086) No space found before comment text; expected "// $fileurl=$CFG->wwwroot.'/blocks/exaport/portfoliofile.php?access=portfolio/id/'.$item->userid.'&itemid='.$item->id;" but found "//$fileurl=$CFG->wwwroot.'/blocks/exaport/portfoliofile.php?access=portfolio/id/'.$item->userid.'&itemid='.$item->id;"
(#1087) Spaces must be used for alignment; tabs are not allowed
(#1087) Tab found within whitespace
(#1087) Line indented incorrectly; expected 20 spaces, found 6
(#1088) Spaces must be used for alignment; tabs are not allowed
(#1088) Tab found within whitespace
(#1088) Line indented incorrectly; expected 20 spaces, found 6
(#1088) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse{ \n"
(#1088) Whitespace found at end of line
(#1089) Spaces must be used for alignment; tabs are not allowed
(#1089) Tab found within whitespace
(#1089) Line indented incorrectly; expected at least 24 spaces, found 7
(#1089) Expected 1 space before "="; 0 found
(#1089) Expected 1 space after "="; 0 found
(#1090) Spaces must be used for alignment; tabs are not allowed
(#1090) Tab found within whitespace
(#1090) Line indented incorrectly; expected at least 24 spaces, found 7
(#1090) Inline control structures are not allowed
(#1090) Expected 1 space before "="; 0 found
(#1090) Expected 1 space after "="; 0 found
(#1091) Spaces must be used for alignment; tabs are not allowed
(#1091) Tab found within whitespace
(#1091) Line indented incorrectly; expected at least 24 spaces, found 7
(#1091) Inline control structures are not allowed
(#1091) Expected 1 space before "="; 0 found
(#1091) Expected 1 space after "="; 0 found
(#1092) Spaces must be used for alignment; tabs are not allowed
(#1092) Tab found within whitespace
(#1092) Line indented incorrectly; expected 20 spaces, found 6
(#1093) Spaces must be used for alignment; tabs are not allowed
(#1093) Tab found within whitespace
(#1093) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1093) Inline comments must end in full-stops, exclamation marks, or question marks
(#1093) This comment is 78% valid code; is this commented out code?
(#1093) Line indented incorrectly; expected at least 20 spaces, found 6
(#1093) No space found before comment text; expected "// if ($competence_category!=""){" but found "//if ($competence_category!=""){"
(#1094) Spaces must be used for alignment; tabs are not allowed
(#1094) Tab found within whitespace
(#1094) Line indented incorrectly; expected at least 20 spaces, found 7
(#1094) Expected 1 space before ".="; 0 found
(#1094) Expected 1 space after ".="; 0 found
(#1094) Variable "competence_category" must not contain underscores.
(#1095) Spaces must be used for alignment; tabs are not allowed
(#1095) Tab found within whitespace
(#1095) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1095) Inline comments must end in full-stops, exclamation marks, or question marks
(#1095) This comment is 100% valid code; is this commented out code?
(#1095) Line indented incorrectly; expected at least 20 spaces, found 6
(#1095) No space found before comment text; expected "// }" but found "//}"
(#1096) Spaces must be used for alignment; tabs are not allowed
(#1096) Tab found within whitespace
(#1096) Line indented incorrectly; expected at least 20 spaces, found 6
(#1096) Expected 1 space before ".="; 0 found
(#1096) Expected 1 space after ".="; 0 found
(#1096) Line exceeds 132 characters; contains 161 characters
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Line indented incorrectly; expected at least 20 spaces, found 6
(#1097) Expected 1 space before ".="; 0 found
(#1097) Expected 1 space after ".="; 0 found
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Line indented incorrectly; expected at least 20 spaces, found 6
(#1098) Expected 1 space before ".="; 0 found
(#1098) Expected 1 space after ".="; 0 found
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Line indented incorrectly; expected at least 20 spaces, found 6
(#1099) Expected 1 space before ".="; 0 found
(#1099) Expected 1 space after ".="; 0 found
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Line indented incorrectly; expected at least 20 spaces, found 6
(#1100) Variable "isPicture" must be all lower-case
(#1100) Expected 1 space before "="; 0 found
(#1100) Expected 1 space after "="; 0 found
(#1101) Spaces must be used for alignment; tabs are not allowed
(#1101) Tab found within whitespace
(#1101) Line indented incorrectly; expected 20 spaces, found 6
(#1101) Expected "if (...) {\n"; found "if (...){\n"
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) Line indented incorrectly; expected 24 spaces, found 8
(#1102) Expected "if (...) {\n"; found "if (...){\n"
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Line indented incorrectly; expected 28 spaces, found 9
(#1103) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Line indented incorrectly; expected 32 spaces, found 10
(#1104) Expected "if (...) {\n"; found "if (...){\n"
(#1104) Expected 1 space before ">"; 0 found
(#1104) Expected 1 space after ">"; 0 found
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Line indented incorrectly; expected at least 36 spaces, found 11
(#1105) Inline control structures are not allowed
(#1105) Variable "isPicture" must be all lower-case
(#1105) Expected 1 space before "="; 0 found
(#1105) Expected 1 space after "="; 0 found
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1106) Tab found within whitespace
(#1106) Line indented incorrectly; expected 32 spaces, found 10
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Line indented incorrectly; expected 28 spaces, found 9
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Line indented incorrectly; expected 24 spaces, found 8
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Line indented incorrectly; expected 20 spaces, found 6
(#1110) Spaces must be used for alignment; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Line indented incorrectly; expected at least 20 spaces, found 6
(#1110) Expected 1 space before ".="; 0 found
(#1110) Expected 1 space after ".="; 0 found
(#1110) Variable "isPicture" must be all lower-case
(#1111) Spaces must be used for alignment; tabs are not allowed
(#1111) Tab found within whitespace
(#1111) Line indented incorrectly; expected at least 20 spaces, found 6
(#1111) Expected 1 space before ".="; 0 found
(#1111) Expected 1 space after ".="; 0 found
(#1112) Spaces must be used for alignment; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Line indented incorrectly; expected at least 20 spaces, found 6
(#1112) Inline control structures are not allowed
(#1112) Expected 1 space before "=="; 0 found
(#1112) Expected 1 space after "=="; 0 found
(#1112) Expected 1 space before ".="; 0 found
(#1112) Expected 1 space after ".="; 0 found
(#1113) Spaces must be used for alignment; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Line indented incorrectly; expected at least 20 spaces, found 6
(#1113) Inline control structures are not allowed
(#1113) Expected 1 space before ".="; 0 found
(#1113) Expected 1 space after ".="; 0 found
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Line indented incorrectly; expected at least 20 spaces, found 6
(#1114) Expected 1 space before ".="; 0 found
(#1114) Expected 1 space after ".="; 0 found
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Line indented incorrectly; expected at least 20 spaces, found 6
(#1115) Expected 1 space before ".="; 0 found
(#1115) Expected 1 space after ".="; 0 found
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Line indented incorrectly; expected at least 20 spaces, found 6
(#1116) Expected 1 space before "="; 0 found
(#1116) Expected 1 space after "="; 0 found
(#1116) Expected 1 space before "="; 0 found
(#1116) Expected 1 space after "="; 0 found
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected at least 20 spaces, found 6
(#1117) Inline control structures are not allowed
(#1117) Expected 1 space before "=="; 0 found
(#1117) Expected 1 space after "=="; 0 found
(#1117) Expected 1 space before "="; 0 found
(#1117) Expected 1 space after "="; 0 found
(#1118) Spaces must be used for alignment; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Line indented incorrectly; expected at least 20 spaces, found 6
(#1118) Inline control structures are not allowed
(#1118) Expected 1 space before "=="; 0 found
(#1118) Expected 1 space after "=="; 0 found
(#1118) Expected 1 space before "="; 0 found
(#1118) Expected 1 space after "="; 0 found
(#1119) Spaces must be used for alignment; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Whitespace found at end of line
(#1120) Spaces must be used for alignment; tabs are not allowed
(#1120) Tab found within whitespace
(#1120) Line indented incorrectly; expected at least 20 spaces, found 6
(#1120) Expected 1 space before ".="; 0 found
(#1120) Expected 1 space after ".="; 0 found
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Line indented incorrectly; expected at least 20 spaces, found 6
(#1121) Expected 1 space before ".="; 0 found
(#1121) Expected 1 space after ".="; 0 found
(#1122) Spaces must be used for alignment; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Line indented incorrectly; expected at least 20 spaces, found 6
(#1122) Expected 1 space before ".="; 0 found
(#1122) Expected 1 space after ".="; 0 found
(#1123) Spaces must be used for alignment; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected at least 20 spaces, found 6
(#1123) Expected 1 space before ".="; 0 found
(#1123) Expected 1 space after ".="; 0 found
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected 16 spaces, found 5
(#1125) Spaces must be used for alignment; tabs are not allowed
(#1125) Tab found within whitespace
(#1125) Line indented incorrectly; expected 12 spaces, found 4
(#1126) Spaces must be used for alignment; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Line indented incorrectly; expected 8 spaces, found 3
(#1127) Spaces must be used for alignment; tabs are not allowed
(#1127) Tab found within whitespace
(#1127) Line indented incorrectly; expected at least 8 spaces, found 3
(#1127) Expected 1 space before ".="; 0 found
(#1127) Expected 1 space after ".="; 0 found
(#1128) Spaces must be used for alignment; tabs are not allowed
(#1128) Tab found within whitespace
(#1128) Line indented incorrectly; expected at least 8 spaces, found 3
(#1129) Spaces must be used for alignment; tabs are not allowed
(#1129) Tab found within whitespace
(#1129) Line indented incorrectly; expected 4 spaces, found 1
(#1131) Expected 1 space after closing parenthesis; found 0
(#1132) Spaces must be used for alignment; tabs are not allowed
(#1132) Tab found within whitespace
(#1132) Line indented incorrectly; expected at least 4 spaces, found 1
(#1132) Inline control structures are not allowed
(#1132) Expected 1 space before "=="; 0 found
(#1132) Expected 1 space after "=="; 0 found
(#1133) Spaces must be used for alignment; tabs are not allowed
(#1133) Tab found within whitespace
(#1133) Line indented incorrectly; expected at least 4 spaces, found 1
(#1133) Inline control structures are not allowed
(#1135) Commas (,) must be followed by white space.
(#1135) Commas (,) must be followed by white space.
(#1135) Expected 1 space after closing parenthesis; found 0
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Line indented incorrectly; expected at least 4 spaces, found 1
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Whitespace found at end of line
(#1138) Spaces must be used for alignment; tabs are not allowed
(#1138) Tab found within whitespace
(#1138) Line indented incorrectly; expected at least 4 spaces, found 1
(#1139) Spaces must be used for alignment; tabs are not allowed
(#1139) Tab found within whitespace
(#1139) This comment is 67% valid code; is this commented out code?
(#1139) Line indented incorrectly; expected at least 4 spaces, found 1
(#1140) Line indented incorrectly; expected at least 4 spaces, found 2
(#1141) Line indented incorrectly; expected at least 4 spaces, found 1
(#1142) Line indented incorrectly; expected at least 4 spaces, found 1
(#1143) Spaces must be used for alignment; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected at least 4 spaces, found 1
(#1143) Expected 1 space before "="; 0 found
(#1143) Expected 1 space after "="; 0 found
(#1144) Spaces must be used for alignment; tabs are not allowed
(#1144) Tab found within whitespace
(#1144) Line indented incorrectly; expected 4 spaces, found 2
(#1144) Expected "if (...) {\n"; found "if (...){\n"
(#1144) Commas (,) must be followed by white space.
(#1145) Spaces must be used for alignment; tabs are not allowed
(#1145) Tab found within whitespace
(#1145) Line indented incorrectly; expected 8 spaces, found 3
(#1145) Expected "if (...) {\n"; found "if (...){\n"
(#1145) Expected 1 space before "=>"; 0 found
(#1145) Expected 1 space after "=>"; 0 found
(#1146) Spaces must be used for alignment; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected 12 spaces, found 4
(#1146) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1147) Spaces must be used for alignment; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected 16 spaces, found 5
(#1147) Expected "if (...) {\n"; found "if(...){\n"
(#1147) Expected 1 space before "=>"; 0 found
(#1147) Expected 1 space after "=>"; 0 found
(#1148) Spaces must be used for alignment; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Line indented incorrectly; expected 20 spaces, found 6
(#1148) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1148) Expected 1 space before "=>"; 0 found
(#1148) Expected 1 space after "=>"; 0 found
(#1148) Expected 1 space before "=>"; 0 found
(#1148) Expected 1 space after "=>"; 0 found
(#1149) Spaces must be used for alignment; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected at least 24 spaces, found 7
(#1149) Expected 1 space before "="; 0 found
(#1149) Expected 1 space after "="; 0 found
(#1150) Spaces must be used for alignment; tabs are not allowed
(#1150) Tab found within whitespace
(#1150) Line indented incorrectly; expected 20 spaces, found 6
(#1151) Spaces must be used for alignment; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Line indented incorrectly; expected 16 spaces, found 5
(#1152) Spaces must be used for alignment; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Line indented incorrectly; expected 12 spaces, found 4
(#1153) Spaces must be used for alignment; tabs are not allowed
(#1153) Tab found within whitespace
(#1153) Line indented incorrectly; expected 8 spaces, found 3
(#1153) Whitespace found at end of line
(#1154) Spaces must be used for alignment; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected 8 spaces, found 3
(#1154) Expected "if (...) {\n"; found "if (...){\n"
(#1154) Expected 1 space before "=>"; 0 found
(#1154) Expected 1 space after "=>"; 0 found
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Line indented incorrectly; expected 12 spaces, found 4
(#1155) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1156) Spaces must be used for alignment; tabs are not allowed
(#1156) Tab found within whitespace
(#1156) Line indented incorrectly; expected 16 spaces, found 5
(#1156) Expected "if (...) {\n"; found "if(...){\n"
(#1156) Expected 1 space before "=>"; 0 found
(#1156) Expected 1 space after "=>"; 0 found
(#1157) Spaces must be used for alignment; tabs are not allowed
(#1157) Tab found within whitespace
(#1157) Line indented incorrectly; expected 20 spaces, found 6
(#1157) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1158) Spaces must be used for alignment; tabs are not allowed
(#1158) Tab found within whitespace
(#1158) Line indented incorrectly; expected at least 24 spaces, found 7
(#1158) Expected 1 space before "="; 0 found
(#1158) Expected 1 space after "="; 0 found
(#1159) Spaces must be used for alignment; tabs are not allowed
(#1159) Tab found within whitespace
(#1159) Line indented incorrectly; expected 20 spaces, found 6
(#1160) Spaces must be used for alignment; tabs are not allowed
(#1160) Tab found within whitespace
(#1160) Line indented incorrectly; expected 16 spaces, found 5
(#1161) Spaces must be used for alignment; tabs are not allowed
(#1161) Tab found within whitespace
(#1161) Line indented incorrectly; expected 12 spaces, found 4
(#1162) Spaces must be used for alignment; tabs are not allowed
(#1162) Tab found within whitespace
(#1162) Line indented incorrectly; expected 8 spaces, found 3
(#1162) Whitespace found at end of line
(#1163) Spaces must be used for alignment; tabs are not allowed
(#1163) Tab found within whitespace
(#1163) Line indented incorrectly; expected 8 spaces, found 3
(#1163) Expected "if (...) {\n"; found "if (...){\n"
(#1163) Expected 1 space before "=>"; 0 found
(#1163) Expected 1 space after "=>"; 0 found
(#1164) Spaces must be used for alignment; tabs are not allowed
(#1164) Tab found within whitespace
(#1164) Line indented incorrectly; expected 12 spaces, found 4
(#1164) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1165) Spaces must be used for alignment; tabs are not allowed
(#1165) Tab found within whitespace
(#1165) Line indented incorrectly; expected 16 spaces, found 5
(#1165) Expected "if (...) {\n"; found "if(...){\n"
(#1165) Expected 1 space before "=>"; 0 found
(#1165) Expected 1 space after "=>"; 0 found
(#1166) Spaces must be used for alignment; tabs are not allowed
(#1166) Tab found within whitespace
(#1166) Line indented incorrectly; expected 20 spaces, found 6
(#1166) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1166) Expected 1 space before "=>"; 0 found
(#1166) Expected 1 space after "=>"; 0 found
(#1166) Expected 1 space before "=>"; 0 found
(#1166) Expected 1 space after "=>"; 0 found
(#1167) Spaces must be used for alignment; tabs are not allowed
(#1167) Tab found within whitespace
(#1167) Line indented incorrectly; expected at least 24 spaces, found 7
(#1167) Expected 1 space before "="; 0 found
(#1167) Expected 1 space after "="; 0 found
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1168) Tab found within whitespace
(#1168) Line indented incorrectly; expected 20 spaces, found 6
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Line indented incorrectly; expected 16 spaces, found 5
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected 12 spaces, found 4
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected 8 spaces, found 3
(#1171) Whitespace found at end of line
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1172) Inline comments must end in full-stops, exclamation marks, or question marks
(#1172) This comment is 86% valid code; is this commented out code?
(#1172) Line indented incorrectly; expected at least 8 spaces, found 3
(#1172) No space found before comment text; expected "// print_r($catkomparr);die;" but found "//print_r($catkomparr);die;"
(#1173) Spaces must be used for alignment; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected at least 8 spaces, found 3
(#1173) Expected 1 space before "="; 0 found
(#1173) Expected 1 space after "="; 0 found
(#1174) Spaces must be used for alignment; tabs are not allowed
(#1174) Tab found within whitespace
(#1174) Line indented incorrectly; expected at least 8 spaces, found 3
(#1174) Expected 1 space before ".="; 0 found
(#1174) Expected 1 space after ".="; 0 found
(#1175) Spaces must be used for alignment; tabs are not allowed
(#1175) Tab found within whitespace
(#1175) Line indented incorrectly; expected 8 spaces, found 3
(#1175) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1176) Spaces must be used for alignment; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Whitespace found at end of line
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Line indented incorrectly; expected at least 12 spaces, found 4
(#1177) Expected 1 space before "="; 0 found
(#1177) Expected 1 space after "="; 0 found
(#1178) Spaces must be used for alignment; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Line indented incorrectly; expected at least 12 spaces, found 4
(#1178) Expected 1 space before "="; 0 found
(#1178) Expected 1 space after "="; 0 found
(#1178) Commas (,) must be followed by white space.
(#1178) Commas (,) must be followed by white space.
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1179) Tab found within whitespace
(#1179) Line indented incorrectly; expected at least 12 spaces, found 4
(#1179) Expected 1 space before ".="; 0 found
(#1179) Expected 1 space after ".="; 0 found
(#1179) Line exceeds maximum limit of 180 characters; contains 204 characters
(#1180) Spaces must be used for alignment; tabs are not allowed
(#1180) Tab found within whitespace
(#1180) Line indented incorrectly; expected at least 12 spaces, found 4
(#1180) Inline control structures are not allowed
(#1180) Expected 1 space before ".="; 0 found
(#1180) Expected 1 space after ".="; 0 found
(#1181) Spaces must be used for alignment; tabs are not allowed
(#1181) Tab found within whitespace
(#1181) Line indented incorrectly; expected at least 12 spaces, found 4
(#1181) Inline control structures are not allowed
(#1181) Expected 1 space before ".="; 0 found
(#1181) Expected 1 space after ".="; 0 found
(#1182) Spaces must be used for alignment; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected at least 12 spaces, found 4
(#1182) Expected 1 space before ".="; 0 found
(#1182) Expected 1 space after ".="; 0 found
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected at least 12 spaces, found 4
(#1183) Expected 1 space before ".="; 0 found
(#1183) Expected 1 space after ".="; 0 found
(#1184) Spaces must be used for alignment; tabs are not allowed
(#1184) Tab found within whitespace
(#1184) Line indented incorrectly; expected at least 12 spaces, found 4
(#1184) Expected 1 space before ".="; 0 found
(#1184) Expected 1 space after ".="; 0 found
(#1184) Commas (,) must be followed by white space.
(#1185) Spaces must be used for alignment; tabs are not allowed
(#1185) Tab found within whitespace
(#1185) Line indented incorrectly; expected at least 12 spaces, found 4
(#1185) Expected 1 space before ".="; 0 found
(#1185) Expected 1 space after ".="; 0 found
(#1186) Spaces must be used for alignment; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Line indented incorrectly; expected 8 spaces, found 3
(#1187) Spaces must be used for alignment; tabs are not allowed
(#1187) Tab found within whitespace
(#1187) Line indented incorrectly; expected at least 8 spaces, found 3
(#1187) Expected 1 space before ".="; 0 found
(#1187) Expected 1 space after ".="; 0 found
(#1188) Spaces must be used for alignment; tabs are not allowed
(#1188) Tab found within whitespace
(#1188) Line indented incorrectly; expected at least 8 spaces, found 3
(#1189) Spaces must be used for alignment; tabs are not allowed
(#1189) Tab found within whitespace
(#1189) Line indented incorrectly; expected at least 8 spaces, found 3
(#1190) Spaces must be used for alignment; tabs are not allowed
(#1190) Tab found within whitespace
(#1190) Line indented incorrectly; expected 4 spaces, found 2
(#1190) Expected "} else {\n"; found "}else{\n"
(#1191) Spaces must be used for alignment; tabs are not allowed
(#1191) Tab found within whitespace
(#1191) Line indented incorrectly; expected at least 8 spaces, found 3
(#1192) Spaces must be used for alignment; tabs are not allowed
(#1192) Tab found within whitespace
(#1192) Line indented incorrectly; expected 4 spaces, found 2
(#1194) Expected 1 space after closing parenthesis; found 0
(#1195) Spaces must be used for alignment; tabs are not allowed
(#1195) Tab found within whitespace
(#1195) Line indented incorrectly; expected at least 4 spaces, found 1
(#1195) Inline control structures are not allowed
(#1195) Expected 1 space before "=="; 0 found
(#1195) Expected 1 space after "=="; 0 found
(#1196) Spaces must be used for alignment; tabs are not allowed
(#1196) Tab found within whitespace
(#1196) Line indented incorrectly; expected at least 4 spaces, found 1
(#1196) Inline control structures are not allowed
(#1198) Commas (,) must be followed by white space.
(#1199) Spaces must be used for alignment; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected 0 spaces, found 1
(#1199) Expected "if (...) {\n"; found "if (...){\n"
(#1199) Expected 1 space before ">"; 0 found
(#1199) Expected 1 space after ">"; 0 found
(#1200) Spaces must be used for alignment; tabs are not allowed
(#1200) Tab found within whitespace
(#1200) Line indented incorrectly; expected at least 4 spaces, found 2
(#1200) Commas (,) must be followed by white space.
(#1200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1200) Inline comments must end in full-stops, exclamation marks, or question marks
(#1201) Spaces must be used for alignment; tabs are not allowed
(#1201) Tab found within whitespace
(#1201) Line indented incorrectly; expected at least 4 spaces, found 1
(#1202) Closing brace indented incorrectly; expected 1 spaces, found 0
(#1204) Expected 1 space after closing parenthesis; found 0
(#1205) Spaces must be used for alignment; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected 4 spaces, found 1
(#1205) Expected "if (...) {\n"; found "if (...) {"
(#1205) Closing brace must be on a line by itself
(#1206) Spaces must be used for alignment; tabs are not allowed
(#1206) Tab found within whitespace
(#1206) Line indented incorrectly; expected 4 spaces, found 1
(#1206) Expected "} else {\n"; found "}\n\telse{\n"
(#1207) Spaces must be used for alignment; tabs are not allowed
(#1207) Tab found within whitespace
(#1207) Line indented incorrectly; expected at least 8 spaces, found 2
(#1207) Expected 1 space before "="; 0 found
(#1207) Expected 1 space after "="; 0 found
(#1209) Spaces must be used for alignment; tabs are not allowed
(#1209) Tab found within whitespace
(#1209) Line indented incorrectly; expected 8 spaces, found 2
(#1209) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1210) Spaces must be used for alignment; tabs are not allowed
(#1210) Tab found within whitespace
(#1210) Whitespace found at end of line
(#1211) Spaces must be used for alignment; tabs are not allowed
(#1211) Tab found within whitespace
(#1211) Line indented incorrectly; expected at least 12 spaces, found 3
(#1211) Inline control structures are not allowed
(#1211) Expected 1 space before ">"; 0 found
(#1211) Expected 1 space after ">"; 0 found
(#1211) Expected 1 space before "="; 0 found
(#1211) Expected 1 space after "="; 0 found
(#1212) Spaces must be used for alignment; tabs are not allowed
(#1212) Tab found within whitespace
(#1212) Line indented incorrectly; expected 8 spaces, found 2
(#1213) Spaces must be used for alignment; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Line indented incorrectly; expected at least 8 spaces, found 2
(#1214) Spaces must be used for alignment; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected 4 spaces, found 1
(#1216) Expected 1 space after closing parenthesis; found 0
(#1217) Spaces must be used for alignment; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Line indented incorrectly; expected at least 4 spaces, found 1
(#1218) Spaces must be used for alignment; tabs are not allowed
(#1218) Tab found within whitespace
(#1218) Line indented incorrectly; expected at least 4 spaces, found 1
(#1219) Spaces must be used for alignment; tabs are not allowed
(#1219) Tab found within whitespace
(#1219) Line indented incorrectly; expected at least 4 spaces, found 1
(#1219) Inline control structures are not allowed
(#1219) Expected 1 space before "=="; 0 found
(#1219) Expected 1 space after "=="; 0 found
(#1220) Spaces must be used for alignment; tabs are not allowed
(#1220) Tab found within whitespace
(#1220) Line indented incorrectly; expected 4 spaces, found 1
(#1221) Spaces must be used for alignment; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Line indented incorrectly; expected at least 8 spaces, found 2
(#1221) Expected 1 space before "="; 0 found
(#1221) Expected 1 space after "="; 0 found
(#1221) Spaces must be used for alignment; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Whitespace found at end of line
(#1222) Spaces must be used for alignment; tabs are not allowed
(#1222) Tab found within whitespace
(#1222) Line indented incorrectly; expected 8 spaces, found 2
(#1222) Expected "if (...) {\n"; found "if (...){\n"
(#1222) Expected 1 space before "="; 0 found
(#1222) Expected 1 space after "="; 0 found
(#1222) Commas (,) must be followed by white space.
(#1223) Spaces must be used for alignment; tabs are not allowed
(#1223) Tab found within whitespace
(#1223) Line indented incorrectly; expected at least 12 spaces, found 3
(#1224) Spaces must be used for alignment; tabs are not allowed
(#1224) Tab found within whitespace
(#1224) Line indented incorrectly; expected 8 spaces, found 2
(#1224) Expected "} else {\n"; found "}else{\n"
(#1225) Spaces must be used for alignment; tabs are not allowed
(#1225) Tab found within whitespace
(#1225) Line indented incorrectly; expected at least 12 spaces, found 3
(#1225) Expected 1 space before "="; 0 found
(#1225) Expected 1 space after "="; 0 found
(#1226) Spaces must be used for alignment; tabs are not allowed
(#1226) Tab found within whitespace
(#1226) Line indented incorrectly; expected at least 12 spaces, found 3
(#1227) Spaces must be used for alignment; tabs are not allowed
(#1227) Tab found within whitespace
(#1227) Line indented incorrectly; expected 8 spaces, found 2
(#1228) Spaces must be used for alignment; tabs are not allowed
(#1228) Tab found within whitespace
(#1228) Line indented incorrectly; expected 4 spaces, found 1
(#1231) Expected 1 space after closing parenthesis; found 0
(#1232) Spaces must be used for alignment; tabs are not allowed
(#1232) Tab found within whitespace
(#1232) Line indented incorrectly; expected at least 4 spaces, found 1
(#1233) Spaces must be used for alignment; tabs are not allowed
(#1233) Tab found within whitespace
(#1233) Line indented incorrectly; expected at least 4 spaces, found 1
(#1233) Expected 1 space before "="; 0 found
(#1233) Expected 1 space after "="; 0 found
(#1234) Spaces must be used for alignment; tabs are not allowed
(#1234) Tab found within whitespace
(#1234) Line indented incorrectly; expected at least 4 spaces, found 1
(#1234) Expected 1 space before "=>"; 0 found
(#1234) Expected 1 space after "=>"; 0 found
(#1234) Commas (,) must be followed by white space.
(#1234) Expected 1 space before "=>"; 0 found
(#1234) Expected 1 space after "=>"; 0 found
(#1234) Commas (,) must be followed by white space.
(#1234) Expected 1 space before "=>"; 0 found
(#1234) Expected 1 space after "=>"; 0 found
(#1234) Commas (,) must be followed by white space.
(#1234) Expected 1 space before "=>"; 0 found
(#1234) Expected 1 space after "=>"; 0 found
(#1234) Line exceeds 132 characters; contains 152 characters
(#1235) Spaces must be used for alignment; tabs are not allowed
(#1235) Tab found within whitespace
(#1235) Line indented incorrectly; expected at least 4 spaces, found 1
(#1237) Expected 1 space after closing parenthesis; found 0
(#1238) Spaces must be used for alignment; tabs are not allowed
(#1238) Tab found within whitespace
(#1238) Line indented incorrectly; expected at least 4 spaces, found 1
(#1239) Spaces must be used for alignment; tabs are not allowed
(#1239) Tab found within whitespace
(#1239) Line indented incorrectly; expected at least 4 spaces, found 1
(#1239) Expected 1 space before "="; 0 found
(#1239) Expected 1 space after "="; 0 found
(#1240) Spaces must be used for alignment; tabs are not allowed
(#1240) Tab found within whitespace
(#1240) Line indented incorrectly; expected at least 4 spaces, found 1
(#1240) Expected 1 space before "=>"; 0 found
(#1240) Expected 1 space after "=>"; 0 found
(#1240) Commas (,) must be followed by white space.
(#1240) Expected 1 space before "=>"; 0 found
(#1240) Expected 1 space after "=>"; 0 found
(#1240) Commas (,) must be followed by white space.
(#1240) Expected 1 space before "=>"; 0 found
(#1240) Expected 1 space after "=>"; 0 found
(#1241) Spaces must be used for alignment; tabs are not allowed
(#1241) Tab found within whitespace
(#1241) Line indented incorrectly; expected at least 4 spaces, found 1
(#1242) Spaces must be used for alignment; tabs are not allowed
(#1242) Tab found within whitespace
(#1242) Whitespace found at end of line
(#1243) Expected 1 space after closing parenthesis; found 0
(#1244) Spaces must be used for alignment; tabs are not allowed
(#1244) Tab found within whitespace
(#1244) Line indented incorrectly; expected at least 4 spaces, found 1
(#1245) Spaces must be used for alignment; tabs are not allowed
(#1245) Tab found within whitespace
(#1245) Line indented incorrectly; expected at least 4 spaces, found 1
(#1245) Commas (,) must be followed by white space.
(#1245) Commas (,) must be followed by white space.
(#1245) Commas (,) must be followed by white space.
(#1246) Spaces must be used for alignment; tabs are not allowed
(#1246) Tab found within whitespace
(#1246) Line indented incorrectly; expected at least 4 spaces, found 1
(#1248) Commas (,) must be followed by white space.
(#1248) Commas (,) must be followed by white space.
(#1248) Expected 1 space after closing parenthesis; found 0
(#1249) Spaces must be used for alignment; tabs are not allowed
(#1249) Tab found within whitespace
(#1249) Line indented incorrectly; expected at least 4 spaces, found 1
(#1250) Spaces must be used for alignment; tabs are not allowed
(#1250) Tab found within whitespace
(#1250) Line indented incorrectly; expected at least 4 spaces, found 1
(#1250) Expected 1 space before "="; 0 found
(#1250) Expected 1 space after "="; 0 found
(#1251) Spaces must be used for alignment; tabs are not allowed
(#1251) Tab found within whitespace
(#1251) Line indented incorrectly; expected at least 4 spaces, found 1
(#1251) Expected 1 space before "="; 0 found
(#1251) Expected 1 space after "="; 0 found
(#1251) Expected 1 space before "="; 0 found
(#1251) Expected 1 space after "="; 0 found
(#1252) Spaces must be used for alignment; tabs are not allowed
(#1252) Tab found within whitespace
(#1252) Line indented incorrectly; expected at least 4 spaces, found 1
(#1252) Expected 1 space before "="; 0 found
(#1252) Expected 1 space after "="; 0 found
(#1252) Commas (,) must be followed by white space.
(#1252) Commas (,) must be followed by white space.
(#1253) Spaces must be used for alignment; tabs are not allowed
(#1253) Tab found within whitespace
(#1253) Line indented incorrectly; expected at least 4 spaces, found 1
(#1254) Spaces must be used for alignment; tabs are not allowed
(#1254) Tab found within whitespace
(#1254) Whitespace found at end of line
(#1255) Spaces must be used for alignment; tabs are not allowed
(#1255) Tab found within whitespace
(#1255) Line indented incorrectly; expected 4 spaces, found 1
(#1255) Expected 1 space before "=="; 0 found
(#1255) Expected 1 space after "=="; 0 found
(#1255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1255) Inline comments must end in full-stops, exclamation marks, or question marks
(#1255) No space found before comment text; expected "// kontinent, eine ebene tiefer graben" but found "//kontinent, eine ebene tiefer graben"
(#1256) Spaces must be used for alignment; tabs are not allowed
(#1256) Tab found within whitespace
(#1256) Line indented incorrectly; expected at least 8 spaces, found 2
(#1256) Expected 1 space before "="; 0 found
(#1256) Expected 1 space after "="; 0 found
(#1256) Commas (,) must be followed by white space.
(#1256) Expected 1 space before "="; 0 found
(#1256) Expected 1 space after "="; 0 found
(#1257) Spaces must be used for alignment; tabs are not allowed
(#1257) Tab found within whitespace
(#1257) Line indented incorrectly; expected 8 spaces, found 2
(#1257) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1258) Spaces must be used for alignment; tabs are not allowed
(#1258) Tab found within whitespace
(#1258) Line indented incorrectly; expected at least 12 spaces, found 3
(#1258) Expected 1 space before ".="; 0 found
(#1258) Expected 1 space after ".="; 0 found
(#1258) Commas (,) must be followed by white space.
(#1258) Commas (,) must be followed by white space.
(#1259) Spaces must be used for alignment; tabs are not allowed
(#1259) Tab found within whitespace
(#1259) Line indented incorrectly; expected 8 spaces, found 2
(#1260) Spaces must be used for alignment; tabs are not allowed
(#1260) Tab found within whitespace
(#1260) Line indented incorrectly; expected at least 8 spaces, found 2
(#1261) Spaces must be used for alignment; tabs are not allowed
(#1261) Tab found within whitespace
(#1261) Line indented incorrectly; expected 4 spaces, found 1
(#1261) Whitespace found at end of line
(#1262) Spaces must be used for alignment; tabs are not allowed
(#1262) Tab found within whitespace
(#1262) Line indented incorrectly; expected at least 4 spaces, found 1
(#1262) Expected 1 space before "="; 0 found
(#1262) Expected 1 space after "="; 0 found
(#1262) Line exceeds 132 characters; contains 168 characters
(#1264) Spaces must be used for alignment; tabs are not allowed
(#1264) Tab found within whitespace
(#1264) Line indented incorrectly; expected 4 spaces, found 1
(#1264) Expected "if (...) {\n"; found "if (...){\n"
(#1264) Expected 1 space before "="; 0 found
(#1264) Expected 1 space after "="; 0 found
(#1265) Spaces must be used for alignment; tabs are not allowed
(#1265) Tab found within whitespace
(#1265) Line indented incorrectly; expected 8 spaces, found 2
(#1265) Expected "if (...) {\n"; found "if (...){\n"
(#1265) Expected 1 space before ">"; 0 found
(#1265) Expected 1 space after ">"; 0 found
(#1266) Spaces must be used for alignment; tabs are not allowed
(#1266) Tab found within whitespace
(#1266) Line indented incorrectly; expected at least 12 spaces, found 3
(#1266) Expected 1 space before "/"; 0 found
(#1266) Expected 1 space after "/"; 0 found
(#1267) Spaces must be used for alignment; tabs are not allowed
(#1267) Tab found within whitespace
(#1267) Line indented incorrectly; expected at least 12 spaces, found 3
(#1268) Spaces must be used for alignment; tabs are not allowed
(#1268) Tab found within whitespace
(#1268) Line indented incorrectly; expected 8 spaces, found 2
(#1269) Spaces must be used for alignment; tabs are not allowed
(#1269) Tab found within whitespace
(#1269) Line indented incorrectly; expected 4 spaces, found 1
(#1270) Spaces must be used for alignment; tabs are not allowed
(#1270) Tab found within whitespace
(#1270) Line indented incorrectly; expected at least 4 spaces, found 1
(#1272) Commas (,) must be followed by white space.
(#1272) Commas (,) must be followed by white space.
(#1272) Expected 1 space after closing parenthesis; found 0
(#1273) Spaces must be used for alignment; tabs are not allowed
(#1273) Tab found within whitespace
(#1273) Line indented incorrectly; expected at least 4 spaces, found 1
(#1274) Spaces must be used for alignment; tabs are not allowed
(#1274) Tab found within whitespace
(#1274) Line indented incorrectly; expected at least 4 spaces, found 1
(#1274) Expected 1 space before ".="; 0 found
(#1274) Expected 1 space after ".="; 0 found
(#1275) Spaces must be used for alignment; tabs are not allowed
(#1275) Tab found within whitespace
(#1275) Line indented incorrectly; expected at least 4 spaces, found 1
(#1275) Expected 1 space before "="; 0 found
(#1275) Expected 1 space after "="; 0 found
(#1277) Spaces must be used for alignment; tabs are not allowed
(#1277) Tab found within whitespace
(#1277) Line indented incorrectly; expected at least 4 spaces, found 1
(#1277) Expected 1 space before "="; 0 found
(#1277) Expected 1 space after "="; 0 found
(#1277) Commas (,) must be followed by white space.
(#1277) Commas (,) must be followed by white space.
(#1278) Spaces must be used for alignment; tabs are not allowed
(#1278) Tab found within whitespace
(#1278) Line indented incorrectly; expected 4 spaces, found 1
(#1278) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1279) Spaces must be used for alignment; tabs are not allowed
(#1279) Tab found within whitespace
(#1279) Line indented incorrectly; expected at least 8 spaces, found 2
(#1279) Expected 1 space before ".="; 0 found
(#1279) Expected 1 space after ".="; 0 found
(#1280) Spaces must be used for alignment; tabs are not allowed
(#1280) Tab found within whitespace
(#1280) Line indented incorrectly; expected 4 spaces, found 1
(#1281) Spaces must be used for alignment; tabs are not allowed
(#1281) Tab found within whitespace
(#1281) Whitespace found at end of line
(#1282) Spaces must be used for alignment; tabs are not allowed
(#1282) Tab found within whitespace
(#1282) Line indented incorrectly; expected at least 4 spaces, found 1
(#1284) Expected 1 space after closing parenthesis; found 0
(#1285) Spaces must be used for alignment; tabs are not allowed
(#1285) Tab found within whitespace
(#1285) Line indented incorrectly; expected at least 4 spaces, found 3
(#1286) Spaces must be used for alignment; tabs are not allowed
(#1286) Tab found within whitespace
(#1286) Line indented incorrectly; expected at least 4 spaces, found 3
(#1286) Expected 1 space before "="; 0 found
(#1286) Expected 1 space after "="; 0 found
(#1289) Spaces must be used for alignment; tabs are not allowed
(#1289) Tab found within whitespace
(#1289) Line indented incorrectly; expected at least 4 spaces, found 3
(#1289) Commas (,) must be followed by white space.
(#1290) Spaces must be used for alignment; tabs are not allowed
(#1290) Tab found within whitespace
(#1290) Line indented incorrectly; expected 4 spaces, found 5
(#1290) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1291) Spaces must be used for alignment; tabs are not allowed
(#1291) Tab found within whitespace
(#1291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1291) Inline comments must end in full-stops, exclamation marks, or question marks
(#1291) This comment is 67% valid code; is this commented out code?
(#1291) Line indented incorrectly; expected at least 8 spaces, found 6
(#1291) No space found before comment text; expected "// echo $rs->pathnamehash;" but found "//echo $rs->pathnamehash;"
(#1292) Spaces must be used for alignment; tabs are not allowed
(#1292) Tab found within whitespace
(#1292) Line indented incorrectly; expected 8 spaces, found 6
(#1292) Expected "if (...) {\n"; found "if (...)\t{\n"
(#1292) Spaces must be used for alignment; tabs are not allowed
(#1292) Tab found within whitespace
(#1293) Spaces must be used for alignment; tabs are not allowed
(#1293) Tab found within whitespace
(#1293) Line indented incorrectly; expected 12 spaces, found 7
(#1293) Expected "if (...) {\n"; found "if (...){\n"
(#1294) Spaces must be used for alignment; tabs are not allowed
(#1294) Tab found within whitespace
(#1294) Line indented incorrectly; expected at least 16 spaces, found 8
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1294) Commas (,) must be followed by white space.
(#1294) Expected 1 space before "=>"; 0 found
(#1294) Expected 1 space after "=>"; 0 found
(#1295) Spaces must be used for alignment; tabs are not allowed
(#1295) Tab found within whitespace
(#1295) Line indented incorrectly; expected 12 spaces, found 7
(#1296) Spaces must be used for alignment; tabs are not allowed
(#1296) Tab found within whitespace
(#1296) Line indented incorrectly; expected 8 spaces, found 6
(#1297) Spaces must be used for alignment; tabs are not allowed
(#1297) Tab found within whitespace
(#1297) Line indented incorrectly; expected 4 spaces, found 5
(#1299) Spaces must be used for alignment; tabs are not allowed
(#1299) Tab found within whitespace
(#1299) Line indented incorrectly; expected 4 spaces, found 3
(#1299) Expected "if (...) {\n"; found "if (...){\n"
(#1299) Expected 1 space before "="; 0 found
(#1299) Expected 1 space after "="; 0 found
(#1299) Commas (,) must be followed by white space.
(#1299) Expected 1 space before "=>"; 0 found
(#1299) Expected 1 space after "=>"; 0 found
(#1301) Spaces must be used for alignment; tabs are not allowed
(#1301) Tab found within whitespace
(#1301) Line indented incorrectly; expected 8 spaces, found 4
(#1301) Expected "if (...) {\n"; found "if(...) {"
(#1301) Expected 1 space before "=>"; 0 found
(#1301) Expected 1 space after "=>"; 0 found
(#1301) Commas (,) must be followed by white space.
(#1301) Expected 1 space before "=>"; 0 found
(#1301) Expected 1 space after "=>"; 0 found
(#1301) Closing brace must be on a line by itself
(#1302) Spaces must be used for alignment; tabs are not allowed
(#1302) Tab found within whitespace
(#1302) Line indented incorrectly; expected at least 8 spaces, found 4
(#1302) Expected "} else if (...) {\n"; found "}\n\t\t\t\telse if(...) {"
(#1302) Expected "if (...) {\n"; found "if(...) {"
(#1302) Expected 1 space before "=>"; 0 found
(#1302) Expected 1 space after "=>"; 0 found
(#1302) Commas (,) must be followed by white space.
(#1302) Expected 1 space before "=>"; 0 found
(#1302) Expected 1 space after "=>"; 0 found
(#1302) Closing brace must be on a line by itself
(#1303) Spaces must be used for alignment; tabs are not allowed
(#1303) Tab found within whitespace
(#1303) Line indented incorrectly; expected 4 spaces, found 3
(#1304) Spaces must be used for alignment; tabs are not allowed
(#1304) Tab found within whitespace
(#1304) Line indented incorrectly; expected 0 spaces, found 2
(#1304) Closing brace indented incorrectly; expected 0 spaces, found 2
(#1305) Expected 1 space after closing parenthesis; found 0
(#1306) Spaces must be used for alignment; tabs are not allowed
(#1306) Tab found within whitespace
(#1306) Line indented incorrectly; expected at least 4 spaces, found 1
(#1306) Inline control structures are not allowed
(#1306) Expected 1 space before "!="; 0 found
(#1306) Expected 1 space after "!="; 0 found
(#1306) Expected 1 space before "="; 0 found
(#1306) Expected 1 space after "="; 0 found
(#1307) Spaces must be used for alignment; tabs are not allowed
(#1307) Tab found within whitespace
(#1307) Line indented incorrectly; expected at least 4 spaces, found 1
(#1309) Commas (,) must be followed by white space.
(#1309) Expected 1 space after closing parenthesis; found 0
(#1310) Spaces must be used for alignment; tabs are not allowed
(#1310) Tab found within whitespace
(#1310) Line indented incorrectly; expected at least 4 spaces, found 1
(#1310) Inline control structures are not allowed
(#1310) Expected 1 space before "!="; 0 found
(#1310) Expected 1 space after "!="; 0 found
(#1310) Expected 1 space before "="; 0 found
(#1310) Expected 1 space after "="; 0 found
(#1310) Line exceeds 132 characters; contains 164 characters
(#1311) Spaces must be used for alignment; tabs are not allowed
(#1311) Tab found within whitespace
(#1311) Line indented incorrectly; expected at least 4 spaces, found 1
(#1313) Expected 1 space after closing parenthesis; found 0
(#1314) Spaces must be used for alignment; tabs are not allowed
(#1314) Tab found within whitespace
(#1314) Line indented incorrectly; expected at least 4 spaces, found 1
(#1314) Expected 1 space before "="; 0 found
(#1314) Expected 1 space after "="; 0 found
(#1314) Commas (,) must be followed by white space.
(#1315) Spaces must be used for alignment; tabs are not allowed
(#1315) Tab found within whitespace
(#1315) Line indented incorrectly; expected at least 4 spaces, found 1
(#1315) Expected 1 space before "="; 0 found
(#1315) Expected 1 space after "="; 0 found
(#1315) Commas (,) must be followed by white space.
(#1315) Commas (,) must be followed by white space.
(#1316) Spaces must be used for alignment; tabs are not allowed
(#1316) Tab found within whitespace
(#1316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1316) Inline comments must end in full-stops, exclamation marks, or question marks
(#1316) This comment is 67% valid code; is this commented out code?
(#1316) Line indented incorrectly; expected at least 4 spaces, found 1
(#1316) No space found before comment text; expected "// $wert=htmlspecialchars($wert,ENT_COMPAT);" but found "//$wert=htmlspecialchars($wert,ENT_COMPAT);"
(#1317) Spaces must be used for alignment; tabs are not allowed
(#1317) Tab found within whitespace
(#1317) Line indented incorrectly; expected at least 4 spaces, found 1
(#1317) Expected 1 space before "="; 0 found
(#1317) Expected 1 space after "="; 0 found
(#1318) Spaces must be used for alignment; tabs are not allowed
(#1318) Tab found within whitespace
(#1318) Line indented incorrectly; expected at least 4 spaces, found 1
(#1320) Commas (,) must be followed by white space.
(#1320) Commas (,) must be followed by white space.
(#1320) Expected 1 space after closing parenthesis; found 0
(#1321) Spaces must be used for alignment; tabs are not allowed
(#1321) Tab found within whitespace
(#1321) Line indented incorrectly; expected at least 4 spaces, found 1
(#1322) Spaces must be used for alignment; tabs are not allowed
(#1322) Tab found within whitespace
(#1322) Line indented incorrectly; expected at least 4 spaces, found 1
(#1322) Expected 1 space before "="; 0 found
(#1322) Expected 1 space after "="; 0 found
(#1322) Whitespace found at end of line within string
(#1323) Whitespace found at end of line within string
(#1327) Whitespace found at end of line within string
(#1329) Spaces must be used for alignment; tabs are not allowed
(#1329) Tab found within whitespace
(#1329) Line indented incorrectly; expected 4 spaces, found 2
(#1329) Expected "if (...) {\n"; found "if (...){\n"
(#1329) Expected 1 space before ">"; 0 found
(#1329) Expected 1 space after ">"; 0 found
(#1330) Spaces must be used for alignment; tabs are not allowed
(#1330) Tab found within whitespace
(#1330) Line indented incorrectly; expected at least 8 spaces, found 3
(#1330) Expected 1 space before ".="; 0 found
(#1330) Expected 1 space after ".="; 0 found
(#1331) Spaces must be used for alignment; tabs are not allowed
(#1331) Tab found within whitespace
(#1331) Line indented incorrectly; expected 4 spaces, found 2
(#1332) Spaces must be used for alignment; tabs are not allowed
(#1332) Tab found within whitespace
(#1332) This comment is 75% valid code; is this commented out code?
(#1332) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1332) Line indented incorrectly; expected at least 4 spaces, found 2
(#1332) No space found before comment text; expected "// echo $sql;" but found "//echo $sql;"
(#1333) Spaces must be used for alignment; tabs are not allowed
(#1333) Tab found within whitespace
(#1333) Inline comments must end in full-stops, exclamation marks, or question marks
(#1333) Line indented incorrectly; expected at least 4 spaces, found 2
(#1334) Spaces must be used for alignment; tabs are not allowed
(#1334) Tab found within whitespace
(#1334) Line indented incorrectly; expected at least 4 spaces, found 2
(#1334) Inline control structures are not allowed
(#1334) Expected 1 space before "="; 0 found
(#1334) Expected 1 space after "="; 0 found
(#1335) Spaces must be used for alignment; tabs are not allowed
(#1335) Tab found within whitespace
(#1335) Line indented incorrectly; expected at least 4 spaces, found 2
(#1335) Inline control structures are not allowed
(#1337) function name "block_exaport_checkIfUpdate" must be lower-case letters only
(#1337) Expected 1 space after closing parenthesis; found 0
(#1338) Spaces must be used for alignment; tabs are not allowed
(#1338) Tab found within whitespace
(#1338) Whitespace found at end of line
(#1339) Spaces must be used for alignment; tabs are not allowed
(#1339) Tab found within whitespace
(#1339) This comment is 64% valid code; is this commented out code?
(#1339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1339) Line indented incorrectly; expected at least 4 spaces, found 2
(#1339) No space found before comment text; expected "// $conditions = array("username" => $uname,"password" => $pword);" but found "//$conditions = array("username" => $uname,"password" => $pword);"
(#1340) Spaces must be used for alignment; tabs are not allowed
(#1340) Tab found within whitespace
(#1340) Inline comments must end in full-stops, exclamation marks, or question marks
(#1340) This comment is 69% valid code; is this commented out code?
(#1340) Line indented incorrectly; expected at least 4 spaces, found 2
(#1340) No space found before comment text; expected "// if (!$user = $DB->get_record("user", $conditions)){" but found "//if (!$user = $DB->get_record("user", $conditions)){"
(#1341) Spaces must be used for alignment; tabs are not allowed
(#1341) Tab found within whitespace
(#1341) Line indented incorrectly; expected at least 4 spaces, found 2
(#1342) Spaces must be used for alignment; tabs are not allowed
(#1342) Tab found within whitespace
(#1342) Line indented incorrectly; expected at least 4 spaces, found 2
(#1342) Expected 1 space before "="; 0 found
(#1342) Expected 1 space after "="; 0 found
(#1343) Spaces must be used for alignment; tabs are not allowed
(#1343) Tab found within whitespace
(#1343) Line indented incorrectly; expected 4 spaces, found 2
(#1343) Expected "if (...) {\n"; found "if (...){\n"
(#1344) Spaces must be used for alignment; tabs are not allowed
(#1344) Tab found within whitespace
(#1344) Line indented incorrectly; expected 8 spaces, found 3
(#1344) Expected "if (...) {\n"; found "if (...){\n"
(#1344) Commas (,) must be followed by white space.
(#1344) Expected 1 space before "=>"; 0 found
(#1344) Expected 1 space after "=>"; 0 found
(#1345) Spaces must be used for alignment; tabs are not allowed
(#1345) Tab found within whitespace
(#1345) Line indented incorrectly; expected 12 spaces, found 4
(#1345) Expected "if (...) {\n"; found "if (...){\n"
(#1346) Spaces must be used for alignment; tabs are not allowed
(#1346) Tab found within whitespace
(#1346) Line indented incorrectly; expected at least 16 spaces, found 5
(#1346) Inline control structures are not allowed
(#1346) Spaces must be used for alignment; tabs are not allowed
(#1346) Tab found within whitespace
(#1347) Spaces must be used for alignment; tabs are not allowed
(#1347) Tab found within whitespace
(#1347) Line indented incorrectly; expected at least 16 spaces, found 5
(#1347) Inline control structures are not allowed
(#1348) Spaces must be used for alignment; tabs are not allowed
(#1348) Tab found within whitespace
(#1348) Line indented incorrectly; expected 12 spaces, found 4
(#1348) Inline control structures are not allowed
(#1349) Spaces must be used for alignment; tabs are not allowed
(#1349) Tab found within whitespace
(#1349) Line indented incorrectly; expected 8 spaces, found 3
(#1349) Inline control structures are not allowed
(#1350) Spaces must be used for alignment; tabs are not allowed
(#1350) Tab found within whitespace
(#1350) Line indented incorrectly; expected 4 spaces, found 2
(#1350) Inline control structures are not allowed
(#1353) Commas (,) must be followed by white space.
(#1353) Expected 1 space after closing parenthesis; found 0
(#1354) Spaces must be used for alignment; tabs are not allowed
(#1354) Tab found within whitespace
(#1354) Line indented incorrectly; expected at least 4 spaces, found 1
(#1355) Spaces must be used for alignment; tabs are not allowed
(#1355) Tab found within whitespace
(#1355) Whitespace found at end of line
(#1356) Spaces must be used for alignment; tabs are not allowed
(#1356) Tab found within whitespace
(#1356) Line indented incorrectly; expected at least 4 spaces, found 1
(#1356) Variable "rem_ids" must not contain underscores.
(#1356) Expected 1 space before "="; 0 found
(#1356) Expected 1 space after "="; 0 found
(#1357) Spaces must be used for alignment; tabs are not allowed
(#1357) Tab found within whitespace
(#1357) Line indented incorrectly; expected at least 4 spaces, found 1
(#1357) Expected 1 space before "="; 0 found
(#1357) Expected 1 space after "="; 0 found
(#1357) Expected 1 space before "="; 0 found
(#1357) Expected 1 space after "="; 0 found
(#1358) Spaces must be used for alignment; tabs are not allowed
(#1358) Tab found within whitespace
(#1358) Whitespace found at end of line
(#1359) Spaces must be used for alignment; tabs are not allowed
(#1359) Tab found within whitespace
(#1359) Line indented incorrectly; expected 4 spaces, found 1
(#1359) Expected "if (...) {\n"; found "if (...){\n"
(#1359) Expected 1 space before "=>"; 0 found
(#1359) Expected 1 space after "=>"; 0 found
(#1359) Commas (,) must be followed by white space.
(#1359) Expected 1 space before "=>"; 0 found
(#1359) Expected 1 space after "=>"; 0 found
(#1360) Spaces must be used for alignment; tabs are not allowed
(#1360) Tab found within whitespace
(#1360) Line indented incorrectly; expected at least 8 spaces, found 2
(#1360) Expected 1 space before "="; 0 found
(#1360) Expected 1 space after "="; 0 found
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1361) Spaces must be used for alignment; tabs are not allowed
(#1361) Tab found within whitespace
(#1361) Line indented incorrectly; expected at least 8 spaces, found 2
(#1361) Expected 1 space before "="; 0 found
(#1361) Expected 1 space after "="; 0 found
(#1362) Spaces must be used for alignment; tabs are not allowed
(#1362) Tab found within whitespace
(#1362) Line indented incorrectly; expected at least 8 spaces, found 2
(#1363) Spaces must be used for alignment; tabs are not allowed
(#1363) Tab found within whitespace
(#1363) Line indented incorrectly; expected 4 spaces, found 1
(#1364) Spaces must be used for alignment; tabs are not allowed
(#1364) Tab found within whitespace
(#1364) Whitespace found at end of line
(#1365) Spaces must be used for alignment; tabs are not allowed
(#1365) Tab found within whitespace
(#1365) Line indented incorrectly; expected 4 spaces, found 1
(#1365) Expected "if (...) {\n"; found "if (...){\n"
(#1365) Expected 1 space before "=="; 0 found
(#1365) Expected 1 space after "=="; 0 found
(#1366) Spaces must be used for alignment; tabs are not allowed
(#1366) Tab found within whitespace
(#1366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1366) Line indented incorrectly; expected at least 8 spaces, found 2
(#1366) No space found before comment text; expected "// exacomp: timestamp hinterlegen, wann update" but found "//exacomp: timestamp hinterlegen, wann update"
(#1367) Spaces must be used for alignment; tabs are not allowed
(#1367) Tab found within whitespace
(#1367) Line indented incorrectly; expected at least 8 spaces, found 2
(#1367) No space found before comment text; expected "// nur wenn neue daten, dann update" but found "//nur wenn neue daten, dann update"
(#1368) Spaces must be used for alignment; tabs are not allowed
(#1368) Tab found within whitespace
(#1368) Line indented incorrectly; expected at least 8 spaces, found 2
(#1368) No space found before comment text; expected "// zuerst export_cate in array schreiben mit stid#subjid#topid, um abfragen zu sparen" but found "//zuerst export_cate in array schreiben mit stid#subjid#topid, um abfragen zu sparen"
(#1369) Spaces must be used for alignment; tabs are not allowed
(#1369) Tab found within whitespace
(#1369) Line exceeds 132 characters; contains 143 characters
(#1369) Line indented incorrectly; expected at least 8 spaces, found 2
(#1369) No space found before comment text; expected "// dann neue daten durchlaufen, wenn neu dann insert, wenn vorhanden dann title und parentid pr�nd bei bedarf update, f�chen merker machen" but found "//dann neue daten durchlaufen, wenn neu dann insert, wenn vorhanden dann title und parentid pr�nd bei bedarf update, f�chen merker machen"
(#1370) Spaces must be used for alignment; tabs are not allowed
(#1370) Tab found within whitespace
(#1370) Inline comments must end in full-stops, exclamation marks, or question marks
(#1370) This comment is 84% valid code; is this commented out code?
(#1370) Line indented incorrectly; expected at least 8 spaces, found 2
(#1370) No space found before comment text; expected "// echo $userid;die;" but found "//echo $userid;die;"
(#1371) Spaces must be used for alignment; tabs are not allowed
(#1371) Tab found within whitespace
(#1371) Line indented incorrectly; expected 8 spaces, found 2
(#1371) Expected "if (...) {\n"; found "if (...){\n"
(#1371) Expected 1 space before "=>"; 0 found
(#1371) Expected 1 space after "=>"; 0 found
(#1372) Spaces must be used for alignment; tabs are not allowed
(#1372) Tab found within whitespace
(#1372) Whitespace found at end of line
(#1373) Spaces must be used for alignment; tabs are not allowed
(#1373) Tab found within whitespace
(#1373) Line indented incorrectly; expected 12 spaces, found 3
(#1373) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1374) Spaces must be used for alignment; tabs are not allowed
(#1374) Tab found within whitespace
(#1374) Line indented incorrectly; expected at least 16 spaces, found 4
(#1374) Expected 1 space before "="; 0 found
(#1374) Expected 1 space after "="; 0 found
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) Commas (,) must be followed by white space.
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1374) Commas (,) must be followed by white space.
(#1374) Expected 1 space before "=>"; 0 found
(#1374) Expected 1 space after "=>"; 0 found
(#1375) Spaces must be used for alignment; tabs are not allowed
(#1375) Tab found within whitespace
(#1375) Line indented incorrectly; expected 12 spaces, found 3
(#1376) Spaces must be used for alignment; tabs are not allowed
(#1376) Tab found within whitespace
(#1376) Line indented incorrectly; expected 8 spaces, found 2
(#1376) Whitespace found at end of line
(#1377) Spaces must be used for alignment; tabs are not allowed
(#1377) Tab found within whitespace
(#1377) Whitespace found at end of line
(#1378) Spaces must be used for alignment; tabs are not allowed
(#1378) Tab found within whitespace
(#1378) This comment is 72% valid code; is this commented out code?
(#1378) Line indented incorrectly; expected at least 8 spaces, found 2
(#1379) Line indented incorrectly; expected at least 8 spaces, found 2
(#1380) Line indented incorrectly; expected at least 8 spaces, found 2
(#1381) Spaces must be used for alignment; tabs are not allowed
(#1381) Tab found within whitespace
(#1381) Line indented incorrectly; expected 4 spaces, found 1
(#1382) Spaces must be used for alignment; tabs are not allowed
(#1382) Tab found within whitespace
(#1382) Line indented incorrectly; expected at least 4 spaces, found 1
(#1382) Expected 1 space before "="; 0 found
(#1382) Expected 1 space after "="; 0 found
(#1382) Line exceeds maximum limit of 180 characters; contains 761 characters
(#1382) Whitespace found at end of line within string
(#1383) Whitespace found at end of line within string
(#1384) Whitespace found at end of line within string
(#1389) Spaces must be used for alignment; tabs are not allowed
(#1389) Tab found within whitespace
(#1389) Line indented incorrectly; expected at least 4 spaces, found 1
(#1389) Expected 1 space before ".="; 0 found
(#1389) Expected 1 space after ".="; 0 found
(#1389) Line exceeds 132 characters; contains 167 characters
(#1390) Spaces must be used for alignment; tabs are not allowed
(#1390) Tab found within whitespace
(#1390) Line indented incorrectly; expected at least 4 spaces, found 1
(#1390) Expected 1 space before ".="; 0 found
(#1390) Expected 1 space after ".="; 0 found
(#1391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1391) Inline comments must end in full-stops, exclamation marks, or question marks
(#1391) This comment is 84% valid code; is this commented out code?
(#1391) Line indented incorrectly; expected at least 4 spaces, found 0
(#1391) No space found before comment text; expected "// echo $sql;die;" but found "//echo $sql;die;"
(#1392) Spaces must be used for alignment; tabs are not allowed
(#1392) Tab found within whitespace
(#1392) Line indented incorrectly; expected at least 4 spaces, found 1
(#1393) Spaces must be used for alignment; tabs are not allowed
(#1393) Tab found within whitespace
(#1393) Line indented incorrectly; expected at least 4 spaces, found 1
(#1393) Expected 1 space before "="; 0 found
(#1393) Expected 1 space after "="; 0 found
(#1393) Expected 1 space before "="; 0 found
(#1393) Expected 1 space after "="; 0 found
(#1393) Expected 1 space before "="; 0 found
(#1393) Expected 1 space after "="; 0 found
(#1394) Spaces must be used for alignment; tabs are not allowed
(#1394) Tab found within whitespace
(#1394) Line indented incorrectly; expected at least 4 spaces, found 1
(#1394) Variable "beispiel_url" must not contain underscores.
(#1394) Expected 1 space before "="; 0 found
(#1394) Expected 1 space after "="; 0 found
(#1395) Spaces must be used for alignment; tabs are not allowed
(#1395) Tab found within whitespace
(#1395) Line indented incorrectly; expected at least 4 spaces, found 1
(#1395) Expected 1 space before "="; 0 found
(#1395) Expected 1 space after "="; 0 found
(#1396) Spaces must be used for alignment; tabs are not allowed
(#1396) Tab found within whitespace
(#1396) Line indented incorrectly; expected at least 4 spaces, found 1
(#1396) Expected 1 space before "="; 0 found
(#1396) Expected 1 space after "="; 0 found
(#1397) Spaces must be used for alignment; tabs are not allowed
(#1397) Tab found within whitespace
(#1397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1397) Inline comments must end in full-stops, exclamation marks, or question marks
(#1397) This comment is 75% valid code; is this commented out code?
(#1397) Line indented incorrectly; expected at least 4 spaces, found 1
(#1397) No space found before comment text; expected "// if ($isupdate==false){" but found "//if ($isupdate==false){"
(#1398) Spaces must be used for alignment; tabs are not allowed
(#1398) Tab found within whitespace
(#1398) Line indented incorrectly; expected 4 spaces, found 2
(#1398) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1399) Spaces must be used for alignment; tabs are not allowed
(#1399) Tab found within whitespace
(#1399) Line indented incorrectly; expected at least 8 spaces, found 3
(#1399) Variable "parentid_is_old" must not contain underscores.
(#1399) Expected 1 space before "="; 0 found
(#1399) Expected 1 space after "="; 0 found
(#1400) Spaces must be used for alignment; tabs are not allowed
(#1400) Tab found within whitespace
(#1400) Line indented incorrectly; expected 8 spaces, found 3
(#1400) Expected "if (...) {\n"; found "if (...){\n"
(#1400) Expected 1 space before "!="; 0 found
(#1400) Expected 1 space after "!="; 0 found
(#1401) Spaces must be used for alignment; tabs are not allowed
(#1401) Tab found within whitespace
(#1401) Line indented incorrectly; expected at least 12 spaces, found 4
(#1401) Expected 1 space before "="; 0 found
(#1401) Expected 1 space after "="; 0 found
(#1402) Spaces must be used for alignment; tabs are not allowed
(#1402) Tab found within whitespace
(#1402) Line indented incorrectly; expected at least 12 spaces, found 4
(#1402) Expected 1 space before "="; 0 found
(#1402) Expected 1 space after "="; 0 found
(#1403) Spaces must be used for alignment; tabs are not allowed
(#1403) Tab found within whitespace
(#1403) Line indented incorrectly; expected 12 spaces, found 4
(#1403) Expected "if (...) {\n"; found "if (...){\n"
(#1403) Commas (,) must be followed by white space.
(#1404) Spaces must be used for alignment; tabs are not allowed
(#1404) Tab found within whitespace
(#1404) Line indented incorrectly; expected at least 16 spaces, found 5
(#1404) Expected 1 space before "="; 0 found
(#1404) Expected 1 space after "="; 0 found
(#1405) Spaces must be used for alignment; tabs are not allowed
(#1405) Tab found within whitespace
(#1405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1405) Inline comments must end in full-stops, exclamation marks, or question marks
(#1405) This comment is 58% valid code; is this commented out code?
(#1405) Line indented incorrectly; expected at least 16 spaces, found 5
(#1405) No space found before comment text; expected "// echo $rs->stid."--------------".$rs->stdescription."@";" but found "//echo $rs->stid."--------------".$rs->stdescription."@";"
(#1406) Spaces must be used for alignment; tabs are not allowed
(#1406) Tab found within whitespace
(#1406) Line indented incorrectly; expected at least 16 spaces, found 5
(#1406) Expected 1 space before "=>"; 0 found
(#1406) Expected 1 space after "=>"; 0 found
(#1406) Commas (,) must be followed by white space.
(#1406) Expected 1 space before "=>"; 0 found
(#1406) Expected 1 space after "=>"; 0 found
(#1406) Commas (,) must be followed by white space.
(#1406) Expected 1 space before "=>"; 0 found
(#1406) Expected 1 space after "=>"; 0 found
(#1406) Commas (,) must be followed by white space.
(#1406) Expected 1 space before "=>"; 0 found
(#1406) Expected 1 space after "=>"; 0 found
(#1406) Commas (,) must be followed by white space.
(#1406) Expected 1 space before "=>"; 0 found
(#1406) Expected 1 space after "=>"; 0 found
(#1406) Line exceeds 132 characters; contains 161 characters
(#1407) Spaces must be used for alignment; tabs are not allowed
(#1407) Tab found within whitespace
(#1407) Line indented incorrectly; expected 12 spaces, found 4
(#1407) Expected "} else {\n"; found "}else{\n"
(#1408) Spaces must be used for alignment; tabs are not allowed
(#1408) Tab found within whitespace
(#1408) Whitespace found at end of line
(#1409) Spaces must be used for alignment; tabs are not allowed
(#1409) Tab found within whitespace
(#1409) Line indented incorrectly; expected at least 16 spaces, found 5
(#1409) Expected 1 space before "="; 0 found
(#1409) Expected 1 space after "="; 0 found
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1410) Spaces must be used for alignment; tabs are not allowed
(#1410) Tab found within whitespace
(#1410) Line indented incorrectly; expected at least 16 spaces, found 5
(#1410) Expected 1 space before "="; 0 found
(#1410) Expected 1 space after "="; 0 found
(#1411) Spaces must be used for alignment; tabs are not allowed
(#1411) Tab found within whitespace
(#1411) Whitespace found at end of line
(#1412) Spaces must be used for alignment; tabs are not allowed
(#1412) Tab found within whitespace
(#1412) Line indented incorrectly; expected 12 spaces, found 4
(#1413) Spaces must be used for alignment; tabs are not allowed
(#1413) Tab found within whitespace
(#1413) Line indented incorrectly; expected at least 12 spaces, found 4
(#1413) Expected 1 space before "="; 0 found
(#1413) Expected 1 space after "="; 0 found
(#1414) Spaces must be used for alignment; tabs are not allowed
(#1414) Tab found within whitespace
(#1414) Line indented incorrectly; expected at least 12 spaces, found 4
(#1414) Expected 1 space before ".="; 0 found
(#1414) Expected 1 space after ".="; 0 found
(#1415) Spaces must be used for alignment; tabs are not allowed
(#1415) Tab found within whitespace
(#1415) Line indented incorrectly; expected 8 spaces, found 3
(#1416) Spaces must be used for alignment; tabs are not allowed
(#1416) Tab found within whitespace
(#1416) Line indented incorrectly; expected 8 spaces, found 3
(#1416) Expected "if (...) {\n"; found "if (...){ \n"
(#1416) Expected 1 space before "!="; 0 found
(#1416) Expected 1 space after "!="; 0 found
(#1416) Whitespace found at end of line
(#1417) Spaces must be used for alignment; tabs are not allowed
(#1417) Tab found within whitespace
(#1417) Line indented incorrectly; expected at least 12 spaces, found 4
(#1417) Expected 1 space before "="; 0 found
(#1417) Expected 1 space after "="; 0 found
(#1417) Whitespace found at end of line
(#1418) Spaces must be used for alignment; tabs are not allowed
(#1418) Tab found within whitespace
(#1418) Line indented incorrectly; expected at least 12 spaces, found 4
(#1418) Inline control structures are not allowed
(#1418) Expected 1 space before "="; 0 found
(#1418) Expected 1 space after "="; 0 found
(#1419) Spaces must be used for alignment; tabs are not allowed
(#1419) Tab found within whitespace
(#1419) Line indented incorrectly; expected at least 12 spaces, found 4
(#1419) Inline control structures are not allowed
(#1419) Expected 1 space before "="; 0 found
(#1419) Expected 1 space after "="; 0 found
(#1420) Spaces must be used for alignment; tabs are not allowed
(#1420) Tab found within whitespace
(#1420) Line indented incorrectly; expected 12 spaces, found 4
(#1420) Expected "if (...) {\n"; found "if (...){\n"
(#1420) Commas (,) must be followed by white space.
(#1421) Spaces must be used for alignment; tabs are not allowed
(#1421) Tab found within whitespace
(#1421) Line indented incorrectly; expected at least 16 spaces, found 5
(#1421) Expected 1 space before "="; 0 found
(#1421) Expected 1 space after "="; 0 found
(#1422) Spaces must be used for alignment; tabs are not allowed
(#1422) Tab found within whitespace
(#1422) Line indented incorrectly; expected at least 16 spaces, found 5
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Commas (,) must be followed by white space.
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Commas (,) must be followed by white space.
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Commas (,) must be followed by white space.
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Commas (,) must be followed by white space.
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Commas (,) must be followed by white space.
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Commas (,) must be followed by white space.
(#1422) Expected 1 space before "=>"; 0 found
(#1422) Expected 1 space after "=>"; 0 found
(#1422) Line exceeds maximum limit of 180 characters; contains 196 characters
(#1423) Spaces must be used for alignment; tabs are not allowed
(#1423) Tab found within whitespace
(#1423) Line indented incorrectly; expected 12 spaces, found 4
(#1423) Expected "} else {\n"; found "}else{\n"
(#1424) Spaces must be used for alignment; tabs are not allowed
(#1424) Tab found within whitespace
(#1424) Line indented incorrectly; expected at least 16 spaces, found 5
(#1424) Expected 1 space before "="; 0 found
(#1424) Expected 1 space after "="; 0 found
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Line exceeds maximum limit of 180 characters; contains 315 characters
(#1425) Spaces must be used for alignment; tabs are not allowed
(#1425) Tab found within whitespace
(#1425) Line indented incorrectly; expected 12 spaces, found 4
(#1426) Spaces must be used for alignment; tabs are not allowed
(#1426) Tab found within whitespace
(#1426) Line indented incorrectly; expected at least 12 spaces, found 4
(#1426) Expected 1 space before "="; 0 found
(#1426) Expected 1 space after "="; 0 found
(#1427) Spaces must be used for alignment; tabs are not allowed
(#1427) Tab found within whitespace
(#1427) Line indented incorrectly; expected at least 12 spaces, found 4
(#1427) Expected 1 space before ".="; 0 found
(#1427) Expected 1 space after ".="; 0 found
(#1428) Spaces must be used for alignment; tabs are not allowed
(#1428) Tab found within whitespace
(#1428) Line indented incorrectly; expected 8 spaces, found 3
(#1429) Spaces must be used for alignment; tabs are not allowed
(#1429) Tab found within whitespace
(#1429) Line indented incorrectly; expected 8 spaces, found 3
(#1429) Expected "if (...) {\n"; found "if (...){\n"
(#1429) Expected 1 space before "!="; 0 found
(#1429) Expected 1 space after "!="; 0 found
(#1430) Spaces must be used for alignment; tabs are not allowed
(#1430) Tab found within whitespace
(#1430) Line indented incorrectly; expected at least 12 spaces, found 4
(#1430) Expected 1 space before "="; 0 found
(#1430) Expected 1 space after "="; 0 found
(#1431) Spaces must be used for alignment; tabs are not allowed
(#1431) Tab found within whitespace
(#1431) Whitespace found at end of line
(#1432) Spaces must be used for alignment; tabs are not allowed
(#1432) Tab found within whitespace
(#1432) Line indented incorrectly; expected at least 12 spaces, found 4
(#1432) Inline control structures are not allowed
(#1432) Expected 1 space before "="; 0 found
(#1432) Expected 1 space after "="; 0 found
(#1433) Spaces must be used for alignment; tabs are not allowed
(#1433) Tab found within whitespace
(#1433) Line indented incorrectly; expected at least 12 spaces, found 4
(#1433) Inline control structures are not allowed
(#1433) Expected 1 space before "="; 0 found
(#1433) Expected 1 space after "="; 0 found
(#1434) Spaces must be used for alignment; tabs are not allowed
(#1434) Tab found within whitespace
(#1434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1434) Inline comments must end in full-stops, exclamation marks, or question marks
(#1434) This comment is 82% valid code; is this commented out code?
(#1434) Line indented incorrectly; expected at least 12 spaces, found 4
(#1434) No space found before comment text; expected "// echo $keytop;print_r($catold);die;" but found "//echo $keytop;print_r($catold);die;"
(#1435) Spaces must be used for alignment; tabs are not allowed
(#1435) Tab found within whitespace
(#1435) Line indented incorrectly; expected 12 spaces, found 4
(#1435) Expected "if (...) {\n"; found "if (...){\n"
(#1435) Commas (,) must be followed by white space.
(#1436) Spaces must be used for alignment; tabs are not allowed
(#1436) Tab found within whitespace
(#1436) Line indented incorrectly; expected at least 16 spaces, found 5
(#1436) Expected 1 space before "="; 0 found
(#1436) Expected 1 space after "="; 0 found
(#1437) Spaces must be used for alignment; tabs are not allowed
(#1437) Tab found within whitespace
(#1437) Line indented incorrectly; expected at least 16 spaces, found 5
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Commas (,) must be followed by white space.
(#1437) Expected 1 space before "=>"; 0 found
(#1437) Expected 1 space after "=>"; 0 found
(#1437) Line exceeds maximum limit of 180 characters; contains 218 characters
(#1438) Spaces must be used for alignment; tabs are not allowed
(#1438) Tab found within whitespace
(#1438) Line indented incorrectly; expected 12 spaces, found 4
(#1438) Expected "} else {\n"; found "}else{\n"
(#1439) Spaces must be used for alignment; tabs are not allowed
(#1439) Tab found within whitespace
(#1439) Line indented incorrectly; expected at least 16 spaces, found 5
(#1439) Expected 1 space before "="; 0 found
(#1439) Expected 1 space after "="; 0 found
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Commas (,) must be followed by white space.
(#1439) Expected 1 space before "=>"; 0 found
(#1439) Expected 1 space after "=>"; 0 found
(#1439) Line exceeds maximum limit of 180 characters; contains 324 characters
(#1440) Spaces must be used for alignment; tabs are not allowed
(#1440) Tab found within whitespace
(#1440) Line indented incorrectly; expected 12 spaces, found 4
(#1441) Spaces must be used for alignment; tabs are not allowed
(#1441) Tab found within whitespace
(#1441) Line indented incorrectly; expected at least 12 spaces, found 4
(#1441) Expected 1 space before "="; 0 found
(#1441) Expected 1 space after "="; 0 found
(#1442) Spaces must be used for alignment; tabs are not allowed
(#1442) Tab found within whitespace
(#1442) Line indented incorrectly; expected at least 12 spaces, found 4
(#1442) Expected 1 space before ".="; 0 found
(#1442) Expected 1 space after ".="; 0 found
(#1443) Spaces must be used for alignment; tabs are not allowed
(#1443) Tab found within whitespace
(#1443) Line indented incorrectly; expected 8 spaces, found 3
(#1444) Spaces must be used for alignment; tabs are not allowed
(#1444) Tab found within whitespace
(#1444) Line indented incorrectly; expected at least 8 spaces, found 3
(#1444) Variable "beispiel_url" must not contain underscores.
(#1444) Expected 1 space before "="; 0 found
(#1444) Expected 1 space after "="; 0 found
(#1445) Spaces must be used for alignment; tabs are not allowed
(#1445) Tab found within whitespace
(#1445) Line indented incorrectly; expected at least 8 spaces, found 3
(#1445) Inline control structures are not allowed
(#1445) Expected 1 space before "!="; 0 found
(#1445) Expected 1 space after "!="; 0 found
(#1445) Variable "beispiel_url" must not contain underscores.
(#1445) Expected 1 space before "="; 0 found
(#1445) Expected 1 space after "="; 0 found
(#1446) Spaces must be used for alignment; tabs are not allowed
(#1446) Tab found within whitespace
(#1446) Line indented incorrectly; expected at least 8 spaces, found 3
(#1446) Inline control structures are not allowed
(#1446) Expected 1 space before "!="; 0 found
(#1446) Expected 1 space after "!="; 0 found
(#1446) Variable "beispiel_url" must not contain underscores.
(#1446) Expected 1 space before "="; 0 found
(#1446) Expected 1 space after "="; 0 found
(#1447) Spaces must be used for alignment; tabs are not allowed
(#1447) Tab found within whitespace
(#1447) Line indented incorrectly; expected at least 8 spaces, found 3
(#1447) Inline control structures are not allowed
(#1447) Expected 1 space before "!="; 0 found
(#1447) Expected 1 space after "!="; 0 found
(#1447) Variable "beispiel_url" must not contain underscores.
(#1447) Expected 1 space before "="; 0 found
(#1447) Expected 1 space after "="; 0 found
(#1448) Spaces must be used for alignment; tabs are not allowed
(#1448) Tab found within whitespace
(#1448) Whitespace found at end of line
(#1449) Spaces must be used for alignment; tabs are not allowed
(#1449) Tab found within whitespace
(#1449) Line indented incorrectly; expected at least 8 spaces, found 3
(#1449) Inline control structures are not allowed
(#1449) Expected 1 space before "="; 0 found
(#1449) Expected 1 space after "="; 0 found
(#1450) Spaces must be used for alignment; tabs are not allowed
(#1450) Tab found within whitespace
(#1450) Line indented incorrectly; expected at least 8 spaces, found 3
(#1450) Inline control structures are not allowed
(#1450) Expected 1 space before "="; 0 found
(#1450) Expected 1 space after "="; 0 found
(#1451) Spaces must be used for alignment; tabs are not allowed
(#1451) Tab found within whitespace
(#1451) Line indented incorrectly; expected at least 8 spaces, found 3
(#1451) Expected 1 space before "="; 0 found
(#1451) Expected 1 space after "="; 0 found
(#1452) Spaces must be used for alignment; tabs are not allowed
(#1452) Tab found within whitespace
(#1452) Whitespace found at end of line
(#1453) Spaces must be used for alignment; tabs are not allowed
(#1453) Tab found within whitespace
(#1453) Line indented incorrectly; expected at least 8 spaces, found 3
(#1453) Expected 1 space before "="; 0 found
(#1453) Expected 1 space after "="; 0 found
(#1454) Spaces must be used for alignment; tabs are not allowed
(#1454) Tab found within whitespace
(#1454) Line indented incorrectly; expected 8 spaces, found 3
(#1454) Expected "if (...) {\n"; found "if (...){\n"
(#1454) Expected 1 space before ">"; 0 found
(#1454) Expected 1 space after ">"; 0 found
(#1455) Spaces must be used for alignment; tabs are not allowed
(#1455) Tab found within whitespace
(#1455) Line indented incorrectly; expected 12 spaces, found 5
(#1455) Expected "if (...) {\n"; found "if (...){\n"
(#1455) Variable "rem_ids" must not contain underscores.
(#1456) Spaces must be used for alignment; tabs are not allowed
(#1456) Tab found within whitespace
(#1456) Line indented incorrectly; expected at least 16 spaces, found 6
(#1456) Expected 1 space before "="; 0 found
(#1456) Expected 1 space after "="; 0 found
(#1456) Variable "rem_ids" must not contain underscores.
(#1457) Spaces must be used for alignment; tabs are not allowed
(#1457) Tab found within whitespace
(#1457) Line indented incorrectly; expected 12 spaces, found 5
(#1457) Expected "} else {\n"; found "}else{\n"
(#1458) Spaces must be used for alignment; tabs are not allowed
(#1458) Tab found within whitespace
(#1458) Line indented incorrectly; expected at least 16 spaces, found 6
(#1458) Variable "parentid_is_old" must not contain underscores.
(#1458) Expected 1 space before "="; 0 found
(#1458) Expected 1 space after "="; 0 found
(#1459) Spaces must be used for alignment; tabs are not allowed
(#1459) Tab found within whitespace
(#1459) Line indented incorrectly; expected 12 spaces, found 5
(#1460) Spaces must be used for alignment; tabs are not allowed
(#1460) Tab found within whitespace
(#1460) Line indented incorrectly; expected 8 spaces, found 3
(#1461) Spaces must be used for alignment; tabs are not allowed
(#1461) Tab found within whitespace
(#1461) Whitespace found at end of line
(#1462) Spaces must be used for alignment; tabs are not allowed
(#1462) Tab found within whitespace
(#1462) Line indented incorrectly; expected 8 spaces, found 3
(#1462) Expected "if (...) {\n"; found "if (...){\n"
(#1462) Expected 1 space before "=="; 0 found
(#1462) Expected 1 space after "=="; 0 found
(#1463) Spaces must be used for alignment; tabs are not allowed
(#1463) Tab found within whitespace
(#1463) Line indented incorrectly; expected 12 spaces, found 4
(#1463) Expected "if (...) {\n"; found "if(...){\n"
(#1463) Expected 1 space before "=="; 0 found
(#1463) Expected 1 space after "=="; 0 found
(#1464) Spaces must be used for alignment; tabs are not allowed
(#1464) Tab found within whitespace
(#1464) Line indented incorrectly; expected at least 16 spaces, found 6
(#1464) Expected 1 space before "="; 0 found
(#1464) Expected 1 space after "="; 0 found
(#1464) Line exceeds 132 characters; contains 157 characters
(#1464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1464) No space found before comment text; expected "// if example created from teacher in moodle, there is no sourceid. because sourceid is from komet xml tool exacomp_data.xml" but found "//if example created from teacher in moodle, there is no sourceid. because sourceid is from komet xml tool exacomp_data.xml"
(#1465) Spaces must be used for alignment; tabs are not allowed
(#1465) Tab found within whitespace
(#1465) Inline comments must end in full-stops, exclamation marks, or question marks
(#1465) This comment is 67% valid code; is this commented out code?
(#1465) Line indented incorrectly; expected at least 16 spaces, found 6
(#1465) No space found before comment text; expected "// $example_url=$rs->solution;" but found "//$example_url=$rs->solution;"
(#1466) Spaces must be used for alignment; tabs are not allowed
(#1466) Tab found within whitespace
(#1466) Line indented incorrectly; expected at least 16 spaces, found 6
(#1466) Variable "example_url" must not contain underscores.
(#1466) Expected 1 space before "="; 0 found
(#1466) Expected 1 space after "="; 0 found
(#1467) Spaces must be used for alignment; tabs are not allowed
(#1467) Tab found within whitespace
(#1467) Line indented incorrectly; expected 12 spaces, found 4
(#1467) Expected "} else {\n"; found "}else{\n"
(#1468) Spaces must be used for alignment; tabs are not allowed
(#1468) Tab found within whitespace
(#1468) Line indented incorrectly; expected at least 16 spaces, found 6
(#1468) Expected 1 space before "="; 0 found
(#1468) Expected 1 space after "="; 0 found
(#1469) Spaces must be used for alignment; tabs are not allowed
(#1469) Tab found within whitespace
(#1469) Line indented incorrectly; expected at least 16 spaces, found 6
(#1469) Variable "example_url" must not contain underscores.
(#1469) Expected 1 space before "="; 0 found
(#1469) Expected 1 space after "="; 0 found
(#1470) Spaces must be used for alignment; tabs are not allowed
(#1470) Tab found within whitespace
(#1470) Line indented incorrectly; expected 12 spaces, found 4
(#1471) Spaces must be used for alignment; tabs are not allowed
(#1471) Tab found within whitespace
(#1471) Line indented incorrectly; expected 12 spaces, found 4
(#1471) Expected "if (...) {\n"; found "if (...){ //kategoryId mitnehmen, weil ein item kopiert und auf verschiedene kategorien zugeordnet werden kann. beim update soll dann nur das jeweilige item aktualisiert werden, sonst ist categorie falsch\n"
(#1471) Commas (,) must be followed by white space.
(#1471) Expected 1 space before "=>"; 0 found
(#1471) Expected 1 space after "=>"; 0 found
(#1471) Commas (,) must be followed by white space.
(#1471) Expected 1 space before "=>"; 0 found
(#1471) Expected 1 space after "=>"; 0 found
(#1471) Commas (,) must be followed by white space.
(#1471) Expected 1 space before "=>"; 0 found
(#1471) Expected 1 space after "=>"; 0 found
(#1471) Commas (,) must be followed by white space.
(#1471) Expected 1 space before "=>"; 0 found
(#1471) Expected 1 space after "=>"; 0 found
(#1471) Commas (,) must be followed by white space.
(#1471) Expected 1 space before "=>"; 0 found
(#1471) Expected 1 space after "=>"; 0 found
(#1471) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1471) Inline comments must end in full-stops, exclamation marks, or question marks
(#1471) No space found before comment text; expected "// kategoryId mitnehmen, weil ein item kopiert und auf verschiedene kategorien zugeordnet werden kann. beim update soll dann nur das jeweilige item aktualisiert werden, sonst ist categorie falsch" but found "//kategoryId mitnehmen, weil ein item kopiert und auf verschiedene kategorien zugeordnet werden kann. beim update soll dann nur das jeweilige item aktualisiert werden, sonst ist categorie falsch"
(#1472) Spaces must be used for alignment; tabs are not allowed
(#1472) Tab found within whitespace
(#1472) Line indented incorrectly; expected at least 16 spaces, found 5
(#1472) Expected 1 space before "="; 0 found
(#1472) Expected 1 space after "="; 0 found
(#1473) Spaces must be used for alignment; tabs are not allowed
(#1473) Tab found within whitespace
(#1473) Line indented incorrectly; expected 16 spaces, found 5
(#1473) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1474) Spaces must be used for alignment; tabs are not allowed
(#1474) Tab found within whitespace
(#1474) Line indented incorrectly; expected at least 20 spaces, found 6
(#1474) Expected 1 space before ".="; 0 found
(#1474) Expected 1 space after ".="; 0 found
(#1475) Spaces must be used for alignment; tabs are not allowed
(#1475) Tab found within whitespace
(#1475) Line indented incorrectly; expected at least 20 spaces, found 6
(#1475) Variable "rem_ids" must not contain underscores.
(#1475) Expected 1 space before "="; 0 found
(#1475) Expected 1 space after "="; 0 found
(#1475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1475) Inline comments must end in full-stops, exclamation marks, or question marks
(#1475) No space found before comment text; expected "// remark relation for parentids later" but found "//remark relation for parentids later"
(#1476) Spaces must be used for alignment; tabs are not allowed
(#1476) Tab found within whitespace
(#1476) Line indented incorrectly; expected at least 20 spaces, found 6
(#1476) Expected 1 space before "="; 0 found
(#1476) Expected 1 space after "="; 0 found
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Variable "beispiel_url" must not contain underscores.
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Variable "example_url" must not contain underscores.
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Line exceeds maximum limit of 180 characters; contains 360 characters
(#1477) Spaces must be used for alignment; tabs are not allowed
(#1477) Tab found within whitespace
(#1477) Line indented incorrectly; expected at least 20 spaces, found 6
(#1478) Spaces must be used for alignment; tabs are not allowed
(#1478) Tab found within whitespace
(#1478) Line indented incorrectly; expected at least 20 spaces, found 6
(#1478) Inline control structures are not allowed
(#1478) Variable "parentid_is_old" must not contain underscores.
(#1478) Variable "rem_ids" must not contain underscores.
(#1478) Expected 1 space before "="; 0 found
(#1478) Expected 1 space after "="; 0 found
(#1478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1478) Inline comments must end in full-stops, exclamation marks, or question marks
(#1478) No space found before comment text; expected "// save old parentid from new id" but found "//save old parentid from new id"
(#1479) Spaces must be used for alignment; tabs are not allowed
(#1479) Tab found within whitespace
(#1479) Line indented incorrectly; expected 16 spaces, found 5
(#1480) Spaces must be used for alignment; tabs are not allowed
(#1480) Tab found within whitespace
(#1480) Line indented incorrectly; expected 12 spaces, found 4
(#1481) Spaces must be used for alignment; tabs are not allowed
(#1481) Tab found within whitespace
(#1481) Line indented incorrectly; expected 8 spaces, found 3
(#1482) Spaces must be used for alignment; tabs are not allowed
(#1482) Tab found within whitespace
(#1482) Line indented incorrectly; expected 8 spaces, found 3
(#1482) Expected 1 space before "=="; 0 found
(#1482) Expected 1 space after "=="; 0 found
(#1483) Spaces must be used for alignment; tabs are not allowed
(#1483) Tab found within whitespace
(#1483) Line indented incorrectly; expected 12 spaces, found 4
(#1483) Expected "if (...) {\n"; found "if(...){\n"
(#1484) Spaces must be used for alignment; tabs are not allowed
(#1484) Tab found within whitespace
(#1484) Line indented incorrectly; expected 16 spaces, found 5
(#1484) Expected "if (...) {\n"; found "if(...) {\n"
(#1484) Expected 1 space before "=="; 0 found
(#1484) Expected 1 space after "=="; 0 found
(#1485) Spaces must be used for alignment; tabs are not allowed
(#1485) Tab found within whitespace
(#1485) Line indented incorrectly; expected at least 20 spaces, found 6
(#1485) Expected 1 space before "="; 0 found
(#1485) Expected 1 space after "="; 0 found
(#1485) Line exceeds 132 characters; contains 157 characters
(#1485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1485) No space found before comment text; expected "// if example created from teacher in moodle, there is no sourceid. because sourceid is from komet xml tool exacomp_data.xml" but found "//if example created from teacher in moodle, there is no sourceid. because sourceid is from komet xml tool exacomp_data.xml"
(#1486) Spaces must be used for alignment; tabs are not allowed
(#1486) Tab found within whitespace
(#1486) Inline comments must end in full-stops, exclamation marks, or question marks
(#1486) This comment is 67% valid code; is this commented out code?
(#1486) Line indented incorrectly; expected at least 20 spaces, found 6
(#1486) No space found before comment text; expected "// $example_url=$rs->solution;" but found "//$example_url=$rs->solution;"
(#1487) Spaces must be used for alignment; tabs are not allowed
(#1487) Tab found within whitespace
(#1487) Line indented incorrectly; expected at least 20 spaces, found 6
(#1487) Variable "example_url" must not contain underscores.
(#1487) Expected 1 space before "="; 0 found
(#1487) Expected 1 space after "="; 0 found
(#1488) Spaces must be used for alignment; tabs are not allowed
(#1488) Tab found within whitespace
(#1488) Line indented incorrectly; expected 16 spaces, found 5
(#1489) Spaces must be used for alignment; tabs are not allowed
(#1489) Tab found within whitespace
(#1489) Line indented incorrectly; expected 16 spaces, found 5
(#1489) Expected "} else {\n"; found "}\n\t\t\t\t\telse {\n"
(#1490) Spaces must be used for alignment; tabs are not allowed
(#1490) Tab found within whitespace
(#1490) Line indented incorrectly; expected at least 20 spaces, found 6
(#1490) Expected 1 space before "="; 0 found
(#1490) Expected 1 space after "="; 0 found
(#1491) Spaces must be used for alignment; tabs are not allowed
(#1491) Tab found within whitespace
(#1491) Line indented incorrectly; expected at least 20 spaces, found 6
(#1491) Variable "example_url" must not contain underscores.
(#1491) Expected 1 space before "="; 0 found
(#1491) Expected 1 space after "="; 0 found
(#1492) Spaces must be used for alignment; tabs are not allowed
(#1492) Tab found within whitespace
(#1492) Line indented incorrectly; expected 16 spaces, found 5
(#1493) Spaces must be used for alignment; tabs are not allowed
(#1493) Tab found within whitespace
(#1493) Line indented incorrectly; expected at least 16 spaces, found 5
(#1493) Expected 1 space before "="; 0 found
(#1493) Expected 1 space after "="; 0 found
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Variable "beispiel_url" must not contain underscores.
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Variable "example_url" must not contain underscores.
(#1493) Commas (,) must be followed by white space.
(#1493) Expected 1 space before "=>"; 0 found
(#1493) Expected 1 space after "=>"; 0 found
(#1493) Line exceeds maximum limit of 180 characters; contains 439 characters
(#1494) Spaces must be used for alignment; tabs are not allowed
(#1494) Tab found within whitespace
(#1494) Line indented incorrectly; expected at least 16 spaces, found 5
(#1494) Expected 1 space before ".="; 0 found
(#1494) Expected 1 space after ".="; 0 found
(#1495) Spaces must be used for alignment; tabs are not allowed
(#1495) Tab found within whitespace
(#1495) Line indented incorrectly; expected at least 16 spaces, found 5
(#1495) Variable "rem_ids" must not contain underscores.
(#1495) Expected 1 space before "="; 0 found
(#1495) Expected 1 space after "="; 0 found
(#1495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1495) Inline comments must end in full-stops, exclamation marks, or question marks
(#1495) No space found before comment text; expected "// remark relation for parentids later" but found "//remark relation for parentids later"
(#1496) Spaces must be used for alignment; tabs are not allowed
(#1496) Tab found within whitespace
(#1496) Line indented incorrectly; expected at least 16 spaces, found 5
(#1496) Inline control structures are not allowed
(#1496) Variable "parentid_is_old" must not contain underscores.
(#1496) Variable "rem_ids" must not contain underscores.
(#1496) Expected 1 space before "="; 0 found
(#1496) Expected 1 space after "="; 0 found
(#1497) Spaces must be used for alignment; tabs are not allowed
(#1497) Tab found within whitespace
(#1497) Line indented incorrectly; expected 12 spaces, found 4
(#1498) Spaces must be used for alignment; tabs are not allowed
(#1498) Tab found within whitespace
(#1498) Line indented incorrectly; expected 8 spaces, found 3
(#1499) Spaces must be used for alignment; tabs are not allowed
(#1499) Tab found within whitespace
(#1499) Line indented incorrectly; expected 4 spaces, found 2
(#1500) Spaces must be used for alignment; tabs are not allowed
(#1500) Tab found within whitespace
(#1500) Whitespace found at end of line
(#1501) Spaces must be used for alignment; tabs are not allowed
(#1501) Tab found within whitespace
(#1501) Line indented incorrectly; expected at least 4 spaces, found 2
(#1501) Expected 1 space before "="; 0 found
(#1501) Expected 1 space after "="; 0 found
(#1501) Line exceeds 132 characters; contains 150 characters
(#1502) Spaces must be used for alignment; tabs are not allowed
(#1502) Tab found within whitespace
(#1502) Line indented incorrectly; expected at least 4 spaces, found 2
(#1503) Spaces must be used for alignment; tabs are not allowed
(#1503) Tab found within whitespace
(#1503) Whitespace found at end of line
(#1504) Spaces must be used for alignment; tabs are not allowed
(#1504) Tab found within whitespace
(#1504) Line indented incorrectly; expected at least 4 spaces, found 2
(#1504) Expected 1 space before "="; 0 found
(#1504) Expected 1 space after "="; 0 found
(#1505) Spaces must be used for alignment; tabs are not allowed
(#1505) Tab found within whitespace
(#1505) Line indented incorrectly; expected at least 4 spaces, found 2
(#1506) Spaces must be used for alignment; tabs are not allowed
(#1506) Tab found within whitespace
(#1506) Line indented incorrectly; expected 4 spaces, found 2
(#1506) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1507) Spaces must be used for alignment; tabs are not allowed
(#1507) Tab found within whitespace
(#1507) Line indented incorrectly; expected 8 spaces, found 3
(#1507) Expected "if (...) {\n"; found "if (...){\n"
(#1507) Expected 1 space before "=>"; 0 found
(#1507) Expected 1 space after "=>"; 0 found
(#1508) Spaces must be used for alignment; tabs are not allowed
(#1508) Tab found within whitespace
(#1508) Line indented incorrectly; expected at least 12 spaces, found 4
(#1508) Commas (,) must be followed by white space.
(#1508) Expected 1 space before "=>"; 0 found
(#1508) Expected 1 space after "=>"; 0 found
(#1509) Spaces must be used for alignment; tabs are not allowed
(#1509) Tab found within whitespace
(#1509) Line indented incorrectly; expected 8 spaces, found 3
(#1510) Spaces must be used for alignment; tabs are not allowed
(#1510) Tab found within whitespace
(#1510) Line indented incorrectly; expected 4 spaces, found 2
(#1511) Spaces must be used for alignment; tabs are not allowed
(#1511) Tab found within whitespace
(#1511) Whitespace found at end of line
(#1512) Spaces must be used for alignment; tabs are not allowed
(#1512) Tab found within whitespace
(#1512) Line indented incorrectly; expected at least 4 spaces, found 2
(#1512) Expected 1 space before "="; 0 found
(#1512) Expected 1 space after "="; 0 found
(#1513) Spaces must be used for alignment; tabs are not allowed
(#1513) Tab found within whitespace
(#1513) Line indented incorrectly; expected at least 4 spaces, found 2
(#1514) Spaces must be used for alignment; tabs are not allowed
(#1514) Tab found within whitespace
(#1514) Line indented incorrectly; expected at least 4 spaces, found 3
(#1514) Commas (,) must be followed by white space.
(#1514) Variable "rem_ids" must not contain underscores.
(#1516) Spaces must be used for alignment; tabs are not allowed
(#1516) Tab found within whitespace
(#1516) This comment is 79% valid code; is this commented out code?
(#1516) Line indented incorrectly; expected at least 4 spaces, found 1
(#1517) Line indented incorrectly; expected at least 4 spaces, found 2
(#1518) Line indented incorrectly; expected at least 4 spaces, found 3
(#1519) Line indented incorrectly; expected at least 4 spaces, found 3
(#1520) Line indented incorrectly; expected at least 4 spaces, found 3
(#1521) Line indented incorrectly; expected at least 4 spaces, found 3
(#1529) Line indented incorrectly; expected at least 4 spaces, found 3
(#1530) Line indented incorrectly; expected at least 4 spaces, found 3
(#1531) Line indented incorrectly; expected at least 4 spaces, found 3
(#1532) Whitespace found at end of line
(#1533) Line indented incorrectly; expected at least 4 spaces, found 3
(#1534) Line indented incorrectly; expected at least 4 spaces, found 3
(#1535) Line indented incorrectly; expected at least 4 spaces, found 2
(#1536) Line indented incorrectly; expected at least 4 spaces, found 1
(#1539) Commas (,) must be followed by white space.
(#1539) Variable "rem_ids" must not contain underscores.
(#1539) Expected 1 space after closing parenthesis; found 0
(#1540) Spaces must be used for alignment; tabs are not allowed
(#1540) Tab found within whitespace
(#1540) Line indented incorrectly; expected at least 4 spaces, found 2
(#1541) Spaces must be used for alignment; tabs are not allowed
(#1541) Tab found within whitespace
(#1541) This comment is 70% valid code; is this commented out code?
(#1541) Line indented incorrectly; expected at least 4 spaces, found 2
(#1542) Line indented incorrectly; expected at least 4 spaces, found 2
(#1544) Spaces must be used for alignment; tabs are not allowed
(#1544) Tab found within whitespace
(#1544) Line indented incorrectly; expected 4 spaces, found 2
(#1544) Expected "if (...) {\n"; found "if (...){\n"
(#1544) Variable "rem_ids" must not contain underscores.
(#1545) Spaces must be used for alignment; tabs are not allowed
(#1545) Tab found within whitespace
(#1545) Line indented incorrectly; expected 8 spaces, found 3
(#1545) Expected 1 space before "=>"; 0 found
(#1545) Expected 1 space after "=>"; 0 found
(#1545) Variable "rem_ids" must not contain underscores.
(#1545) Expected 1 space before "=>"; 0 found
(#1545) Expected 1 space after "=>"; 0 found
(#1546) Spaces must be used for alignment; tabs are not allowed
(#1546) Tab found within whitespace
(#1546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1546) Inline comments must end in full-stops, exclamation marks, or question marks
(#1546) This comment is 70% valid code; is this commented out code?
(#1546) Line indented incorrectly; expected at least 12 spaces, found 4
(#1546) No space found before comment text; expected "// echo "UPDATE mdl_".$utable." SET parentid=".$rem_ids[0][$v]." WHERE id=".$newid;" but found "//echo "UPDATE mdl_".$utable." SET parentid=".$rem_ids[0][$v]." WHERE id=".$newid;"
(#1547) Spaces must be used for alignment; tabs are not allowed
(#1547) Tab found within whitespace
(#1547) Line indented incorrectly; expected at least 12 spaces, found 6
(#1547) Expected 1 space before "=>"; 0 found
(#1547) Expected 1 space after "=>"; 0 found
(#1547) Commas (,) must be followed by white space.
(#1547) Expected 1 space before "=>"; 0 found
(#1547) Expected 1 space after "=>"; 0 found
(#1547) Variable "rem_ids" must not contain underscores.
(#1548) Spaces must be used for alignment; tabs are not allowed
(#1548) Tab found within whitespace
(#1548) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1548) Inline comments must end in full-stops, exclamation marks, or question marks
(#1548) This comment is 75% valid code; is this commented out code?
(#1548) Line indented incorrectly; expected at least 12 spaces, found 6
(#1548) No space found before comment text; expected "// echo "bei datensatz ".$newid." wird parentid=".$rem_ids[0][$v];" but found "//echo "bei datensatz ".$newid." wird parentid=".$rem_ids[0][$v];"
(#1549) Spaces must be used for alignment; tabs are not allowed
(#1549) Tab found within whitespace
(#1549) Line indented incorrectly; expected 8 spaces, found 3
(#1549) Spaces must be used for alignment; tabs are not allowed
(#1549) Tab found within whitespace
(#1549) Whitespace found at end of line
(#1550) Spaces must be used for alignment; tabs are not allowed
(#1550) Tab found within whitespace
(#1550) Line indented incorrectly; expected 4 spaces, found 2
(#1553) Commas (,) must be followed by white space.
(#1553) Expected 1 space after closing parenthesis; found 0
(#1554) Spaces must be used for alignment; tabs are not allowed
(#1554) Tab found within whitespace
(#1554) Line indented incorrectly; expected at least 4 spaces, found 1
(#1555) Spaces must be used for alignment; tabs are not allowed
(#1555) Tab found within whitespace
(#1555) Line indented incorrectly; expected at least 4 spaces, found 1
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1556) Spaces must be used for alignment; tabs are not allowed
(#1556) Tab found within whitespace
(#1556) Line indented incorrectly; expected at least 4 spaces, found 1
(#1556) Inline control structures are not allowed
(#1556) Commas (,) must be followed by white space.
(#1556) Commas (,) must be followed by white space.
(#1557) Spaces must be used for alignment; tabs are not allowed
(#1557) Tab found within whitespace
(#1557) Line indented incorrectly; expected at least 4 spaces, found 1
(#1557) Inline control structures are not allowed
(#1559) Line indented incorrectly; expected 4 spaces, found 1
(#1559) A closing tag is not permitted at the end of a PHP file
blocks/exaport/epop_viewfile.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) Line 2 of the opening comment must start "//".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "require_once" must be immediately followed by an open parenthesis
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#3) "require_once" must be immediately followed by an open parenthesis
(#4) "require_once" must be immediately followed by an open parenthesis
(#5) Commas (,) must be followed by white space.
(#5) Commas (,) must be followed by white space.
(#5) Commas (,) must be followed by white space.
(#6) Whitespace found at end of line
(#8) Expected 1 space before "="; 0 found
(#8) Expected 1 space after "="; 0 found
(#10) This comment is 75% valid code; is this commented out code?
(#10) No space found before comment text; expected "// echo $url;" but found "//echo $url;"
(#11) This comment is 52% valid code; is this commented out code?
(#23) Whitespace found at end of line
(#25) Whitespace found at end of line
(#26) Whitespace found at end of line
(#27) Whitespace found at end of line
(#31) Line exceeds 132 characters; contains 157 characters
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) A closing tag is not permitted at the end of a PHP file
blocks/exaport/epopal.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) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "require_once" must be immediately followed by an open parenthesis
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Expected 1 space before "="; 0 found
(#4) Expected 1 space after "="; 0 found
(#4) Commas (,) must be followed by white space.
(#4) Commas (,) must be followed by white space.
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) No space found before comment text; expected "// sicherheit, nur interne links" but found "//sicherheit, nur interne links"
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) No space found before comment text; expected "// echo $url;die;" but found "//echo $url;die;"
(#6) Expected "if (...) {\n"; found "if (...){\n"
(#6) Expected 1 space before "!="; 0 found
(#6) Expected 1 space after "!="; 0 found
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) This comment is 72% valid code; is this commented out code?
(#7) Line indented incorrectly; expected at least 4 spaces, found 1
(#7) No space found before comment text; expected "// redirect(get_login_url());" but found "//redirect(get_login_url());"
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Line indented incorrectly; expected at least 4 spaces, found 1
(#8) Expected 1 space before "="; 0 found
(#8) Expected 1 space after "="; 0 found
(#9) Expected "} else {\n"; found "}else{\n"
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected 4 spaces, found 1
(#11) Expected "if (...) {\n"; found "if(...){\n"
(#11) Expected 1 space before "!="; 0 found
(#11) Expected 1 space after "!="; 0 found
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#17) Spaces must be used to indent lines; tabs are not allowed
(#18) Spaces must be used to indent lines; tabs are not allowed
(#19) Spaces must be used to indent lines; tabs are not allowed
(#20) Spaces must be used to indent lines; tabs are not allowed
(#24) Expected "if (...) {\n"; found "if (...)\n{\n"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
blocks/exaport/epopalm.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "require_once" must be immediately followed by an open parenthesis
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) This comment is 55% valid code; is this commented out code?
(#4) No space found before comment text; expected "// require_once dirname(__FILE__) . '/lib/moodlelib.php';" but found "//require_once dirname(__FILE__) . '/lib/moodlelib.php';"
(#5) "require_once" must be immediately followed by an open parenthesis
(#6) Commas (,) must be followed by white space.
(#6) Commas (,) must be followed by white space.
(#6) Commas (,) must be followed by white space.
(#8) Expected 1 space before "="; 0 found
(#8) Expected 1 space after "="; 0 found
(#9) Expected 1 space before "="; 0 found
(#9) Expected 1 space after "="; 0 found
(#10) Inline control structures are not allowed
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Whitespace found at end of line
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Expected "if (...) {\n"; found "if (...){\n"
(#13) Expected 1 space before "=="; 0 found
(#13) Expected 1 space after "=="; 0 found
(#13) Expected 1 space before "!="; 0 found
(#13) Expected 1 space after "!="; 0 found
(#13) Expected 1 space before "!="; 0 found
(#13) Expected 1 space after "!="; 0 found
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Expected 1 space before "="; 0 found
(#14) Expected 1 space after "="; 0 found
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected 4 spaces, found 1
(#15) Expected "} else {\n"; found "}else{\n"
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Whitespace found at end of line
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected 8 spaces, found 2
(#17) Expected "if (...) {\n"; found "if (...){\n"
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 12 spaces, found 3
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) No space found before comment text; expected "// if user is enrolled to a course with exaport, redirect to it" but found "//if user is enrolled to a course with exaport, redirect to it"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) No space found before comment text; expected "// else redirect to moodle root" but found "//else redirect to moodle root"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Whitespace found at end of line
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 8 spaces, found 2
(#26) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 50% valid code; is this commented out code?
(#27) Line indented incorrectly; expected at least 12 spaces, found 3
(#27) No space found before comment text; expected "// $mycoursecontext = get_context_instance(CONTEXT_COURSE, $mycourse->id);" but found "//$mycoursecontext = get_context_instance(CONTEXT_COURSE, $mycourse->id);"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Whitespace found at end of line
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 12 spaces, found 3
(#30) Expected "if (...) {\n"; found "if(...) {\n"
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 16 spaces, found 4
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 12 spaces, found 3
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) 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 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Expected "if (...) {\n"; found "if (...){\n"
(#40) Expected 1 space before "=="; 0 found
(#40) Expected 1 space after "=="; 0 found
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 at least 4 spaces, found 1
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#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
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Expected "if (...) {\n"; found "if (...){\n"
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Expected "} else {\n"; found "}else{\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 8 spaces, found 2
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#57) A closing tag is not permitted at the end of a PHP file
blocks/exaport/export_scorm.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Inline control structures are not allowed
(#113) Variable "commentsContent" must be all lower-case
(#122) Variable "commentsContent" must be all lower-case
(#124) Line exceeds 132 characters; contains 164 characters
(#125) Line exceeds 132 characters; contains 157 characters
(#126) Line exceeds 132 characters; contains 160 characters
(#131) Variable "commentsContent" 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 4 spaces, found 1
(#138) Expected "if (...) {\n"; found "if(...){\n"
(#138) Expected 1 space before "=="; 0 found
(#138) Expected 1 space after "=="; 0 found
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 5
(#139) Variable "itemQuery" must be all lower-case
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 7
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 7
(#141) Line exceeds 132 characters; contains 135 characters
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 7
(#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 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 8 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 8 spaces, found 7
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#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 5
(#148) Expected "} else {\n"; found "}else{\n"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 5
(#149) Variable "itemQuery" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 7
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Variable "itemQuery" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Expected "if (...) {\n"; found "if(...){\n"
(#166) Expected 1 space before "=="; 0 found
(#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 5
(#167) Variable "itemQuery" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 7
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 7
(#169) Line exceeds 132 characters; contains 135 characters
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 7
(#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 7
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 7
(#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 7
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 5
(#176) Expected "} else {\n"; found "}\n else{\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 8 spaces, found 5
(#177) Variable "itemQuery" must be all lower-case
(#186) Variable "itemQuery" must be all lower-case
(#189) Variable "xmlElement" must be all lower-case
(#189) Variable "export_dir" must not contain underscores.
(#189) Line exceeds 132 characters; contains 147 characters
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#194) Variable "hasItems" must be all lower-case
(#197) Variable "hasItems" must be all lower-case
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 9
(#200) Expected "if (...) {\n"; found "if(...){\n"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Line indented incorrectly; expected at least 16 spaces, found 10
(#201) No space found before comment text; expected "// begin" but found "//begin"
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 4
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 16 spaces, found 4
(#204) Expected "if (...) {\n"; found "if(...){\n"
(#204) Expected 1 space before ">"; 0 found
(#204) Expected 1 space after ">"; 0 found
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 20 spaces, found 5
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 20 spaces, found 5
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 20 spaces, found 5
(#207) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 24 spaces, found 6
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 24 spaces, found 6
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#210) Whitespace found at end of line
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 24 spaces, found 6
(#211) Expected "if (...) {\n"; found "if(...){\n"
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 28 spaces, found 7
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 28 spaces, found 7
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 24 spaces, found 6
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 20 spaces, found 5
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 20 spaces, found 5
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 20 spaces, found 5
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 20 spaces, found 5
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 20 spaces, found 5
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 16 spaces, found 4
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 12 spaces, found 9
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) No space found before comment text; expected "// end" but found "//end"
(#229) Line exceeds 132 characters; contains 159 characters
(#238) Line exceeds maximum limit of 180 characters; contains 189 characters
(#239) Line exceeds 132 characters; contains 163 characters
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 6
(#241) Inline control structures are not allowed
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 3
(#248) Inline control structures are not allowed
(#249) Variable "export_dir" must not contain underscores.
(#250) Inline control structures are not allowed
(#251) Variable "export_dir" must not contain underscores.
(#255) Variable "export_dir" must not contain underscores.
(#261) Variable "xmlElement" must be all lower-case
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Whitespace found at end of line
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 12 spaces, found 6
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) This comment is 100% valid code; is this commented out code?
(#269) No space found before comment text; expected "// !!" but found "//!!"
(#272) Variable "hasItems" must be all lower-case
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 12 spaces, found 9
(#275) Expected "if (...) {\n"; found "if(...){\n"
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 16 spaces, found 4
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 16 spaces, found 4
(#278) Expected "if (...) {\n"; found "if(...){\n"
(#278) Expected 1 space before ">"; 0 found
(#278) Expected 1 space after ">"; 0 found
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 20 spaces, found 5
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 20 spaces, found 5
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 20 spaces, found 5
(#281) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Whitespace found at end of line
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 24 spaces, found 6
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 24 spaces, found 6
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Whitespace found at end of line
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Whitespace found at end of line
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 24 spaces, found 6
(#286) Expected "if (...) {\n"; found "if(...){\n"
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 28 spaces, found 7
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 28 spaces, found 7
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 24 spaces, found 6
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 20 spaces, found 5
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 5
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 20 spaces, found 5
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Whitespace found at end of line
(#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 5
(#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 5
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 16 spaces, found 4
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 12 spaces, found 9
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 12 spaces, found 3
(#302) Variable "fsFile" must be all lower-case
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 12 spaces, found 3
(#303) Inline control structures are not allowed
(#303) Variable "fsFile" must be all lower-case
(#306) Variable "content_filename" must not contain underscores.
(#306) Variable "fsFile" must be all lower-case
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 12 spaces, found 3
(#307) Variable "export_dir" must not contain underscores.
(#307) Variable "content_filename" must not contain underscores.
(#307) Variable "export_dir" must not contain underscores.
(#307) Variable "content_filename" must not contain underscores.
(#307) Variable "export_dir" must not contain underscores.
(#307) Variable "content_filename" must not contain underscores.
(#307) Line exceeds maximum limit of 180 characters; contains 182 characters
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 16 spaces, found 4
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 16 spaces, found 4
(#309) Variable "content_filename" must not contain underscores.
(#309) Variable "fsFile" must be all lower-case
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 12 spaces, found 3
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 12 spaces, found 3
(#312) Variable "fsFile" must be all lower-case
(#312) Variable "export_dir" must not contain underscores.
(#312) Variable "content_filename" must not contain underscores.
(#315) Line exceeds 132 characters; contains 159 characters
(#324) Variable "content_filename" must not contain underscores.
(#324) Variable "content_filename" must not contain underscores.
(#324) Line exceeds maximum limit of 180 characters; contains 197 characters
(#325) Line exceeds 132 characters; contains 161 characters
(#327) Inline control structures are not allowed
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 12 spaces, found 9
(#334) Inline control structures are not allowed
(#335) Variable "export_dir" must not contain underscores.
(#336) Inline control structures are not allowed
(#337) Variable "export_dir" must not contain underscores.
(#341) Variable "export_dir" must not contain underscores.
(#346) Variable "xmlElement" must be all lower-case
(#347) Whitespace found at end of line
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 12 spaces, found 3
(#356) Variable "hasItems" must be all lower-case
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 12 spaces, found 9
(#358) Expected "if (...) {\n"; found "if(...){\n"
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 16 spaces, found 4
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Whitespace found at end of line
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 16 spaces, found 4
(#361) Expected "if (...) {\n"; found "if(...){\n"
(#361) Expected 1 space before ">"; 0 found
(#361) Expected 1 space after ">"; 0 found
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 20 spaces, found 5
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 20 spaces, found 5
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 20 spaces, found 5
(#364) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Whitespace found at end of line
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 24 spaces, found 6
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 24 spaces, found 6
(#367) Expected 1 space before "="; 0 found
(#367) Expected 1 space after "="; 0 found
(#367) Expected 1 space before "="; 0 found
(#367) Expected 1 space after "="; 0 found
(#367) Whitespace found at end of line
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Whitespace found at end of line
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 24 spaces, found 6
(#369) Expected "if (...) {\n"; found "if(...){\n"
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 28 spaces, found 7
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 28 spaces, found 7
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 24 spaces, found 6
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 20 spaces, found 5
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 20 spaces, found 5
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 20 spaces, found 5
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Whitespace found at end of line
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 20 spaces, found 5
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 20 spaces, found 5
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Whitespace found at end of line
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 16 spaces, found 4
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 12 spaces, found 9
(#386) Line exceeds 132 characters; contains 159 characters
(#395) Line exceeds 132 characters; contains 161 characters
(#397) Inline control structures are not allowed
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 12 spaces, found 3
(#404) Inline control structures are not allowed
(#405) Variable "export_dir" must not contain underscores.
(#406) Inline control structures are not allowed
(#407) Variable "export_dir" must not contain underscores.
(#411) Variable "export_dir" must not contain underscores.
(#416) Variable "xmlElement" must be all lower-case
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Whitespace found at end of line
(#423) Variable "hasItems" must be all lower-case
(#426) Variable "parsedDoc" must be all lower-case
(#426) Expected 1 space after closing parenthesis; found 0
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Whitespace found at end of line
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 4 spaces, found 1
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 4 spaces, found 1
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) This comment is 50% valid code; is this commented out code?
(#429) Line indented incorrectly; expected at least 4 spaces, found 1
(#429) No space found before comment text; expected "// $i = 0;" but found "//$i = 0;"
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 4 spaces, found 1
(#431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) This comment is 100% valid code; is this commented out code?
(#431) No space found before comment text; expected "// unset($item);" but found "//unset($item);"
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 8 spaces, found 2
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Whitespace found at end of line
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 8 spaces, found 2
(#434) Variable "parsedDoc" must be all lower-case
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 8 spaces, found 2
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 8 spaces, found 2
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 8 spaces, found 2
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Line indented incorrectly; expected at least 8 spaces, found 2
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 8 spaces, found 2
(#441) Variable "mainNotEmpty" must be all lower-case
(#441) Line exceeds 132 characters; contains 155 characters
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 8 spaces, found 2
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 8 spaces, found 2
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 12 spaces, found 3
(#445) Variable "parsedDoc" must be all lower-case
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 12 spaces, found 3
(#446) Inline control structures are not allowed
(#446) Variable "mainNotEmpty" must be all lower-case
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 8 spaces, found 2
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected 8 spaces, found 2
(#449) Variable "mainNotEmpty" must be all lower-case
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#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
(#450) Line indented incorrectly; expected at least 12 spaces, found 3
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 12 spaces, found 3
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 12 spaces, found 3
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 12 spaces, found 3
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 12 spaces, found 3
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 12 spaces, found 3
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 8 spaces, found 2
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 4 spaces, found 1
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 4 spaces, found 1
(#461) function name "createXMLcomps" must be lower-case letters only
(#461) Expected 1 space after closing parenthesis; found 0
(#462) Line indented incorrectly; expected at least 4 spaces, found 0
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 4 spaces, found 1
(#463) Variable "parsedDoc" must be all lower-case
(#465) Variable "xmlRoot" must be all lower-case
(#465) Variable "parsedDoc" must be all lower-case
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) Variable "xmlRoot" must be all lower-case
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 4 spaces, found 1
(#481) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#482) Whitespace found at end of line
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 8 spaces, found 2
(#483) Expected 1 space before "="; 0 found
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 8 spaces, found 2
(#484) Commas (,) must be followed by white space.
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 8 spaces, found 2
(#486) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 12 spaces, found 3
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 12 spaces, found 3
(#488) Commas (,) must be followed by white space.
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 8 spaces, found 2
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 4 spaces, found 1
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Whitespace found at end of line
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 4 spaces, found 1
(#492) Expected "if (...) {\n"; found "if(...) {\n"
(#492) Variable "parsedDoc" must be all lower-case
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 4 spaces, found 1
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Inline control structures are not allowed
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#516) Variable "export_data_dir" must not contain underscores.
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) Variable "export_data_dir" must not contain underscores.
(#519) Inline control structures are not allowed
(#519) Variable "export_data_dir" must not contain underscores.
(#520) Variable "export_data_dir" must not contain underscores.
(#523) Variable "export_data_dir" must not contain underscores.
(#525) Inline comments must start with a capital letter, digit or 3-dots sequence
(#525) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Variable "parsedDoc" must be all lower-case
(#537) Variable "xmlRoot" must be all lower-case
(#537) Variable "parsedDoc" must be all lower-case
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#540) Variable "xmlRoot" must be all lower-case
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) Variable "desc_organization" must not contain underscores.
(#556) Variable "desc_organization" must not contain underscores.
(#558) Variable "desc_organization" must not contain underscores.
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#568) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected 12 spaces, found 3
(#578) Expected "if (...) {\n"; found "if(...){\n"
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 16 spaces, found 4
(#579) Expected 1 space before "="; 0 found
(#579) Expected 1 space after "="; 0 found
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected 12 spaces, found 3
(#585) Line exceeds 132 characters; contains 151 characters
(#594) Line exceeds 132 characters; contains 161 characters
(#601) Inline control structures are not allowed
(#603) Inline control structures are not allowed
(#614) Variable "desc_organization" must not contain underscores.
(#619) This comment is 75% valid code; is this commented out code?
(#619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#619) No space found before comment text; expected "// echo '<div class="block_exaport_export">';" but found "//echo '<div class="block_exaport_export">';"
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) This comment is 53% valid code; is this commented out code?
(#620) No space found before comment text; expected "// echo "<h3>" . get_string("categories","block_exaport") . "</h3>";" but found "//echo "<h3>" . get_string("categories","block_exaport") . "</h3>";"
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Whitespace found at end of line
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#624) Inline comments must end in full-stops, exclamation marks, or question marks
(#624) Line indented incorrectly; expected at least 4 spaces, found 1
(#624) No space found before comment text; expected "// begin" but found "//begin"
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 4 spaces, found 1
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Line indented incorrectly; expected at least 4 spaces, found 1
(#626) No space found before comment text; expected "// end" but found "//end"
(#627) Whitespace found at end of line
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 4 spaces, found 1
(#629) Variable "parsedDoc" must be all lower-case
(#630) Closing brace indented incorrectly; expected 1 spaces, found 4
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Whitespace found at end of line
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) Line indented incorrectly; expected at least 4 spaces, found 1
(#632) No space found before comment text; expected "// save files, from personal information" but found "//save files, from personal information"
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 4 spaces, found 1
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 4 spaces, found 1
(#634) Commas (,) must be followed by white space.
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected 4 spaces, found 1
(#635) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 8 spaces, found 2
(#636) Inline control structures are not allowed
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Whitespace found at end of line
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 8 spaces, found 2
(#638) Expected "if (...) {\n"; found "if(...){\n"
(#638) Commas (,) must be followed by white space.
(#638) Expected 1 space before "!="; 0 found
(#638) Expected 1 space after "!="; 0 found
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Whitespace found at end of line
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 12 spaces, found 3
(#640) Inline control structures are not allowed
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 12 spaces, found 4
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Whitespace found at end of line
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 12 spaces, found 3
(#644) Variable "content_filename" must not contain underscores.
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 12 spaces, found 3
(#645) Variable "content_filename" must not contain underscores.
(#645) Variable "content_filename" must not contain underscores.
(#645) Variable "content_filename" must not contain underscores.
(#645) Line exceeds maximum limit of 180 characters; contains 187 characters
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 16 spaces, found 4
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected at least 16 spaces, found 4
(#647) Variable "content_filename" must not contain underscores.
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 12 spaces, found 3
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Whitespace found at end of line
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 12 spaces, found 3
(#650) Variable "content_filename" must not contain underscores.
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected 8 spaces, found 2
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Whitespace found at end of line
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected 4 spaces, found 1
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Whitespace found at end of line
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Inline comments must start with a capital letter, digit or 3-dots sequence
(#655) Inline comments must end in full-stops, exclamation marks, or question marks
(#655) Line indented incorrectly; expected at least 4 spaces, found 1
(#655) No space found before comment text; expected "// begin" but found "//begin"
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 4 spaces, found 1
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 4 spaces, found 1
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Inline comments must start with a capital letter, digit or 3-dots sequence
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#658) Line indented incorrectly; expected at least 4 spaces, found 1
(#658) No space found before comment text; expected "// end" but found "//end"
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Whitespace found at end of line
(#660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) This comment is 67% valid code; is this commented out code?
(#661) No space found before comment text; expected "// $metadata =& $organization->createChild('metadata');" but found "//$metadata =& $organization->createChild('metadata');"
(#662) This comment is 67% valid code; is this commented out code?
(#662) No space found before comment text; expected "// $schema =& $metadata->createChild('schema');" but found "//$schema =& $metadata->createChild('schema');"
(#663) This comment is 86% valid code; is this commented out code?
(#663) No space found before comment text; expected "// $schema->text('ADL SCORM');" but found "//$schema->text('ADL SCORM');"
(#664) This comment is 67% valid code; is this commented out code?
(#664) No space found before comment text; expected "// $schemaversion =& $metadata->createChild('schemaversion');" but found "//$schemaversion =& $metadata->createChild('schemaversion');"
(#665) This comment is 86% valid code; is this commented out code?
(#665) No space found before comment text; expected "// $schemaversion->text('1.2');" but found "//$schemaversion->text('1.2');"
(#666) Inline comments must end in full-stops, exclamation marks, or question marks
(#666) This comment is 67% valid code; is this commented out code?
(#668) Variable "parsedDoc" must be all lower-case
(#674) Inline comments must start with a capital letter, digit or 3-dots sequence
(#674) Inline comments must end in full-stops, exclamation marks, or question marks
(#680) Inline comments must end in full-stops, exclamation marks, or question marks
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) Inline control structures are not allowed
(#689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#689) Inline comments must end in full-stops, exclamation marks, or question marks
(#698) Line exceeds 132 characters; contains 146 characters
(#711) Inline control structures are not allowed
(#711) Expected 1 space before "=="; 0 found
(#711) Expected 1 space after "=="; 0 found
(#711) Line exceeds 132 characters; contains 145 characters
(#712) Inline control structures are not allowed
(#720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#720) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/exaport/exportimport.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) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) 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) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#49) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Line exceeds maximum limit of 180 characters; contains 336 characters
(#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
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Line exceeds maximum limit of 180 characters; contains 335 characters
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Line exceeds maximum limit of 180 characters; contains 355 characters
blocks/exaport/extern.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/exaport/externallib.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) "require_once" must be immediately followed by an open parenthesis
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) "require_once" must be immediately followed by an open parenthesis
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Whitespace found at end of line
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#41) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#49) Whitespace found at end of line
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Line exceeds 132 characters; contains 152 characters
(#54) Commas (,) must be followed by white space.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line exceeds 132 characters; contains 134 characters
(#77) Whitespace found at end of line
(#78) Whitespace found at end of line
(#79) Whitespace found at end of line
(#80) Whitespace found at end of line
(#81) Whitespace found at end of line
(#82) Whitespace found at end of line
(#83) Whitespace found at end of line
(#84) Whitespace found at end of line
(#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
(#89) Whitespace found at end of line
(#90) Whitespace found at end of line
(#91) Whitespace found at end of line
(#92) Whitespace found at end of line
(#93) Whitespace found at end of line
(#94) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#94) Whitespace found at end of line
(#95) Whitespace found at end of line
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#96) Whitespace found at end of line
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#98) Commas (,) must be followed by white space.
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#100) Commas (,) must be followed by white space.
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#102) Inline control structures are not allowed
(#106) Whitespace found at end of line
(#107) Whitespace found at end of line
(#111) Whitespace found at end of line
(#112) Whitespace found at end of line
(#114) Line exceeds 132 characters; contains 136 characters
(#114) Whitespace found at end of line
(#117) Whitespace found at end of line
(#118) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Whitespace found at end of line
(#122) Whitespace found at end of line
(#123) Whitespace found at end of line
(#124) Whitespace found at end of line
(#125) Whitespace found at end of line
(#126) Whitespace found at end of line
(#127) Whitespace found at end of line
(#128) Whitespace found at end of line
(#129) Whitespace found at end of line
(#130) Whitespace found at end of line
(#131) Whitespace found at end of line
(#132) Whitespace found at end of line
(#139) Commas (,) must be followed by white space.
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Whitespace found at end of line
(#143) Whitespace found at end of line
(#145) Whitespace found at end of line
(#146) Whitespace found at end of line
(#147) Whitespace found at end of line
(#148) Whitespace found at end of line
(#149) Whitespace found at end of line
(#150) Whitespace found at end of line
(#155) Line exceeds 132 characters; contains 149 characters
(#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 6
(#157) Whitespace found at end of line
(#158) Whitespace found at end of line
(#159) Whitespace found at end of line
(#162) Whitespace found at end of line
(#163) Whitespace found at end of line
(#164) Whitespace found at end of line
(#165) Whitespace found at end of line
(#166) Whitespace found at end of line
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Whitespace found at end of line
(#168) Commas (,) must be followed by white space.
(#168) Commas (,) must be followed by white space.
(#168) Whitespace found at end of line
(#169) Whitespace found at end of line
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Line exceeds maximum limit of 180 characters; contains 214 characters
(#170) Whitespace found at end of line
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Line exceeds maximum limit of 180 characters; contains 193 characters
(#172) Whitespace found at end of line
(#174) Line exceeds 132 characters; contains 139 characters
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// if a file is added we need to copy the file from the user/private filearea to block_exaport/item_file with the itemid from above" but found "//if a file is added we need to copy the file from the user/private filearea to block_exaport/item_file with the itemid from above"
(#174) Whitespace found at end of line
(#175) Expected "if (...) {\n"; found "if(...) {\n"
(#175) Whitespace found at end of line
(#176) Whitespace found at end of line
(#178) Whitespace found at end of line
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 16 spaces, found 4
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 20 spaces, found 5
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 16 spaces, found 4
(#184) Expected "if (...) {\n"; found "if(...) {\n"
(#184) Whitespace found at end of line
(#185) Variable "file_record" must not contain underscores.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Whitespace found at end of line
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Whitespace found at end of line
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Whitespace found at end of line
(#188) Variable "file_record" must not contain underscores.
(#190) Empty CATCH statement detected
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// some problem with the file occured" but found "//some problem with the file occured"
(#191) Whitespace found at end of line
(#192) Whitespace found at end of line
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Whitespace found at end of line
(#198) Whitespace found at end of line
(#199) Whitespace found at end of line
(#200) Whitespace found at end of line
(#201) Whitespace found at end of line
(#202) Whitespace found at end of line
(#203) Whitespace found at end of line
(#204) Whitespace found at end of line
(#205) Whitespace found at end of line
(#206) Whitespace found at end of line
(#207) Whitespace found at end of line
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#220) Line exceeds 132 characters; contains 149 characters
(#231) Commas (,) must be followed by white space.
(#231) Commas (,) must be followed by white space.
(#231) Commas (,) must be followed by white space.
(#231) Commas (,) must be followed by white space.
(#232) Commas (,) must be followed by white space.
(#232) Commas (,) must be followed by white space.
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#234) Line exceeds 132 characters; contains 174 characters
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#244) Commas (,) must be followed by white space.
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#245) Whitespace found at end of line
(#247) Line exceeds 132 characters; contains 138 characters
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) No space found before comment text; expected "// if a file is added we need to copy the file from the user/private filearea to block_exaport/item_file with the itemid from above" but found "//if a file is added we need to copy the file from the user/private filearea to block_exaport/item_file with the itemid from above"
(#248) Expected "if (...) {\n"; found "if(...) {\n"
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#255) Variable "file_record" must not contain underscores.
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#258) Variable "file_record" must not contain underscores.
(#260) Empty CATCH statement detected
(#260) Empty CATCH statement must have a comment to explain why the exception is not handled
(#264) Expected 1 space before "=>"; 0 found
(#264) Expected 1 space after "=>"; 0 found
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#295) Commas (,) must be followed by white space.
(#295) Commas (,) must be followed by white space.
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Whitespace found at end of line
(#299) Whitespace found at end of line
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Whitespace found at end of line
(#301) Whitespace found at end of line
(#302) Whitespace found at end of line
(#303) Whitespace found at end of line
(#304) Whitespace found at end of line
(#305) Line exceeds 132 characters; contains 139 characters
(#305) Whitespace found at end of line
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#338) Commas (,) must be followed by white space.
(#338) Commas (,) must be followed by white space.
(#343) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#345) Expected "if (...) {\n"; found "if(...){\n"
(#346) Line exceeds maximum limit of 180 characters; contains 297 characters
(#349) Expected 1 space before ".="; 0 found
(#354) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#361) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#362) Expected "if (...) {\n"; found "if(...){\n"
(#369) Expected "if (...) {\n"; found "if(...){\n"
(#378) Line exceeds 132 characters; contains 137 characters
(#403) Line exceeds 132 characters; contains 138 characters
(#404) Expected 1 space before "=>"; 0 found
(#404) Line exceeds 132 characters; contains 141 characters
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#434) Commas (,) must be followed by white space.
(#435) Commas (,) must be followed by white space.
(#435) Commas (,) must be followed by white space.
(#437) Expected 1 space before "=>"; 0 found
(#437) Expected 1 space after "=>"; 0 found
(#437) Commas (,) must be followed by white space.
(#437) Expected 1 space before "=>"; 0 found
(#437) Expected 1 space after "=>"; 0 found
(#437) Expected 1 space before "=>"; 0 found
(#437) Expected 1 space after "=>"; 0 found
(#437) Line exceeds 132 characters; contains 153 characters
(#439) Expected "if (...) {\n"; found "if(...){\n"
(#440) Expected 1 space before "=>"; 0 found
(#440) Expected 1 space after "=>"; 0 found
(#441) Expected 1 space before "=>"; 0 found
(#441) Expected 1 space after "=>"; 0 found
(#442) Expected 1 space before "=>"; 0 found
(#442) Expected 1 space after "=>"; 0 found
(#442) Expected 1 space before "=>"; 0 found
(#442) Expected 1 space after "=>"; 0 found
(#442) Expected 1 space before "=>"; 0 found
(#442) Expected 1 space after "=>"; 0 found
(#442) Expected 1 space before "=>"; 0 found
(#442) Expected 1 space after "=>"; 0 found
(#442) Expected 1 space before "=>"; 0 found
(#442) Expected 1 space after "=>"; 0 found
(#442) Expected 1 space before "=>"; 0 found
(#442) Expected 1 space after "=>"; 0 found
(#442) Line exceeds maximum limit of 180 characters; contains 230 characters
(#443) Expected 1 space before "=>"; 0 found
(#443) Expected 1 space after "=>"; 0 found
(#443) Line exceeds maximum limit of 180 characters; contains 233 characters
(#444) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#444) Expected "if (...) {\n"; found "if(...){\n"
(#445) Expected 1 space before "=>"; 0 found
(#445) Expected 1 space after "=>"; 0 found
(#445) Expected 1 space before "=>"; 0 found
(#445) Expected 1 space after "=>"; 0 found
(#445) Expected 1 space before "=>"; 0 found
(#445) Expected 1 space after "=>"; 0 found
(#445) Expected 1 space before "=>"; 0 found
(#445) Expected 1 space after "=>"; 0 found
(#445) Line exceeds 132 characters; contains 166 characters
(#446) Expected 1 space before "=>"; 0 found
(#446) Expected 1 space after "=>"; 0 found
(#446) Expected 1 space before "=>"; 0 found
(#446) Expected 1 space after "=>"; 0 found
(#446) Expected 1 space before "=>"; 0 found
(#446) Expected 1 space after "=>"; 0 found
(#446) Expected 1 space before "=>"; 0 found
(#446) Expected 1 space after "=>"; 0 found
(#446) Line exceeds 132 characters; contains 165 characters
(#449) Expected 1 space before "=>"; 0 found
(#449) Expected 1 space after "=>"; 0 found
(#480) Commas (,) must be followed by white space.
(#480) Commas (,) must be followed by white space.
(#482) Expected 1 space before "="; 0 found
(#482) Expected 1 space after "="; 0 found
(#482) Expected 1 space before "=>"; 0 found
(#482) Expected 1 space after "=>"; 0 found
(#487) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#529) Commas (,) must be followed by white space.
(#529) Commas (,) must be followed by white space.
(#531) Expected 1 space before "=>"; 0 found
(#531) Expected 1 space after "=>"; 0 found
(#533) Expected 1 space before "="; 0 found
(#533) Expected 1 space after "="; 0 found
(#533) Expected 1 space before "=>"; 0 found
(#533) Expected 1 space after "=>"; 0 found
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#544) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#545) Expected "if (...) {\n"; found "if(...){\n"
(#546) Expected 1 space before "=>"; 0 found
(#546) Expected 1 space after "=>"; 0 found
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Whitespace found at end of line
(#570) Expected 1 space before "=>"; 0 found
(#600) Commas (,) must be followed by white space.
(#601) Commas (,) must be followed by white space.
(#601) Commas (,) must be followed by white space.
(#603) Expected 1 space before "=>"; 0 found
(#603) Expected 1 space after "=>"; 0 found
(#603) Commas (,) must be followed by white space.
(#603) Expected 1 space before "=>"; 0 found
(#603) Expected 1 space after "=>"; 0 found
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#605) Commas (,) must be followed by white space.
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#605) Commas (,) must be followed by white space.
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#605) Line exceeds 132 characters; contains 152 characters
(#607) Expected 1 space before "=>"; 0 found
(#607) Expected 1 space after "=>"; 0 found
(#641) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#642) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Line exceeds 132 characters; contains 136 characters
(#652) Expected 1 space before "=>"; 0 found
(#652) Expected 1 space after "=>"; 0 found
(#684) Commas (,) must be followed by white space.
(#684) Commas (,) must be followed by white space.
(#686) Expected 1 space before "=>"; 0 found
(#686) Expected 1 space after "=>"; 0 found
(#688) Expected 1 space before "=>"; 0 found
(#688) Expected 1 space after "=>"; 0 found
(#690) Expected 1 space before "=>"; 0 found
(#690) Expected 1 space after "=>"; 0 found
(#720) Commas (,) must be followed by white space.
(#720) Commas (,) must be followed by white space.
(#722) Expected 1 space before "=>"; 0 found
(#722) Expected 1 space after "=>"; 0 found
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#728) Variable "items_temp" must not contain underscores.
(#729) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#732) Variable "item_temp" must not contain underscores.
(#733) Variable "item_temp" must not contain underscores.
(#734) Variable "item_temp" must not contain underscores.
(#735) Variable "items_temp" must not contain underscores.
(#735) Variable "item_temp" must not contain underscores.
(#737) Variable "items_temp" must not contain underscores.
(#738) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#739) Expected 1 space before "=>"; 0 found
(#739) Expected 1 space after "=>"; 0 found
(#739) Expected 1 space before "=>"; 0 found
(#739) Expected 1 space after "=>"; 0 found
(#742) Variable "items_temp" must not contain underscores.
(#743) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#746) Variable "item_temp" must not contain underscores.
(#747) Variable "item_temp" must not contain underscores.
(#748) Variable "item_temp" must not contain underscores.
(#749) Variable "items_temp" must not contain underscores.
(#749) Variable "item_temp" must not contain underscores.
(#751) Variable "items_temp" must not contain underscores.
(#798) Commas (,) must be followed by white space.
(#798) Commas (,) must be followed by white space.
(#800) Expected 1 space before "=>"; 0 found
(#800) Expected 1 space after "=>"; 0 found
(#800) Expected 1 space before "=>"; 0 found
(#800) Expected 1 space after "=>"; 0 found
(#804) Expected 1 space before "+"; 0 found
(#804) Expected 1 space after "+"; 0 found
(#806) Expected 1 space before "=>"; 0 found
(#806) Expected 1 space after "=>"; 0 found
(#806) Expected 1 space before "=>"; 0 found
(#806) Expected 1 space after "=>"; 0 found
(#806) Expected 1 space before "=>"; 0 found
(#806) Expected 1 space after "=>"; 0 found
(#806) Expected 1 space before "=>"; 0 found
(#806) Expected 1 space after "=>"; 0 found
(#806) Expected 1 space before "=>"; 0 found
(#806) Expected 1 space after "=>"; 0 found
(#806) Line exceeds 132 characters; contains 163 characters
(#808) Expected 1 space before "=>"; 0 found
(#808) Expected 1 space after "=>"; 0 found
(#841) Commas (,) must be followed by white space.
(#841) Commas (,) must be followed by white space.
(#843) Expected 1 space before "=>"; 0 found
(#843) Expected 1 space after "=>"; 0 found
(#843) Expected 1 space before "=>"; 0 found
(#843) Expected 1 space after "=>"; 0 found
(#847) Expected 1 space before "=>"; 0 found
(#847) Expected 1 space after "=>"; 0 found
(#847) Expected 1 space before "=>"; 0 found
(#847) Expected 1 space after "=>"; 0 found
(#847) Expected 1 space before "=>"; 0 found
(#847) Expected 1 space after "=>"; 0 found
(#849) Expected 1 space before "=>"; 0 found
(#849) Expected 1 space after "=>"; 0 found
(#882) Commas (,) must be followed by white space.
(#882) Commas (,) must be followed by white space.
(#884) Expected 1 space before "=>"; 0 found
(#884) Expected 1 space after "=>"; 0 found
(#884) Expected 1 space before "=>"; 0 found
(#884) Expected 1 space after "=>"; 0 found
(#889) Inline control structures are not allowed
(#891) Inline control structures are not allowed
(#897) Expected 1 space before "=>"; 0 found
(#897) Expected 1 space after "=>"; 0 found
(#926) Commas (,) must be followed by white space.
(#926) Commas (,) must be followed by white space.
(#931) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#933) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#934) Expected "if (...) {\n"; found "if(...){\n"
(#941) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#942) Variable "user_temp" must not contain underscores.
(#943) Variable "user_temp" must not contain underscores.
(#944) Variable "user_temp" must not contain underscores.
(#945) Variable "user_temp" must not contain underscores.
(#946) Variable "user_temp" must not contain underscores.
(#986) Commas (,) must be followed by white space.
(#986) Commas (,) must be followed by white space.
(#988) Expected 1 space before "=>"; 0 found
(#988) Expected 1 space after "=>"; 0 found
(#988) Expected 1 space before "=>"; 0 found
(#988) Expected 1 space after "=>"; 0 found
(#993) Inline control structures are not allowed
(#995) Inline control structures are not allowed
(#1001) Expected 1 space before "=>"; 0 found
(#1001) Expected 1 space after "=>"; 0 found
(#1035) Commas (,) must be followed by white space.
(#1035) Commas (,) must be followed by white space.
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Line exceeds 132 characters; contains 149 characters
(#1039) Inline control structures are not allowed
(#1040) Expected 1 space before "=>"; 0 found
(#1040) Expected 1 space after "=>"; 0 found
(#1040) Expected 1 space before "=>"; 0 found
(#1040) Expected 1 space after "=>"; 0 found
(#1041) Inline control structures are not allowed
(#1042) Expected 1 space before "=>"; 0 found
(#1042) Expected 1 space after "=>"; 0 found
(#1042) Expected 1 space before "=>"; 0 found
(#1042) Expected 1 space after "=>"; 0 found
(#1044) Expected 1 space before "=>"; 0 found
(#1044) Expected 1 space after "=>"; 0 found
(#1059) Whitespace found at end of line
(#1060) Whitespace found at end of line
(#1061) Whitespace found at end of line
(#1062) Whitespace found at end of line
(#1063) Whitespace found at end of line
(#1068) Whitespace found at end of line
(#1069) Whitespace found at end of line
(#1070) Whitespace found at end of line
(#1071) Whitespace found at end of line
(#1072) Whitespace found at end of line
(#1073) Whitespace found at end of line
(#1074) Whitespace found at end of line
(#1075) Whitespace found at end of line
(#1076) Whitespace found at end of line
(#1077) Commas (,) must be followed by white space.
(#1077) Whitespace found at end of line
(#1080) Whitespace found at end of line
(#1082) Whitespace found at end of line
(#1083) Whitespace found at end of line
(#1084) Whitespace found at end of line
(#1085) Whitespace found at end of line
(#1086) Whitespace found at end of line
(#1087) Whitespace found at end of line
(#1088) Whitespace found at end of line
(#1089) Whitespace found at end of line
(#1090) Whitespace found at end of line
(#1091) Whitespace found at end of line
(#1092) Whitespace found at end of line
(#1094) Spaces must be used for alignment; tabs are not allowed
(#1094) Tab found within whitespace
(#1094) Whitespace found at end of line
(#1095) Whitespace found at end of line
(#1096) Whitespace found at end of line
(#1099) Whitespace found at end of line
(#1100) Whitespace found at end of line
(#1101) Whitespace found at end of line
(#1102) Whitespace found at end of line
(#1103) Whitespace found at end of line
(#1104) Whitespace found at end of line
(#1105) Whitespace found at end of line
(#1106) Whitespace found at end of line
(#1107) Whitespace found at end of line
(#1108) Whitespace found at end of line
(#1109) Whitespace found at end of line
(#1110) Whitespace found at end of line
(#1111) Whitespace found at end of line
(#1112) Whitespace found at end of line
(#1113) Whitespace found at end of line
(#1114) Whitespace found at end of line
(#1115) Whitespace found at end of line
(#1116) Whitespace found at end of line
(#1117) Commas (,) must be followed by white space.
(#1117) Commas (,) must be followed by white space.
(#1117) Whitespace found at end of line
(#1118) Whitespace found at end of line
(#1119) Expected 1 space before "=>"; 0 found
(#1119) Expected 1 space after "=>"; 0 found
(#1119) Whitespace found at end of line
(#1121) Whitespace found at end of line
(#1122) Expected 1 space before "=>"; 0 found
(#1122) Expected 1 space after "=>"; 0 found
(#1122) Whitespace found at end of line
(#1123) Whitespace found at end of line
(#1124) Whitespace found at end of line
(#1125) Whitespace found at end of line
(#1126) Whitespace found at end of line
(#1127) Whitespace found at end of line
(#1128) Whitespace found at end of line
(#1129) Whitespace found at end of line
(#1130) Whitespace found at end of line
(#1131) Whitespace found at end of line
(#1132) Whitespace found at end of line
(#1133) Whitespace found at end of line
(#1134) Whitespace found at end of line
(#1137) Whitespace found at end of line
(#1138) Whitespace found at end of line
(#1139) Whitespace found at end of line
(#1140) Whitespace found at end of line
(#1141) Whitespace found at end of line
(#1146) Whitespace found at end of line
(#1147) Whitespace found at end of line
(#1148) Whitespace found at end of line
(#1149) Whitespace found at end of line
(#1150) Whitespace found at end of line
(#1151) Whitespace found at end of line
(#1152) Whitespace found at end of line
(#1153) Whitespace found at end of line
(#1154) Commas (,) must be followed by white space.
(#1154) Commas (,) must be followed by white space.
(#1155) Expected 1 space before "=>"; 0 found
(#1155) Expected 1 space after "=>"; 0 found
(#1155) Whitespace found at end of line
(#1156) Whitespace found at end of line
(#1157) Commas (,) must be followed by white space.
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Commas (,) must be followed by white space.
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Expected 1 space before "=>"; 0 found
(#1157) Expected 1 space after "=>"; 0 found
(#1157) Commas (,) must be followed by white space.
(#1157) Commas (,) must be followed by white space.
(#1157) Line exceeds 132 characters; contains 168 characters
(#1157) Whitespace found at end of line
(#1158) Whitespace found at end of line
(#1159) Whitespace found at end of line
(#1160) Whitespace found at end of line
(#1161) Whitespace found at end of line
(#1162) Whitespace found at end of line
(#1163) Whitespace found at end of line
(#1164) Whitespace found at end of line
(#1165) Whitespace found at end of line
(#1166) Whitespace found at end of line
(#1167) Whitespace found at end of line
(#1168) Whitespace found at end of line
(#1169) Whitespace found at end of line
(#1170) Whitespace found at end of line
(#1171) Whitespace found at end of line
(#1174) Whitespace found at end of line
(#1175) Whitespace found at end of line
(#1176) Whitespace found at end of line
(#1177) Whitespace found at end of line
(#1178) Whitespace found at end of line
(#1179) Whitespace found at end of line
(#1180) Whitespace found at end of line
(#1181) Whitespace found at end of line
(#1182) Whitespace found at end of line
(#1183) Whitespace found at end of line
(#1184) Whitespace found at end of line
(#1185) Whitespace found at end of line
(#1186) Whitespace found at end of line
(#1187) Whitespace found at end of line
(#1188) Whitespace found at end of line
(#1189) Whitespace found at end of line
(#1190) Whitespace found at end of line
(#1191) Commas (,) must be followed by white space.
(#1191) Commas (,) must be followed by white space.
(#1191) Whitespace found at end of line
(#1192) Whitespace found at end of line
(#1193) Expected 1 space before "=>"; 0 found
(#1193) Expected 1 space after "=>"; 0 found
(#1193) Whitespace found at end of line
(#1194) Whitespace found at end of line
(#1195) Commas (,) must be followed by white space.
(#1195) Expected 1 space before "=>"; 0 found
(#1195) Expected 1 space after "=>"; 0 found
(#1195) Whitespace found at end of line
(#1196) Whitespace found at end of line
(#1197) Whitespace found at end of line
(#1198) Whitespace found at end of line
(#1199) Whitespace found at end of line
(#1200) Whitespace found at end of line
(#1201) Whitespace found at end of line
(#1202) Whitespace found at end of line
(#1203) Whitespace found at end of line
(#1204) Whitespace found at end of line
(#1205) Whitespace found at end of line
(#1206) Whitespace found at end of line
(#1207) Whitespace found at end of line
(#1208) Whitespace found at end of line
(#1209) Whitespace found at end of line
(#1213) Spaces must be used for alignment; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Line indented incorrectly; expected at least 8 spaces, found 5
(#1214) Spaces must be used for alignment; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Whitespace found at end of line
(#1215) Spaces must be used for alignment; tabs are not allowed
(#1215) Tab found within whitespace
(#1215) Line indented incorrectly; expected at least 8 spaces, found 5
(#1216) Spaces must be used for alignment; tabs are not allowed
(#1216) Tab found within whitespace
(#1216) Whitespace found at end of line
(#1217) Spaces must be used for alignment; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Line indented incorrectly; expected 8 spaces, found 5
(#1217) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1217) Commas (,) must be followed by white space.
(#1217) Expected 1 space before "=>"; 0 found
(#1217) Expected 1 space after "=>"; 0 found
(#1218) Spaces must be used for alignment; tabs are not allowed
(#1218) Tab found within whitespace
(#1218) Line indented incorrectly; expected at least 12 spaces, found 6
(#1219) Spaces must be used for alignment; tabs are not allowed
(#1219) Tab found within whitespace
(#1219) Line indented incorrectly; expected 8 spaces, found 5
(#1220) Spaces must be used for alignment; tabs are not allowed
(#1220) Tab found within whitespace
(#1220) Whitespace found at end of line
(#1221) Spaces must be used for alignment; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Line indented incorrectly; expected at least 8 spaces, found 5
(#1223) Whitespace found at end of line
(#1224) Whitespace found at end of line
(#1225) Whitespace found at end of line
(#1226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1226) Inline comments must end in full-stops, exclamation marks, or question marks
(#1226) Whitespace found at end of line
(#1227) Whitespace found at end of line
(#1228) Whitespace found at end of line
(#1229) Whitespace found at end of line
(#1230) Whitespace found at end of line
(#1231) Whitespace found at end of line
(#1232) Expected 1 space before "=>"; 0 found
(#1232) Expected 1 space after "=>"; 0 found
(#1232) Whitespace found at end of line
(#1233) Whitespace found at end of line
(#1234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1234) Inline comments must end in full-stops, exclamation marks, or question marks
(#1234) Whitespace found at end of line
(#1235) Whitespace found at end of line
(#1236) Whitespace found at end of line
(#1237) Expected 1 space before "=>"; 0 found
(#1237) Expected 1 space after "=>"; 0 found
(#1237) Whitespace found at end of line
(#1238) Whitespace found at end of line
(#1239) Whitespace found at end of line
(#1240) Spaces must be used for alignment; tabs are not allowed
(#1240) Tab found within whitespace
(#1240) Whitespace found at end of line
(#1241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1241) Inline comments must end in full-stops, exclamation marks, or question marks
(#1241) Whitespace found at end of line
(#1242) Expected 1 space before "=>"; 0 found
(#1242) Expected 1 space after "=>"; 0 found
(#1242) Whitespace found at end of line
(#1244) Whitespace found at end of line
(#1266) Commas (,) must be followed by white space.
(#1266) Commas (,) must be followed by white space.
(#1268) Spaces must be used for alignment; tabs are not allowed
(#1268) Tab found within whitespace
(#1268) Line indented incorrectly; expected 8 spaces, found 2
(#1269) Spaces must be used for alignment; tabs are not allowed
(#1269) Tab found within whitespace
(#1269) Line indented incorrectly; expected at least 12 spaces, found 3
(#1269) Expected 1 space before "=>"; 0 found
(#1269) Expected 1 space after "=>"; 0 found
(#1269) Expected 1 space before "=>"; 0 found
(#1269) Expected 1 space after "=>"; 0 found
(#1270) Spaces must be used for alignment; tabs are not allowed
(#1270) Tab found within whitespace
(#1270) Line indented incorrectly; expected 8 spaces, found 2
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Expected 1 space before "=>"; 0 found
(#1272) Expected 1 space after "=>"; 0 found
(#1272) Line exceeds 132 characters; contains 150 characters
(#1273) Expected 1 space before "=>"; 0 found
(#1273) Expected 1 space after "=>"; 0 found
(#1273) Expected 1 space before "=>"; 0 found
(#1273) Expected 1 space after "=>"; 0 found
(#1273) Expected 1 space before "=>"; 0 found
(#1273) Expected 1 space after "=>"; 0 found
(#1273) Spaces must be used for alignment; tabs are not allowed
(#1273) Tab found within whitespace
(#1273) Whitespace found at end of line
(#1277) Inline comments must end in full-stops, exclamation marks, or question marks
(#1278) Whitespace found at end of line
(#1279) Variable "file_params" must not contain underscores.
(#1280) Variable "file_params" must not contain underscores.
(#1281) Variable "file_params" must not contain underscores.
(#1282) Whitespace found at end of line
(#1283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1283) Inline comments must end in full-stops, exclamation marks, or question marks
(#1285) Whitespace found at end of line
(#1286) Expected 1 space before "=>"; 0 found
(#1286) Expected 1 space after "=>"; 0 found
(#1286) Expected 1 space before "=>"; 0 found
(#1286) Expected 1 space after "=>"; 0 found
(#1286) Variable "result_querystring" must not contain underscores.
(#1301) Whitespace found at end of line
(#1304) A closing tag is not permitted at the end of a PHP file
blocks/exaport/import_file.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#48) This comment is 75% valid code; is this commented out code?
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) This comment is 75% valid code; is this commented out code?
(#62) No space found before comment text; expected "// no_submit_button_actions($exteditform, $sitecontext);" but found "//no_submit_button_actions($exteditform, $sitecontext);"
(#67) 8 slashes comments are not allowed; use "// Comment." instead
(#67) Blank comments are not allowed
(#72) Line exceeds 132 characters; contains 159 characters
(#75) Variable "unzip_dir" must not contain underscores.
(#77) Variable "unzip_dir" must not contain underscores.
(#81) Variable "unzip_dir" must not contain underscores.
(#82) Variable "unzip_dir" must not contain underscores.
(#85) Variable "unzip_dir" must not contain underscores.
(#86) Variable "unzip_dir" must not contain underscores.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 24 spaces, found 6
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#87) Variable "unzip_dir" must not contain underscores.
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 28 spaces, found 7
(#88) Variable "unzip_dir" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 24 spaces, found 6
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "scormTree" must be all lower-case
(#93) Variable "unzip_dir" must not contain underscores.
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Variable "scormTree" must be all lower-case
(#103) Variable "unzip_dir" must not contain underscores.
(#103) Line exceeds 132 characters; contains 141 characters
(#105) Variable "unzip_dir" must not contain underscores.
(#107) Line indented incorrectly; expected 36 spaces, found 40
(#107) Closing brace indented incorrectly; expected 36 spaces, found 40
(#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 40 spaces, found 5
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 44 spaces, found 6
(#111) Expected "if (...) {\n"; found "if(...){\n"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 48 spaces, found 7
(#112) Variable "unzip_dir" must not contain underscores.
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 44 spaces, found 6
(#113) Inline control structures are not allowed
(#113) Variable "unzip_dir" must not contain underscores.
(#114) Closing brace indented incorrectly; expected 5 spaces, found 40
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#116) Variable "unzip_dir" must not contain underscores.
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) This comment is 73% valid code; is this commented out code?
(#131) No space found before comment text; expected "// print_error(get_string("scormhastobezip", "block_exaport"));" but found "//print_error(get_string("scormhastobezip", "block_exaport"));"
(#132) Commas (,) must be followed by white space.
(#140) Variable "form_data" must not contain underscores.
(#141) Variable "form_data" must not contain underscores.
(#142) Variable "form_data" must not contain underscores.
(#151) Variable "unzip_dir" must not contain underscores.
(#151) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Expected 1 space after closing parenthesis; found 0
(#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
(#165) Expected 1 space after closing parenthesis; found 0
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Expected "while (...) {\n"; found "while(...){\n"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Expected 1 space before "+"; 0 found
(#169) Expected 1 space after "+"; 0 found
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#178) Variable "unzip_dir" must not contain underscores.
(#178) Expected 1 space after closing parenthesis; found 0
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Spaces must be used to indent lines; tabs are not allowed
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#181) Variable "unzip_dir" must not contain underscores.
(#182) Whitespace found at end of line
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Variable "linkedFileName" must be all lower-case
(#184) Variable "linkedFilePath" must be all lower-case
(#184) Variable "linkedFileName" must be all lower-case
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Whitespace found at end of line
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 2
(#186) Variable "linkedFilePath" must be all lower-case
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Variable "linkedFilePath" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 3
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 12 spaces, found 3
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) This comment is 53% valid code; is this commented out code?
(#204) Line indented incorrectly; expected at least 12 spaces, found 4
(#204) No space found before comment text; expected "// 'contextid' => get_context_instance(CONTEXT_USER, $USER->id)->id, // ID of context" but found "//'contextid' => get_context_instance(CONTEXT_USER, $USER->id)->id, // ID of context"
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 12 spaces, found 4
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 4
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 4
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 12 spaces, found 4
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 4
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 4
(#210) Variable "linkedFileName" must be all lower-case
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 4
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) No space found before comment text; expected "// eindeutige itemid generieren" but found "//eindeutige itemid generieren"
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 3
(#214) Variable "linkedFilePath" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#215) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 12 spaces, found 3
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 12 spaces, found 3
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 12 spaces, found 3
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 3
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 3
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Whitespace found at end of line
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 12 spaces, found 3
(#229) Line exceeds 132 characters; contains 168 characters
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Whitespace found at end of line
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line exceeds 132 characters; contains 149 characters
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) This comment is 66% valid code; is this commented out code?
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) No space found before comment text; expected "// file_prepare_draft_area($array["itemid"], get_context_instance(CONTEXT_USER, $USER->id)->id, 'block_exaport', 'personal_information', $new->id);" but found "//file_prepare_draft_area($array["itemid"], get_context_instance(CONTEXT_USER, $USER->id)->id, 'block_exaport', 'personal_information', $new->id);"
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Line exceeds maximum limit of 180 characters; contains 197 characters
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) This comment is 82% valid code; is this commented out code?
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) No space found before comment text; expected "// var_dump(file_get_draft_area_info($array["itemid"]));" but found "//var_dump(file_get_draft_area_info($array["itemid"]));"
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Whitespace found at end of line
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line exceeds 132 characters; contains 146 characters
(#236) This comment is 62% valid code; is this commented out code?
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Line indented incorrectly; expected at least 12 spaces, found 3
(#236) No space found before comment text; expected "// file_prepare_draft_area($data->itemid, get_context_instance(CONTEXT_USER, $USER->id)->id, 'block_exaport', 'personal_information', $new->id);" but found "//file_prepare_draft_area($data->itemid, get_context_instance(CONTEXT_USER, $USER->id)->id, 'block_exaport', 'personal_information', $new->id);"
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) This comment is 70% valid code; is this commented out code?
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#237) No space found before comment text; expected "// var_dump(file_get_draft_area_info($data->itemid));" but found "//var_dump(file_get_draft_area_info($data->itemid));"
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#238) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Whitespace found at end of line
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Whitespace found at end of line
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 3
(#243) Commas (,) must be followed by white space.
(#243) Expected 1 space before "=>"; 0 found
(#243) Expected 1 space after "=>"; 0 found
(#249) Variable "unzip_dir" must not contain underscores.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) This comment is 56% valid code; is this commented out code?
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) No space found before comment text; expected "// $content = create_image($content);" but found "//$content = create_image($content);"
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) This comment is 56% valid code; is this commented out code?
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) No space found before comment text; expected "// $images = get_image_url($content);" but found "//$images = get_image_url($content);"
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Whitespace found at end of line
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) This comment is 78% valid code; is this commented out code?
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) No space found before comment text; expected "// foreach($images as $image){" but found "//foreach($images as $image){"
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) This comment is 75% valid code; is this commented out code?
(#258) Line indented incorrectly; expected at least 4 spaces, found 2
(#258) No space found before comment text; expected "// import_user_image($unzip_dir, $image);" but found "//import_user_image($unzip_dir, $image);"
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) This comment is 100% valid code; is this commented out code?
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) No space found before comment text; expected "// }" but found "//}"
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Whitespace found at end of line
(#261) Variable "startDesc" must be all lower-case
(#262) Variable "startDesc" must be all lower-case
(#262) Expected 1 space before "+="; 0 found
(#262) Expected 1 space after "+="; 0 found
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Whitespace found at end of line
(#264) Variable "endDesc" must be all lower-case
(#264) Variable "startDesc" must be all lower-case
(#265) Expected 1 space before "=>"; 0 found
(#265) Expected 1 space after "=>"; 0 found
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) This comment is 52% valid code; is this commented out code?
(#268) Line indented incorrectly; expected at least 16 spaces, found 0
(#268) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#269) Variable "startDesc" must be all lower-case
(#269) Variable "endDesc" must be all lower-case
(#269) Variable "startDesc" must be all lower-case
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) This comment is 52% valid code; is this commented out code?
(#276) Line indented incorrectly; expected at least 16 spaces, found 0
(#276) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#277) Variable "startDesc" must be all lower-case
(#277) Variable "endDesc" must be all lower-case
(#277) Variable "startDesc" must be all lower-case
(#288) Variable "unzip_dir" must not contain underscores.
(#288) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#288) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#294) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 16 spaces, found 4
(#295) Expected "if (...) {\n"; found "if(...){\n"
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 20 spaces, found 5
(#296) Variable "unzip_dir" must not contain underscores.
(#296) Line exceeds 132 characters; contains 136 characters
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 16 spaces, found 4
(#297) Expected "} else {\n"; found "}else{\n"
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 20 spaces, found 5
(#298) Variable "unzip_dir" must not contain underscores.
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 16 spaces, found 4
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 12 spaces, found 5
(#300) Closing brace indented incorrectly; expected 12 spaces, found 5
(#302) Line exceeds maximum limit of 180 characters; contains 184 characters
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) This comment is 50% valid code; is this commented out code?
(#308) No space found before comment text; expected "// $newentry->pid = $previd;" but found "//$newentry->pid = $previd;"
(#314) Line exceeds maximum limit of 180 characters; contains 183 characters
(#318) Line exceeds maximum limit of 180 characters; contains 192 characters
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 24 spaces, found 6
(#330) Line exceeds maximum limit of 180 characters; contains 191 characters
(#332) Line indented incorrectly; expected 28 spaces, found 20
(#333) Line indented incorrectly; expected 24 spaces, found 16
(#334) Closing brace indented incorrectly; expected 5 spaces, found 12
(#337) Variable "unzip_dir" must not contain underscores.
(#341) Expected 1 space after closing parenthesis; found 0
(#342) Line indented incorrectly; expected at least 4 spaces, found 0
(#344) Line indented incorrectly; expected 4 spaces, found 0
(#344) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 8 spaces, found 1
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 8 spaces, found 1
(#346) Expected "if (...) {\n"; found "if(...){\n"
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 12 spaces, found 2
(#347) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 16 spaces, found 3
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 16 spaces, found 3
(#349) Expected 1 space before "=>"; 0 found
(#349) Expected 1 space after "=>"; 0 found
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 16 spaces, found 3
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 16 spaces, found 3
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 16 spaces, found 3
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 16 spaces, found 3
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 16 spaces, found 3
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 16 spaces, found 3
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 16 spaces, found 3
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 16 spaces, found 3
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected at least 16 spaces, found 3
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Whitespace found at end of line
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 16 spaces, found 3
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 16 spaces, found 3
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 16 spaces, found 3
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 16 spaces, found 3
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 16 spaces, found 3
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 16 spaces, found 3
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 16 spaces, found 3
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 12 spaces, found 2
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 8 spaces, found 1
(#369) Line indented incorrectly; expected 4 spaces, found 0
(#386) Whitespace found at end of line
(#387) Variable "unzip_dir" must not contain underscores.
(#387) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#387) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#389) Variable "filePath" must be all lower-case
(#389) Variable "unzip_dir" must not contain underscores.
(#390) Variable "filePath" must be all lower-case
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Whitespace found at end of line
(#391) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Whitespace found at end of line
(#393) Variable "startUrl" must be all lower-case
(#394) Variable "startDesc" must be all lower-case
(#395) Variable "startUrl" must be all lower-case
(#395) Expected 1 space before "+="; 0 found
(#395) Expected 1 space after "+="; 0 found
(#396) Variable "startDesc" must be all lower-case
(#396) Expected 1 space before "+="; 0 found
(#396) Expected 1 space after "+="; 0 found
(#397) Variable "endUrl" must be all lower-case
(#397) Variable "startUrl" must be all lower-case
(#398) Variable "endDesc" must be all lower-case
(#398) Variable "startDesc" must be all lower-case
(#403) Variable "startUrl" must be all lower-case
(#403) Variable "endUrl" must be all lower-case
(#403) Variable "startUrl" must be all lower-case
(#404) Variable "startDesc" must be all lower-case
(#404) Variable "endDesc" must be all lower-case
(#404) Variable "startDesc" must be all lower-case
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 16 spaces, found 4
(#410) Expected "if (...) {\n"; found "if(...){\t\n"
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#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 20 spaces, found 5
(#411) Variable "unzip_dir" must not contain underscores.
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 16 spaces, found 4
(#420) Variable "startUrl" must be all lower-case
(#421) Variable "startDesc" must be all lower-case
(#422) Variable "startUrl" must be all lower-case
(#422) Expected 1 space before "+="; 0 found
(#422) Expected 1 space after "+="; 0 found
(#423) Variable "startDesc" must be all lower-case
(#423) Expected 1 space before "+="; 0 found
(#423) Expected 1 space after "+="; 0 found
(#424) Variable "endUrl" must be all lower-case
(#424) Variable "startUrl" must be all lower-case
(#425) Variable "endDesc" must be all lower-case
(#425) Variable "startDesc" must be all lower-case
(#426) Variable "linkedFileName" must be all lower-case
(#426) Variable "startUrl" must be all lower-case
(#426) Variable "endUrl" must be all lower-case
(#426) Variable "startUrl" must be all lower-case
(#427) Variable "linkedFilePath" must be all lower-case
(#427) Variable "filePath" must be all lower-case
(#427) Variable "linkedFileName" must be all lower-case
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Whitespace found at end of line
(#429) Variable "linkedFilePath" must be all lower-case
(#434) Variable "startDesc" must be all lower-case
(#434) Variable "endDesc" must be all lower-case
(#434) Variable "startDesc" must be all lower-case
(#438) Inline comments must start with a capital letter, digit or 3-dots sequence
(#439) Inline comments must end in full-stops, exclamation marks, or question marks
(#439) This comment is 64% valid code; is this commented out code?
(#439) No space found before comment text; expected "// $new->url = str_replace($CFG->wwwroot, "", $_SERVER["HTTP_REFERER"]);" but found "//$new->url = str_replace($CFG->wwwroot, "", $_SERVER["HTTP_REFERER"]);"
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 20 spaces, found 5
(#442) Expected "if (...) {\n"; found "if(...){\n"
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 24 spaces, found 6
(#443) Variable "unzip_dir" must not contain underscores.
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 20 spaces, found 5
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 20 spaces, found 5
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Line indented incorrectly; expected at least 20 spaces, found 5
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 20 spaces, found 5
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) This comment is 53% valid code; is this commented out code?
(#449) Line indented incorrectly; expected at least 20 spaces, found 6
(#449) No space found before comment text; expected "// 'contextid' => get_context_instance(CONTEXT_USER, $USER->id)->id, // ID of context" but found "//'contextid' => get_context_instance(CONTEXT_USER, $USER->id)->id, // ID of context"
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 20 spaces, found 6
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 6
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 20 spaces, found 6
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 20 spaces, found 6
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 20 spaces, found 6
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 20 spaces, found 6
(#455) Variable "linkedFileName" must be all lower-case
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 20 spaces, found 6
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#458) Line indented incorrectly; expected at least 20 spaces, found 5
(#458) No space found before comment text; expected "// eindeutige itemid generieren" but found "//eindeutige itemid generieren"
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 20 spaces, found 5
(#459) Variable "linkedFilePath" must be all lower-case
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 24 spaces, found 6
(#460) Commas (,) must be followed by white space.
(#460) Expected 1 space before "=>"; 0 found
(#460) Expected 1 space after "=>"; 0 found
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 24 spaces, found 6
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 20 spaces, found 5
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 24 spaces, found 6
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 20 spaces, found 5
(#469) Variable "linkedFileName" must be all lower-case
(#469) Line exceeds 132 characters; contains 146 characters
(#474) Variable "startDesc" must be all lower-case
(#475) Variable "startDesc" must be all lower-case
(#475) Expected 1 space before "+="; 0 found
(#475) Expected 1 space after "+="; 0 found
(#476) Variable "endDesc" must be all lower-case
(#476) Variable "startDesc" must be all lower-case
(#481) Variable "startDesc" must be all lower-case
(#481) Variable "endDesc" must be all lower-case
(#481) Variable "startDesc" must be all lower-case
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected 16 spaces, found 4
(#487) Expected "if (...) {\n"; found "if(...){\t\n"
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Whitespace found at end of line
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 20 spaces, found 5
(#488) Variable "unzip_dir" must not contain underscores.
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 16 spaces, found 4
(#503) Commas (,) must be followed by white space.
(#506) Variable "startAuthor" must be all lower-case
(#507) Variable "startTime" must be all lower-case
(#508) Variable "startContent" must be all lower-case
(#509) Variable "startAuthor" must be all lower-case
(#509) Expected 1 space before "+="; 0 found
(#509) Expected 1 space after "+="; 0 found
(#510) Variable "startTime" must be all lower-case
(#510) Expected 1 space before "+="; 0 found
(#510) Expected 1 space after "+="; 0 found
(#511) Variable "startContent" must be all lower-case
(#511) Expected 1 space before "+="; 0 found
(#511) Expected 1 space after "+="; 0 found
(#513) Variable "endAuthor" must be all lower-case
(#513) Variable "startAuthor" must be all lower-case
(#514) Variable "endTime" must be all lower-case
(#514) Variable "startTime" must be all lower-case
(#515) Variable "endContent" must be all lower-case
(#515) Variable "startContent" must be all lower-case
(#517) Variable "commentAuthor" must be all lower-case
(#517) Variable "startAuthor" must be all lower-case
(#517) Variable "endAuthor" must be all lower-case
(#517) Variable "startAuthor" must be all lower-case
(#518) Variable "commentTime" must be all lower-case
(#518) Variable "startTime" must be all lower-case
(#518) Variable "endTime" must be all lower-case
(#518) Variable "startTime" must be all lower-case
(#519) Variable "commentContent" must be all lower-case
(#519) Variable "startContent" must be all lower-case
(#519) Variable "endContent" must be all lower-case
(#519) Variable "startContent" must be all lower-case
(#521) Variable "commentAuthor" must be all lower-case
(#521) Variable "commentTime" must be all lower-case
(#521) Variable "commentContent" must be all lower-case
(#521) Line exceeds 132 characters; contains 163 characters
(#532) Line exceeds 132 characters; contains 139 characters
(#542) Variable "lastPart" must be all lower-case
(#543) Variable "firstPart" must be all lower-case
(#547) Variable "firstPart" must be all lower-case
(#547) Variable "lastPart" must be all lower-case
blocks/exaport/import_moodle.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Commas (,) must be followed by white space.
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) Expected 1 space before "="; 0 found
(#32) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected "if (...) {\n"; found "if (...){\n"
(#50) Expected 1 space before "=="; 0 found
(#50) Expected 1 space after "=="; 0 found
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Line exceeds 132 characters; contains 136 characters
(#57) Expected "} else {\n"; found "}else{\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) Line exceeds 132 characters; contains 154 characters
(#65) Line exceeds 132 characters; contains 167 characters
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) This comment is 50% valid code; is this commented out code?
(#77) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_MODULE, $cm->id);" but found "//$context = get_context_instance(CONTEXT_MODULE, $cm->id);"
(#81) This comment is 48% valid code; is this commented out code?
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Line indented incorrectly; expected at least 8 spaces, found 0
(#82) Line indented incorrectly; expected at least 8 spaces, found 0
(#83) Line indented incorrectly; expected at least 8 spaces, found 0
(#83) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#84) Line indented incorrectly; expected at least 8 spaces, found 0
(#84) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#85) Line indented incorrectly; expected at least 8 spaces, found 0
(#85) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#86) Line exceeds 132 characters; contains 149 characters
(#86) Line indented incorrectly; expected at least 8 spaces, found 0
(#86) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#87) Line indented incorrectly; expected at least 8 spaces, found 0
(#88) Line indented incorrectly; expected at least 8 spaces, found 0
(#88) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Line indented incorrectly; expected at least 8 spaces, found 0
(#89) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#95) Expected 1 space after "="; 2 found
(#95) Commas (,) must be followed by white space.
(#98) Inline control structures are not allowed
(#100) Whitespace found at end of line
(#101) Line exceeds 132 characters; contains 159 characters
(#103) Line exceeds maximum limit of 180 characters; contains 286 characters
(#106) Line exceeds maximum limit of 180 characters; contains 195 characters
(#108) Whitespace found at end of line
(#110) Whitespace found at end of line
(#111) Whitespace found at end of line
blocks/exaport/import_moodle_add_file.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Commas (,) must be followed by white space.
(#28) "require_once" must be immediately followed by an open parenthesis
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#43) Variable "checked_file" must not contain underscores.
(#71) Variable "checked_file" must not contain underscores.
(#71) Commas (,) must be followed by white space.
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// ?userid='.$existing->userid;" but found "//?userid='.$existing->userid;"
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) This comment is 67% valid code; is this commented out code?
(#85) No space found before comment text; expected "// 'index.php?userid='.$USER->id;" but found "//'index.php?userid='.$USER->id;"
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) This comment is 80% valid code; is this commented out code?
(#101) No space found before comment text; expected "// blog_print_entry($existing);" but found "//blog_print_entry($existing);"
(#103) Line exceeds 132 characters; contains 145 characters
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Inline control structures are not allowed
(#112) Expected 1 space before "=="; 0 found
(#112) Expected 1 space after "=="; 0 found
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#120) Variable "checked_file" must not contain underscores.
(#122) Inline control structures are not allowed
(#123) Inline control structures are not allowed
(#123) Expected 1 space after "="; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Line exceeds 132 characters; contains 145 characters
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) This comment is 75% valid code; is this commented out code?
(#133) No space found before comment text; expected "// no_submit_button_actions($exteditform, $sitecontext);" but found "//no_submit_button_actions($exteditform, $sitecontext);"
(#137) Variable "checked_file" must not contain underscores.
(#152) Variable "strAction" must be all lower-case
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Variable "checked_file" must not contain underscores.
(#160) Variable "strAction" must be all lower-case
(#176) Variable "checked_file" must not contain underscores.
(#176) Variable "checked_file" must not contain underscores.
(#176) Line exceeds maximum limit of 180 characters; contains 248 characters
(#193) Whitespace found at end of line
(#195) Line exceeds 132 characters; contains 152 characters
(#204) Variable "checked_file" must not contain underscores.
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 4 spaces, found 1
(#212) Variable "checked_file" must not contain underscores.
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#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 1
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Line exceeds 132 characters; contains 155 characters
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Variable "checked_file" must not contain underscores.
(#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 1
(#235) Expected "if (...) {\n"; found "if(...) { \n"
(#235) Whitespace found at end of line
(#237) No space found before comment text; expected "// Kompetenzen checken und erneut speichern" but found "//Kompetenzen checken und erneut speichern"
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) No space found before comment text; expected "// TODO Test if missing activitytype = 1 has influence" but found "//TODO Test if missing activitytype = 1 has influence"
(#239) Commas (,) must be followed by white space.
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#240) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Line exceeds maximum limit of 180 characters; contains 200 characters
(#250) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#254) Line exceeds 132 characters; contains 156 characters
(#261) Commas (,) must be followed by white space.
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 2
(#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 8 spaces, found 3
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Whitespace found at end of line
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 9
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 8 spaces, found 5
(#272) Closing brace indented incorrectly; expected 3 spaces, found 5
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 4 spaces, found 2
(#274) Expected "} else {\n"; found "}else{\n"
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 8 spaces, found 5
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Whitespace found at end of line
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 9
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 8 spaces, found 5
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 4 spaces, found 3
(#282) Closing brace indented incorrectly; expected 2 spaces, found 3
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) This comment is 50% valid code; is this commented out code?
(#288) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_MODULE, $cm->id);" but found "//$context = get_context_instance(CONTEXT_MODULE, $cm->id);"
(#293) Variable "actFile" must be all lower-case
(#295) Variable "actFile" 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 16 spaces, found 4
(#296) Variable "actFile" must be all lower-case
blocks/exaport/inc.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) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#3) Line 2 of the opening comment must start "//".
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) "require_once" must be immediately followed by an open parenthesis
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) "require_once" must be immediately followed by an open parenthesis
blocks/exaport/item.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#61) Variable "allowEdit" must be all lower-case
(#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 65% valid code; is this commented out code?
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) "require_once" must be immediately followed by an open parenthesis
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#68) Variable "owner_id" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 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
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Variable "owner_id" must not contain underscores.
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Variable "source_item" must not contain underscores.
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#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) Variable "source_item" must not contain underscores.
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 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 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Variable "newitem_id" must not contain underscores.
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Expected 1 space before "=="; 0 found
(#88) Expected 1 space after "=="; 0 found
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#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 3
(#92) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 3
(#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 11 spaces, found 2
(#94) Variable "owner_id" must not contain underscores.
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 11 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 11 spaces, found 2
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 11 spaces, found 2
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 15 spaces, found 3
(#98) Variable "newfile_params" must not contain underscores.
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 15 spaces, found 4
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 15 spaces, found 4
(#100) Variable "newitem_id" must not contain underscores.
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 15 spaces, found 4
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 24 spaces, found 4
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 24 spaces, found 3
(#103) Variable "newfile_params" must not contain underscores.
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#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
(#107) Variable "owner_id" must not contain underscores.
(#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
(#109) Whitespace found at end of line
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 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
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline control structures are not allowed
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// get competences from item if editing" but found "//get competences from item if editing"
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) 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) 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
(#137) Inline control structures are not allowed
(#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 at least 4 spaces, found 1
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 4 spaces, found 1
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Inline control structures are not allowed
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 2
(#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
(#149) Variable "allowEdit" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 1
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Line exceeds 132 characters; contains 176 characters
(#157) Line exceeds 132 characters; contains 176 characters
(#157) Line exceeds 132 characters; contains 176 characters
(#157) Line exceeds 132 characters; contains 176 characters
(#157) Line exceeds 132 characters; contains 176 characters
(#157) Line exceeds 132 characters; contains 176 characters
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) This comment is 80% valid code; is this commented out code?
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) No space found before comment text; expected "// blog_print_entry($existing);" but found "//blog_print_entry($existing);"
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line exceeds 132 characters; contains 142 characters
(#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) This comment is 67% valid code; is this commented out code?
(#164) Line exceeds 132 characters; contains 142 characters
(#164) Line exceeds 132 characters; contains 142 characters
(#164) Line exceeds 132 characters; contains 142 characters
(#164) Line exceeds 132 characters; contains 142 characters
(#164) Line exceeds 132 characters; contains 142 characters
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) No space found before comment text; expected "// notice_yesno(get_string("delete".$type."confirm", "block_exaport"), 'item.php', 'view_items.php', $optionsyes, $optionsno, 'post', 'get');" but found "//notice_yesno(get_string("delete".$type."confirm", "block_exaport"), 'item.php', 'view_items.php', $optionsyes, $optionsno, 'post', 'get');"
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Line exceeds 132 characters; contains 170 characters
(#165) Line exceeds 132 characters; contains 170 characters
(#165) Line exceeds 132 characters; contains 170 characters
(#165) Line exceeds 132 characters; contains 170 characters
(#165) Line exceeds 132 characters; contains 170 characters
(#165) Line exceeds 132 characters; contains 170 characters
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 4 spaces, found 1
(#172) Variable "allowEdit" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 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 4 spaces, found 1
(#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) 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 4 spaces, found 1
(#179) Variable "targetCategory" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 4 spaces, found 1
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 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 4 spaces, found 2
(#185) Variable "targetCategory" must be all lower-case
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 1
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#196) Variable "useTextarea" must be all lower-case
(#197) Inline control structures are not allowed
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Variable "useTextarea" must be all lower-case
(#200) Expected 1 space before "=>"; 0 found
(#200) Expected 1 space after "=>"; 0 found
(#200) Variable "useTextarea" must be all lower-case
(#200) Variable "allowEdit" must be all lower-case
(#200) Line exceeds maximum limit of 180 characters; contains 276 characters
(#200) Line exceeds maximum limit of 180 characters; contains 276 characters
(#200) Line exceeds maximum limit of 180 characters; contains 276 characters
(#200) Line exceeds maximum limit of 180 characters; contains 276 characters
(#200) Line exceeds maximum limit of 180 characters; contains 276 characters
(#200) Line exceeds maximum limit of 180 characters; contains 276 characters
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) This comment is 75% valid code; is this commented out code?
(#206) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) No space found before comment text; expected "// no_submit_button_actions($editform, $sitecontext);" but found "//no_submit_button_actions($editform, $sitecontext);"
(#207) Variable "allowEdit" 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 4 spaces, found 1
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 8 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Variable "useTextarea" must be all lower-case
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 8 spaces, found 2
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 12 spaces, found 3
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 16 spaces, found 4
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 12 spaces, found 3
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 12 spaces, found 3
(#222) Variable "useTextarea" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 8 spaces, found 2
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 3
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Variable "strAction" must be all lower-case
(#233) Variable "extra_content" must not contain underscores.
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Variable "allowEdit" must be all lower-case
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 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 8 spaces, found 2
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 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 at least 8 spaces, found 2
(#245) Variable "strAction" must be all lower-case
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 8 spaces, found 2
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 2
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 8 spaces, found 2
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 2
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 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 at least 8 spaces, found 2
(#263) Inline control structures are not allowed
(#263) Variable "useTextarea" must be all lower-case
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 3
(#264) Line exceeds 132 characters; contains 154 characters
(#264) Line exceeds 132 characters; contains 154 characters
(#264) Line exceeds 132 characters; contains 154 characters
(#264) Line exceeds 132 characters; contains 154 characters
(#264) Line exceeds 132 characters; contains 154 characters
(#264) Line exceeds 132 characters; contains 154 characters
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Variable "strAction" must be all lower-case
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 8 spaces, found 2
(#268) Empty IF statement detected
(#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 8 spaces, found 2
(#270) Usage of ELSEIF not allowed; use ELSE IF instead
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 12 spaces, found 3
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 16 spaces, found 4
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 16 spaces, found 4
(#274) Variable "extra_content" must not contain underscores.
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 16 spaces, found 4
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 20 spaces, found 5
(#276) Variable "extra_content" 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 16 spaces, found 4
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 20 spaces, found 5
(#278) Variable "extra_content" must not contain underscores.
(#278) Line exceeds 132 characters; contains 133 characters
(#278) Line exceeds 132 characters; contains 133 characters
(#278) Line exceeds 132 characters; contains 133 characters
(#278) Line exceeds 132 characters; contains 133 characters
(#278) Line exceeds 132 characters; contains 133 characters
(#278) Line exceeds 132 characters; contains 133 characters
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 16 spaces, found 4
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 16 spaces, found 4
(#280) Variable "extra_content" must not contain underscores.
(#281) Whitespace found at end of line
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Line exceeds 132 characters; contains 156 characters
(#286) Line exceeds 132 characters; contains 156 characters
(#286) Line exceeds 132 characters; contains 156 characters
(#286) Line exceeds 132 characters; contains 156 characters
(#286) Line exceeds 132 characters; contains 156 characters
(#286) Line exceeds 132 characters; contains 156 characters
(#286) Whitespace found at end of line
(#287) Whitespace found at end of line
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 12 spaces, found 3
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Whitespace found at end of line
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 12 spaces, found 3
(#290) Variable "extra_content" must not contain underscores.
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 16 spaces, found 4
(#291) Variable "extra_content" 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 12 spaces, found 3
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 8 spaces, found 2
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Whitespace found at end of line
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Whitespace found at end of line
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Whitespace found at end of line
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 1
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Inline control structures are not allowed
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 4 spaces, found 2
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 4 spaces, found 1
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 4 spaces, found 1
(#328) Spaces must be used for alignment; tabs are not allowed
(#329) Spaces must be used for alignment; tabs are not allowed
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Line indented incorrectly; expected 4 spaces, found 3
(#331) Spaces must be used for alignment; tabs are not allowed
(#333) Spaces must be used for alignment; tabs are not allowed
(#334) Spaces must be used for alignment; tabs are not allowed
(#335) Spaces must be used for alignment; tabs are not allowed
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Line indented incorrectly; expected 4 spaces, found 2
(#338) Spaces must be used for alignment; tabs are not allowed
(#343) Spaces must be used for alignment; tabs are not allowed
(#344) Spaces must be used for alignment; tabs are not allowed
(#345) Spaces must be used for alignment; tabs are not allowed
(#346) Spaces must be used for alignment; tabs are not allowed
(#353) Variable "extra_content" must not contain underscores.
(#361) Variable "useTextarea" must be all lower-case
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 4 spaces, found 1
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 4 spaces, found 1
(#365) Variable "useTextarea" must be all lower-case
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 8 spaces, found 2
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 8 spaces, found 2
(#367) Line exceeds 132 characters; contains 156 characters
(#367) Line exceeds 132 characters; contains 156 characters
(#367) Line exceeds 132 characters; contains 156 characters
(#367) Line exceeds 132 characters; contains 156 characters
(#367) Line exceeds 132 characters; contains 156 characters
(#367) Line exceeds 132 characters; contains 156 characters
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 4 spaces, found 1
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Whitespace found at end of line
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 4 spaces, found 1
(#370) Expected "if (...) {\n"; found "if(...){\n"
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 8 spaces, found 2
(#371) Inline control structures are not allowed
(#371) Expected 1 space before "=="; 0 found
(#371) Expected 1 space after "=="; 0 found
(#371) Expected 1 space before "="; 0 found
(#371) Expected 1 space after "="; 0 found
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#372) Inline control structures are not allowed
(#372) Commas (,) must be followed by white space.
(#372) Commas (,) must be followed by white space.
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#374) Whitespace found at end of line
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 8 spaces, found 2
(#379) Variable "upload_filesizes" must not contain underscores.
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected 8 spaces, found 2
(#380) Variable "upload_filesizes" must not contain underscores.
(#380) Line exceeds 132 characters; contains 135 characters
(#380) Line exceeds 132 characters; contains 135 characters
(#380) Line exceeds 132 characters; contains 135 characters
(#380) Line exceeds 132 characters; contains 135 characters
(#380) Line exceeds 132 characters; contains 135 characters
(#380) Line exceeds 132 characters; contains 135 characters
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 12 spaces, found 3
(#381) Line exceeds 132 characters; contains 160 characters
(#381) Line exceeds 132 characters; contains 160 characters
(#381) Line exceeds 132 characters; contains 160 characters
(#381) Line exceeds 132 characters; contains 160 characters
(#381) Line exceeds 132 characters; contains 160 characters
(#381) Line exceeds 132 characters; contains 160 characters
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 8 spaces, found 2
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#385) Line indented incorrectly; expected at least 4 spaces, found 1
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Line indented incorrectly; expected at least 4 spaces, found 1
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 4 spaces, found 1
(#387) Variable "upload_filesizes" must not contain underscores.
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 4 spaces, found 1
(#388) Variable "upload_filesizes" must not contain underscores.
(#388) Line exceeds 132 characters; contains 138 characters
(#388) Line exceeds 132 characters; contains 138 characters
(#388) Line exceeds 132 characters; contains 138 characters
(#388) Line exceeds 132 characters; contains 138 characters
(#388) Line exceeds 132 characters; contains 138 characters
(#388) Line exceeds 132 characters; contains 138 characters
(#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) Line exceeds 132 characters; contains 167 characters
(#389) Line exceeds 132 characters; contains 167 characters
(#389) Line exceeds 132 characters; contains 167 characters
(#389) Line exceeds 132 characters; contains 167 characters
(#389) Line exceeds 132 characters; contains 167 characters
(#389) Line exceeds 132 characters; contains 167 characters
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 4 spaces, found 1
(#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 4 spaces, found 1
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 8 spaces, found 2
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#393) Line exceeds 132 characters; contains 142 characters
(#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
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 8 spaces, found 2
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 4 spaces, found 1
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 4 spaces, found 1
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 4 spaces, found 1
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 8 spaces, found 2
(#400) Line exceeds 132 characters; contains 134 characters
(#400) Line exceeds 132 characters; contains 134 characters
(#400) Line exceeds 132 characters; contains 134 characters
(#400) Line exceeds 132 characters; contains 134 characters
(#400) Line exceeds 132 characters; contains 134 characters
(#400) Line exceeds 132 characters; contains 134 characters
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 8 spaces, found 2
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 8 spaces, found 2
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 12 spaces, found 3
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 12 spaces, found 3
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected 12 spaces, found 3
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 16 spaces, found 4
(#407) Inline control structures are not allowed
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 16 spaces, found 5
(#408) Line exceeds maximum limit of 180 characters; contains 198 characters
(#408) Line exceeds maximum limit of 180 characters; contains 198 characters
(#408) Line exceeds maximum limit of 180 characters; contains 198 characters
(#408) Line exceeds maximum limit of 180 characters; contains 198 characters
(#408) Line exceeds maximum limit of 180 characters; contains 198 characters
(#408) Line exceeds maximum limit of 180 characters; contains 198 characters
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 16 spaces, found 4
(#409) Line exceeds maximum limit of 180 characters; contains 190 characters
(#409) Line exceeds maximum limit of 180 characters; contains 190 characters
(#409) Line exceeds maximum limit of 180 characters; contains 190 characters
(#409) Line exceeds maximum limit of 180 characters; contains 190 characters
(#409) Line exceeds maximum limit of 180 characters; contains 190 characters
(#409) Line exceeds maximum limit of 180 characters; contains 190 characters
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 12 spaces, found 3
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected 8 spaces, found 2
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 4 spaces, found 1
(#418) Variable "useTextarea" must be all lower-case
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 4 spaces, found 1
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 4 spaces, found 1
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 4 spaces, found 1
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 4 spaces, found 1
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 4 spaces, found 1
(#424) Inline control structures are not allowed
(#424) Variable "useTextarea" must be all lower-case
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 4 spaces, found 2
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Whitespace found at end of line
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 4 spaces, found 1
(#427) Expected "if (...) {\n"; found "if(...){\n"
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 8 spaces, found 2
(#428) Inline control structures are not allowed
(#428) Expected 1 space before "=="; 0 found
(#428) Expected 1 space after "=="; 0 found
(#428) Expected 1 space before "="; 0 found
(#428) Expected 1 space after "="; 0 found
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 8 spaces, found 2
(#429) Inline control structures are not allowed
(#429) Commas (,) must be followed by white space.
(#429) Commas (,) must be followed by white space.
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 4 spaces, found 1
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 4 spaces, found 1
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 4 spaces, found 1
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 8 spaces, found 2
(#433) Variable "useTextarea" must be all lower-case
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 12 spaces, found 3
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 12 spaces, found 3
(#435) Line exceeds 132 characters; contains 157 characters
(#435) Line exceeds 132 characters; contains 157 characters
(#435) Line exceeds 132 characters; contains 157 characters
(#435) Line exceeds 132 characters; contains 157 characters
(#435) Line exceeds 132 characters; contains 157 characters
(#435) Line exceeds 132 characters; contains 157 characters
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 12 spaces, found 3
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 8 spaces, found 2
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected 8 spaces, found 2
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) Line indented incorrectly; expected at least 12 spaces, found 3
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) Line indented incorrectly; expected at least 12 spaces, found 3
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 12 spaces, found 3
(#443) Variable "upload_filesizes" must not contain underscores.
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 12 spaces, found 3
(#444) Variable "upload_filesizes" must not contain underscores.
(#444) Line exceeds 132 characters; contains 136 characters
(#444) Line exceeds 132 characters; contains 136 characters
(#444) Line exceeds 132 characters; contains 136 characters
(#444) Line exceeds 132 characters; contains 136 characters
(#444) Line exceeds 132 characters; contains 136 characters
(#444) Line exceeds 132 characters; contains 136 characters
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 16 spaces, found 4
(#445) Line exceeds 132 characters; contains 161 characters
(#445) Line exceeds 132 characters; contains 161 characters
(#445) Line exceeds 132 characters; contains 161 characters
(#445) Line exceeds 132 characters; contains 161 characters
(#445) Line exceeds 132 characters; contains 161 characters
(#445) Line exceeds 132 characters; contains 161 characters
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 12 spaces, found 3
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 8 spaces, found 2
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Whitespace found at end of line
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 8 spaces, found 2
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Line indented incorrectly; expected at least 12 spaces, found 3
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 12 spaces, found 3
(#452) Variable "upload_filesizes" must not contain underscores.
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 12 spaces, found 3
(#453) Variable "upload_filesizes" must not contain underscores.
(#453) Line exceeds 132 characters; contains 140 characters
(#453) Line exceeds 132 characters; contains 140 characters
(#453) Line exceeds 132 characters; contains 140 characters
(#453) Line exceeds 132 characters; contains 140 characters
(#453) Line exceeds 132 characters; contains 140 characters
(#453) Line exceeds 132 characters; contains 140 characters
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 16 spaces, found 4
(#454) Line exceeds 132 characters; contains 169 characters
(#454) Line exceeds 132 characters; contains 169 characters
(#454) Line exceeds 132 characters; contains 169 characters
(#454) Line exceeds 132 characters; contains 169 characters
(#454) Line exceeds 132 characters; contains 169 characters
(#454) Line exceeds 132 characters; contains 169 characters
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected 12 spaces, found 3
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 8 spaces, found 2
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Whitespace found at end of line
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 8 spaces, found 2
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 8 spaces, found 2
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 12 spaces, found 3
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 12 spaces, found 3
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 12 spaces, found 3
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 16 spaces, found 4
(#464) Inline control structures are not allowed
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 16 spaces, found 5
(#465) Line exceeds maximum limit of 180 characters; contains 198 characters
(#465) Line exceeds maximum limit of 180 characters; contains 198 characters
(#465) Line exceeds maximum limit of 180 characters; contains 198 characters
(#465) Line exceeds maximum limit of 180 characters; contains 198 characters
(#465) Line exceeds maximum limit of 180 characters; contains 198 characters
(#465) Line exceeds maximum limit of 180 characters; contains 198 characters
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 16 spaces, found 4
(#466) Line exceeds maximum limit of 180 characters; contains 190 characters
(#466) Line exceeds maximum limit of 180 characters; contains 190 characters
(#466) Line exceeds maximum limit of 180 characters; contains 190 characters
(#466) Line exceeds maximum limit of 180 characters; contains 190 characters
(#466) Line exceeds maximum limit of 180 characters; contains 190 characters
(#466) Line exceeds maximum limit of 180 characters; contains 190 characters
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 12 spaces, found 3
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 8 spaces, found 2
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 8 spaces, found 2
(#469) Line exceeds 132 characters; contains 138 characters
(#469) Line exceeds 132 characters; contains 138 characters
(#469) Line exceeds 132 characters; contains 138 characters
(#469) Line exceeds 132 characters; contains 138 characters
(#469) Line exceeds 132 characters; contains 138 characters
(#469) Line exceeds 132 characters; contains 138 characters
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected 4 spaces, found 1
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 8 spaces, found 2
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 4 spaces, found 1
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 4 spaces, found 1
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Inline comments must start with a capital letter, digit or 3-dots sequence
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) Line indented incorrectly; expected at least 4 spaces, found 1
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 4 spaces, found 1
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 4 spaces, found 1
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 4 spaces, found 1
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 4 spaces, found 1
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 4 spaces, found 1
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 8 spaces, found 2
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 8 spaces, found 2
(#491) Line exceeds 132 characters; contains 134 characters
(#491) Line exceeds 132 characters; contains 134 characters
(#491) Line exceeds 132 characters; contains 134 characters
(#491) Line exceeds 132 characters; contains 134 characters
(#491) Line exceeds 132 characters; contains 134 characters
(#491) Line exceeds 132 characters; contains 134 characters
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 8 spaces, found 2
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 4 spaces, found 1
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Whitespace found at end of line
(#494) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Whitespace found at end of line
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 4 spaces, found 1
(#496) Line exceeds 132 characters; contains 149 characters
(#496) Line exceeds 132 characters; contains 149 characters
(#496) Line exceeds 132 characters; contains 149 characters
(#496) Line exceeds 132 characters; contains 149 characters
(#496) Line exceeds 132 characters; contains 149 characters
(#496) Line exceeds 132 characters; contains 149 characters
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected 4 spaces, found 1
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 8 spaces, found 2
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 4 spaces, found 1
blocks/exaport/item_thumb.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "require_once" must be immediately followed by an open parenthesis
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) Variable "item_id" must not contain underscores.
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) This comment is 75% valid code; is this commented out code?
(#8) No space found before comment text; expected "// require_login(0, true);" but found "//require_login(0, true);"
(#11) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Variable "item_id" must not contain underscores.
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Expected 1 space before "=>"; 0 found
(#16) Expected 1 space after "=>"; 0 found
(#16) Variable "item_id" must not contain underscores.
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#18) Variable "item_id" must not contain underscores.
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Variable "view_id" must not contain underscores.
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) Variable "view_ownerid" must not contain underscores.
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#27) Variable "item_id" must not contain underscores.
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) Variable "view_ownerid" must not contain underscores.
(#28) Variable "item_id" must not contain underscores.
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Variable "view_ownerid" must not contain underscores.
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#33) Inline control structures are not allowed
(#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 100% valid code; is this commented out code?
(#34) No space found before comment text; expected "// exit;" but found "//exit;"
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Whitespace found at end of line
(#39) Variable "item_id" must not contain underscores.
(#40) Expected 1 space before ">"; 0 found
(#40) Expected 1 space after ">"; 0 found
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Variable "item_id" must not contain underscores.
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Inline control structures are not allowed
(#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 for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Variable "first_img" must not contain underscores.
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#74) Variable "first_img" must not contain underscores.
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space before "==="; 0 found
(#74) Expected 1 space after "==="; 0 found
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#75) Variable "first_img" must not contain underscores.
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Line indented incorrectly; expected at least 20 spaces, found 5
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Variable "first_img" must not contain underscores.
(#78) Variable "first_img" must not contain underscores.
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 4
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line indented incorrectly; expected at least 20 spaces, found 5
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 20 spaces, found 5
(#81) Variable "first_img" must not contain underscores.
(#81) Variable "first_img" must not contain underscores.
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 16 spaces, found 4
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Variable "first_img" must not contain underscores.
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 3
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Variable "first_img" must not contain underscores.
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 72% valid code; is this commented out code?
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) No space found before comment text; expected "// echo strlen($imgstr);" but found "//echo strlen($imgstr);"
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#90) Expected "if (...) {\n"; found "if (...){\n"
(#90) Expected 1 space before "<"; 0 found
(#90) Expected 1 space after "<"; 0 found
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 12 spaces, found 3
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
blocks/exaport/lang/ca/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Blank comments are not allowed
(#239) Whitespace found at end of line
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/cs/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#218) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#227) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#228) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#231) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#233) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#242) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#243) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#244) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#245) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#246) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#247) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#248) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#249) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#250) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#251) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#252) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#253) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#254) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#255) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#256) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#257) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#258) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#259) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#260) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#270) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
(#275) Variable "stringNotUsed" must be all lower-case
(#276) Variable "stringNotUsed" must be all lower-case
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) This comment is 67% valid code; is this commented out code?
(#326) No space found before comment text; expected "// $string['share'] = 'share';" but found "//$string['share'] = 'share';"
blocks/exaport/lang/de/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Blank comments are not allowed
(#244) Whitespace found at end of line
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Inline comments must start with a capital letter, digit or 3-dots sequence
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) No space found before comment text; expected "// settings" but found "//settings"
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#457) Variable "stringNotUsed" must be all lower-case
(#458) Variable "stringNotUsed" must be all lower-case
(#531) Expected "if (...) {\n"; found "if (...){\n"
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 4 spaces, found 1
(#532) "require" must be immediately followed by an open parenthesis
blocks/exaport/lang/de_du/block_exaport.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"
(#1) Whitespace found at end of line
(#27) "require" must be immediately followed by an open parenthesis
blocks/exaport/lang/el/block_exaport.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Expected 1 space after "<"; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#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
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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) Expected 1 space before "-"; 0 found
(#239) Expected 1 space after "-"; 0 found
(#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) 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) 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) 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) 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
(#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) 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) 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) 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) Expected 1 space before "*"; 0 found
(#327) Expected 1 space after "*"; 0 found
(#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) The use of goto labels is forbidden
(#330) Whitespace found at end of line within string
(#331) Whitespace found at end of line within string
(#332) Scope modifier not specified for member variable "$a"
(#332) Closing brace must be on a line by itself
(#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) 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) 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) 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
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Whitespace found at end of line
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Expected 1 space before "-"; newline found
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Expected 1 space before "-"; newline found
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Expected 1 space before "-"; newline found
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Expected 1 space before "-"; newline found
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Expected 1 space before "-"; newline found
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Expected 1 space before "-"; newline found
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Expected 1 space before "-"; newline found
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Expected 1 space before "-"; newline found
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Expected 1 space before "-"; newline found
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Expected 1 space before "-"; newline found
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Expected 1 space before "-"; newline found
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Expected 1 space before "-"; newline found
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Expected 1 space before "-"; newline found
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Expected 1 space before "-"; newline found
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Expected 1 space before "-"; newline found
(#394) Whitespace found at end of line within string
(#395) Whitespace found at end of line within string
(#396) Expected 1 space before "-"; 0 found
(#396) Expected 1 space after "-"; 0 found
(#396) The use of goto labels is forbidden
(#396) Whitespace found at end of line within string
(#397) Expected 1 space before "-"; 0 found
(#397) Expected 1 space after "-"; 0 found
(#397) Whitespace found at end of line within string
(#398) Expected 1 space before "-"; 0 found
(#398) Expected 1 space after "-"; 0 found
(#398) Whitespace found at end of line within string
(#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) Whitespace found at end of line within string
(#400) Expected 1 space before "-"; 0 found
(#400) Expected 1 space after "-"; 0 found
(#400) Whitespace found at end of line within string
(#401) Whitespace found at end of line within string
(#402) Whitespace found at end of line within string
(#403) Expected 1 space before "-"; 0 found
(#403) Expected 1 space after "-"; 0 found
(#403) Whitespace found at end of line within string
(#404) Whitespace found at end of line within string
(#405) Whitespace found at end of line within string
(#406) Expected 1 space before "-"; 0 found
(#406) Expected 1 space after "-"; 0 found
(#406) Whitespace found at end of line within string
(#407) Whitespace found at end of line within string
(#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
(#415) Whitespace found at end of line within string
(#416) Whitespace found at end of line within string
(#417) Expected 1 space after "<"; 0 found
(#417) Expected 1 space before "="; 0 found
(#417) Expected 1 space after "="; 0 found
(#417) Expected 1 space before ">"; 0 found
(#417) Expected 1 space after ">"; 0 found
(#417) Expected 1 space before "<"; 0 found
(#417) Expected 1 space after "<"; 0 found
(#417) Expected 1 space before "/"; 0 found
(#417) Expected 1 space after "/"; 0 found
(#417) Expected 1 space before ">"; 0 found
(#417) Expected 1 space after ">"; 0 found
(#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) Expected 1 space before "-"; 0 found
(#422) Expected 1 space after "-"; 0 found
(#422) Whitespace found at end of line within string
(#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) Expected 1 space before ">"; 0 found
(#423) The use of goto labels is forbidden
(#423) Expected 1 space after "<"; 0 found
(#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) 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) Expected 1 space before ">"; 0 found
(#423) Expected 1 space after ">"; 0 found
(#423) Whitespace found at end of line within string
(#424) Expected 1 space before "-"; 0 found
(#424) Expected 1 space after "-"; 0 found
(#424) Whitespace found at end of line within string
(#425) Expected 1 space before "-"; 0 found
(#425) Expected 1 space after "-"; 0 found
(#425) Expected 1 space before "<"; 0 found
(#425) Expected 1 space after "<"; 0 found
(#425) Expected 1 space before ">"; 0 found
(#425) The use of goto labels is forbidden
(#425) Expected 1 space after "<"; 0 found
(#425) Expected 1 space before "="; 0 found
(#425) Expected 1 space after "="; 0 found
(#425) Expected 1 space before ">"; 0 found
(#425) Expected 1 space after ">"; 0 found
(#425) Expected 1 space before "<"; 0 found
(#425) Expected 1 space after "<"; 0 found
(#425) Expected 1 space before "/"; 0 found
(#425) Expected 1 space after "/"; 0 found
(#425) Expected 1 space before ">"; 0 found
(#425) Expected 1 space after ">"; 0 found
(#425) Whitespace found at end of line within string
(#426) Whitespace found at end of line within string
(#427) Whitespace found at end of line within string
(#428) Expected 1 space after "?"; 0 found
(#428) Whitespace found at end of line within string
(#429) Whitespace found at end of line within string
(#430) Whitespace found at end of line within string
(#431) Expected 1 space before "<"; 0 found
(#431) Expected 1 space after "<"; 0 found
(#431) Expected 1 space before ">"; 0 found
(#431) Expected 1 space after ">"; 0 found
(#431) Expected 1 space before "<"; 0 found
(#431) Expected 1 space after "<"; 0 found
(#431) Expected 1 space before "/"; 0 found
(#431) Expected 1 space after "/"; 0 found
(#431) Expected 1 space before ">"; 0 found
(#431) Expected 1 space after ">"; 0 found
(#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) Expected 1 space before "?"; 0 found
(#438) Expected 1 space after "?"; 0 found
(#438) Whitespace found at end of line within string
(#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) Expected 1 space before "?"; 0 found
(#443) Expected 1 space after "?"; 0 found
(#443) Whitespace found at end of line within string
(#444) Whitespace found at end of line within string
(#445) Whitespace found at end of line within string
(#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) 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) 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) Whitespace found at end of line within string
(#466) Expected 1 space before "?"; 0 found
(#466) Expected 1 space after "?"; 0 found
(#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) 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) Expected 1 space before "?"; 0 found
(#473) Expected 1 space after "?"; 0 found
(#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) Expected 1 space before "?"; 0 found
(#477) Expected 1 space after "?"; 0 found
(#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) 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) 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) Whitespace found at end of line within string
(#499) Expected 1 space after "<"; 0 found
(#499) Expected 1 space before ">"; 0 found
(#499) Expected 1 space after ">"; newline found
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Expected 1 space after "<"; 0 found
(#500) Expected 1 space before "="; 0 found
(#500) Expected 1 space after "="; 0 found
(#500) Expected 1 space before "="; 0 found
(#500) Expected 1 space after "="; 0 found
(#500) Expected 1 space before ">"; 0 found
(#500) Expected 1 space after ">"; 0 found
(#500) Expected 1 space before "<"; 0 found
(#500) Expected 1 space after "<"; 0 found
(#500) Expected 1 space before "/"; 0 found
(#500) Expected 1 space after "/"; 0 found
(#500) Expected 1 space before ">"; 0 found
(#500) Expected 1 space after ">"; 0 found
(#500) Expected 1 space before "<"; 0 found
(#500) Expected 1 space after "<"; 0 found
(#500) Expected 1 space before ">"; 0 found
(#500) Expected 1 space after ">"; 0 found
(#500) Expected 1 space before "<"; 0 found
(#500) Expected 1 space after "<"; 0 found
(#500) Expected 1 space before ">"; 0 found
(#500) Expected 1 space after ">"; newline found
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Expected 1 space before ":"; 0 found
(#501) Expected 1 space after ":"; 0 found
(#501) Expected 1 space before "<"; 0 found
(#501) Expected 1 space after "<"; 0 found
(#501) Expected 1 space before ">"; 0 found
(#501) Expected 1 space after ">"; newline found
(#502) Spaces must be used to indent lines; tabs are not allowed
(#502) Tab found within whitespace
(#502) Expected 1 space before "<"; newline found
(#502) Expected 1 space after "<"; 0 found
(#502) Expected 1 space before ">"; 0 found
(#502) Expected 1 space after ">"; 0 found
(#502) Expected 1 space before "<"; 0 found
(#502) Expected 1 space after "<"; 0 found
(#502) Expected 1 space before ">"; 0 found
(#502) Expected 1 space after ">"; 0 found
(#502) Expected 1 space before "<"; 0 found
(#502) Expected 1 space after "<"; 0 found
(#502) Expected 1 space before "/"; 0 found
(#502) Expected 1 space after "/"; 0 found
(#502) Expected 1 space before ">"; 0 found
(#502) Expected 1 space after ">"; newline found
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Expected 1 space before "<"; newline found
(#503) Expected 1 space after "<"; 0 found
(#503) Expected 1 space before ">"; 0 found
(#503) Expected 1 space after ">"; 0 found
(#503) Expected 1 space before "-"; 0 found
(#503) Expected 1 space after "-"; 0 found
(#503) Expected 1 space before "<"; 0 found
(#503) Expected 1 space after "<"; 0 found
(#503) Expected 1 space before "/"; 0 found
(#503) Expected 1 space after "/"; 0 found
(#503) Expected 1 space before ">"; 0 found
(#503) Expected 1 space after ">"; newline found
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#504) Expected 1 space before "<"; newline found
(#504) Expected 1 space after "<"; 0 found
(#504) Expected 1 space before ">"; 0 found
(#504) Expected 1 space after ">"; 0 found
(#504) Expected 1 space before "<"; 0 found
(#504) Expected 1 space after "<"; 0 found
(#504) Expected 1 space before "/"; 0 found
(#504) Expected 1 space after "/"; 0 found
(#504) Expected 1 space before ">"; 0 found
(#504) Expected 1 space after ">"; newline found
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Expected 1 space before "<"; newline found
(#505) Expected 1 space after "<"; 0 found
(#505) Expected 1 space before ">"; 0 found
(#505) Expected 1 space after ">"; 0 found
(#505) Expected 1 space before "<"; 0 found
(#505) Expected 1 space after "<"; 0 found
(#505) Expected 1 space before "/"; 0 found
(#505) Expected 1 space after "/"; 0 found
(#505) Expected 1 space before ">"; 0 found
(#505) Expected 1 space after ">"; newline found
(#506) Spaces must be used to indent lines; tabs are not allowed
(#506) Tab found within whitespace
(#506) Expected 1 space before "<"; newline found
(#506) Expected 1 space after "<"; 0 found
(#506) Expected 1 space before ">"; 0 found
(#506) Expected 1 space after ">"; 0 found
(#506) Expected 1 space before "<"; 0 found
(#506) Expected 1 space after "<"; 0 found
(#506) Expected 1 space before "/"; 0 found
(#506) Expected 1 space after "/"; 0 found
(#506) Expected 1 space before ">"; 0 found
(#506) Expected 1 space after ">"; newline found
(#507) Spaces must be used to indent lines; tabs are not allowed
(#507) Tab found within whitespace
(#507) Expected 1 space before "<"; newline found
(#507) Expected 1 space after "<"; 0 found
(#507) Expected 1 space before ">"; 0 found
(#507) Expected 1 space after ">"; 0 found
(#507) Expected 1 space before ":"; 0 found
(#507) Expected 1 space before ":"; 0 found
(#507) The use of goto labels is forbidden
(#507) Expected 1 space before "<"; 0 found
(#507) Expected 1 space after "<"; 0 found
(#507) Expected 1 space before "/"; 0 found
(#507) Expected 1 space after "/"; 0 found
(#507) Expected 1 space before ">"; 0 found
(#507) Expected 1 space after ">"; newline found
(#508) Spaces must be used to indent lines; tabs are not allowed
(#508) Tab found within whitespace
(#508) Expected 1 space before "<"; newline found
(#508) Expected 1 space after "<"; 0 found
(#508) Expected 1 space before "/"; 0 found
(#508) Expected 1 space after "/"; 0 found
(#508) Expected 1 space before ">"; 0 found
(#508) Expected 1 space after ">"; 0 found
(#508) Whitespace found at end of line within string
(#509) Whitespace found at end of line within string
(#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) 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
(#517) Whitespace found at end of line within string
(#518) Whitespace found at end of line within string
(#519) Expected 1 space before "?"; 0 found
(#519) Expected 1 space after "?"; 0 found
(#519) Whitespace found at end of line within string
(#520) Expected 1 space before ":"; 0 found
(#520) Expected 1 space after ":"; 0 found
(#520) Whitespace found at end of line within string
(#521) Whitespace found at end of line within string
(#522) Whitespace found at end of line within string
(#523) Whitespace found at end of line within string
(#524) Whitespace found at end of line within string
(#525) Whitespace found at end of line within string
(#526) Whitespace found at end of line within string
(#527) Whitespace found at end of line within string
(#528) Whitespace found at end of line within string
(#529) Whitespace found at end of line within string
(#530) Whitespace found at end of line within string
(#531) Whitespace found at end of line within string
(#532) Whitespace found at end of line within string
(#533) Whitespace found at end of line within string
(#534) Whitespace found at end of line within string
(#535) Whitespace found at end of line within string
(#536) Whitespace found at end of line within string
(#537) Whitespace found at end of line within string
(#538) Expected 1 space before ":"; 0 found
(#538) Whitespace found at end of line within string
(#539) Whitespace found at end of line within string
(#540) Expected 1 space before "/"; 0 found
(#540) Expected 1 space after "/"; 0 found
(#540) Expected 1 space before "/"; 0 found
(#540) Expected 1 space after "/"; 0 found
(#540) Expected 1 space before "/"; 0 found
(#540) Expected 1 space after "/"; 0 found
(#540) Whitespace found at end of line within string
(#541) Expected 1 space before "/"; 0 found
(#541) Expected 1 space after "/"; 0 found
(#541) Expected 1 space before "/"; 0 found
(#541) Expected 1 space after "/"; 0 found
(#541) Expected 1 space before "/"; 0 found
(#541) Expected 1 space after "/"; 0 found
blocks/exaport/lang/en/block_exaport.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Whitespace found at end of line
(#144) Whitespace found at end of line
(#145) Whitespace found at end of line
(#147) Whitespace found at end of line
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Blank comments are not allowed
(#249) Whitespace found at end of line
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Whitespace found at end of line
(#354) 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
(#411) 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
(#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
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#557) Variable "stringNotUsed" must be all lower-case
(#564) Expected "if (...) {\n"; found "if (...){\n"
(#565) Spaces must be used to indent lines; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 4 spaces, found 1
(#565) "require" must be immediately followed by an open parenthesis
blocks/exaport/lang/es/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/eu/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#218) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#270) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
(#275) Variable "stringNotUsed" must be all lower-case
(#276) Variable "stringNotUsed" must be all lower-case
(#277) Variable "stringNotUsed" must be all lower-case
(#278) Variable "stringNotUsed" must be all lower-case
(#279) Variable "stringNotUsed" must be all lower-case
(#280) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/get_languages.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Variable "defaultLang" must be all lower-case
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) function name "getTranslations" must be lower-case letters only
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Opening brace should be on the same line as the declaration
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected at least 4 spaces, found 1
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Line indented incorrectly; expected at least 4 spaces, found 1
(#8) Variable "stringNotUsed" must be all lower-case
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 4 spaces, found 1
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#11) "require" must be immediately followed by an open parenthesis
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected 4 spaces, found 1
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) "require" must be immediately followed by an open parenthesis
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#16) Variable "stringNotUsed" must be all lower-case
(#22) Variable "langPaths" must be all lower-case
(#24) This comment is 47% valid code; is this commented out code?
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Variable "langPaths" must be all lower-case
(#29) Variable "langPath" must be all lower-case
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Variable "langPath" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Variable "langPath" must be all lower-case
blocks/exaport/lang/hu/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#218) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#270) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
(#275) Variable "stringNotUsed" must be all lower-case
(#276) Variable "stringNotUsed" must be all lower-case
(#277) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/nl/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#218) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#270) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
(#275) Variable "stringNotUsed" must be all lower-case
(#276) Variable "stringNotUsed" must be all lower-case
(#277) Variable "stringNotUsed" must be all lower-case
(#278) Variable "stringNotUsed" must be all lower-case
(#279) Variable "stringNotUsed" must be all lower-case
(#280) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/pt/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#96) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#100) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#101) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#119) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#120) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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
(#146) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#147) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#218) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#227) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#228) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#231) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#232) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#233) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#237) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#238) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#242) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#243) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#244) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#245) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#246) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#247) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#248) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#249) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#250) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#251) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#252) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#253) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#254) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#255) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#256) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#257) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#258) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#259) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#260) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#268) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#269) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#270) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
(#275) Variable "stringNotUsed" must be all lower-case
(#276) Variable "stringNotUsed" must be all lower-case
(#277) Variable "stringNotUsed" must be all lower-case
(#278) Variable "stringNotUsed" must be all lower-case
(#279) Variable "stringNotUsed" must be all lower-case
(#280) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/sv/block_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#96) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#218) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Blank comments are not allowed
(#230) Whitespace found at end of line
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#270) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Variable "stringNotUsed" must be all lower-case
(#275) Variable "stringNotUsed" must be all lower-case
(#276) Variable "stringNotUsed" must be all lower-case
(#277) Variable "stringNotUsed" must be all lower-case
(#278) Variable "stringNotUsed" must be all lower-case
(#279) Variable "stringNotUsed" must be all lower-case
(#280) Variable "stringNotUsed" must be all lower-case
blocks/exaport/lang/update_languages.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Variable "defaultLang" must be all lower-case
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) function name "getTranslationStructure" must be lower-case letters only
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Opening brace should be on the same line as the declaration
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected at least 4 spaces, found 1
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 4 spaces, found 1
(#10) Variable "allGroups" must be all lower-case
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) Variable "allGroups" must be all lower-case
(#11) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#14) Variable "allGroups" must be all lower-case
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 3
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 3
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 3
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 11 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 11 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 15 spaces, found 3
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected 12 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 12 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 12 spaces, found 2
(#26) The use of function eval() is forbidden
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 12 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 12 spaces, found 2
(#29) Inline control structures are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 12 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) function name "getTranslations" must be lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Variable "stringNotUsed" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) "require" must be immediately followed by an open parenthesis
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) "require" must be immediately followed by an open parenthesis
(#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
(#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
(#49) Variable "stringNotUsed" must be all lower-case
(#55) Variable "langPaths" must be all lower-case
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Variable "langPaths" must be all lower-case
(#58) Variable "langPaths" must be all lower-case
(#61) Variable "translationGroups" must be all lower-case
(#61) Variable "defaultLang" must be all lower-case
(#63) Variable "fileStart" must be all lower-case
(#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) 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) 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
(#90) Variable "langPaths" must be all lower-case
(#90) Variable "langPath" 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 4 spaces, found 1
(#91) Variable "langPath" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Variable "langPath" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Variable "fileContent" must be all lower-case
(#95) Variable "fileStart" 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 4 spaces, found 1
(#97) Variable "translationGroups" must be all lower-case
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Variable "fileContent" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 8 spaces, found 2
(#99) Variable "groupString" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Variable "fileContent" must be all lower-case
(#100) Variable "groupString" must be all lower-case
(#100) Variable "groupString" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#101) Variable "groupString" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Variable "fileContent" 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 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 12 spaces, found 3
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 12 spaces, found 3
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#111) Variable "fileContent" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) This comment is 63% valid code; is this commented out code?
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#117) Line indented incorrectly; expected at least 4 spaces, found 2
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#121) Variable "langPath" must be all lower-case
(#121) Variable "fileContent" must be all lower-case
blocks/exaport/lang/zh_cn/block_exacomp.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Whitespace found at end of line within string
(#173) Whitespace found at end of line within string
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Blank comments are not allowed
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) 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
(#360) Whitespace found at end of line within string
(#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
(#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
(#387) Whitespace found at end of line within string
(#388) Whitespace found at end of line within string
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) Variable "stringNotUsed" must be all lower-case
(#436) Expected "if (...) {\n"; found "if (...){\n"
(#437) Line indented incorrectly; expected at least 4 spaces, found 0
(#437) "require" must be immediately followed by an open parenthesis
blocks/exaport/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#4) "require_once" must be immediately followed by an open parenthesis
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#13) Expected 1 space before comment text but found 18; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 31; use block comment if you need indentation
(#15) Expected 1 space before comment text but found 46; use block comment if you need indentation
(#16) Expected 1 space before comment text but found 53; use block comment if you need indentation
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#17) Expected 1 space before comment text but found 55; use block comment if you need indentation
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Whitespace found at end of line
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Inline control structures are not allowed
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Whitespace found at end of line
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Inline control structures are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#46) Usage of ELSEIF not allowed; use ELSE IF 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 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Inline control structures are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Inline control structures are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#68) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#88) Usage of ELSEIF not allowed; use ELSE IF instead
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) 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 start with a capital letter, digit or 3-dots sequence
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#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 4
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Inline control structures are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 3
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Line exceeds 132 characters; contains 139 characters
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 3
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#115) Usage of ELSEIF not allowed; use ELSE IF instead
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#128) Usage of ELSEIF not allowed; use ELSE IF instead
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#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) Variable "category_id" must not contain underscores.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) This comment is 54% valid code; is this commented out code?
(#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) Whitespace found at end of line
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "category_id" must not contain underscores.
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#143) Line exceeds 132 characters; contains 160 characters
(#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 2
(#144) Line exceeds 132 characters; contains 177 characters
(#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 4 spaces, found 2
(#145) Line exceeds maximum limit of 180 characters; contains 218 characters
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 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
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 8 spaces, found 2
(#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 3
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
blocks/exaport/lib/class.scormparser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$error"
(#37) Member variable "errorMsg" must be all lower-case
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$errorMsg"
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$warning"
(#39) Member variable "warningMsg" must be all lower-case
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$warningMsg"
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$dir"
(#41) Member variable "deleteFiles" must be all lower-case
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$deleteFiles"
(#49) method name "SCORMParser::setError" must be in lower-case letters only
(#49) Visibility must be declared on method "setError"
(#61) method name "SCORMParser::setWarning" must be in lower-case letters only
(#61) Visibility must be declared on method "setWarning"
(#72) method name "SCORMParser::isError" must be in lower-case letters only
(#72) Visibility must be declared on method "isError"
(#82) method name "SCORMParser::isWarning" must be in lower-case letters only
(#82) Visibility must be declared on method "isWarning"
(#92) method name "SCORMParser::getError" must be in lower-case letters only
(#92) Visibility must be declared on method "getError"
(#102) method name "SCORMParser::getWarning" must be in lower-case letters only
(#102) Visibility must be declared on method "getWarning"
(#113) Visibility must be declared on method "parse"
(#115) Whitespace found at end of line
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Expected "} else {\n"; found "}\n else {\n"
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Variable "objXML" must be all lower-case
(#129) Variable "arrOutput" must be all lower-case
(#129) Variable "objXML" must be all lower-case
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Expected "if (...) {\n"; found "if(...) {\n"
(#130) Variable "arrOutput" must be all lower-case
(#131) Variable "objXML" must be all lower-case
(#134) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#134) Expected "if (...) {\n"; found "if(...) {\n"
(#134) Variable "arrOutput" must be all lower-case
(#135) Variable "arrOutput" must be all lower-case
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected "} else {\n"; found "}\n else {\n"
(#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
(#143) Inline control structures are not allowed
(#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
(#147) Inline control structures are not allowed
(#152) Whitespace found at end of line
(#161) Visibility must be declared on method "combine"
(#163) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#165) Whitespace found at end of line
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Expected "if (...) {\n"; found "if(...) {\n"
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Inline control structures are not allowed
(#175) Inline control structures are not allowed
(#177) Whitespace found at end of line
(#178) Inline control structures are not allowed
(#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) Line indented incorrectly; expected at least 16 spaces, found 4
(#181) Inline control structures are not allowed
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 16 spaces, found 5
(#184) Expected "if (...) {\n"; found "if(...) { // if the IDENTIFIERREF is set...\n"
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Expected "if (...) {\n"; found "if(...) { // ... and the resource exists\n"
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Line exceeds maximum limit of 180 characters; contains 192 characters
(#188) Expected "if (...) {\n"; found "if(...) {\n"
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#193) Expected "if (...) {\n"; found "if(...) {\n"
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#197) Inline control structures are not allowed
(#200) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#201) Inline control structures are not allowed
(#202) Line exceeds 132 characters; contains 148 characters
(#203) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#204) Inline control structures are not allowed
(#210) Expected "} else {\n"; found "}\n else {\n"
(#211) Line exceeds maximum limit of 180 characters; contains 193 characters
(#214) Expected "} else {\n"; found "}\n else {\n"
(#215) Line exceeds 132 characters; contains 166 characters
(#219) Whitespace found at end of line
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Expected "if (...) {\n"; found "if(...) {\n"
(#222) Line indented incorrectly; expected at least 16 spaces, found 15
(#237) Visibility must be declared on method "parse_manifest"
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Expected "if (...) {\n"; found "if(...) {\n"
(#248) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#252) Inline control structures are not allowed
(#255) Inline control structures are not allowed
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Line exceeds 132 characters; contains 155 characters
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) No space found before comment text; expected "// identifier des arrays müssen erhalten bleiben, deshalb +" but found "//identifier des arrays müssen erhalten bleiben, deshalb +"
(#271) Whitespace found at end of line
(#279) method name "SCORMParser::getOrganizations" must be in lower-case letters only
(#279) Visibility must be declared on method "getOrganizations"
(#284) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) This comment is 60% valid code; is this commented out code?
(#285) Line indented incorrectly; expected at least 12 spaces, found 9
(#286) Expected "if (...) {\n"; found "if(...) {\n"
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Variable "new_organization" must not contain underscores.
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 16 spaces, found 11
(#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 20 spaces, found 12
(#290) Variable "new_organization" must not contain underscores.
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 16 spaces, found 11
(#292) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#294) Variable "new_organization" must not contain underscores.
(#296) Variable "new_organization" must not contain underscores.
(#296) Line exceeds 132 characters; contains 155 characters
(#298) Inline control structures are not allowed
(#299) Variable "new_organization" must not contain underscores.
(#305) Variable "new_organization" must not contain underscores.
(#306) Variable "new_organization" must not contain underscores.
(#308) Expected "} else {\n"; found "}\n else {\n"
(#312) Space found before semicolon; expected "$organization;" but found "$organization ;"
(#322) Line indented incorrectly; expected 4 spaces, found 5
(#322) method name "SCORMParser::recItemSearch" must be in lower-case letters only
(#322) Visibility must be declared on method "recItemSearch"
(#325) Expected "if (...) {\n"; found "if(...) {\n"
(#326) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#330) Line exceeds 132 characters; contains 140 characters
(#332) Inline control structures are not allowed
(#341) Closing brace indented incorrectly; expected 5 spaces, found 4
(#351) method name "SCORMParser::getResources" must be in lower-case letters only
(#351) Visibility must be declared on method "getResources"
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) Expected "if (...) {\n"; found "if(...) {\n"
(#355) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#374) method name "SCORMParser::getResource" must be in lower-case letters only
(#374) Visibility must be declared on method "getResource"
(#379) Expected "if (...) {\n"; found "if(...) {\n"
(#380) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#382) Expected "if (...) {\n"; found "if(...) {\n"
(#383) Inline control structures are not allowed
(#385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Line exceeds maximum limit of 180 characters; contains 223 characters
(#386) Line indented incorrectly; expected 20 spaces, found 40
(#386) Closing brace indented incorrectly; expected 20 spaces, found 40
(#388) Inline control structures are not allowed
(#391) Inline control structures are not allowed
(#401) Whitespace found at end of line
(#409) method name "SCORMParser::getMetadata" must be in lower-case letters only
(#409) Visibility must be declared on method "getMetadata"
(#410) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
blocks/exaport/lib/classes/doc.inc.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 "//".
(#8) Whitespace found at end of line
(#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.".
(#12) Whitespace found at end of line
(#13) Line 12 of the opening comment must start "//".
(#13) Whitespace found at end of line
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Whitespace found at end of line
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Whitespace found at end of line
(#16) Whitespace found at end of line
(#17) Whitespace found at end of line
(#18) Whitespace found at end of line
(#19) Whitespace found at end of line
(#21) Whitespace found at end of line
(#22) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Whitespace found at end of line
(#25) Whitespace found at end of line
(#26) Whitespace found at end of line
(#27) Whitespace found at end of line
(#28) Whitespace found at end of line
(#32) Whitespace found at end of line
(#43) This comment is 67% valid code; is this commented out code?
(#45) Perl-style comments are not allowed; use "// Comment." instead
(#48) Commas (,) must be followed by white space.
(#48) Line exceeds maximum limit of 180 characters; contains 320 characters
(#50) This comment is 55% valid code; is this commented out code?
(#51) Perl-style comments are not allowed; use "// Comment." instead
(#52) Line exceeds 132 characters; contains 136 characters
(#52) Perl-style comments are not allowed; use "// Comment." instead
(#53) Perl-style comments are not allowed; use "// Comment." instead
(#56) Commas (,) must be followed by white space.
(#56) Line exceeds 132 characters; contains 175 characters
(#59) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) 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) Member variable "xxmlDoc" must be all lower-case
(#78) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#78) Scope modifier not specified for member variable "$xxmlDoc"
(#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) Member variable "xuseSimpleRegex" must be all lower-case
(#79) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#79) Scope modifier not specified for member variable "$xuseSimpleRegex"
(#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
(#80) Member variable "xRegexIndex" must be all lower-case
(#80) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#80) Scope modifier not specified for member variable "$xRegexIndex"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#89) method name "MiniXMLDoc::MiniXMLDoc" must be in lower-case letters only
(#89) PHP4 style constructors are not allowed; use "__construct()" instead
(#89) Visibility must be declared on method "MiniXMLDoc"
(#89) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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
(#90) Opening brace should be on the same line as the declaration
(#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
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#96) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 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 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 8 spaces, found 2
(#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 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#103) Visibility must be declared on method "init"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Opening brace should be on the same line as the declaration
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#112) method name "MiniXMLDoc::getRoot" must be in lower-case letters only
(#112) Visibility must be declared on method "getRoot"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#113) Opening brace should be on the same line as the declaration
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#121) method name "MiniXMLDoc::setRoot" must be in lower-case letters only
(#121) Visibility must be declared on method "setRoot"
(#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) Opening brace should be on the same line as the declaration
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#123) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#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 4 spaces, found 1
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) method name "MiniXMLDoc::isElement" must be in lower-case letters only
(#135) Visibility must be declared on method "isElement"
(#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) Opening brace should be on the same line as the declaration
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#137) Expected "if (...) {\n"; found "if (...)\n\t\t{\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 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) method name "MiniXMLDoc::isNode" must be in lower-case letters only
(#150) Visibility must be declared on method "isNode"
(#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) Opening brace should be on the same line as the declaration
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#152) Expected "if (...) {\n"; found "if (...)\n\t\t{\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
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) 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 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Line indented incorrectly; expected at least 4 spaces, found 1
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Line indented incorrectly; expected at least 4 spaces, found 1
(#168) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#170) Line indented incorrectly; expected at least 4 spaces, found 1
(#171) Line indented incorrectly; expected at least 4 spaces, found 1
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 4 spaces, found 1
(#172) method name "MiniXMLDoc::createElement" must be in lower-case letters only
(#172) Visibility must be declared on method "createElement"
(#172) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#172) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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
(#173) Opening brace should be on the same line as the declaration
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Variable "newElement" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 8 spaces, found 2
(#176) Expected "if (...) {\n"; found "if (...)\n\t\t{\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 8 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 3
(#178) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 16 spaces, found 4
(#180) Variable "newElement" must be all lower-case
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 3
(#181) Usage of ELSEIF not allowed; use ELSE IF instead
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 3
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 16 spaces, found 4
(#183) Variable "newElement" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 12 spaces, found 3
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 8 spaces, found 2
(#187) Variable "newElement" must be all lower-case
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 1
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#193) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Line indented incorrectly; expected at least 4 spaces, found 1
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Whitespace found at end of line
(#197) Line indented incorrectly; expected at least 4 spaces, found 1
(#198) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 4 spaces, found 1
(#204) method name "MiniXMLDoc::getElement" must be in lower-case letters only
(#204) Visibility must be declared on method "getElement"
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#205) Opening brace should be on the same line as the declaration
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 8 spaces, found 2
(#208) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 8 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Whitespace found at end of line
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#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 1
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#225) Line indented incorrectly; expected at least 4 spaces, found 1
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#233) Line indented incorrectly; expected at least 4 spaces, found 1
(#234) Line indented incorrectly; expected at least 4 spaces, found 1
(#235) Line indented incorrectly; expected at least 4 spaces, found 1
(#236) Line indented incorrectly; expected at least 4 spaces, found 1
(#237) Line indented incorrectly; expected at least 4 spaces, found 1
(#238) Line indented incorrectly; expected at least 4 spaces, found 1
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Line indented incorrectly; expected at least 4 spaces, found 1
(#247) Line indented incorrectly; expected at least 4 spaces, found 1
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Whitespace found at end of line
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#255) method name "MiniXMLDoc::getElementByPath" must be in lower-case letters only
(#255) Visibility must be declared on method "getElementByPath"
(#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 1
(#256) Opening brace should be on the same line as the declaration
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 8 spaces, found 2
(#259) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 12 spaces, found 3
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 8 spaces, found 2
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Whitespace found at end of line
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 2
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Whitespace found at end of line
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 4 spaces, found 1
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 4 spaces, found 1
(#268) method name "MiniXMLDoc::fromFile" must be in lower-case letters only
(#268) Visibility must be declared on method "fromFile"
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#269) Opening brace should be on the same line as the declaration
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 8 spaces, found 2
(#271) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 8 spaces, found 2
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Whitespace found at end of line
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 8 spaces, found 2
(#277) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Whitespace found at end of line
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 3
(#280) Variable "tmpName" must be all lower-case
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected 12 spaces, found 3
(#281) Expected "if (...) {\n"; found "if (...) \n\t\t\t{\n"
(#281) Whitespace found at end of line
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 12 spaces, found 3
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 16 spaces, found 5
(#283) Variable "tmpName" must be all lower-case
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 12 spaces, found 3
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 12 spaces, found 3
(#285) Variable "cacheFileStat" must be all lower-case
(#285) Variable "tmpName" must be all lower-case
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Whitespace found at end of line
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 12 spaces, found 3
(#287) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#287) Variable "cacheFileStat" must be all lower-case
(#287) Variable "cacheFileStat" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 12 spaces, found 3
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Whitespace found at end of line
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 16 spaces, found 4
(#290) Variable "tmpName" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 16 spaces, found 4
(#291) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 16 spaces, found 4
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected 20 spaces, found 5
(#293) Expected "if (...) {\n"; found "if (...) \n\t\t\t\t\t{\n"
(#293) Whitespace found at end of line
(#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 5
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 24 spaces, found 6
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 20 spaces, found 5
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 20 spaces, found 5
(#297) Variable "tmpFileSize" must be all lower-case
(#297) Variable "tmpName" must be all lower-case
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 20 spaces, found 5
(#298) Variable "tmpFileContents" must be all lower-case
(#298) Variable "tmpFileSize" must be all lower-case
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 20 spaces, found 5
(#300) Variable "serializedObj" must be all lower-case
(#300) Variable "tmpFileContents" must be all lower-case
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Whitespace found at end of line
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 20 spaces, found 5
(#302) Variable "sRoot" must be all lower-case
(#302) Variable "serializedObj" must be all lower-case
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 20 spaces, found 5
(#303) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#303) Variable "sRoot" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 20 spaces, found 5
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 24 spaces, found 6
(#305) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t\t{\n"
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 24 spaces, found 6
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 28 spaces, found 7
(#307) Variable "tmpName" must be all lower-case
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 24 spaces, found 6
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 24 spaces, found 6
(#309) Variable "sRoot" must be all lower-case
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Whitespace found at end of line
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 24 spaces, found 6
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 24 spaces, found 6
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Whitespace found at end of line
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 20 spaces, found 5
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Whitespace found at end of line
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 16 spaces, found 4
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Whitespace found at end of line
(#317) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Whitespace found at end of line
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 12 spaces, found 3
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 8 spaces, found 2
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Whitespace found at end of line
(#321) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Whitespace found at end of line
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 8 spaces, found 2
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 8 spaces, found 2
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Variable "retVal" must be all lower-case
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Whitespace found at end of line
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 2
(#330) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 12 spaces, found 3
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 8 spaces, found 2
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Whitespace found at end of line
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) Variable "retVal" must be all lower-case
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Whitespace found at end of line
(#336) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Whitespace found at end of line
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 4 spaces, found 1
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Whitespace found at end of line
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#340) method name "MiniXMLDoc::saveToCache" must be in lower-case letters only
(#340) Visibility must be declared on method "saveToCache"
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 4 spaces, found 1
(#341) Opening brace should be on the same line as the declaration
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Variable "tmpName" must be all lower-case
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Whitespace found at end of line
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 8 spaces, found 2
(#344) Variable "tmpName" must be all lower-case
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Whitespace found at end of line
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected 8 spaces, found 2
(#346) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 8 spaces, found 2
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 12 spaces, found 3
(#348) Variable "tmpName" must be all lower-case
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 8 spaces, found 2
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Whitespace found at end of line
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 8 spaces, found 2
(#351) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 8 spaces, found 2
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Whitespace found at end of line
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 12 spaces, found 3
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 12 spaces, found 3
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Whitespace found at end of line
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 12 spaces, found 3
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 8 spaces, found 2
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 12 spaces, found 3
(#359) Variable "tmpName" must be all lower-case
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 8 spaces, found 2
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Whitespace found at end of line
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 4 spaces, found 1
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Whitespace found at end of line
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#365) Whitespace found at end of line
(#366) Line indented incorrectly; expected at least 4 spaces, found 1
(#366) Whitespace found at end of line
(#367) Line indented incorrectly; expected at least 4 spaces, found 1
(#368) Line indented incorrectly; expected at least 4 spaces, found 1
(#369) Line indented incorrectly; expected at least 4 spaces, found 1
(#370) Line indented incorrectly; expected at least 4 spaces, found 1
(#371) Line indented incorrectly; expected at least 4 spaces, found 1
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected 4 spaces, found 1
(#372) method name "MiniXMLDoc::fromString" must be in lower-case letters only
(#372) Visibility must be declared on method "fromString"
(#372) Variable "XMLString" must be all lower-case
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 4 spaces, found 1
(#373) Opening brace should be on the same line as the declaration
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 2
(#374) Variable "useSimpleFlag" must be all lower-case
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Whitespace found at end of line
(#375) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Whitespace found at end of line
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 8 spaces, found 2
(#377) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#377) Variable "XMLString" must be all lower-case
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 8 spaces, found 2
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 12 spaces, found 3
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Whitespace found at end of line
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 12 spaces, found 3
(#382) Spaces must be used to indent lines; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 12 spaces, found 7
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 12 spaces, found 7
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 12 spaces, found 7
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 12 spaces, found 7
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 12 spaces, found 7
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 12 spaces, found 7
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 12 spaces, found 7
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#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) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 7
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 12 spaces, found 7
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 18 spaces, found 4
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 18 spaces, found 3
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Whitespace found at end of line
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 8 spaces, found 2
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 12 spaces, found 3
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 12 spaces, found 7
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 12 spaces, found 7
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 12 spaces, found 7
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 12 spaces, found 7
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 12 spaces, found 7
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 12 spaces, found 7
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 12 spaces, found 7
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 12 spaces, found 7
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 12 spaces, found 7
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 12 spaces, found 7
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 12 spaces, found 7
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 12 spaces, found 7
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 12 spaces, found 7
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 12 spaces, found 7
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 12 spaces, found 7
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 12 spaces, found 4
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 3
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected 8 spaces, found 2
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Whitespace found at end of line
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 8 spaces, found 2
(#417) Variable "XMLString" must be all lower-case
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Whitespace found at end of line
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 8 spaces, found 2
(#419) Variable "useSimpleFlag" must be all lower-case
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Whitespace found at end of line
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 4 spaces, found 1
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Whitespace found at end of line
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Whitespace found at end of line
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 4 spaces, found 1
(#426) method name "MiniXMLDoc::fromArray" must be in lower-case letters only
(#426) Visibility must be declared on method "fromArray"
(#426) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 4 spaces, found 1
(#427) Opening brace should be on the same line as the declaration
(#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 8 spaces, found 2
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Whitespace found at end of line
(#430) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) 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 8 spaces, found 2
(#432) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 8 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
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 12 spaces, found 3
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 8 spaces, found 2
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Whitespace found at end of line
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 8 spaces, found 2
(#438) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 3
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 8 spaces, found 2
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Whitespace found at end of line
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 8 spaces, found 2
(#443) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 8 spaces, found 2
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Whitespace found at end of line
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 12 spaces, found 3
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 12 spaces, found 3
(#447) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t\t{\n"
(#447) Variable "attribName" must be all lower-case
(#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 3
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected 16 spaces, found 4
(#449) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#449) Variable "attribName" must be all lower-case
(#449) Variable "attribName" must be all lower-case
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 16 spaces, found 4
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 5
(#451) Variable "attribName" must be all lower-case
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 16 spaces, found 4
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Whitespace found at end of line
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 16 spaces, found 4
(#454) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 16 spaces, found 4
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 20 spaces, found 5
(#456) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t\t\t\t{\n"
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 20 spaces, found 5
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 24 spaces, found 6
(#458) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t\t{\n"
(#458) Variable "attribName" must be all lower-case
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 24 spaces, found 6
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 28 spaces, found 7
(#460) Variable "attribName" must be all lower-case
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 24 spaces, found 6
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 28 spaces, found 7
(#462) Variable "attribName" must be all lower-case
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 24 spaces, found 6
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 20 spaces, found 5
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 16 spaces, found 4
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 20 spaces, found 5
(#466) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#466) Commas (,) must be followed by white space.
(#466) Variable "attribName" must be all lower-case
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 20 spaces, found 5
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 24 spaces, found 6
(#468) Variable "attribName" must be all lower-case
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 20 spaces, found 5
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 24 spaces, found 6
(#470) Variable "attribName" must be all lower-case
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 20 spaces, found 5
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 16 spaces, found 4
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 12 spaces, found 3
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Whitespace found at end of line
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#475) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) Line indented incorrectly; expected at least 12 spaces, found 3
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 12 spaces, found 3
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 8 spaces, found 2
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 12 spaces, found 3
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 8 spaces, found 2
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Whitespace found at end of line
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 8 spaces, found 2
(#481) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 8 spaces, found 2
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 12 spaces, found 3
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Whitespace found at end of line
(#484) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Whitespace found at end of line
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 12 spaces, found 3
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Whitespace found at end of line
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 8 spaces, found 2
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Whitespace found at end of line
(#489) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Whitespace found at end of line
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 8 spaces, found 2
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Whitespace found at end of line
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 4 spaces, found 1
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Whitespace found at end of line
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 4 spaces, found 1
(#495) method name "MiniXMLDoc::_fromArray_getExtractSub" must be in lower-case letters only
(#495) Visibility must be declared on method "_fromArray_getExtractSub"
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 4 spaces, found 1
(#496) Opening brace should be on the same line as the declaration
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Line indented incorrectly; expected at least 8 spaces, found 2
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 8 spaces, found 2
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 8 spaces, found 2
(#499) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 8 spaces, found 2
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 12 spaces, found 3
(#501) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 12 spaces, found 3
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Line indented incorrectly; expected at least 16 spaces, found 4
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 16 spaces, found 4
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected 12 spaces, found 3
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 16 spaces, found 4
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 12 spaces, found 3
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Whitespace found at end of line
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected 8 spaces, found 2
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 12 spaces, found 3
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 8 spaces, found 2
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Whitespace found at end of line
(#512) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Whitespace found at end of line
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 8 spaces, found 2
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 4 spaces, found 1
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Whitespace found at end of line
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Whitespace found at end of line
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Whitespace found at end of line
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Whitespace found at end of line
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Whitespace found at end of line
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 4 spaces, found 1
(#521) method name "MiniXMLDoc::_fromArray_extractAssociativeARRAY" must be in lower-case letters only
(#521) Visibility must be declared on method "_fromArray_extractAssociativeARRAY"
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 4 spaces, found 1
(#522) Opening brace should be on the same line as the declaration
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Whitespace found at end of line
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 8 spaces, found 2
(#524) Variable "thisElement" must be all lower-case
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Whitespace found at end of line
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 8 spaces, found 2
(#526) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 8 spaces, found 2
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Whitespace found at end of line
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 12 spaces, found 3
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Whitespace found at end of line
(#530) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Whitespace found at end of line
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 12 spaces, found 3
(#532) Variable "thisElement" must be all lower-case
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Whitespace found at end of line
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 8 spaces, found 2
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Whitespace found at end of line
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 8 spaces, found 2
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected 4 spaces, found 1
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected 4 spaces, found 1
(#539) method name "MiniXMLDoc::_fromArray_extractARRAY" must be in lower-case letters only
(#539) Visibility must be declared on method "_fromArray_extractARRAY"
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 4 spaces, found 1
(#540) Opening brace should be on the same line as the declaration
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Whitespace found at end of line
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected 8 spaces, found 2
(#542) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 8 spaces, found 2
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 12 spaces, found 3
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Whitespace found at end of line
(#545) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Whitespace found at end of line
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 12 spaces, found 3
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Whitespace found at end of line
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 8 spaces, found 2
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Whitespace found at end of line
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 8 spaces, found 2
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 4 spaces, found 1
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Whitespace found at end of line
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected 4 spaces, found 1
(#555) method name "MiniXMLDoc::_fromArray_extractSTRING" must be in lower-case letters only
(#555) Visibility must be declared on method "_fromArray_extractSTRING"
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 4 spaces, found 1
(#556) Opening brace should be on the same line as the declaration
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Whitespace found at end of line
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 8 spaces, found 2
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Whitespace found at end of line
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected 8 spaces, found 2
(#560) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#560) Whitespace found at end of line
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 8 spaces, found 3
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 8 spaces, found 5
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 8 spaces, found 7
(#563) Whitespace found at end of line
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Whitespace found at end of line
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 8 spaces, found 5
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 11 spaces, found 5
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 11 spaces, found 2
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 15 spaces, found 3
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 8 spaces, found 2
(#569) Usage of ELSEIF not allowed; use ELSE IF instead
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Whitespace found at end of line
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 12 spaces, found 3
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected 8 spaces, found 2
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 12 spaces, found 3
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 8 spaces, found 2
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Whitespace found at end of line
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 8 spaces, found 2
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected 4 spaces, found 1
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Whitespace found at end of line
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Whitespace found at end of line
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 4 spaces, found 1
(#581) Visibility must be declared on method "time"
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 4 spaces, found 1
(#582) Opening brace should be on the same line as the declaration
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 2
(#583) The use of function error_log() is forbidden
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 4 spaces, found 1
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#585) Line indented incorrectly; expected at least 4 spaces, found 1
(#586) Spaces must be used for alignment; 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 for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 4 spaces, found 1
(#587) method name "MiniXMLDoc::fromSubString" must be in lower-case letters only
(#587) Visibility must be declared on method "fromSubString"
(#587) Variable "parentElement" must be all lower-case
(#587) Variable "XMLString" must be all lower-case
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 4 spaces, found 1
(#588) Opening brace should be on the same line as the declaration
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Inline comments must start with a capital letter, digit or 3-dots sequence
(#589) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) This comment is 86% valid code; is this commented out code?
(#589) Line indented incorrectly; expected at least 8 spaces, found 2
(#589) No space found before comment text; expected "// $this->time('fromSubStr');" but found "//$this->time('fromSubStr');"
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Whitespace found at end of line
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 8 spaces, found 2
(#591) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#591) Variable "parentElement" must be all lower-case
(#591) Variable "XMLString" must be all lower-case
(#591) Variable "XMLString" must be all lower-case
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 8 spaces, found 2
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 12 spaces, found 3
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 8 spaces, found 2
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected 8 spaces, found 2
(#595) Expected "if (...) {\n"; found "if (...) \n\t\t{\n"
(#595) Whitespace found at end of line
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 8 spaces, found 2
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 12 spaces, found 3
(#597) Variable "parentElement" must be all lower-case
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected 8 spaces, found 2
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Whitespace found at end of line
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 8 spaces, found 2
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 8 spaces, found 2
(#601) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#601) Variable "XMLString" must be all lower-case
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 8 spaces, found 2
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Inline comments must start with a capital letter, digit or 3-dots sequence
(#603) Inline comments must end in full-stops, exclamation marks, or question marks
(#603) This comment is 75% valid code; is this commented out code?
(#603) Line indented incorrectly; expected at least 12 spaces, found 3
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Whitespace found at end of line
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 12 spaces, found 3
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Whitespace found at end of line
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 12 spaces, found 3
(#607) Variable "numMatches" must be all lower-case
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Whitespace found at end of line
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected 12 spaces, found 3
(#609) Expected "for (...) {\n"; found "for(...)\n\t\t\t{\n"
(#609) Expected 1 space before "="; 0 found
(#609) Expected 1 space after "="; 0 found
(#609) Variable "numMatches" must be all lower-case
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected at least 12 spaces, found 3
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 16 spaces, found 4
(#611) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected at least 16 spaces, found 4
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 20 spaces, found 5
(#613) Variable "numMatches" must be all lower-case
(#613) Whitespace found at end of line
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected 16 spaces, found 4
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Whitespace found at end of line
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 16 spaces, found 4
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 16 spaces, found 4
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected 16 spaces, found 4
(#618) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected at least 16 spaces, found 4
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 20 spaces, found 5
(#620) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 20 spaces, found 5
(#621) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected at least 20 spaces, found 5
(#622) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Whitespace found at end of line
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 20 spaces, found 5
(#624) Variable "tailEndIndexes" must be all lower-case
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected 16 spaces, found 4
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Whitespace found at end of line
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 20 spaces, found 5
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 20 spaces, found 5
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 20 spaces, found 5
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Whitespace found at end of line
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected at least 20 spaces, found 5
(#631) Variable "tailEndIndexes" must be all lower-case
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 16 spaces, found 4
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Whitespace found at end of line
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 16 spaces, found 4
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Whitespace found at end of line
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Inline comments must start with a capital letter, digit or 3-dots sequence
(#636) Inline comments must end in full-stops, exclamation marks, or question marks
(#636) Line indented incorrectly; expected at least 16 spaces, found 4
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected at least 16 spaces, found 4
(#637) Variable "moreContent" must be all lower-case
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected at least 16 spaces, found 4
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 16 spaces, found 4
(#639) Expected "while (...) {\n"; found "while (...)\n\t\t\t\t{\n"
(#639) Variable "moreContent" must be all lower-case
(#639) Variable "tailEndIndexes" must be all lower-case
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 16 spaces, found 4
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected 20 spaces, found 5
(#641) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#641) Variable "tailEndIndexes" must be all lower-case
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 20 spaces, found 5
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 24 spaces, found 6
(#643) Variable "moreContent" must be all lower-case
(#643) Variable "tailEndIndexes" must be all lower-case
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected 20 spaces, found 5
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Whitespace found at end of line
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 20 spaces, found 5
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 16 spaces, found 4
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Whitespace found at end of line
(#648) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Whitespace found at end of line
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Whitespace found at end of line
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected 16 spaces, found 4
(#651) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected at least 16 spaces, found 4
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Inline comments must start with a capital letter, digit or 3-dots sequence
(#653) Inline comments must end in full-stops, exclamation marks, or question marks
(#653) This comment is 58% valid code; is this commented out code?
(#653) Line indented incorrectly; expected at least 20 spaces, found 5
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 20 spaces, found 5
(#654) Variable "newElement" must be all lower-case
(#654) Variable "parentElement" must be all lower-case
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 20 spaces, found 5
(#655) Variable "newElement" must be all lower-case
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Whitespace found at end of line
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected 16 spaces, found 4
(#657) Usage of ELSEIF not allowed; use ELSE IF instead
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Inline comments must start with a capital letter, digit or 3-dots sequence
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#658) This comment is 67% valid code; is this commented out code?
(#658) Line indented incorrectly; expected at least 20 spaces, found 5
(#658) No space found before comment text; expected "// _MiniXMLLog ("Got comment $comment");" but found "//_MiniXMLLog ("Got comment $comment");"
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected at least 20 spaces, found 5
(#659) Variable "parentElement" must be all lower-case
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Whitespace found at end of line
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected 16 spaces, found 4
(#661) Usage of ELSEIF not allowed; use ELSE IF instead
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Inline comments must start with a capital letter, digit or 3-dots sequence
(#662) Inline comments must end in full-stops, exclamation marks, or question marks
(#662) This comment is 67% valid code; is this commented out code?
(#662) Line indented incorrectly; expected at least 20 spaces, found 5
(#662) No space found before comment text; expected "// _MiniXMLLog ("Got cdata $cdata");" but found "//_MiniXMLLog ("Got cdata $cdata");"
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected at least 20 spaces, found 5
(#663) Variable "newElement" must be all lower-case
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 20 spaces, found 5
(#664) Variable "parentElement" must be all lower-case
(#664) Variable "newElement" must be all lower-case
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected 16 spaces, found 4
(#665) Usage of ELSEIF not allowed; use ELSE IF instead
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Inline comments must start with a capital letter, digit or 3-dots sequence
(#666) Inline comments must end in full-stops, exclamation marks, or question marks
(#666) This comment is 60% valid code; is this commented out code?
(#666) Line indented incorrectly; expected at least 20 spaces, found 5
(#666) No space found before comment text; expected "// _MiniXMLLog ("Got doctype $doctypedef '" . $mcp[11][$i] . "'");" but found "//_MiniXMLLog ("Got doctype $doctypedef '" . $mcp[11][$i] . "'");"
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 20 spaces, found 5
(#667) Variable "newElement" must be all lower-case
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected at least 20 spaces, found 5
(#668) Variable "appendedChild" must be all lower-case
(#668) Variable "parentElement" must be all lower-case
(#668) Variable "newElement" must be all lower-case
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 20 spaces, found 5
(#669) Variable "appendedChild" must be all lower-case
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Whitespace found at end of line
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected 16 spaces, found 4
(#671) Usage of ELSEIF not allowed; use ELSE IF instead
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Inline comments must start with a capital letter, digit or 3-dots sequence
(#672) Inline comments must end in full-stops, exclamation marks, or question marks
(#672) This comment is 67% valid code; is this commented out code?
(#672) Line indented incorrectly; expected at least 20 spaces, found 5
(#672) No space found before comment text; expected "// _MiniXMLLog ("Got entity $entityname");" but found "//_MiniXMLLog ("Got entity $entityname");"
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 20 spaces, found 5
(#673) Variable "newElement" must be all lower-case
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 20 spaces, found 5
(#674) Variable "parentElement" must be all lower-case
(#674) Variable "newElement" must be all lower-case
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Whitespace found at end of line
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected 16 spaces, found 4
(#676) Usage of ELSEIF not allowed; use ELSE IF instead
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Whitespace found at end of line
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected 20 spaces, found 5
(#678) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 20 spaces, found 5
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 24 spaces, found 6
(#680) Variable "parentElement" must be all lower-case
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected 20 spaces, found 5
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Whitespace found at end of line
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected 16 spaces, found 4
(#683) Usage of ELSEIF not allowed; use ELSE IF instead
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Whitespace found at end of line
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#685) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) This comment is 72% valid code; is this commented out code?
(#685) Line indented incorrectly; expected at least 20 spaces, found 5
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Whitespace found at end of line
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 20 spaces, found 5
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected at least 20 spaces, found 5
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Whitespace found at end of line
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 20 spaces, found 5
(#690) Variable "newElement" must be all lower-case
(#690) Variable "parentElement" must be all lower-case
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected at least 20 spaces, found 5
(#691) Variable "newElement" must be all lower-case
(#692) Spaces must be used for alignment; tabs are not allowed
(#692) Tab found within whitespace
(#692) Whitespace found at end of line
(#692) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Whitespace found at end of line
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Whitespace found at end of line
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected at least 20 spaces, found 5
(#695) Variable "plaintxtMatches" must be all lower-case
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected 20 spaces, found 5
(#696) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#696) Variable "plaintxtMatches" must be all lower-case
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 20 spaces, found 5
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected at least 24 spaces, found 6
(#698) Variable "plaintxtMatches" must be all lower-case
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 24 spaces, found 6
(#699) Variable "newElement" must be all lower-case
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Whitespace found at end of line
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected at least 24 spaces, found 6
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 20 spaces, found 5
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Whitespace found at end of line
(#703) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected 20 spaces, found 5
(#705) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 20 spaces, found 5
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected at least 24 spaces, found 6
(#707) Variable "newElement" must be all lower-case
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 20 spaces, found 5
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Whitespace found at end of line
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected 20 spaces, found 5
(#710) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 20 spaces, found 5
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 24 spaces, found 6
(#712) Variable "parentElement" must be all lower-case
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected 20 spaces, found 5
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Whitespace found at end of line
(#714) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Whitespace found at end of line
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected 16 spaces, found 4
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Whitespace found at end of line
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected 16 spaces, found 4
(#718) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#718) Variable "moreContent" must be all lower-case
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 16 spaces, found 4
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 20 spaces, found 5
(#720) Variable "parentElement" must be all lower-case
(#720) Variable "moreContent" must be all lower-case
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected 16 spaces, found 4
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Whitespace found at end of line
(#722) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Whitespace found at end of line
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected 12 spaces, found 3
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Whitespace found at end of line
(#725) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Whitespace found at end of line
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected 8 spaces, found 2
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Whitespace found at end of line
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected 4 spaces, found 1
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Whitespace found at end of line
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Whitespace found at end of line
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 4 spaces, found 1
(#733) Line indented incorrectly; expected at least 4 spaces, found 1
(#734) Line indented incorrectly; expected at least 4 spaces, found 1
(#735) Line indented incorrectly; expected at least 4 spaces, found 1
(#736) Line indented incorrectly; expected at least 4 spaces, found 1
(#737) Line indented incorrectly; expected at least 4 spaces, found 1
(#738) Line indented incorrectly; expected at least 4 spaces, found 1
(#738) Whitespace found at end of line
(#739) Line indented incorrectly; expected at least 4 spaces, found 1
(#740) Line indented incorrectly; expected at least 4 spaces, found 1
(#741) Line indented incorrectly; expected at least 4 spaces, found 1
(#742) Line indented incorrectly; expected at least 4 spaces, found 1
(#743) Line indented incorrectly; expected at least 4 spaces, found 1
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected 4 spaces, found 1
(#744) method name "MiniXMLDoc::toString" must be in lower-case letters only
(#744) Visibility must be declared on method "toString"
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 4 spaces, found 1
(#745) Opening brace should be on the same line as the declaration
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 8 spaces, found 2
(#746) Variable "retString" must be all lower-case
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Whitespace found at end of line
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected 8 spaces, found 2
(#748) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected at least 8 spaces, found 2
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 12 spaces, found 3
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 8 spaces, found 2
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 3
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected 8 spaces, found 2
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 8 spaces, found 2
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 8 spaces, found 4
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 11 spaces, found 2
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 11 spaces, found 4
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 11 spaces, found 2
(#758) Variable "retString" must be all lower-case
(#758) Variable "retString" must be all lower-case
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Whitespace found at end of line
(#759) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Whitespace found at end of line
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected 11 spaces, found 2
(#761) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 11 spaces, found 2
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected at least 15 spaces, found 3
(#763) Variable "retString" must be all lower-case
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected 12 spaces, found 2
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Whitespace found at end of line
(#765) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Whitespace found at end of line
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected at least 12 spaces, found 2
(#767) Variable "retString" must be all lower-case
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected 4 spaces, found 1
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Whitespace found at end of line
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Whitespace found at end of line
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 4 spaces, found 1
(#772) Line indented incorrectly; expected at least 4 spaces, found 1
(#773) Line indented incorrectly; expected at least 4 spaces, found 1
(#773) Whitespace found at end of line
(#774) Line indented incorrectly; expected at least 4 spaces, found 1
(#775) Line indented incorrectly; expected at least 4 spaces, found 1
(#775) Whitespace found at end of line
(#776) Line indented incorrectly; expected at least 4 spaces, found 1
(#776) Whitespace found at end of line
(#777) Line indented incorrectly; expected at least 4 spaces, found 1
(#778) Line indented incorrectly; expected at least 4 spaces, found 1
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Whitespace found at end of line
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected 4 spaces, found 1
(#780) method name "MiniXMLDoc::toArray" must be in lower-case letters only
(#780) Visibility must be declared on method "toArray"
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 4 spaces, found 1
(#781) Opening brace should be on the same line as the declaration
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Whitespace found at end of line
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 8 spaces, found 2
(#783) Variable "retVal" must be all lower-case
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Whitespace found at end of line
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 8 spaces, found 2
(#785) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#785) Variable "retVal" must be all lower-case
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 8 spaces, found 2
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 12 spaces, found 3
(#787) Variable "retVal" must be all lower-case
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected 8 spaces, found 2
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Whitespace found at end of line
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected at least 8 spaces, found 2
(#790) Variable "retArray" must be all lower-case
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected at least 8 spaces, found 5
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Variable "retVal" must be all lower-case
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected at least 11 spaces, found 4
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Whitespace found at end of line
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected at least 11 spaces, found 2
(#794) Variable "retArray" must be all lower-case
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected 4 spaces, found 1
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Whitespace found at end of line
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Whitespace found at end of line
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Whitespace found at end of line
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected at least 4 spaces, found 1
(#801) Line indented incorrectly; expected at least 4 spaces, found 1
(#802) Line indented incorrectly; expected at least 4 spaces, found 1
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected 4 spaces, found 1
(#803) method name "MiniXMLDoc::getValue" must be in lower-case letters only
(#803) Visibility must be declared on method "getValue"
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected at least 4 spaces, found 1
(#804) Opening brace should be on the same line as the declaration
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 8 spaces, found 2
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected 4 spaces, found 1
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Whitespace found at end of line
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Whitespace found at end of line
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Whitespace found at end of line
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected at least 4 spaces, found 1
(#811) Line indented incorrectly; expected at least 4 spaces, found 1
(#812) Line indented incorrectly; expected at least 4 spaces, found 1
(#813) Line indented incorrectly; expected at least 4 spaces, found 1
(#814) Spaces must be used for alignment; tabs are not allowed
(#814) Tab found within whitespace
(#814) Line indented incorrectly; expected 4 spaces, found 1
(#814) Visibility must be declared on method "dump"
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected at least 4 spaces, found 1
(#815) Opening brace should be on the same line as the declaration
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Tab found within whitespace
(#816) Line indented incorrectly; expected at least 8 spaces, found 2
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Line indented incorrectly; expected 4 spaces, found 1
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Whitespace found at end of line
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Tab found within whitespace
(#819) Whitespace found at end of line
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Whitespace found at end of line
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#821) Inline comments must start with a capital letter, digit or 3-dots sequence
(#821) Line indented incorrectly; expected at least 4 spaces, found 1
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected at least 4 spaces, found 1
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Inline comments must end in full-stops, exclamation marks, or question marks
(#823) Line indented incorrectly; expected at least 4 spaces, found 1
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected 4 spaces, found 1
(#824) method name "MiniXMLDoc::_extractAttributesFromString" must be in lower-case letters only
(#824) Visibility must be declared on method "_extractAttributesFromString"
(#824) Variable "attrString" must be all lower-case
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected at least 4 spaces, found 1
(#825) Opening brace should be on the same line as the declaration
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Whitespace found at end of line
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected 8 spaces, found 2
(#827) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#827) Variable "attrString" must be all lower-case
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected at least 8 spaces, found 2
(#829) Spaces must be used for alignment; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected at least 12 spaces, found 3
(#829) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected 8 spaces, found 2
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Tab found within whitespace
(#831) Whitespace found at end of line
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected at least 8 spaces, found 2
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Line indented incorrectly; expected at least 8 spaces, found 2
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Inline comments must end in full-stops, exclamation marks, or question marks
(#834) Line indented incorrectly; expected at least 8 spaces, found 2
(#834) Whitespace found at end of line
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Line indented incorrectly; expected at least 8 spaces, found 2
(#835) Variable "attrString" must be all lower-case
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Whitespace found at end of line
(#836) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Whitespace found at end of line
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 8 spaces, found 2
(#838) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected at least 8 spaces, found 2
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 12 spaces, found 3
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 12 spaces, found 3
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Whitespace found at end of line
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Line indented incorrectly; expected 12 spaces, found 3
(#843) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected at least 12 spaces, found 3
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected at least 16 spaces, found 4
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 16 spaces, found 4
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected 12 spaces, found 3
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected 8 spaces, found 2
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Whitespace found at end of line
(#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 2
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Line indented incorrectly; expected 4 spaces, found 1
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#854) Visibility must be declared on method "__destruct"
(#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) Opening brace should be on the same line as the declaration
(#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 2
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected 4 spaces, found 1
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Whitespace found at end of line
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Whitespace found at end of line
(#867) Whitespace found at end of line
(#876) Whitespace found at end of line
(#877) Whitespace found at end of line
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Tab found within whitespace
(#884) Whitespace found at end of line
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Tab found within whitespace
(#885) Line indented incorrectly; expected 4 spaces, found 1
(#885) method name "MiniXML::MiniXML" must be in lower-case letters only
(#885) PHP4 style constructors are not allowed; use "__construct()" instead
(#885) Visibility must be declared on method "MiniXML"
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Tab found within whitespace
(#886) Line indented incorrectly; expected at least 4 spaces, found 1
(#886) Opening brace should be on the same line as the declaration
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected at least 8 spaces, found 2
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected 4 spaces, found 1
(#893) A closing tag is not permitted at the end of a PHP file
blocks/exaport/lib/classes/element.inc.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.".
(#7) Whitespace found at end of line
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Whitespace found at end of line
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Whitespace found at end of line
(#13) Line 12 of the opening comment must start "//".
(#13) Whitespace found at end of line
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Whitespace found at end of line
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Whitespace found at end of line
(#16) Whitespace found at end of line
(#17) Whitespace found at end of line
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#21) Whitespace found at end of line
(#22) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Whitespace found at end of line
(#25) Whitespace found at end of line
(#26) Whitespace found at end of line
(#27) Whitespace found at end of line
(#31) Whitespace found at end of line
(#43) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#61) Whitespace found at end of line
(#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) 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 4 spaces, found 1
(#72) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#72) Scope modifier not specified for member variable "$xname"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#73) Scope modifier not specified for member variable "$xattributes"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#74) Scope modifier not specified for member variable "$xchildren"
(#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
(#75) Member variable "xnumChildren" must be all lower-case
(#75) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#75) Scope modifier not specified for member variable "$xnumChildren"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Member variable "xnumElementChildren" must be all lower-case
(#76) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#76) Scope modifier not specified for member variable "$xnumElementChildren"
(#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) Member variable "xavoidLoops" must be all lower-case
(#78) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#78) Scope modifier not specified for member variable "$xavoidLoops"
(#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) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Line indented incorrectly; expected 4 spaces, found 1
(#84) method name "MiniXMLElement::MiniXMLElement" must be in lower-case letters only
(#84) PHP4 style constructors are not allowed; use "__construct()" instead
(#84) Visibility must be declared on method "MiniXMLElement"
(#84) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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 1
(#85) Opening brace should be on the same line as the declaration
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#92) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) 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 4 spaces, found 1
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Whitespace found at end of line
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 4 spaces, found 1
(#111) Visibility must be declared on method "name"
(#111) Variable "setTo" must be all lower-case
(#111) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Opening brace should be on the same line as the declaration
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#113) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#113) Variable "setTo" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 12 spaces, found 3
(#115) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#115) Variable "setTo" 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 3
(#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 4
(#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 3
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Variable "setTo" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Whitespace found at end of line
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Line indented incorrectly; expected at least 4 spaces, found 1
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Whitespace found at end of line
(#138) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#140) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Visibility must be declared on method "attribute"
(#149) Variable "primValue" must be all lower-case
(#149) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#149) Variable "altValue" must be all lower-case
(#149) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 4 spaces, found 1
(#150) Opening brace should be on the same line as the declaration
(#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 "primValue" must be all lower-case
(#151) Variable "altValue" must be all lower-case
(#151) Variable "primValue" must be all lower-case
(#152) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 8 spaces, found 2
(#154) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#157) Usage of ELSEIF not allowed; use ELSE IF instead
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 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 12 spaces, found 3
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) 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 8 spaces, found 2
(#162) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) 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 12 spaces, found 3
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 8 spaces, found 2
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 8 spaces, found 2
(#168) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 12 spaces, found 3
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#172) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 8 spaces, found 2
(#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 4 spaces, found 1
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#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
(#179) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Line indented incorrectly; expected at least 4 spaces, found 1
(#181) Line indented incorrectly; expected at least 4 spaces, found 1
(#182) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Whitespace found at end of line
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Whitespace found at end of line
(#187) Line indented incorrectly; expected at least 4 spaces, found 1
(#188) Line indented incorrectly; expected at least 4 spaces, found 1
(#189) Line indented incorrectly; expected at least 4 spaces, found 1
(#189) Whitespace found at end of line
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Whitespace found at end of line
(#193) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Line indented incorrectly; expected at least 4 spaces, found 1
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 4 spaces, found 1
(#195) Visibility must be declared on method "text"
(#195) Variable "setToPrimary" must be all lower-case
(#195) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#195) Variable "setToAlternate" must be all lower-case
(#195) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Opening brace should be on the same line as the declaration
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Variable "setTo" must be all lower-case
(#197) Variable "setToPrimary" must be all lower-case
(#197) Variable "setToPrimary" must be all lower-case
(#197) Variable "setToAlternate" must be all lower-case
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 2
(#199) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#199) Variable "setTo" must be all lower-case
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 12 spaces, found 3
(#201) Variable "setTo" must be all lower-case
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 8 spaces, found 2
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Variable "retString" must be all lower-case
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 2
(#207) Expected "for (...) {\n"; found "for(...)\n\t\t{\n"
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#207) Expected 1 space before "<"; 0 found
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 12 spaces, found 3
(#209) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 16 spaces, found 4
(#211) Variable "nodeTxt" must be all lower-case
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 16 spaces, found 4
(#212) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#212) Variable "nodeTxt" must be all lower-case
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 16 spaces, found 4
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 20 spaces, found 5
(#214) Variable "retString" must be all lower-case
(#214) Variable "nodeTxt" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 16 spaces, found 4
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 12 spaces, found 3
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Variable "retString" must be all lower-case
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 4 spaces, found 1
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Whitespace found at end of line
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Whitespace found at end of line
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#233) Line indented incorrectly; expected at least 4 spaces, found 1
(#233) Whitespace found at end of line
(#234) Line indented incorrectly; expected at least 4 spaces, found 1
(#235) Line indented incorrectly; expected at least 4 spaces, found 1
(#236) Line indented incorrectly; expected at least 4 spaces, found 1
(#236) Whitespace found at end of line
(#237) Line indented incorrectly; expected at least 4 spaces, found 1
(#238) Line indented incorrectly; expected at least 4 spaces, found 1
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#239) Whitespace found at end of line
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Whitespace found at end of line
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 1
(#246) Visibility must be declared on method "numeric"
(#246) Variable "setToPrimary" must be all lower-case
(#246) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#246) Variable "setToAlternate" must be all lower-case
(#246) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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 1
(#247) Opening brace should be on the same line as the declaration
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Variable "setTo" must be all lower-case
(#248) Variable "setToPrimary" must be all lower-case
(#248) Variable "setToAlternate" must be all lower-case
(#248) Variable "setToPrimary" must be all lower-case
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 8 spaces, found 2
(#250) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#250) Variable "setTo" must be all lower-case
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#252) Variable "setTo" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 8 spaces, found 2
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Whitespace found at end of line
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Whitespace found at end of line
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Line indented incorrectly; expected at least 4 spaces, found 1
(#262) Line indented incorrectly; expected at least 4 spaces, found 1
(#263) Line indented incorrectly; expected at least 4 spaces, found 1
(#264) Line indented incorrectly; expected at least 4 spaces, found 1
(#265) Line indented incorrectly; expected at least 4 spaces, found 1
(#266) Line indented incorrectly; expected at least 4 spaces, found 1
(#267) Line indented incorrectly; expected at least 4 spaces, found 1
(#268) Line indented incorrectly; expected at least 4 spaces, found 1
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 4 spaces, found 1
(#269) Visibility must be declared on method "comment"
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 4 spaces, found 1
(#270) Opening brace should be on the same line as the declaration
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#271) Variable "newEl" must be all lower-case
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Variable "appendedComment" must be all lower-case
(#273) Variable "newEl" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Variable "appendedComment" must be all lower-case
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Whitespace found at end of line
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Variable "appendedComment" must be all lower-case
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 4 spaces, found 1
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Whitespace found at end of line
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Whitespace found at end of line
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Whitespace found at end of line
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Whitespace found at end of line
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Whitespace found at end of line
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Whitespace found at end of line
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 4 spaces, found 1
(#287) Line indented incorrectly; expected at least 4 spaces, found 1
(#288) Line indented incorrectly; expected at least 4 spaces, found 1
(#289) Line indented incorrectly; expected at least 4 spaces, found 1
(#289) Whitespace found at end of line
(#290) Line indented incorrectly; expected at least 4 spaces, found 1
(#291) Line indented incorrectly; expected at least 4 spaces, found 1
(#291) Whitespace found at end of line
(#292) Line indented incorrectly; expected at least 4 spaces, found 1
(#293) Line indented incorrectly; expected at least 4 spaces, found 1
(#294) Whitespace found at end of line
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Line indented incorrectly; expected at least 4 spaces, found 1
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Whitespace found at end of line
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 4 spaces, found 1
(#299) method name "MiniXMLElement::docType" must be in lower-case letters only
(#299) Visibility must be declared on method "docType"
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 4 spaces, found 1
(#300) Opening brace should be on the same line as the declaration
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Whitespace found at end of line
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Variable "newElement" must be all lower-case
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#303) Variable "appendedElement" must be all lower-case
(#303) Variable "newElement" must be all lower-case
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Whitespace found at end of line
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#305) Variable "appendedElement" must be all lower-case
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 4 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 4 spaces, found 1
(#308) Line indented incorrectly; expected at least 4 spaces, found 1
(#309) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Whitespace found at end of line
(#311) Line indented incorrectly; expected at least 4 spaces, found 1
(#312) Whitespace found at end of line
(#313) Line indented incorrectly; expected at least 4 spaces, found 1
(#314) Line indented incorrectly; expected at least 4 spaces, found 1
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#315) Visibility must be declared on method "entity"
(#315) Commas (,) must be followed by white space.
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Opening brace should be on the same line as the declaration
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Whitespace found at end of line
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Variable "newElement" must be all lower-case
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Variable "appendedEl" must be all lower-case
(#319) Variable "newElement" must be all lower-case
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Whitespace found at end of line
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) Variable "appendedEl" must be all lower-case
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 4 spaces, found 1
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Whitespace found at end of line
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Whitespace found at end of line
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 4 spaces, found 1
(#325) Whitespace found at end of line
(#326) Line indented incorrectly; expected at least 4 spaces, found 1
(#327) Line indented incorrectly; expected at least 4 spaces, found 1
(#327) Whitespace found at end of line
(#328) Line indented incorrectly; expected at least 4 spaces, found 1
(#329) Line indented incorrectly; expected at least 4 spaces, found 1
(#330) Line indented incorrectly; expected at least 4 spaces, found 1
(#330) Whitespace found at end of line
(#331) Line indented incorrectly; expected at least 4 spaces, found 1
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Whitespace found at end of line
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 4 spaces, found 1
(#333) Visibility must be declared on method "cdata"
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 4 spaces, found 1
(#334) Opening brace should be on the same line as the declaration
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 2
(#335) Variable "newElement" must be all lower-case
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) Variable "appendedChild" must be all lower-case
(#336) Variable "newElement" must be all lower-case
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Whitespace found at end of line
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#338) Variable "appendedChild" must be all lower-case
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 4 spaces, found 1
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Whitespace found at end of line
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Whitespace found at end of line
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 4 spaces, found 1
(#343) Line indented incorrectly; expected at least 4 spaces, found 1
(#344) Line indented incorrectly; expected at least 4 spaces, found 1
(#345) Line indented incorrectly; expected at least 4 spaces, found 1
(#345) Whitespace found at end of line
(#346) Line indented incorrectly; expected at least 4 spaces, found 1
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Line indented incorrectly; expected at least 4 spaces, found 1
(#349) Line indented incorrectly; expected at least 4 spaces, found 1
(#350) Line indented incorrectly; expected at least 4 spaces, found 1
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected 4 spaces, found 1
(#351) method name "MiniXMLElement::getValue" must be in lower-case letters only
(#351) Visibility must be declared on method "getValue"
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 4 spaces, found 1
(#352) Opening brace should be on the same line as the declaration
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#353) Variable "retStr" must be all lower-case
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#354) Variable "valArray" must be all lower-case
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 8 spaces, found 2
(#355) Expected "for (...) {\n"; found "for(...)\n\t\t{\n"
(#355) Expected 1 space before "="; 0 found
(#355) Expected 1 space after "="; 0 found
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 8 spaces, found 2
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 12 spaces, found 3
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 12 spaces, found 3
(#358) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 12 spaces, found 3
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 16 spaces, found 4
(#360) Variable "valArray" must be all lower-case
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 12 spaces, found 3
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 8 spaces, found 2
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 8 spaces, found 2
(#363) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#363) Variable "valArray" must be all lower-case
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 8 spaces, found 2
(#365) Spaces must be used to indent lines; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 12 spaces, found 3
(#365) Variable "retStr" must be all lower-case
(#365) Variable "valArray" must be all lower-case
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 8 spaces, found 2
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 8 spaces, found 2
(#367) Variable "retStr" must be all lower-case
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Whitespace found at end of line
(#369) Spaces must be used to indent lines; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 4 spaces, found 1
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Whitespace found at end of line
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Whitespace found at end of line
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Whitespace found at end of line
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 4 spaces, found 1
(#374) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Line indented incorrectly; expected at least 4 spaces, found 1
(#376) Line indented incorrectly; expected at least 4 spaces, found 1
(#377) Line indented incorrectly; expected at least 4 spaces, found 1
(#378) Line indented incorrectly; expected at least 4 spaces, found 1
(#379) Line indented incorrectly; expected at least 4 spaces, found 1
(#379) Whitespace found at end of line
(#380) Line indented incorrectly; expected at least 4 spaces, found 1
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) Line indented incorrectly; expected at least 4 spaces, found 1
(#383) Line indented incorrectly; expected at least 4 spaces, found 1
(#384) Line indented incorrectly; expected at least 4 spaces, found 1
(#385) Line indented incorrectly; expected at least 4 spaces, found 1
(#386) Line indented incorrectly; expected at least 4 spaces, found 1
(#387) Line indented incorrectly; expected at least 4 spaces, found 1
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected 4 spaces, found 1
(#388) method name "MiniXMLElement::getElement" must be in lower-case letters only
(#388) Visibility must be declared on method "getElement"
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 4 spaces, found 1
(#389) Opening brace should be on the same line as the declaration
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Whitespace found at end of line
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 8 spaces, found 2
(#391) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 8 spaces, found 2
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 12 spaces, found 3
(#394) Spaces must be used to indent lines; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 3
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 8 spaces, found 2
(#396) Spaces must be used to indent lines; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 8 spaces, found 2
(#396) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#397) Spaces must be used to indent lines; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 8 spaces, found 2
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 12 spaces, found 3
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 8 spaces, found 2
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#400) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Whitespace found at end of line
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 8 spaces, found 2
(#402) Inline doc block comments are not allowed; use "// Comment." instead
(#403) 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
(#408) Spaces must be used to indent lines; tabs are not allowed
(#409) Spaces must be used to indent lines; tabs are not allowed
(#410) Spaces must be used to indent lines; tabs are not allowed
(#411) Spaces must be used to indent lines; tabs are not allowed
(#412) Spaces must be used to indent lines; tabs are not allowed
(#413) Spaces must be used to indent lines; tabs are not allowed
(#414) Spaces must be used to indent lines; tabs are not allowed
(#415) Spaces must be used to indent lines; tabs are not allowed
(#416) Spaces must be used to indent lines; tabs are not allowed
(#417) Spaces must be used to indent lines; tabs are not allowed
(#418) Spaces must be used to indent lines; tabs are not allowed
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Whitespace found at end of line
(#420) Spaces must be used to indent lines; tabs are not allowed
(#421) Spaces must be used to indent lines; tabs are not allowed
(#422) Spaces must be used to indent lines; tabs are not allowed
(#423) Spaces must be used to indent lines; tabs are not allowed
(#424) Spaces must be used to indent lines; tabs are not allowed
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Whitespace found at end of line
(#426) Spaces must be used to indent lines; tabs are not allowed
(#427) Spaces must be used to indent lines; tabs are not allowed
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Whitespace found at end of line
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 8 spaces, found 2
(#429) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#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
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 12 spaces, found 3
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 12 spaces, found 3
(#432) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#433) Spaces must be used to indent lines; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 8 spaces, found 2
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Whitespace found at end of line
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 8 spaces, found 2
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected 8 spaces, found 2
(#436) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 8 spaces, found 2
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 12 spaces, found 3
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 12 spaces, found 3
(#439) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 12 spaces, found 3
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 16 spaces, found 4
(#441) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 16 spaces, found 4
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 20 spaces, found 5
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 20 spaces, found 5
(#444) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 20 spaces, found 5
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 24 spaces, found 6
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 20 spaces, found 5
(#448) Spaces must be used to indent lines; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 16 spaces, found 4
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 20 spaces, found 5
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 20 spaces, found 5
(#450) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 5
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 24 spaces, found 6
(#453) Spaces must be used to indent lines; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 20 spaces, found 5
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected 16 spaces, found 4
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected 12 spaces, found 3
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Whitespace found at end of line
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected 8 spaces, found 2
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Whitespace found at end of line
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 2
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 8 spaces, found 2
(#460) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#461) Spaces must be used to indent lines; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 8 spaces, found 2
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 12 spaces, found 3
(#463) Spaces must be used to indent lines; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 12 spaces, found 3
(#463) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#464) Spaces must be used to indent lines; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 12 spaces, found 3
(#465) Spaces must be used to indent lines; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 16 spaces, found 4
(#465) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#466) Spaces must be used to indent lines; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 16 spaces, found 4
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 20 spaces, found 5
(#468) Spaces must be used to indent lines; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 16 spaces, found 4
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected at least 16 spaces, found 4
(#470) Spaces must be used to indent lines; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected 12 spaces, found 3
(#471) Spaces must be used to indent lines; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 8 spaces, found 2
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Whitespace found at end of line
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 8 spaces, found 2
(#474) Spaces must be used to indent lines; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 8 spaces, found 2
(#474) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#475) Spaces must be used to indent lines; tabs are not allowed
(#475) Tab found within whitespace
(#475) Whitespace found at end of line
(#475) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#476) Spaces must be used to indent lines; tabs are not allowed
(#476) Tab found within whitespace
(#476) Whitespace found at end of line
(#477) Spaces must be used to indent lines; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected 4 spaces, found 1
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#478) Whitespace found at end of line
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Whitespace found at end of line
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 4 spaces, found 1
(#481) Line indented incorrectly; expected at least 4 spaces, found 1
(#482) Line indented incorrectly; expected at least 4 spaces, found 1
(#483) Line indented incorrectly; expected at least 4 spaces, found 1
(#484) Line indented incorrectly; expected at least 4 spaces, found 1
(#485) Line indented incorrectly; expected at least 4 spaces, found 1
(#486) Line indented incorrectly; expected at least 4 spaces, found 1
(#487) Line indented incorrectly; expected at least 4 spaces, found 1
(#488) Line indented incorrectly; expected at least 4 spaces, found 1
(#489) Line indented incorrectly; expected at least 4 spaces, found 1
(#490) Line indented incorrectly; expected at least 4 spaces, found 1
(#491) Line indented incorrectly; expected at least 4 spaces, found 1
(#492) Line indented incorrectly; expected at least 4 spaces, found 1
(#493) Line indented incorrectly; expected at least 4 spaces, found 1
(#494) Line indented incorrectly; expected at least 4 spaces, found 1
(#495) Line indented incorrectly; expected at least 4 spaces, found 1
(#496) Line indented incorrectly; expected at least 4 spaces, found 1
(#497) Line indented incorrectly; expected at least 4 spaces, found 1
(#498) Line indented incorrectly; expected at least 4 spaces, found 1
(#499) Line indented incorrectly; expected at least 4 spaces, found 1
(#500) Line indented incorrectly; expected at least 4 spaces, found 1
(#501) Line indented incorrectly; expected at least 4 spaces, found 1
(#502) Line indented incorrectly; expected at least 4 spaces, found 1
(#503) Line indented incorrectly; expected at least 4 spaces, found 1
(#504) Line indented incorrectly; expected at least 4 spaces, found 1
(#505) Line indented incorrectly; expected at least 4 spaces, found 1
(#506) Line indented incorrectly; expected at least 4 spaces, found 1
(#507) Line indented incorrectly; expected at least 4 spaces, found 1
(#508) Line indented incorrectly; expected at least 4 spaces, found 1
(#509) Line indented incorrectly; expected at least 4 spaces, found 1
(#510) Line indented incorrectly; expected at least 4 spaces, found 1
(#511) Line indented incorrectly; expected at least 4 spaces, found 1
(#512) Line indented incorrectly; expected at least 4 spaces, found 1
(#513) Line indented incorrectly; expected at least 4 spaces, found 1
(#514) Line indented incorrectly; expected at least 4 spaces, found 1
(#514) Whitespace found at end of line
(#515) Line indented incorrectly; expected at least 4 spaces, found 1
(#516) Line indented incorrectly; expected at least 4 spaces, found 1
(#517) Line indented incorrectly; expected at least 4 spaces, found 1
(#518) Line indented incorrectly; expected at least 4 spaces, found 1
(#519) Spaces must be used to indent lines; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected 4 spaces, found 1
(#519) method name "MiniXMLElement::getElementByPath" must be in lower-case letters only
(#519) Visibility must be declared on method "getElementByPath"
(#520) Spaces must be used to indent lines; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 4 spaces, found 1
(#520) Opening brace should be on the same line as the declaration
(#521) Spaces must be used to indent lines; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 8 spaces, found 2
(#522) Spaces must be used to indent lines; tabs are not allowed
(#522) Tab found within whitespace
(#522) Whitespace found at end of line
(#523) Spaces must be used to indent lines; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 8 spaces, found 2
(#524) Spaces must be used to indent lines; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected 8 spaces, found 2
(#524) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#524) Variable "elementName" must be all lower-case
(#525) Spaces must be used to indent lines; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 8 spaces, found 2
(#526) Spaces must be used to indent lines; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 12 spaces, found 3
(#526) Expected "if (...) {\n"; found "if (...) /* Make sure we didn't hit a dead end and that we have a name*/\n\t\t\t{\n"
(#526) Variable "elementName" must be all lower-case
(#527) Spaces must be used to indent lines; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 12 spaces, found 3
(#528) Spaces must be used to indent lines; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 16 spaces, found 4
(#529) Spaces must be used to indent lines; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 16 spaces, found 4
(#529) Variable "elementName" must be all lower-case
(#530) Spaces must be used to indent lines; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected 12 spaces, found 3
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 8 spaces, found 2
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#532) Whitespace found at end of line
(#533) Spaces must be used to indent lines; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 8 spaces, found 2
(#534) Spaces must be used to indent lines; tabs are not allowed
(#534) Tab found within whitespace
(#534) Whitespace found at end of line
(#535) Spaces must be used to indent lines; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected 4 spaces, found 1
(#536) Spaces must be used to indent lines; tabs are not allowed
(#536) Tab found within whitespace
(#536) Whitespace found at end of line
(#537) Spaces must be used to indent lines; tabs are not allowed
(#537) Tab found within whitespace
(#537) Whitespace found at end of line
(#538) Spaces must be used to indent lines; tabs are not allowed
(#538) Tab found within whitespace
(#538) Whitespace found at end of line
(#539) Spaces must be used to indent lines; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 4 spaces, found 1
(#540) Line indented incorrectly; expected at least 4 spaces, found 1
(#540) Whitespace found at end of line
(#541) Line indented incorrectly; expected at least 4 spaces, found 1
(#542) Line indented incorrectly; expected at least 4 spaces, found 1
(#543) Line indented incorrectly; expected at least 4 spaces, found 1
(#543) Whitespace found at end of line
(#544) Line indented incorrectly; expected at least 4 spaces, found 1
(#545) Line indented incorrectly; expected at least 4 spaces, found 1
(#546) Spaces must be used to indent lines; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected 4 spaces, found 1
(#546) method name "MiniXMLElement::numChildren" must be in lower-case letters only
(#546) Visibility must be declared on method "numChildren"
(#546) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#547) Spaces must be used to indent lines; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 4 spaces, found 1
(#547) Opening brace should be on the same line as the declaration
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 8 spaces, found 2
(#548) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#549) Spaces must be used to indent lines; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 8 spaces, found 2
(#550) Spaces must be used to indent lines; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 12 spaces, found 3
(#551) Spaces must be used to indent lines; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 8 spaces, found 2
(#552) Spaces must be used to indent lines; tabs are not allowed
(#552) Tab found within whitespace
(#552) Whitespace found at end of line
(#553) Spaces must be used to indent lines; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 8 spaces, found 2
(#554) Spaces must be used to indent lines; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 8 spaces, found 2
(#555) Spaces must be used to indent lines; tabs are not allowed
(#555) Tab found within whitespace
(#555) Whitespace found at end of line
(#556) Spaces must be used to indent lines; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 8 spaces, found 2
(#557) Spaces must be used to indent lines; tabs are not allowed
(#557) Tab found within whitespace
(#557) Whitespace found at end of line
(#557) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#558) Spaces must be used to indent lines; tabs are not allowed
(#558) Tab found within whitespace
(#558) Whitespace found at end of line
(#559) Spaces must be used to indent lines; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 4 spaces, found 1
(#561) Spaces must be used to indent lines; tabs are not allowed
(#561) Tab found within whitespace
(#561) Whitespace found at end of line
(#562) Spaces must be used to indent lines; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 4 spaces, found 1
(#563) Line indented incorrectly; expected at least 4 spaces, found 1
(#564) Line indented incorrectly; expected at least 4 spaces, found 1
(#565) Line indented incorrectly; expected at least 4 spaces, found 1
(#566) Line indented incorrectly; expected at least 4 spaces, found 1
(#567) Line indented incorrectly; expected at least 4 spaces, found 1
(#568) Line indented incorrectly; expected at least 4 spaces, found 1
(#569) Spaces must be used to indent lines; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 4 spaces, found 1
(#569) method name "MiniXMLElement::getAllChildren" must be in lower-case letters only
(#569) Visibility must be declared on method "getAllChildren"
(#569) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#570) Spaces must be used to indent lines; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 4 spaces, found 1
(#570) Opening brace should be on the same line as the declaration
(#571) Spaces must be used to indent lines; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 8 spaces, found 2
(#571) Variable "retArray" must be all lower-case
(#572) Spaces must be used to indent lines; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 8 spaces, found 2
(#573) Spaces must be used to indent lines; tabs are not allowed
(#573) Tab found within whitespace
(#573) Whitespace found at end of line
(#574) Spaces must be used to indent lines; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 8 spaces, found 2
(#574) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#575) Spaces must be used to indent lines; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 8 spaces, found 2
(#576) Spaces must be used to indent lines; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 12 spaces, found 3
(#577) Spaces must be used to indent lines; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected 12 spaces, found 3
(#577) Expected "for (...) {\n"; found "for(...)\n\t\t\t{\n"
(#577) Expected 1 space before "="; 0 found
(#577) Expected 1 space after "="; 0 found
(#578) Spaces must be used to indent lines; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 12 spaces, found 3
(#579) Spaces must be used to indent lines; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected 16 spaces, found 4
(#579) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#580) Spaces must be used to indent lines; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 16 spaces, found 4
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 20 spaces, found 5
(#581) Variable "retArray" must be all lower-case
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected 16 spaces, found 4
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected 12 spaces, found 3
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 8 spaces, found 2
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 12 spaces, found 3
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 12 spaces, found 3
(#587) Expected "for (...) {\n"; found "for(...)\n\t\t\t{\n"
(#587) Expected 1 space before "="; 0 found
(#587) Expected 1 space after "="; 0 found
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 12 spaces, found 3
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected 16 spaces, found 4
(#589) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 16 spaces, found 4
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 20 spaces, found 5
(#591) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 20 spaces, found 5
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 24 spaces, found 6
(#593) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t\t{\n"
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 24 spaces, found 6
(#595) Spaces must be used to indent lines; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 28 spaces, found 7
(#595) Variable "retArray" must be all lower-case
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 24 spaces, found 6
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 20 spaces, found 5
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected 24 spaces, found 6
(#598) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t\t{\n"
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 24 spaces, found 6
(#600) Spaces must be used to indent lines; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 28 spaces, found 7
(#600) Variable "retArray" must be all lower-case
(#601) Spaces must be used to indent lines; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 24 spaces, found 6
(#602) Spaces must be used to indent lines; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected 20 spaces, found 5
(#603) Spaces must be used to indent lines; tabs are not allowed
(#603) Tab found within whitespace
(#603) Whitespace found at end of line
(#604) Spaces must be used to indent lines; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected 16 spaces, found 4
(#605) Spaces must be used to indent lines; tabs are not allowed
(#605) Tab found within whitespace
(#605) Whitespace found at end of line
(#606) Spaces must be used to indent lines; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected 12 spaces, found 3
(#607) Spaces must be used to indent lines; tabs are not allowed
(#607) Tab found within whitespace
(#607) Whitespace found at end of line
(#608) Spaces must be used to indent lines; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 8 spaces, found 2
(#609) Spaces must be used to indent lines; tabs are not allowed
(#609) Tab found within whitespace
(#609) Whitespace found at end of line
(#610) Spaces must be used to indent lines; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected at least 8 spaces, found 2
(#610) Variable "retArray" must be all lower-case
(#611) Spaces must be used to indent lines; tabs are not allowed
(#611) Tab found within whitespace
(#611) Whitespace found at end of line
(#612) Spaces must be used to indent lines; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 4 spaces, found 1
(#613) Spaces must be used to indent lines; tabs are not allowed
(#613) Tab found within whitespace
(#613) Whitespace found at end of line
(#614) Spaces must be used to indent lines; tabs are not allowed
(#614) Tab found within whitespace
(#614) Whitespace found at end of line
(#615) Spaces must be used to indent lines; tabs are not allowed
(#615) Tab found within whitespace
(#615) Whitespace found at end of line
(#616) Spaces must be used to indent lines; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 4 spaces, found 1
(#616) method name "MiniXMLElement::insertChild" must be in lower-case letters only
(#616) Visibility must be declared on method "insertChild"
(#617) Spaces must be used to indent lines; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 4 spaces, found 1
(#617) Opening brace should be on the same line as the declaration
(#618) Spaces must be used to indent lines; tabs are not allowed
(#618) Tab found within whitespace
(#618) Whitespace found at end of line
(#618) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#619) Spaces must be used to indent lines; tabs are not allowed
(#619) Tab found within whitespace
(#619) Whitespace found at end of line
(#620) Spaces must be used to indent lines; tabs are not allowed
(#620) Tab found within whitespace
(#620) Whitespace found at end of line
(#621) Spaces must be used to indent lines; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 8 spaces, found 2
(#621) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#622) Spaces must be used to indent lines; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected at least 8 spaces, found 2
(#623) Spaces must be used to indent lines; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected at least 12 spaces, found 3
(#624) Spaces must be used to indent lines; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected 8 spaces, found 2
(#625) Spaces must be used to indent lines; tabs are not allowed
(#625) Tab found within whitespace
(#625) Whitespace found at end of line
(#626) Spaces must be used to indent lines; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 8 spaces, found 2
(#626) Whitespace found at end of line
(#627) Line indented incorrectly; expected at least 8 spaces, found 2
(#628) Line indented incorrectly; expected at least 8 spaces, found 2
(#629) Spaces must be used to indent lines; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected 8 spaces, found 2
(#629) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#630) Spaces must be used to indent lines; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 8 spaces, found 2
(#631) Spaces must be used to indent lines; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected 12 spaces, found 3
(#631) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#632) Spaces must be used to indent lines; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected at least 12 spaces, found 3
(#633) Spaces must be used to indent lines; tabs are not allowed
(#633) Tab found within whitespace
(#633) Whitespace found at end of line
(#634) Spaces must be used to indent lines; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 16 spaces, found 4
(#635) Spaces must be used to indent lines; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected at least 16 spaces, found 4
(#635) Whitespace found at end of line
(#636) Spaces must be used to indent lines; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 16 spaces, found 7
(#637) Spaces must be used to indent lines; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 12 spaces, found 3
(#638) Spaces must be used to indent lines; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected at least 12 spaces, found 3
(#639) Spaces must be used to indent lines; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 8 spaces, found 2
(#640) Spaces must be used to indent lines; tabs are not allowed
(#640) Tab found within whitespace
(#640) Whitespace found at end of line
(#640) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#641) Spaces must be used to indent lines; tabs are not allowed
(#641) Tab found within whitespace
(#641) Whitespace found at end of line
(#642) Spaces must be used to indent lines; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 8 spaces, found 2
(#642) Variable "nextIdx" must be all lower-case
(#643) Spaces must be used to indent lines; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 8 spaces, found 2
(#643) Variable "lastIdx" must be all lower-case
(#643) Variable "nextIdx" must be all lower-case
(#644) Spaces must be used to indent lines; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected 8 spaces, found 2
(#644) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#644) Variable "lastIdx" must be all lower-case
(#645) Spaces must be used to indent lines; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected at least 8 spaces, found 2
(#646) Spaces must be used to indent lines; tabs are not allowed
(#646) Tab found within whitespace
(#646) Whitespace found at end of line
(#647) Spaces must be used to indent lines; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 12 spaces, found 3
(#647) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#647) Variable "nextIdx" must be all lower-case
(#648) Spaces must be used to indent lines; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected at least 12 spaces, found 3
(#649) Spaces must be used to indent lines; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 16 spaces, found 4
(#649) Variable "lastIdx" must be all lower-case
(#650) Spaces must be used to indent lines; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected 12 spaces, found 3
(#651) Spaces must be used to indent lines; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected at least 12 spaces, found 3
(#652) Spaces must be used to indent lines; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected at least 12 spaces, found 3
(#653) Spaces must be used to indent lines; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected 12 spaces, found 3
(#653) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#654) Spaces must be used to indent lines; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 12 spaces, found 3
(#655) Spaces must be used to indent lines; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 16 spaces, found 4
(#656) Spaces must be used to indent lines; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected 12 spaces, found 3
(#657) Spaces must be used to indent lines; tabs are not allowed
(#657) Tab found within whitespace
(#657) Whitespace found at end of line
(#658) Spaces must be used to indent lines; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected 8 spaces, found 2
(#658) Usage of ELSEIF not allowed; use ELSE IF instead
(#659) Spaces must be used to indent lines; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected at least 8 spaces, found 2
(#660) Spaces must be used to indent lines; tabs are not allowed
(#660) Tab found within whitespace
(#660) Whitespace found at end of line
(#661) Spaces must be used to indent lines; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 12 spaces, found 3
(#662) Spaces must be used to indent lines; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 12 spaces, found 3
(#663) Spaces must be used to indent lines; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected at least 12 spaces, found 3
(#663) Variable "numRemoved" must be all lower-case
(#664) Spaces must be used to indent lines; tabs are not allowed
(#664) Tab found within whitespace
(#664) Whitespace found at end of line
(#665) Spaces must be used to indent lines; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected 12 spaces, found 3
(#665) Expected "for (...) {\n"; found "for(...)\n\t\t\t{\n"
(#665) Expected 1 space before "="; 0 found
(#665) Expected 1 space after "="; 0 found
(#665) Expected 1 space before "<"; 0 found
(#665) Expected 1 space after "<"; 0 found
(#665) Variable "numRemoved" must be all lower-case
(#666) Spaces must be used to indent lines; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 12 spaces, found 3
(#667) Spaces must be used to indent lines; tabs are not allowed
(#667) Tab found within whitespace
(#667) Whitespace found at end of line
(#668) Spaces must be used to indent lines; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected at least 16 spaces, found 4
(#669) Spaces must be used to indent lines; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected 12 spaces, found 3
(#670) Spaces must be used to indent lines; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected at least 12 spaces, found 3
(#671) Spaces must be used to indent lines; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected 12 spaces, found 3
(#671) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#672) Spaces must be used to indent lines; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected at least 12 spaces, found 3
(#673) Spaces must be used to indent lines; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 16 spaces, found 4
(#674) Spaces must be used to indent lines; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected 12 spaces, found 3
(#675) Spaces must be used to indent lines; tabs are not allowed
(#675) Tab found within whitespace
(#675) Whitespace found at end of line
(#675) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#676) Spaces must be used to indent lines; tabs are not allowed
(#676) Tab found within whitespace
(#676) Whitespace found at end of line
(#677) Spaces must be used to indent lines; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected 8 spaces, found 2
(#678) Spaces must be used to indent lines; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 12 spaces, found 3
(#678) Variable "revIdx" must be all lower-case
(#679) Spaces must be used to indent lines; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 12 spaces, found 3
(#679) Variable "newIdx" must be all lower-case
(#679) Variable "revIdx" must be all lower-case
(#680) Spaces must be used to indent lines; tabs are not allowed
(#680) Tab found within whitespace
(#680) Whitespace found at end of line
(#681) Spaces must be used to indent lines; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected 12 spaces, found 3
(#681) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#681) Variable "newIdx" must be all lower-case
(#682) Spaces must be used to indent lines; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 12 spaces, found 3
(#683) Spaces must be used to indent lines; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected at least 16 spaces, found 4
(#683) Variable "newIdx" must be all lower-case
(#684) Spaces must be used to indent lines; tabs are not allowed
(#684) Tab found within whitespace
(#684) Line indented incorrectly; expected 12 spaces, found 3
(#685) Spaces must be used to indent lines; tabs are not allowed
(#685) Tab found within whitespace
(#685) Whitespace found at end of line
(#686) Spaces must be used to indent lines; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected at least 12 spaces, found 3
(#686) Variable "newIdx" must be all lower-case
(#687) Spaces must be used to indent lines; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected 8 spaces, found 2
(#688) Spaces must be used to indent lines; tabs are not allowed
(#688) Tab found within whitespace
(#688) Whitespace found at end of line
(#689) Spaces must be used to indent lines; tabs are not allowed
(#689) Tab found within whitespace
(#689) Line indented incorrectly; expected at least 8 spaces, found 2
(#690) Spaces must be used to indent lines; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected 4 spaces, found 1
(#691) Spaces must be used to indent lines; tabs are not allowed
(#691) Tab found within whitespace
(#691) Whitespace found at end of line
(#693) Spaces must be used to indent lines; tabs are not allowed
(#693) Tab found within whitespace
(#693) Line indented incorrectly; expected at least 4 spaces, found 1
(#694) Line indented incorrectly; expected at least 4 spaces, found 1
(#695) Line indented incorrectly; expected at least 4 spaces, found 1
(#696) Line indented incorrectly; expected at least 4 spaces, found 1
(#697) Line indented incorrectly; expected at least 4 spaces, found 1
(#698) Line indented incorrectly; expected at least 4 spaces, found 1
(#699) Line indented incorrectly; expected at least 4 spaces, found 1
(#700) Line indented incorrectly; expected at least 4 spaces, found 1
(#701) Line indented incorrectly; expected at least 4 spaces, found 1
(#702) Line indented incorrectly; expected at least 4 spaces, found 1
(#703) Line indented incorrectly; expected at least 4 spaces, found 1
(#704) Line indented incorrectly; expected at least 4 spaces, found 1
(#705) Line indented incorrectly; expected at least 4 spaces, found 1
(#706) Line indented incorrectly; expected at least 4 spaces, found 1
(#707) Line indented incorrectly; expected at least 4 spaces, found 1
(#708) Spaces must be used to indent lines; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected 4 spaces, found 1
(#708) method name "MiniXMLElement::appendChild" must be in lower-case letters only
(#708) Visibility must be declared on method "appendChild"
(#709) Spaces must be used to indent lines; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected at least 4 spaces, found 1
(#709) Opening brace should be on the same line as the declaration
(#710) Spaces must be used to indent lines; tabs are not allowed
(#710) Tab found within whitespace
(#710) Whitespace found at end of line
(#711) Spaces must be used to indent lines; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected 8 spaces, found 2
(#711) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#712) Spaces must be used to indent lines; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 8 spaces, found 2
(#713) Spaces must be used to indent lines; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected at least 12 spaces, found 3
(#714) Spaces must be used to indent lines; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 12 spaces, found 3
(#714) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#715) Spaces must be used to indent lines; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected 8 spaces, found 2
(#716) Spaces must be used to indent lines; tabs are not allowed
(#716) Tab found within whitespace
(#716) Whitespace found at end of line
(#717) Spaces must be used to indent lines; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 8 spaces, found 2
(#717) Whitespace found at end of line
(#718) Line indented incorrectly; expected at least 8 spaces, found 2
(#719) Line indented incorrectly; expected at least 8 spaces, found 2
(#720) Spaces must be used to indent lines; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected 8 spaces, found 2
(#720) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#721) Spaces must be used to indent lines; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected at least 8 spaces, found 2
(#722) Spaces must be used to indent lines; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected 12 spaces, found 3
(#722) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#723) Spaces must be used to indent lines; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 12 spaces, found 3
(#724) Spaces must be used to indent lines; tabs are not allowed
(#724) Tab found within whitespace
(#724) Whitespace found at end of line
(#725) Spaces must be used to indent lines; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 16 spaces, found 4
(#726) Spaces must be used to indent lines; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 16 spaces, found 4
(#726) Whitespace found at end of line
(#727) Spaces must be used to indent lines; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected at least 16 spaces, found 7
(#728) Spaces must be used to indent lines; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected 12 spaces, found 3
(#729) Spaces must be used to indent lines; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 12 spaces, found 3
(#730) Spaces must be used to indent lines; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected 8 spaces, found 2
(#731) Spaces must be used to indent lines; tabs are not allowed
(#731) Tab found within whitespace
(#731) Whitespace found at end of line
(#731) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#732) Spaces must be used to indent lines; tabs are not allowed
(#732) Tab found within whitespace
(#732) Whitespace found at end of line
(#733) Spaces must be used to indent lines; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 8 spaces, found 2
(#734) Spaces must be used to indent lines; tabs are not allowed
(#734) Tab found within whitespace
(#734) Whitespace found at end of line
(#735) Spaces must be used to indent lines; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 8 spaces, found 2
(#736) Spaces must be used to indent lines; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected at least 8 spaces, found 2
(#737) Spaces must be used to indent lines; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected at least 8 spaces, found 2
(#738) Spaces must be used to indent lines; tabs are not allowed
(#738) Tab found within whitespace
(#738) Whitespace found at end of line
(#739) Spaces must be used to indent lines; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 8 spaces, found 2
(#740) Spaces must be used to indent lines; tabs are not allowed
(#740) Tab found within whitespace
(#740) Whitespace found at end of line
(#741) Spaces must be used to indent lines; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected 4 spaces, found 1
(#742) Spaces must be used to indent lines; tabs are not allowed
(#742) Tab found within whitespace
(#742) Whitespace found at end of line
(#743) Spaces must be used to indent lines; tabs are not allowed
(#743) Tab found within whitespace
(#743) Whitespace found at end of line
(#744) Spaces must be used to indent lines; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected at least 4 spaces, found 1
(#745) Line indented incorrectly; expected at least 4 spaces, found 1
(#746) Line indented incorrectly; expected at least 4 spaces, found 1
(#747) Line indented incorrectly; expected at least 4 spaces, found 1
(#747) Whitespace found at end of line
(#748) Line indented incorrectly; expected at least 4 spaces, found 1
(#749) Line indented incorrectly; expected at least 4 spaces, found 1
(#750) Line indented incorrectly; expected at least 4 spaces, found 1
(#751) Line indented incorrectly; expected at least 4 spaces, found 1
(#752) Spaces must be used to indent lines; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected 4 spaces, found 1
(#752) method name "MiniXMLElement::prependChild" must be in lower-case letters only
(#752) Visibility must be declared on method "prependChild"
(#753) Spaces must be used to indent lines; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 4 spaces, found 1
(#753) Opening brace should be on the same line as the declaration
(#754) Spaces must be used to indent lines; tabs are not allowed
(#754) Tab found within whitespace
(#754) Whitespace found at end of line
(#754) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#755) Spaces must be used to indent lines; tabs are not allowed
(#755) Tab found within whitespace
(#755) Whitespace found at end of line
(#756) Spaces must be used to indent lines; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected 8 spaces, found 2
(#756) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#757) Spaces must be used to indent lines; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 8 spaces, found 2
(#758) Spaces must be used to indent lines; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 12 spaces, found 3
(#759) Spaces must be used to indent lines; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 12 spaces, found 3
(#759) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#760) Spaces must be used to indent lines; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected 8 spaces, found 2
(#761) Spaces must be used to indent lines; tabs are not allowed
(#761) Tab found within whitespace
(#761) Whitespace found at end of line
(#762) Spaces must be used to indent lines; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 8 spaces, found 2
(#762) Whitespace found at end of line
(#763) Line indented incorrectly; expected at least 8 spaces, found 2
(#764) Line indented incorrectly; expected at least 8 spaces, found 2
(#765) Spaces must be used to indent lines; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected 8 spaces, found 2
(#765) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#766) Spaces must be used to indent lines; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 8 spaces, found 2
(#767) Spaces must be used to indent lines; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 12 spaces, found 3
(#767) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#768) Spaces must be used to indent lines; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) Spaces must be used to indent lines; tabs are not allowed
(#769) Tab found within whitespace
(#769) Whitespace found at end of line
(#770) Spaces must be used to indent lines; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 16 spaces, found 4
(#771) Spaces must be used to indent lines; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 16 spaces, found 4
(#771) Whitespace found at end of line
(#772) Spaces must be used to indent lines; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 16 spaces, found 7
(#773) Spaces must be used to indent lines; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected 12 spaces, found 3
(#774) Spaces must be used to indent lines; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 12 spaces, found 3
(#775) Spaces must be used to indent lines; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected 8 spaces, found 2
(#776) Spaces must be used to indent lines; tabs are not allowed
(#776) Tab found within whitespace
(#776) Whitespace found at end of line
(#776) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#777) Spaces must be used to indent lines; tabs are not allowed
(#777) Tab found within whitespace
(#777) Whitespace found at end of line
(#778) Spaces must be used to indent lines; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 8 spaces, found 2
(#779) Spaces must be used to indent lines; tabs are not allowed
(#779) Tab found within whitespace
(#779) Whitespace found at end of line
(#780) Spaces must be used to indent lines; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected at least 8 spaces, found 2
(#781) Spaces must be used to indent lines; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 8 spaces, found 2
(#782) Spaces must be used to indent lines; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected at least 8 spaces, found 2
(#783) Spaces must be used to indent lines; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 8 spaces, found 2
(#784) Spaces must be used to indent lines; tabs are not allowed
(#784) Tab found within whitespace
(#784) Whitespace found at end of line
(#785) Spaces must be used to indent lines; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 4 spaces, found 1
(#786) Spaces must be used to indent lines; tabs are not allowed
(#786) Tab found within whitespace
(#786) Whitespace found at end of line
(#787) Spaces must be used to indent lines; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected 4 spaces, found 1
(#787) method name "MiniXMLElement::_validateChild" must be in lower-case letters only
(#787) Visibility must be declared on method "_validateChild"
(#788) Spaces must be used to indent lines; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected at least 4 spaces, found 1
(#788) Opening brace should be on the same line as the declaration
(#789) Spaces must be used to indent lines; tabs are not allowed
(#789) Tab found within whitespace
(#789) Whitespace found at end of line
(#790) Spaces must be used to indent lines; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected 8 spaces, found 2
(#790) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#791) Spaces must be used to indent lines; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected at least 8 spaces, found 2
(#792) Spaces must be used to indent lines; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected at least 12 spaces, found 3
(#793) Spaces must be used to indent lines; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected 8 spaces, found 2
(#794) Spaces must be used to indent lines; tabs are not allowed
(#794) Tab found within whitespace
(#794) Whitespace found at end of line
(#795) Spaces must be used to indent lines; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected 8 spaces, found 2
(#795) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#796) Spaces must be used to indent lines; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected at least 8 spaces, found 2
(#797) Spaces must be used to indent lines; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected at least 12 spaces, found 3
(#798) Spaces must be used to indent lines; tabs are not allowed
(#798) Tab found within whitespace
(#798) Line indented incorrectly; expected 8 spaces, found 2
(#799) Spaces must be used to indent lines; tabs are not allowed
(#799) Tab found within whitespace
(#799) Whitespace found at end of line
(#800) Spaces must be used to indent lines; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected at least 8 spaces, found 2
(#801) Spaces must be used to indent lines; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected at least 8 spaces, found 2
(#802) Spaces must be used to indent lines; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected 8 spaces, found 2
(#802) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#803) Spaces must be used to indent lines; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected at least 8 spaces, found 2
(#804) Spaces must be used to indent lines; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected at least 12 spaces, found 3
(#805) Spaces must be used to indent lines; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 12 spaces, found 3
(#806) Spaces must be used to indent lines; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected 8 spaces, found 2
(#807) Spaces must be used to indent lines; tabs are not allowed
(#807) Tab found within whitespace
(#807) Whitespace found at end of line
(#807) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#808) Spaces must be used to indent lines; tabs are not allowed
(#808) Tab found within whitespace
(#808) Whitespace found at end of line
(#809) Spaces must be used to indent lines; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected at least 8 spaces, found 2
(#810) Spaces must be used to indent lines; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected 8 spaces, found 2
(#810) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#811) Spaces must be used to indent lines; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected at least 8 spaces, found 2
(#812) Spaces must be used to indent lines; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected at least 12 spaces, found 3
(#813) Spaces must be used to indent lines; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected at least 12 spaces, found 3
(#814) Spaces must be used to indent lines; tabs are not allowed
(#814) Tab found within whitespace
(#814) Line indented incorrectly; expected 8 spaces, found 2
(#814) Usage of ELSEIF not allowed; use ELSE IF instead
(#815) Spaces must be used to indent lines; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected at least 8 spaces, found 2
(#816) Spaces must be used to indent lines; tabs are not allowed
(#816) Tab found within whitespace
(#816) Line indented incorrectly; expected at least 12 spaces, found 3
(#817) Spaces must be used to indent lines; tabs are not allowed
(#817) Tab found within whitespace
(#817) Line indented incorrectly; expected at least 12 spaces, found 6
(#818) Spaces must be used to indent lines; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected at least 12 spaces, found 3
(#819) Spaces must be used to indent lines; tabs are not allowed
(#819) Tab found within whitespace
(#819) Line indented incorrectly; expected 8 spaces, found 2
(#820) Spaces must be used to indent lines; tabs are not allowed
(#820) Tab found within whitespace
(#820) Whitespace found at end of line
(#821) Spaces must be used to indent lines; tabs are not allowed
(#821) Tab found within whitespace
(#821) Line indented incorrectly; expected at least 8 spaces, found 2
(#822) Spaces must be used to indent lines; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected 4 spaces, found 1
(#823) Spaces must be used to indent lines; tabs are not allowed
(#823) Tab found within whitespace
(#823) Line indented incorrectly; expected at least 4 spaces, found 1
(#824) Line indented incorrectly; expected at least 4 spaces, found 1
(#824) Whitespace found at end of line
(#825) Line indented incorrectly; expected at least 4 spaces, found 1
(#826) Line indented incorrectly; expected at least 4 spaces, found 1
(#827) Line indented incorrectly; expected at least 4 spaces, found 1
(#828) Line indented incorrectly; expected at least 4 spaces, found 1
(#829) Line indented incorrectly; expected at least 4 spaces, found 1
(#830) Line indented incorrectly; expected at least 4 spaces, found 1
(#831) Line indented incorrectly; expected at least 4 spaces, found 1
(#832) Line indented incorrectly; expected at least 4 spaces, found 1
(#833) Line indented incorrectly; expected at least 4 spaces, found 1
(#834) Line indented incorrectly; expected at least 4 spaces, found 1
(#835) Line indented incorrectly; expected at least 4 spaces, found 1
(#836) Line indented incorrectly; expected at least 4 spaces, found 1
(#837) Line indented incorrectly; expected at least 4 spaces, found 1
(#838) Line indented incorrectly; expected at least 4 spaces, found 1
(#839) Line indented incorrectly; expected at least 4 spaces, found 1
(#840) Spaces must be used to indent lines; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected 4 spaces, found 1
(#840) method name "MiniXMLElement::createChild" must be in lower-case letters only
(#840) Visibility must be declared on method "createChild"
(#840) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#841) Spaces must be used to indent lines; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 4 spaces, found 1
(#841) Opening brace should be on the same line as the declaration
(#842) Spaces must be used to indent lines; tabs are not allowed
(#842) Tab found within whitespace
(#842) Line indented incorrectly; expected 8 spaces, found 2
(#842) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#843) Spaces must be used to indent lines; tabs are not allowed
(#843) Tab found within whitespace
(#843) Line indented incorrectly; expected at least 8 spaces, found 2
(#844) Spaces must be used to indent lines; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected at least 12 spaces, found 3
(#845) Spaces must be used to indent lines; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected 8 spaces, found 2
(#846) Spaces must be used to indent lines; tabs are not allowed
(#846) Tab found within whitespace
(#846) Whitespace found at end of line
(#847) Spaces must be used to indent lines; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected 8 spaces, found 2
(#847) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#848) Spaces must be used to indent lines; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 8 spaces, found 2
(#849) Spaces must be used to indent lines; tabs are not allowed
(#849) Tab found within whitespace
(#849) Line indented incorrectly; expected at least 12 spaces, found 3
(#850) Spaces must be used to indent lines; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected 8 spaces, found 2
(#851) Spaces must be used to indent lines; tabs are not allowed
(#851) Tab found within whitespace
(#851) Whitespace found at end of line
(#852) Spaces must be used to indent lines; tabs are not allowed
(#852) Tab found within whitespace
(#852) Line indented incorrectly; expected at least 8 spaces, found 2
(#853) Spaces must be used to indent lines; tabs are not allowed
(#853) Tab found within whitespace
(#853) Whitespace found at end of line
(#854) Spaces must be used to indent lines; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected at least 8 spaces, found 2
(#854) Variable "appendedChild" must be all lower-case
(#855) Spaces must be used to indent lines; tabs are not allowed
(#855) Tab found within whitespace
(#855) Whitespace found at end of line
(#856) Spaces must be used to indent lines; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected 8 spaces, found 2
(#856) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#856) Variable "appendedChild" must be all lower-case
(#857) Spaces must be used to indent lines; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 8 spaces, found 2
(#858) Spaces must be used to indent lines; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected at least 12 spaces, found 3
(#859) Spaces must be used to indent lines; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected at least 12 spaces, found 3
(#859) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#860) Spaces must be used to indent lines; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected 8 spaces, found 2
(#862) Spaces must be used to indent lines; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected 8 spaces, found 2
(#862) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#863) Spaces must be used to indent lines; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected at least 8 spaces, found 2
(#864) Spaces must be used to indent lines; tabs are not allowed
(#864) Tab found within whitespace
(#864) Line indented incorrectly; expected 12 spaces, found 3
(#864) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#865) Spaces must be used to indent lines; tabs are not allowed
(#865) Tab found within whitespace
(#865) Line indented incorrectly; expected at least 12 spaces, found 3
(#866) Spaces must be used to indent lines; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected at least 16 spaces, found 4
(#866) Variable "appendedChild" must be all lower-case
(#867) Spaces must be used to indent lines; tabs are not allowed
(#867) Tab found within whitespace
(#867) Line indented incorrectly; expected 12 spaces, found 3
(#867) Usage of ELSEIF not allowed; use ELSE IF instead
(#868) Spaces must be used to indent lines; tabs are not allowed
(#868) Tab found within whitespace
(#868) Line indented incorrectly; expected at least 12 spaces, found 3
(#869) Spaces must be used to indent lines; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected at least 16 spaces, found 4
(#869) Variable "appendedChild" must be all lower-case
(#870) Spaces must be used to indent lines; tabs are not allowed
(#870) Tab found within whitespace
(#870) Line indented incorrectly; expected 12 spaces, found 3
(#871) Spaces must be used to indent lines; tabs are not allowed
(#871) Tab found within whitespace
(#871) Line indented incorrectly; expected 8 spaces, found 2
(#872) Spaces must be used to indent lines; tabs are not allowed
(#872) Tab found within whitespace
(#872) Whitespace found at end of line
(#873) Spaces must be used to indent lines; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected at least 8 spaces, found 2
(#873) Variable "appendedChild" must be all lower-case
(#874) Spaces must be used to indent lines; tabs are not allowed
(#874) Tab found within whitespace
(#874) Whitespace found at end of line
(#875) Spaces must be used to indent lines; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 8 spaces, found 2
(#875) Variable "appendedChild" must be all lower-case
(#876) Spaces must be used to indent lines; tabs are not allowed
(#876) Tab found within whitespace
(#876) Whitespace found at end of line
(#877) Spaces must be used to indent lines; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected 4 spaces, found 1
(#878) Spaces must be used to indent lines; tabs are not allowed
(#878) Tab found within whitespace
(#878) Whitespace found at end of line
(#879) Spaces must be used to indent lines; tabs are not allowed
(#879) Tab found within whitespace
(#879) Whitespace found at end of line
(#880) Spaces must be used to indent lines; tabs are not allowed
(#880) Tab found within whitespace
(#880) Whitespace found at end of line
(#881) Spaces must be used to indent lines; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected at least 4 spaces, found 1
(#882) Line indented incorrectly; expected at least 4 spaces, found 1
(#883) Line indented incorrectly; expected at least 4 spaces, found 1
(#884) Line indented incorrectly; expected at least 4 spaces, found 1
(#885) Line indented incorrectly; expected at least 4 spaces, found 1
(#886) Spaces must be used to indent lines; tabs are not allowed
(#886) Tab found within whitespace
(#886) Whitespace found at end of line
(#887) Spaces must be used to indent lines; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected 4 spaces, found 1
(#887) method name "MiniXMLElement::removeChild" must be in lower-case letters only
(#887) Visibility must be declared on method "removeChild"
(#888) Spaces must be used to indent lines; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected at least 4 spaces, found 1
(#888) Opening brace should be on the same line as the declaration
(#889) Spaces must be used to indent lines; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected 8 spaces, found 2
(#889) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#890) Spaces must be used to indent lines; tabs are not allowed
(#890) Tab found within whitespace
(#890) Line indented incorrectly; expected at least 8 spaces, found 2
(#891) Spaces must be used to indent lines; tabs are not allowed
(#891) Tab found within whitespace
(#891) Line indented incorrectly; expected 12 spaces, found 3
(#891) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#892) Spaces must be used to indent lines; tabs are not allowed
(#892) Tab found within whitespace
(#892) Line indented incorrectly; expected at least 12 spaces, found 3
(#893) Spaces must be used to indent lines; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected at least 16 spaces, found 4
(#893) Space found before semicolon; expected ");" but found ") ;"
(#894) Spaces must be used to indent lines; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected 12 spaces, found 3
(#895) Spaces must be used to indent lines; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 12 spaces, found 3
(#895) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#896) Spaces must be used to indent lines; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected 8 spaces, found 2
(#897) Spaces must be used to indent lines; tabs are not allowed
(#897) Tab found within whitespace
(#897) Whitespace found at end of line
(#898) Spaces must be used to indent lines; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected at least 8 spaces, found 2
(#898) Variable "foundChild" must be all lower-case
(#898) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#899) Spaces must be used to indent lines; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected at least 8 spaces, found 2
(#900) Spaces must be used to indent lines; tabs are not allowed
(#900) Tab found within whitespace
(#900) Line indented incorrectly; expected 8 spaces, found 2
(#900) Expected "while (...) {\n"; found "while (...)\n\t\t{\n"
(#900) Variable "foundChild" must be all lower-case
(#901) Spaces must be used to indent lines; tabs are not allowed
(#901) Tab found within whitespace
(#901) Line indented incorrectly; expected at least 8 spaces, found 2
(#902) Spaces must be used to indent lines; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected 12 spaces, found 3
(#902) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#903) Spaces must be used to indent lines; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected at least 12 spaces, found 3
(#904) Spaces must be used to indent lines; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected at least 16 spaces, found 4
(#904) Variable "foundChild" must be all lower-case
(#905) Spaces must be used to indent lines; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected 12 spaces, found 3
(#906) Spaces must be used to indent lines; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 16 spaces, found 4
(#907) Spaces must be used to indent lines; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 12 spaces, found 3
(#908) Spaces must be used to indent lines; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected 8 spaces, found 2
(#909) Spaces must be used to indent lines; tabs are not allowed
(#909) Tab found within whitespace
(#909) Whitespace found at end of line
(#910) Spaces must be used to indent lines; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 8 spaces, found 2
(#910) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#910) Variable "foundChild" must be all lower-case
(#911) Spaces must be used to indent lines; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected at least 8 spaces, found 2
(#912) Spaces must be used to indent lines; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected 12 spaces, found 3
(#912) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#913) Spaces must be used to indent lines; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected at least 12 spaces, found 3
(#914) Spaces must be used to indent lines; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected at least 16 spaces, found 4
(#914) Space found before semicolon; expected ");" but found ") ;"
(#915) Spaces must be used to indent lines; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected 12 spaces, found 3
(#916) Spaces must be used to indent lines; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 12 spaces, found 3
(#916) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#917) Spaces must be used to indent lines; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected 8 spaces, found 2
(#918) Spaces must be used to indent lines; tabs are not allowed
(#918) Tab found within whitespace
(#918) Whitespace found at end of line
(#919) Spaces must be used to indent lines; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 8 spaces, found 2
(#920) Spaces must be used to indent lines; tabs are not allowed
(#920) Tab found within whitespace
(#920) Whitespace found at end of line
(#921) Spaces must be used to indent lines; tabs are not allowed
(#921) Tab found within whitespace
(#921) Line indented incorrectly; expected at least 8 spaces, found 2
(#922) Spaces must be used to indent lines; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected 8 spaces, found 2
(#922) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#922) Variable "foundChild" must be all lower-case
(#923) Spaces must be used to indent lines; tabs are not allowed
(#923) Tab found within whitespace
(#923) Line indented incorrectly; expected at least 8 spaces, found 2
(#924) Spaces must be used to indent lines; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected at least 12 spaces, found 3
(#925) Spaces must be used to indent lines; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected 8 spaces, found 2
(#926) Spaces must be used to indent lines; tabs are not allowed
(#926) Tab found within whitespace
(#926) Whitespace found at end of line
(#927) Spaces must be used to indent lines; tabs are not allowed
(#927) Tab found within whitespace
(#927) Line indented incorrectly; expected at least 8 spaces, found 2
(#927) Variable "foundChild" must be all lower-case
(#927) Space found before semicolon; expected ");" but found ") ;"
(#928) Spaces must be used to indent lines; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected at least 8 spaces, found 2
(#928) Variable "foundChild" must be all lower-case
(#929) Spaces must be used to indent lines; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected 4 spaces, found 1
(#930) Spaces must be used to indent lines; tabs are not allowed
(#930) Tab found within whitespace
(#930) Whitespace found at end of line
(#931) Spaces must be used to indent lines; tabs are not allowed
(#931) Tab found within whitespace
(#931) Whitespace found at end of line
(#932) Spaces must be used to indent lines; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 4 spaces, found 1
(#933) Line indented incorrectly; expected at least 4 spaces, found 1
(#934) Line indented incorrectly; expected at least 4 spaces, found 1
(#935) Line indented incorrectly; expected at least 4 spaces, found 1
(#936) Line indented incorrectly; expected at least 4 spaces, found 1
(#937) Spaces must be used to indent lines; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected 4 spaces, found 1
(#937) method name "MiniXMLElement::removeAllChildren" must be in lower-case letters only
(#937) Visibility must be declared on method "removeAllChildren"
(#938) Spaces must be used to indent lines; tabs are not allowed
(#938) Tab found within whitespace
(#938) Line indented incorrectly; expected at least 4 spaces, found 1
(#938) Opening brace should be on the same line as the declaration
(#939) Spaces must be used to indent lines; tabs are not allowed
(#939) Tab found within whitespace
(#939) Line indented incorrectly; expected at least 8 spaces, found 2
(#939) Variable "emptyArray" must be all lower-case
(#940) Spaces must be used to indent lines; tabs are not allowed
(#940) Tab found within whitespace
(#940) Whitespace found at end of line
(#941) Spaces must be used to indent lines; tabs are not allowed
(#941) Tab found within whitespace
(#941) Line indented incorrectly; expected 8 spaces, found 2
(#941) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#942) Spaces must be used to indent lines; tabs are not allowed
(#942) Tab found within whitespace
(#942) Line indented incorrectly; expected at least 8 spaces, found 2
(#943) Spaces must be used to indent lines; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected at least 12 spaces, found 3
(#943) Variable "emptyArray" must be all lower-case
(#944) Spaces must be used to indent lines; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected 8 spaces, found 2
(#945) Spaces must be used to indent lines; tabs are not allowed
(#945) Tab found within whitespace
(#945) Whitespace found at end of line
(#946) Spaces must be used to indent lines; tabs are not allowed
(#946) Tab found within whitespace
(#946) Line indented incorrectly; expected at least 8 spaces, found 2
(#946) Variable "retList" must be all lower-case
(#947) Spaces must be used to indent lines; tabs are not allowed
(#947) Tab found within whitespace
(#947) Whitespace found at end of line
(#948) Spaces must be used to indent lines; tabs are not allowed
(#948) Tab found within whitespace
(#948) Line indented incorrectly; expected at least 8 spaces, found 2
(#949) Spaces must be used to indent lines; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected 8 spaces, found 2
(#949) Expected "while (...) {\n"; found "while (...)\n\t\t{\n"
(#950) Spaces must be used to indent lines; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 8 spaces, found 2
(#951) Spaces must be used to indent lines; tabs are not allowed
(#951) Tab found within whitespace
(#951) Line indented incorrectly; expected at least 12 spaces, found 3
(#951) Variable "retList" must be all lower-case
(#952) Spaces must be used to indent lines; tabs are not allowed
(#952) Tab found within whitespace
(#952) Line indented incorrectly; expected 8 spaces, found 2
(#953) Spaces must be used to indent lines; tabs are not allowed
(#953) Tab found within whitespace
(#953) Whitespace found at end of line
(#954) Spaces must be used to indent lines; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected at least 8 spaces, found 2
(#955) Spaces must be used to indent lines; tabs are not allowed
(#955) Tab found within whitespace
(#955) Line indented incorrectly; expected at least 8 spaces, found 2
(#956) Spaces must be used to indent lines; tabs are not allowed
(#956) Tab found within whitespace
(#956) Line indented incorrectly; expected at least 8 spaces, found 2
(#957) Spaces must be used to indent lines; tabs are not allowed
(#957) Tab found within whitespace
(#957) Whitespace found at end of line
(#957) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#958) Spaces must be used to indent lines; tabs are not allowed
(#958) Tab found within whitespace
(#958) Whitespace found at end of line
(#959) Spaces must be used to indent lines; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected at least 8 spaces, found 2
(#959) Variable "retList" must be all lower-case
(#960) Spaces must be used to indent lines; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected 4 spaces, found 1
(#961) Spaces must be used to indent lines; tabs are not allowed
(#961) Tab found within whitespace
(#961) Whitespace found at end of line
(#962) Spaces must be used to indent lines; tabs are not allowed
(#962) Tab found within whitespace
(#962) Whitespace found at end of line
(#963) Spaces must be used to indent lines; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected 4 spaces, found 1
(#963) Visibility must be declared on method "remove"
(#964) Spaces must be used to indent lines; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected at least 4 spaces, found 1
(#964) Opening brace should be on the same line as the declaration
(#965) Spaces must be used to indent lines; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected at least 8 spaces, found 2
(#966) Spaces must be used to indent lines; tabs are not allowed
(#966) Tab found within whitespace
(#966) Whitespace found at end of line
(#967) Spaces must be used to indent lines; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected 8 spaces, found 2
(#967) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#968) Spaces must be used to indent lines; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected at least 8 spaces, found 2
(#969) Spaces must be used to indent lines; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected at least 12 spaces, found 3
(#970) Spaces must be used to indent lines; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected at least 12 spaces, found 3
(#970) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#971) Spaces must be used to indent lines; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected 8 spaces, found 2
(#972) Spaces must be used to indent lines; tabs are not allowed
(#972) Tab found within whitespace
(#972) Whitespace found at end of line
(#973) Spaces must be used to indent lines; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 8 spaces, found 2
(#974) Spaces must be used to indent lines; tabs are not allowed
(#974) Tab found within whitespace
(#974) Whitespace found at end of line
(#975) Spaces must be used to indent lines; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected at least 8 spaces, found 2
(#976) Spaces must be used to indent lines; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected 4 spaces, found 1
(#977) Spaces must be used to indent lines; tabs are not allowed
(#977) Tab found within whitespace
(#977) Whitespace found at end of line
(#978) Spaces must be used to indent lines; tabs are not allowed
(#978) Tab found within whitespace
(#978) Whitespace found at end of line
(#979) Spaces must be used to indent lines; tabs are not allowed
(#979) Tab found within whitespace
(#979) Whitespace found at end of line
(#980) Spaces must be used to indent lines; tabs are not allowed
(#980) Tab found within whitespace
(#980) Line indented incorrectly; expected at least 4 spaces, found 1
(#981) Line indented incorrectly; expected at least 4 spaces, found 1
(#982) Line indented incorrectly; expected at least 4 spaces, found 1
(#983) Line indented incorrectly; expected at least 4 spaces, found 1
(#984) Line indented incorrectly; expected at least 4 spaces, found 1
(#985) Line indented incorrectly; expected at least 4 spaces, found 1
(#986) Line indented incorrectly; expected at least 4 spaces, found 1
(#987) Line indented incorrectly; expected at least 4 spaces, found 1
(#988) Line indented incorrectly; expected at least 4 spaces, found 1
(#989) Line indented incorrectly; expected at least 4 spaces, found 1
(#990) Line indented incorrectly; expected at least 4 spaces, found 1
(#991) Line indented incorrectly; expected at least 4 spaces, found 1
(#991) Whitespace found at end of line
(#992) Line indented incorrectly; expected at least 4 spaces, found 1
(#993) Line indented incorrectly; expected at least 4 spaces, found 1
(#994) Line indented incorrectly; expected at least 4 spaces, found 1
(#994) Whitespace found at end of line
(#995) Spaces must be used to indent lines; tabs are not allowed
(#995) Tab found within whitespace
(#995) Line indented incorrectly; expected 4 spaces, found 1
(#995) Variable "setParent" must be all lower-case
(#996) Spaces must be used to indent lines; tabs are not allowed
(#996) Tab found within whitespace
(#996) Line indented incorrectly; expected at least 4 spaces, found 1
(#996) Opening brace should be on the same line as the declaration
(#997) Spaces must be used to indent lines; tabs are not allowed
(#997) Tab found within whitespace
(#997) Line indented incorrectly; expected 8 spaces, found 2
(#997) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#997) Variable "setParent" must be all lower-case
(#998) Spaces must be used to indent lines; tabs are not allowed
(#998) Tab found within whitespace
(#998) Line indented incorrectly; expected at least 8 spaces, found 2
(#999) Spaces must be used to indent lines; tabs are not allowed
(#999) Tab found within whitespace
(#999) Line indented incorrectly; expected at least 12 spaces, found 3
(#1000) Spaces must be used to indent lines; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected 12 spaces, found 3
(#1000) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#1000) Variable "setParent" must be all lower-case
(#1001) Spaces must be used to indent lines; tabs are not allowed
(#1001) Tab found within whitespace
(#1001) Line indented incorrectly; expected at least 12 spaces, found 3
(#1002) Spaces must be used to indent lines; tabs are not allowed
(#1002) Tab found within whitespace
(#1002) Line indented incorrectly; expected at least 16 spaces, found 4
(#1003) Spaces must be used to indent lines; tabs are not allowed
(#1003) Tab found within whitespace
(#1003) Line indented incorrectly; expected 12 spaces, found 3
(#1004) Spaces must be used to indent lines; tabs are not allowed
(#1004) Tab found within whitespace
(#1004) Line indented incorrectly; expected at least 12 spaces, found 3
(#1004) Variable "setParent" must be all lower-case
(#1005) Spaces must be used to indent lines; tabs are not allowed
(#1005) Tab found within whitespace
(#1005) Line indented incorrectly; expected 8 spaces, found 2
(#1006) Spaces must be used to indent lines; tabs are not allowed
(#1006) Tab found within whitespace
(#1006) Whitespace found at end of line
(#1007) Spaces must be used to indent lines; tabs are not allowed
(#1007) Tab found within whitespace
(#1007) Line indented incorrectly; expected at least 8 spaces, found 2
(#1008) Spaces must be used to indent lines; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Whitespace found at end of line
(#1009) Spaces must be used to indent lines; tabs are not allowed
(#1009) Tab found within whitespace
(#1009) Line indented incorrectly; expected 4 spaces, found 1
(#1010) Spaces must be used to indent lines; tabs are not allowed
(#1010) Tab found within whitespace
(#1010) Whitespace found at end of line
(#1011) Spaces must be used to indent lines; tabs are not allowed
(#1011) Tab found within whitespace
(#1011) Whitespace found at end of line
(#1012) Spaces must be used to indent lines; tabs are not allowed
(#1012) Tab found within whitespace
(#1012) Line indented incorrectly; expected at least 4 spaces, found 1
(#1013) Line indented incorrectly; expected at least 4 spaces, found 1
(#1014) Line indented incorrectly; expected at least 4 spaces, found 1
(#1015) Line indented incorrectly; expected at least 4 spaces, found 1
(#1016) Line indented incorrectly; expected at least 4 spaces, found 1
(#1017) Line indented incorrectly; expected at least 4 spaces, found 1
(#1018) Line indented incorrectly; expected at least 4 spaces, found 1
(#1019) Line indented incorrectly; expected at least 4 spaces, found 1
(#1020) Line indented incorrectly; expected at least 4 spaces, found 1
(#1021) Line indented incorrectly; expected at least 4 spaces, found 1
(#1021) Whitespace found at end of line
(#1022) Line indented incorrectly; expected at least 4 spaces, found 1
(#1023) Line indented incorrectly; expected at least 4 spaces, found 1
(#1024) Line indented incorrectly; expected at least 4 spaces, found 1
(#1025) Line indented incorrectly; expected at least 4 spaces, found 1
(#1026) Line indented incorrectly; expected at least 4 spaces, found 1
(#1027) Spaces must be used to indent lines; tabs are not allowed
(#1027) Tab found within whitespace
(#1027) Line indented incorrectly; expected 4 spaces, found 1
(#1027) method name "MiniXMLElement::avoidLoops" must be in lower-case letters only
(#1027) Visibility must be declared on method "avoidLoops"
(#1027) Variable "setTo" must be all lower-case
(#1027) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1028) Spaces must be used to indent lines; tabs are not allowed
(#1028) Tab found within whitespace
(#1028) Line indented incorrectly; expected at least 4 spaces, found 1
(#1028) Opening brace should be on the same line as the declaration
(#1029) Spaces must be used to indent lines; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Line indented incorrectly; expected 8 spaces, found 2
(#1029) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1029) Variable "setTo" must be all lower-case
(#1030) Spaces must be used to indent lines; tabs are not allowed
(#1030) Tab found within whitespace
(#1030) Line indented incorrectly; expected at least 8 spaces, found 2
(#1031) Spaces must be used to indent lines; tabs are not allowed
(#1031) Tab found within whitespace
(#1031) Line indented incorrectly; expected at least 12 spaces, found 3
(#1031) Variable "setTo" must be all lower-case
(#1032) Spaces must be used to indent lines; tabs are not allowed
(#1032) Tab found within whitespace
(#1032) Line indented incorrectly; expected 8 spaces, found 2
(#1033) Spaces must be used to indent lines; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Whitespace found at end of line
(#1034) Spaces must be used to indent lines; tabs are not allowed
(#1034) Tab found within whitespace
(#1034) Line indented incorrectly; expected at least 8 spaces, found 2
(#1035) Spaces must be used to indent lines; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Line indented incorrectly; expected 4 spaces, found 1
(#1036) Spaces must be used to indent lines; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Whitespace found at end of line
(#1037) Spaces must be used to indent lines; tabs are not allowed
(#1037) Tab found within whitespace
(#1037) Whitespace found at end of line
(#1038) Spaces must be used to indent lines; tabs are not allowed
(#1038) Tab found within whitespace
(#1038) Line indented incorrectly; expected at least 4 spaces, found 1
(#1039) Line indented incorrectly; expected at least 4 spaces, found 1
(#1039) Whitespace found at end of line
(#1040) Line indented incorrectly; expected at least 4 spaces, found 1
(#1041) Line indented incorrectly; expected at least 4 spaces, found 1
(#1042) Line indented incorrectly; expected at least 4 spaces, found 1
(#1043) Line indented incorrectly; expected at least 4 spaces, found 1
(#1044) Line indented incorrectly; expected at least 4 spaces, found 1
(#1045) Line indented incorrectly; expected at least 4 spaces, found 1
(#1046) Line indented incorrectly; expected at least 4 spaces, found 1
(#1047) Line indented incorrectly; expected at least 4 spaces, found 1
(#1047) Whitespace found at end of line
(#1048) Line indented incorrectly; expected at least 4 spaces, found 1
(#1049) Line indented incorrectly; expected at least 4 spaces, found 1
(#1050) Line indented incorrectly; expected at least 4 spaces, found 1
(#1051) Line indented incorrectly; expected at least 4 spaces, found 1
(#1052) Line indented incorrectly; expected at least 4 spaces, found 1
(#1053) Line indented incorrectly; expected at least 4 spaces, found 1
(#1054) Line indented incorrectly; expected at least 4 spaces, found 1
(#1055) Line indented incorrectly; expected at least 4 spaces, found 1
(#1056) Line indented incorrectly; expected at least 4 spaces, found 1
(#1057) Line indented incorrectly; expected at least 4 spaces, found 1
(#1058) Line indented incorrectly; expected at least 4 spaces, found 1
(#1059) Line indented incorrectly; expected at least 4 spaces, found 1
(#1060) Line indented incorrectly; expected at least 4 spaces, found 1
(#1061) Line indented incorrectly; expected at least 4 spaces, found 1
(#1062) Line indented incorrectly; expected at least 4 spaces, found 1
(#1063) Spaces must be used to indent lines; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Whitespace found at end of line
(#1064) Spaces must be used to indent lines; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Line indented incorrectly; expected 4 spaces, found 1
(#1064) method name "MiniXMLElement::toString" must be in lower-case letters only
(#1064) Visibility must be declared on method "toString"
(#1065) Spaces must be used to indent lines; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Line indented incorrectly; expected at least 4 spaces, found 1
(#1065) Opening brace should be on the same line as the declaration
(#1066) Spaces must be used to indent lines; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Line indented incorrectly; expected 8 spaces, found 2
(#1066) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1067) Spaces must be used to indent lines; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected at least 8 spaces, found 2
(#1068) Spaces must be used to indent lines; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Line indented incorrectly; expected at least 12 spaces, found 3
(#1069) Spaces must be used to indent lines; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Line indented incorrectly; expected 8 spaces, found 2
(#1070) Spaces must be used to indent lines; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Line indented incorrectly; expected at least 12 spaces, found 3
(#1071) Spaces must be used to indent lines; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected 8 spaces, found 2
(#1072) Spaces must be used to indent lines; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected 4 spaces, found 1
(#1073) Spaces must be used to indent lines; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Whitespace found at end of line
(#1074) Spaces must be used to indent lines; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Line indented incorrectly; expected 4 spaces, found 1
(#1074) method name "MiniXMLElement::toStringWithWhiteSpaces" must be in lower-case letters only
(#1074) Visibility must be declared on method "toStringWithWhiteSpaces"
(#1075) Spaces must be used to indent lines; tabs are not allowed
(#1075) Tab found within whitespace
(#1075) Line indented incorrectly; expected at least 4 spaces, found 1
(#1075) Opening brace should be on the same line as the declaration
(#1076) Spaces must be used to indent lines; tabs are not allowed
(#1076) Tab found within whitespace
(#1076) Line indented incorrectly; expected at least 8 spaces, found 2
(#1076) Variable "attribString" must be all lower-case
(#1077) Spaces must be used to indent lines; tabs are not allowed
(#1077) Tab found within whitespace
(#1077) Line indented incorrectly; expected at least 8 spaces, found 2
(#1077) Variable "elementName" must be all lower-case
(#1078) Spaces must be used to indent lines; tabs are not allowed
(#1078) Tab found within whitespace
(#1078) Line indented incorrectly; expected at least 8 spaces, found 2
(#1078) Space found before semicolon; expected ");" but found ") ;"
(#1079) Spaces must be used to indent lines; tabs are not allowed
(#1079) Tab found within whitespace
(#1079) Whitespace found at end of line
(#1080) Spaces must be used to indent lines; tabs are not allowed
(#1080) Tab found within whitespace
(#1080) Line indented incorrectly; expected at least 8 spaces, found 2
(#1080) Variable "retString" must be all lower-case
(#1081) Spaces must be used to indent lines; tabs are not allowed
(#1081) Tab found within whitespace
(#1081) Whitespace found at end of line
(#1081) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1082) Spaces must be used to indent lines; tabs are not allowed
(#1082) Tab found within whitespace
(#1082) Whitespace found at end of line
(#1083) Spaces must be used to indent lines; tabs are not allowed
(#1083) Tab found within whitespace
(#1083) Line indented incorrectly; expected 8 spaces, found 2
(#1083) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#1084) Spaces must be used to indent lines; tabs are not allowed
(#1084) Tab found within whitespace
(#1084) Line indented incorrectly; expected at least 8 spaces, found 2
(#1085) Spaces must be used to indent lines; tabs are not allowed
(#1085) Tab found within whitespace
(#1085) Line indented incorrectly; expected at least 12 spaces, found 3
(#1085) Variable "attribString" must be all lower-case
(#1086) Spaces must be used to indent lines; tabs are not allowed
(#1086) Tab found within whitespace
(#1086) Line indented incorrectly; expected 8 spaces, found 2
(#1087) Spaces must be used to indent lines; tabs are not allowed
(#1087) Tab found within whitespace
(#1087) Whitespace found at end of line
(#1087) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1088) Spaces must be used to indent lines; tabs are not allowed
(#1088) Tab found within whitespace
(#1088) Whitespace found at end of line
(#1089) Spaces must be used to indent lines; tabs are not allowed
(#1089) Tab found within whitespace
(#1089) Line indented incorrectly; expected 8 spaces, found 2
(#1089) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1089) Variable "attribString" must be all lower-case
(#1090) Spaces must be used to indent lines; tabs are not allowed
(#1090) Tab found within whitespace
(#1090) Line indented incorrectly; expected at least 8 spaces, found 2
(#1091) Spaces must be used to indent lines; tabs are not allowed
(#1091) Tab found within whitespace
(#1091) Line indented incorrectly; expected at least 12 spaces, found 3
(#1091) Variable "attribString" must be all lower-case
(#1091) Variable "attribString" must be all lower-case
(#1092) Spaces must be used to indent lines; tabs are not allowed
(#1092) Tab found within whitespace
(#1092) Line indented incorrectly; expected at least 12 spaces, found 3
(#1092) Variable "retString" must be all lower-case
(#1092) Variable "attribString" must be all lower-case
(#1093) Spaces must be used to indent lines; tabs are not allowed
(#1093) Tab found within whitespace
(#1093) Line indented incorrectly; expected 8 spaces, found 2
(#1094) Spaces must be used to indent lines; tabs are not allowed
(#1094) Tab found within whitespace
(#1094) Whitespace found at end of line
(#1095) Spaces must be used to indent lines; tabs are not allowed
(#1095) Tab found within whitespace
(#1095) Line indented incorrectly; expected 8 spaces, found 2
(#1095) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1096) Spaces must be used to indent lines; tabs are not allowed
(#1096) Tab found within whitespace
(#1096) Line indented incorrectly; expected at least 8 spaces, found 2
(#1097) Spaces must be used to indent lines; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Line indented incorrectly; expected at least 12 spaces, found 3
(#1098) Spaces must be used to indent lines; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Line indented incorrectly; expected at least 12 spaces, found 3
(#1098) Variable "retString" must be all lower-case
(#1099) Spaces must be used to indent lines; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Whitespace found at end of line
(#1100) Spaces must be used to indent lines; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Line indented incorrectly; expected at least 12 spaces, found 3
(#1100) Variable "retString" must be all lower-case
(#1101) Spaces must be used to indent lines; tabs are not allowed
(#1101) Tab found within whitespace
(#1101) Line indented incorrectly; expected 8 spaces, found 2
(#1101) Whitespace found at end of line
(#1102) Spaces must be used to indent lines; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) Whitespace found at end of line
(#1102) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1103) Spaces must be used to indent lines; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Whitespace found at end of line
(#1104) Spaces must be used to indent lines; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Whitespace found at end of line
(#1105) Spaces must be used to indent lines; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Line indented incorrectly; expected at least 8 spaces, found 2
(#1106) Line indented incorrectly; expected at least 8 spaces, found 2
(#1106) Whitespace found at end of line
(#1107) Line indented incorrectly; expected at least 8 spaces, found 2
(#1108) Spaces must be used to indent lines; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Whitespace found at end of line
(#1109) Spaces must be used to indent lines; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Line indented incorrectly; expected at least 8 spaces, found 2
(#1109) Variable "onlyTxtChild" must be all lower-case
(#1110) Spaces must be used to indent lines; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Line indented incorrectly; expected 8 spaces, found 2
(#1110) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1111) Spaces must be used to indent lines; tabs are not allowed
(#1111) Tab found within whitespace
(#1111) Line indented incorrectly; expected at least 8 spaces, found 2
(#1112) Spaces must be used to indent lines; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Line indented incorrectly; expected at least 12 spaces, found 3
(#1112) Variable "onlyTxtChild" must be all lower-case
(#1113) Spaces must be used to indent lines; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Line indented incorrectly; expected 8 spaces, found 2
(#1114) Spaces must be used to indent lines; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Whitespace found at end of line
(#1114) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1115) Spaces must be used to indent lines; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Whitespace found at end of line
(#1116) Spaces must be used to indent lines; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Whitespace found at end of line
(#1117) Spaces must be used to indent lines; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected 8 spaces, found 2
(#1117) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1117) Variable "onlyTxtChild" must be all lower-case
(#1118) Spaces must be used to indent lines; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Line indented incorrectly; expected at least 8 spaces, found 2
(#1119) Spaces must be used to indent lines; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Line indented incorrectly; expected at least 12 spaces, found 3
(#1119) Variable "nextDepth" must be all lower-case
(#1120) Spaces must be used to indent lines; tabs are not allowed
(#1120) Tab found within whitespace
(#1120) Line indented incorrectly; expected at least 12 spaces, found 3
(#1120) Variable "retString" must be all lower-case
(#1121) Spaces must be used to indent lines; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Line indented incorrectly; expected 8 spaces, found 2
(#1122) Spaces must be used to indent lines; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Line indented incorrectly; expected at least 12 spaces, found 3
(#1122) Variable "nextDepth" must be all lower-case
(#1122) Expected 1 space before "+"; 0 found
(#1122) Expected 1 space after "+"; 0 found
(#1123) Spaces must be used to indent lines; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected at least 12 spaces, found 3
(#1123) Variable "retString" must be all lower-case
(#1124) Spaces must be used to indent lines; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected 8 spaces, found 2
(#1125) Spaces must be used to indent lines; tabs are not allowed
(#1125) Tab found within whitespace
(#1125) Whitespace found at end of line
(#1125) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1126) Spaces must be used to indent lines; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Whitespace found at end of line
(#1127) Spaces must be used to indent lines; tabs are not allowed
(#1127) Tab found within whitespace
(#1127) Whitespace found at end of line
(#1128) Spaces must be used to indent lines; tabs are not allowed
(#1128) Tab found within whitespace
(#1128) Line indented incorrectly; expected 8 spaces, found 2
(#1128) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1128) Space found before second semicolon of FOR loop
(#1128) Expected 1 space before "="; 0 found
(#1128) Expected 1 space after "="; 0 found
(#1128) Space found before semicolon; expected "xnumChildren;" but found "xnumChildren ;"
(#1129) Spaces must be used to indent lines; tabs are not allowed
(#1129) Tab found within whitespace
(#1129) Line indented incorrectly; expected at least 8 spaces, found 2
(#1130) Spaces must be used to indent lines; tabs are not allowed
(#1130) Tab found within whitespace
(#1130) Line indented incorrectly; expected 12 spaces, found 3
(#1130) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#1131) Spaces must be used to indent lines; tabs are not allowed
(#1131) Tab found within whitespace
(#1131) Line indented incorrectly; expected at least 12 spaces, found 3
(#1132) Spaces must be used to indent lines; tabs are not allowed
(#1132) Tab found within whitespace
(#1132) Whitespace found at end of line
(#1133) Spaces must be used to indent lines; tabs are not allowed
(#1133) Tab found within whitespace
(#1133) Line indented incorrectly; expected at least 16 spaces, found 4
(#1133) Variable "newStr" must be all lower-case
(#1133) Variable "nextDepth" must be all lower-case
(#1134) Spaces must be used to indent lines; tabs are not allowed
(#1134) Tab found within whitespace
(#1134) Whitespace found at end of line
(#1134) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1135) Spaces must be used to indent lines; tabs are not allowed
(#1135) Tab found within whitespace
(#1135) Whitespace found at end of line
(#1136) Spaces must be used to indent lines; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Line indented incorrectly; expected 16 spaces, found 4
(#1136) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#1136) Variable "newStr" must be all lower-case
(#1137) Spaces must be used to indent lines; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Line indented incorrectly; expected at least 16 spaces, found 4
(#1138) Spaces must be used to indent lines; tabs are not allowed
(#1138) Tab found within whitespace
(#1138) Line indented incorrectly; expected 20 spaces, found 5
(#1138) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#1138) Variable "newStr" must be all lower-case
(#1138) Variable "onlyTxtChild" must be all lower-case
(#1139) Spaces must be used to indent lines; tabs are not allowed
(#1139) Tab found within whitespace
(#1139) Line indented incorrectly; expected at least 20 spaces, found 5
(#1140) Spaces must be used to indent lines; tabs are not allowed
(#1140) Tab found within whitespace
(#1140) Line indented incorrectly; expected at least 24 spaces, found 6
(#1140) Variable "newStr" must be all lower-case
(#1141) Spaces must be used to indent lines; tabs are not allowed
(#1141) Tab found within whitespace
(#1141) Line indented incorrectly; expected 20 spaces, found 5
(#1142) Spaces must be used to indent lines; tabs are not allowed
(#1142) Tab found within whitespace
(#1142) Whitespace found at end of line
(#1143) Spaces must be used to indent lines; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected at least 20 spaces, found 5
(#1143) Variable "retString" must be all lower-case
(#1143) Variable "newStr" must be all lower-case
(#1144) Spaces must be used to indent lines; tabs are not allowed
(#1144) Tab found within whitespace
(#1144) Line indented incorrectly; expected 16 spaces, found 4
(#1145) Spaces must be used to indent lines; tabs are not allowed
(#1145) Tab found within whitespace
(#1145) Whitespace found at end of line
(#1146) Spaces must be used to indent lines; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected 12 spaces, found 3
(#1147) Spaces must be used to indent lines; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected at least 16 spaces, found 4
(#1147) Variable "elementName" must be all lower-case
(#1148) Spaces must be used to indent lines; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Whitespace found at end of line
(#1149) Spaces must be used to indent lines; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected 12 spaces, found 3
(#1150) Spaces must be used to indent lines; tabs are not allowed
(#1150) Tab found within whitespace
(#1150) Whitespace found at end of line
(#1151) Spaces must be used to indent lines; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Line indented incorrectly; expected 8 spaces, found 2
(#1152) Spaces must be used to indent lines; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Whitespace found at end of line
(#1153) Spaces must be used to indent lines; tabs are not allowed
(#1153) Tab found within whitespace
(#1153) Line indented incorrectly; expected at least 8 spaces, found 2
(#1154) Spaces must be used to indent lines; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected 8 spaces, found 2
(#1154) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1154) Variable "onlyTxtChild" must be all lower-case
(#1155) Spaces must be used to indent lines; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Line indented incorrectly; expected at least 8 spaces, found 2
(#1156) Spaces must be used to indent lines; tabs are not allowed
(#1156) Tab found within whitespace
(#1156) Line indented incorrectly; expected at least 12 spaces, found 3
(#1156) Variable "retString" must be all lower-case
(#1156) Variable "elementName" must be all lower-case
(#1157) Spaces must be used to indent lines; tabs are not allowed
(#1157) Tab found within whitespace
(#1157) Line indented incorrectly; expected 8 spaces, found 2
(#1158) Spaces must be used to indent lines; tabs are not allowed
(#1158) Tab found within whitespace
(#1158) Line indented incorrectly; expected at least 12 spaces, found 3
(#1158) Variable "retString" must be all lower-case
(#1159) Spaces must be used to indent lines; tabs are not allowed
(#1159) Tab found within whitespace
(#1159) Line indented incorrectly; expected 8 spaces, found 2
(#1160) Spaces must be used to indent lines; tabs are not allowed
(#1160) Tab found within whitespace
(#1160) Line indented incorrectly; expected at least 8 spaces, found 2
(#1160) Variable "retString" must be all lower-case
(#1161) Spaces must be used to indent lines; tabs are not allowed
(#1161) Tab found within whitespace
(#1161) Whitespace found at end of line
(#1162) Spaces must be used to indent lines; tabs are not allowed
(#1162) Tab found within whitespace
(#1162) Line indented incorrectly; expected 4 spaces, found 1
(#1163) Spaces must be used to indent lines; tabs are not allowed
(#1163) Tab found within whitespace
(#1163) Whitespace found at end of line
(#1164) Spaces must be used to indent lines; tabs are not allowed
(#1164) Tab found within whitespace
(#1164) Whitespace found at end of line
(#1165) Spaces must be used to indent lines; tabs are not allowed
(#1165) Tab found within whitespace
(#1165) Whitespace found at end of line
(#1166) Spaces must be used to indent lines; tabs are not allowed
(#1166) Tab found within whitespace
(#1166) Whitespace found at end of line
(#1167) Spaces must be used to indent lines; tabs are not allowed
(#1167) Tab found within whitespace
(#1167) Line indented incorrectly; expected 4 spaces, found 1
(#1167) method name "MiniXMLElement::toStringNoWhiteSpaces" must be in lower-case letters only
(#1167) Visibility must be declared on method "toStringNoWhiteSpaces"
(#1168) Spaces must be used to indent lines; tabs are not allowed
(#1168) Tab found within whitespace
(#1168) Line indented incorrectly; expected at least 4 spaces, found 1
(#1168) Opening brace should be on the same line as the declaration
(#1169) Spaces must be used to indent lines; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Line indented incorrectly; expected at least 8 spaces, found 2
(#1169) Variable "retString" must be all lower-case
(#1170) Spaces must be used to indent lines; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected at least 8 spaces, found 2
(#1170) Variable "attribString" must be all lower-case
(#1171) Spaces must be used to indent lines; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected at least 8 spaces, found 2
(#1171) Variable "elementName" must be all lower-case
(#1172) Spaces must be used to indent lines; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Whitespace found at end of line
(#1173) Spaces must be used to indent lines; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected 8 spaces, found 2
(#1173) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#1174) Spaces must be used to indent lines; tabs are not allowed
(#1174) Tab found within whitespace
(#1174) Line indented incorrectly; expected at least 8 spaces, found 2
(#1175) Spaces must be used to indent lines; tabs are not allowed
(#1175) Tab found within whitespace
(#1175) Line indented incorrectly; expected at least 12 spaces, found 3
(#1175) Variable "attribString" must be all lower-case
(#1176) Spaces must be used to indent lines; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Line indented incorrectly; expected 8 spaces, found 2
(#1177) Spaces must be used to indent lines; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Whitespace found at end of line
(#1178) Spaces must be used to indent lines; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Line indented incorrectly; expected at least 8 spaces, found 2
(#1178) Variable "retString" must be all lower-case
(#1178) Variable "elementName" must be all lower-case
(#1179) Spaces must be used to indent lines; tabs are not allowed
(#1179) Tab found within whitespace
(#1179) Whitespace found at end of line
(#1179) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1180) Spaces must be used to indent lines; tabs are not allowed
(#1180) Tab found within whitespace
(#1180) Whitespace found at end of line
(#1181) Spaces must be used to indent lines; tabs are not allowed
(#1181) Tab found within whitespace
(#1181) Line indented incorrectly; expected 8 spaces, found 2
(#1181) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1181) Variable "attribString" must be all lower-case
(#1182) Spaces must be used to indent lines; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected at least 8 spaces, found 2
(#1183) Spaces must be used to indent lines; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected at least 12 spaces, found 3
(#1183) Variable "attribString" must be all lower-case
(#1183) Variable "attribString" must be all lower-case
(#1184) Spaces must be used to indent lines; tabs are not allowed
(#1184) Tab found within whitespace
(#1184) Line indented incorrectly; expected at least 12 spaces, found 3
(#1184) Variable "retString" must be all lower-case
(#1184) Variable "attribString" must be all lower-case
(#1185) Spaces must be used to indent lines; tabs are not allowed
(#1185) Tab found within whitespace
(#1185) Line indented incorrectly; expected 8 spaces, found 2
(#1186) Spaces must be used to indent lines; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Whitespace found at end of line
(#1187) Spaces must be used to indent lines; tabs are not allowed
(#1187) Tab found within whitespace
(#1187) Line indented incorrectly; expected 8 spaces, found 2
(#1187) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1188) Spaces must be used to indent lines; tabs are not allowed
(#1188) Tab found within whitespace
(#1188) Line indented incorrectly; expected at least 8 spaces, found 2
(#1189) Spaces must be used to indent lines; tabs are not allowed
(#1189) Tab found within whitespace
(#1189) Line indented incorrectly; expected at least 12 spaces, found 3
(#1190) Spaces must be used to indent lines; tabs are not allowed
(#1190) Tab found within whitespace
(#1190) Whitespace found at end of line
(#1191) Spaces must be used to indent lines; tabs are not allowed
(#1191) Tab found within whitespace
(#1191) Line indented incorrectly; expected at least 12 spaces, found 3
(#1191) Variable "retString" must be all lower-case
(#1192) Spaces must be used to indent lines; tabs are not allowed
(#1192) Tab found within whitespace
(#1192) Line indented incorrectly; expected at least 12 spaces, found 3
(#1192) Variable "retString" must be all lower-case
(#1193) Spaces must be used to indent lines; tabs are not allowed
(#1193) Tab found within whitespace
(#1193) Line indented incorrectly; expected 8 spaces, found 2
(#1194) Spaces must be used to indent lines; tabs are not allowed
(#1194) Tab found within whitespace
(#1194) Whitespace found at end of line
(#1194) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1195) Spaces must be used to indent lines; tabs are not allowed
(#1195) Tab found within whitespace
(#1195) Whitespace found at end of line
(#1196) Spaces must be used to indent lines; tabs are not allowed
(#1196) Tab found within whitespace
(#1196) Line indented incorrectly; expected at least 8 spaces, found 2
(#1197) Line indented incorrectly; expected at least 8 spaces, found 2
(#1197) Whitespace found at end of line
(#1198) Line indented incorrectly; expected at least 8 spaces, found 2
(#1199) Spaces must be used to indent lines; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected at least 8 spaces, found 2
(#1199) Variable "retString" must be all lower-case
(#1200) Spaces must be used to indent lines; tabs are not allowed
(#1200) Tab found within whitespace
(#1200) Whitespace found at end of line
(#1201) Spaces must be used to indent lines; tabs are not allowed
(#1201) Tab found within whitespace
(#1201) Line indented incorrectly; expected at least 8 spaces, found 2
(#1202) Spaces must be used to indent lines; tabs are not allowed
(#1202) Tab found within whitespace
(#1202) Line indented incorrectly; expected 8 spaces, found 2
(#1202) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1202) Space found before second semicolon of FOR loop
(#1202) Expected 1 space before "="; 0 found
(#1202) Expected 1 space after "="; 0 found
(#1202) Space found before semicolon; expected "xnumChildren;" but found "xnumChildren ;"
(#1203) Spaces must be used to indent lines; tabs are not allowed
(#1203) Tab found within whitespace
(#1203) Line indented incorrectly; expected at least 8 spaces, found 2
(#1204) Spaces must be used to indent lines; tabs are not allowed
(#1204) Tab found within whitespace
(#1204) Line indented incorrectly; expected 12 spaces, found 3
(#1204) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#1205) Spaces must be used to indent lines; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected at least 12 spaces, found 3
(#1206) Spaces must be used to indent lines; tabs are not allowed
(#1206) Tab found within whitespace
(#1206) Line indented incorrectly; expected at least 16 spaces, found 4
(#1206) Variable "newStr" must be all lower-case
(#1207) Spaces must be used to indent lines; tabs are not allowed
(#1207) Tab found within whitespace
(#1207) Whitespace found at end of line
(#1208) Spaces must be used to indent lines; tabs are not allowed
(#1208) Tab found within whitespace
(#1208) Line indented incorrectly; expected 16 spaces, found 4
(#1208) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#1208) Variable "newStr" must be all lower-case
(#1209) Spaces must be used to indent lines; tabs are not allowed
(#1209) Tab found within whitespace
(#1209) Line indented incorrectly; expected at least 16 spaces, found 4
(#1210) Spaces must be used to indent lines; tabs are not allowed
(#1210) Tab found within whitespace
(#1210) Line indented incorrectly; expected at least 20 spaces, found 5
(#1210) Variable "retString" must be all lower-case
(#1210) Variable "newStr" must be all lower-case
(#1211) Spaces must be used to indent lines; tabs are not allowed
(#1211) Tab found within whitespace
(#1211) Line indented incorrectly; expected 16 spaces, found 4
(#1212) Spaces must be used to indent lines; tabs are not allowed
(#1212) Tab found within whitespace
(#1212) Whitespace found at end of line
(#1213) Spaces must be used to indent lines; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Line indented incorrectly; expected 12 spaces, found 3
(#1214) Spaces must be used to indent lines; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected at least 16 spaces, found 4
(#1214) Variable "elementName" must be all lower-case
(#1215) Spaces must be used to indent lines; tabs are not allowed
(#1215) Tab found within whitespace
(#1215) Whitespace found at end of line
(#1216) Spaces must be used to indent lines; tabs are not allowed
(#1216) Tab found within whitespace
(#1216) Line indented incorrectly; expected 12 spaces, found 3
(#1217) Spaces must be used to indent lines; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Whitespace found at end of line
(#1218) Spaces must be used to indent lines; tabs are not allowed
(#1218) Tab found within whitespace
(#1218) Line indented incorrectly; expected 8 spaces, found 2
(#1219) Spaces must be used to indent lines; tabs are not allowed
(#1219) Tab found within whitespace
(#1219) Whitespace found at end of line
(#1220) Spaces must be used to indent lines; tabs are not allowed
(#1220) Tab found within whitespace
(#1220) Line indented incorrectly; expected at least 8 spaces, found 2
(#1221) Spaces must be used to indent lines; tabs are not allowed
(#1221) Tab found within whitespace
(#1221) Line indented incorrectly; expected at least 8 spaces, found 2
(#1221) Variable "retString" must be all lower-case
(#1221) Variable "elementName" must be all lower-case
(#1222) Spaces must be used to indent lines; tabs are not allowed
(#1222) Tab found within whitespace
(#1222) Whitespace found at end of line
(#1223) Spaces must be used to indent lines; tabs are not allowed
(#1223) Tab found within whitespace
(#1223) Line indented incorrectly; expected at least 8 spaces, found 2
(#1223) Variable "retString" must be all lower-case
(#1224) Spaces must be used to indent lines; tabs are not allowed
(#1224) Tab found within whitespace
(#1224) Whitespace found at end of line
(#1225) Spaces must be used to indent lines; tabs are not allowed
(#1225) Tab found within whitespace
(#1225) Line indented incorrectly; expected 4 spaces, found 1
(#1226) Spaces must be used to indent lines; tabs are not allowed
(#1226) Tab found within whitespace
(#1226) Whitespace found at end of line
(#1227) Spaces must be used to indent lines; tabs are not allowed
(#1227) Tab found within whitespace
(#1227) Whitespace found at end of line
(#1228) Spaces must be used to indent lines; tabs are not allowed
(#1228) Tab found within whitespace
(#1228) Line indented incorrectly; expected at least 4 spaces, found 1
(#1229) Line indented incorrectly; expected at least 4 spaces, found 1
(#1230) Line indented incorrectly; expected at least 4 spaces, found 1
(#1231) Line indented incorrectly; expected at least 4 spaces, found 1
(#1231) Whitespace found at end of line
(#1232) Line indented incorrectly; expected at least 4 spaces, found 1
(#1233) Line indented incorrectly; expected at least 4 spaces, found 1
(#1234) Spaces must be used to indent lines; tabs are not allowed
(#1234) Tab found within whitespace
(#1234) Line indented incorrectly; expected 4 spaces, found 1
(#1234) method name "MiniXMLElement::toStructure" must be in lower-case letters only
(#1234) Visibility must be declared on method "toStructure"
(#1235) Spaces must be used to indent lines; tabs are not allowed
(#1235) Tab found within whitespace
(#1235) Line indented incorrectly; expected at least 4 spaces, found 1
(#1235) Opening brace should be on the same line as the declaration
(#1236) Spaces must be used to indent lines; tabs are not allowed
(#1236) Tab found within whitespace
(#1236) Whitespace found at end of line
(#1237) Spaces must be used to indent lines; tabs are not allowed
(#1237) Tab found within whitespace
(#1237) Line indented incorrectly; expected at least 8 spaces, found 2
(#1237) Variable "retHash" must be all lower-case
(#1238) Spaces must be used to indent lines; tabs are not allowed
(#1238) Tab found within whitespace
(#1238) Line indented incorrectly; expected at least 8 spaces, found 2
(#1239) Spaces must be used to indent lines; tabs are not allowed
(#1239) Tab found within whitespace
(#1239) Line indented incorrectly; expected at least 8 spaces, found 2
(#1239) Variable "numAdded" must be all lower-case
(#1240) Spaces must be used to indent lines; tabs are not allowed
(#1240) Tab found within whitespace
(#1240) Whitespace found at end of line
(#1240) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1241) Spaces must be used to indent lines; tabs are not allowed
(#1241) Tab found within whitespace
(#1241) Whitespace found at end of line
(#1242) Spaces must be used to indent lines; tabs are not allowed
(#1242) Tab found within whitespace
(#1242) Whitespace found at end of line
(#1243) Spaces must be used to indent lines; tabs are not allowed
(#1243) Tab found within whitespace
(#1243) Line indented incorrectly; expected 8 spaces, found 2
(#1243) Expected "for (...) {\n"; found "for(...)\n\t\t{\n"
(#1243) Expected 1 space before "="; 0 found
(#1243) Expected 1 space after "="; 0 found
(#1243) Expected 1 space before "<"; 0 found
(#1244) Spaces must be used to indent lines; tabs are not allowed
(#1244) Tab found within whitespace
(#1244) Line indented incorrectly; expected at least 8 spaces, found 2
(#1245) Spaces must be used to indent lines; tabs are not allowed
(#1245) Tab found within whitespace
(#1245) Line indented incorrectly; expected 12 spaces, found 3
(#1245) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#1246) Spaces must be used to indent lines; tabs are not allowed
(#1246) Tab found within whitespace
(#1246) Line indented incorrectly; expected at least 12 spaces, found 3
(#1247) Spaces must be used to indent lines; tabs are not allowed
(#1247) Tab found within whitespace
(#1247) Line indented incorrectly; expected at least 16 spaces, found 4
(#1248) Spaces must be used to indent lines; tabs are not allowed
(#1248) Tab found within whitespace
(#1248) Whitespace found at end of line
(#1249) Spaces must be used to indent lines; tabs are not allowed
(#1249) Tab found within whitespace
(#1249) Line indented incorrectly; expected 16 spaces, found 4
(#1249) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\n\t\t\t\t{\n"
(#1249) Variable "retHash" must be all lower-case
(#1250) Spaces must be used to indent lines; tabs are not allowed
(#1250) Tab found within whitespace
(#1250) Whitespace found at end of line
(#1251) Spaces must be used to indent lines; tabs are not allowed
(#1251) Tab found within whitespace
(#1251) Line indented incorrectly; expected at least 16 spaces, found 4
(#1252) Spaces must be used to indent lines; tabs are not allowed
(#1252) Tab found within whitespace
(#1252) Line indented incorrectly; expected 20 spaces, found 5
(#1252) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#1252) Variable "retHash" must be all lower-case
(#1252) Variable "retHash" must be all lower-case
(#1253) Spaces must be used to indent lines; tabs are not allowed
(#1253) Tab found within whitespace
(#1253) Line indented incorrectly; expected at least 20 spaces, found 5
(#1254) Spaces must be used to indent lines; tabs are not allowed
(#1254) Tab found within whitespace
(#1254) Line indented incorrectly; expected at least 24 spaces, found 6
(#1254) Variable "retHash" must be all lower-case
(#1254) Variable "retHash" must be all lower-case
(#1255) Spaces must be used to indent lines; tabs are not allowed
(#1255) Tab found within whitespace
(#1255) Line indented incorrectly; expected at least 24 spaces, found 10
(#1256) Spaces must be used to indent lines; tabs are not allowed
(#1256) Tab found within whitespace
(#1256) Whitespace found at end of line
(#1257) Spaces must be used to indent lines; tabs are not allowed
(#1257) Tab found within whitespace
(#1257) Line indented incorrectly; expected at least 39 spaces, found 6
(#1257) Variable "retHash" must be all lower-case
(#1258) Spaces must be used to indent lines; tabs are not allowed
(#1258) Tab found within whitespace
(#1258) Line indented incorrectly; expected 20 spaces, found 5
(#1259) Spaces must be used to indent lines; tabs are not allowed
(#1259) Tab found within whitespace
(#1259) Line indented incorrectly; expected at least 24 spaces, found 6
(#1259) Variable "retHash" must be all lower-case
(#1260) Spaces must be used to indent lines; tabs are not allowed
(#1260) Tab found within whitespace
(#1260) Whitespace found at end of line
(#1261) Spaces must be used to indent lines; tabs are not allowed
(#1261) Tab found within whitespace
(#1261) Line indented incorrectly; expected at least 24 spaces, found 6
(#1261) Variable "retHash" must be all lower-case
(#1262) Spaces must be used to indent lines; tabs are not allowed
(#1262) Tab found within whitespace
(#1262) Line indented incorrectly; expected 20 spaces, found 5
(#1263) Spaces must be used to indent lines; tabs are not allowed
(#1263) Tab found within whitespace
(#1263) Line indented incorrectly; expected 16 spaces, found 4
(#1264) Spaces must be used to indent lines; tabs are not allowed
(#1264) Tab found within whitespace
(#1264) Line indented incorrectly; expected at least 20 spaces, found 5
(#1264) Variable "retHash" must be all lower-case
(#1265) Spaces must be used to indent lines; tabs are not allowed
(#1265) Tab found within whitespace
(#1265) Line indented incorrectly; expected 16 spaces, found 4
(#1266) Spaces must be used to indent lines; tabs are not allowed
(#1266) Tab found within whitespace
(#1266) Whitespace found at end of line
(#1267) Spaces must be used to indent lines; tabs are not allowed
(#1267) Tab found within whitespace
(#1267) Line indented incorrectly; expected at least 16 spaces, found 4
(#1267) Variable "numAdded" must be all lower-case
(#1268) Spaces must be used to indent lines; tabs are not allowed
(#1268) Tab found within whitespace
(#1268) Line indented incorrectly; expected 12 spaces, found 3
(#1269) Spaces must be used to indent lines; tabs are not allowed
(#1269) Tab found within whitespace
(#1269) Line indented incorrectly; expected at least 16 spaces, found 4
(#1270) Spaces must be used to indent lines; tabs are not allowed
(#1270) Tab found within whitespace
(#1270) Line indented incorrectly; expected 12 spaces, found 3
(#1271) Spaces must be used to indent lines; tabs are not allowed
(#1271) Tab found within whitespace
(#1271) Whitespace found at end of line
(#1271) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1272) Spaces must be used to indent lines; tabs are not allowed
(#1272) Tab found within whitespace
(#1272) Whitespace found at end of line
(#1273) Spaces must be used to indent lines; tabs are not allowed
(#1273) Tab found within whitespace
(#1273) Line indented incorrectly; expected 8 spaces, found 2
(#1274) Spaces must be used to indent lines; tabs are not allowed
(#1274) Tab found within whitespace
(#1274) Whitespace found at end of line
(#1274) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1275) Spaces must be used to indent lines; tabs are not allowed
(#1275) Tab found within whitespace
(#1275) Whitespace found at end of line
(#1276) Spaces must be used to indent lines; tabs are not allowed
(#1276) Tab found within whitespace
(#1276) Line indented incorrectly; expected 8 spaces, found 2
(#1276) Expected "foreach (...) {\n"; found "foreach (...)\n\t\t{\n"
(#1277) Spaces must be used to indent lines; tabs are not allowed
(#1277) Tab found within whitespace
(#1277) Line indented incorrectly; expected at least 8 spaces, found 2
(#1278) Spaces must be used to indent lines; tabs are not allowed
(#1278) Tab found within whitespace
(#1278) This comment is 74% valid code; is this commented out code?
(#1278) Line indented incorrectly; expected at least 12 spaces, found 3
(#1278) Perl-style comments are not allowed; use "// Comment." instead
(#1279) Spaces must be used to indent lines; tabs are not allowed
(#1279) Tab found within whitespace
(#1279) Line indented incorrectly; expected at least 12 spaces, found 3
(#1279) Variable "retHash" must be all lower-case
(#1280) Spaces must be used to indent lines; tabs are not allowed
(#1280) Tab found within whitespace
(#1280) Line indented incorrectly; expected at least 12 spaces, found 3
(#1280) Variable "numAdded" must be all lower-case
(#1281) Spaces must be used to indent lines; tabs are not allowed
(#1281) Tab found within whitespace
(#1281) Line indented incorrectly; expected 8 spaces, found 2
(#1282) Spaces must be used to indent lines; tabs are not allowed
(#1282) Tab found within whitespace
(#1282) Whitespace found at end of line
(#1282) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1283) Spaces must be used to indent lines; tabs are not allowed
(#1283) Tab found within whitespace
(#1283) Whitespace found at end of line
(#1284) Spaces must be used to indent lines; tabs are not allowed
(#1284) Tab found within whitespace
(#1284) Line indented incorrectly; expected 8 spaces, found 2
(#1284) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1284) Variable "numAdded" must be all lower-case
(#1285) Spaces must be used to indent lines; tabs are not allowed
(#1285) Tab found within whitespace
(#1285) Line indented incorrectly; expected at least 8 spaces, found 2
(#1286) Spaces must be used to indent lines; tabs are not allowed
(#1286) Tab found within whitespace
(#1286) Line indented incorrectly; expected 12 spaces, found 3
(#1286) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#1287) Spaces must be used to indent lines; tabs are not allowed
(#1287) Tab found within whitespace
(#1287) Line indented incorrectly; expected at least 12 spaces, found 3
(#1288) Spaces must be used to indent lines; tabs are not allowed
(#1288) Tab found within whitespace
(#1288) Line indented incorrectly; expected at least 16 spaces, found 4
(#1288) Variable "retHash" must be all lower-case
(#1289) Spaces must be used to indent lines; tabs are not allowed
(#1289) Tab found within whitespace
(#1289) Line indented incorrectly; expected 12 spaces, found 3
(#1290) Spaces must be used to indent lines; tabs are not allowed
(#1290) Tab found within whitespace
(#1290) Whitespace found at end of line
(#1291) Spaces must be used to indent lines; tabs are not allowed
(#1291) Tab found within whitespace
(#1291) Line indented incorrectly; expected at least 12 spaces, found 3
(#1291) Variable "retHash" must be all lower-case
(#1292) Spaces must be used to indent lines; tabs are not allowed
(#1292) Tab found within whitespace
(#1292) Line indented incorrectly; expected 8 spaces, found 2
(#1293) Spaces must be used to indent lines; tabs are not allowed
(#1293) Tab found within whitespace
(#1293) Line indented incorrectly; expected at least 12 spaces, found 3
(#1294) Spaces must be used to indent lines; tabs are not allowed
(#1294) Tab found within whitespace
(#1294) Line indented incorrectly; expected 8 spaces, found 2
(#1295) Spaces must be used to indent lines; tabs are not allowed
(#1295) Tab found within whitespace
(#1295) Whitespace found at end of line
(#1296) Spaces must be used to indent lines; tabs are not allowed
(#1296) Tab found within whitespace
(#1296) Line indented incorrectly; expected 4 spaces, found 1
(#1297) Spaces must be used to indent lines; tabs are not allowed
(#1297) Tab found within whitespace
(#1297) Whitespace found at end of line
(#1298) Spaces must be used to indent lines; tabs are not allowed
(#1298) Tab found within whitespace
(#1298) Whitespace found at end of line
(#1299) Spaces must be used to indent lines; tabs are not allowed
(#1299) Tab found within whitespace
(#1299) Whitespace found at end of line
(#1300) Spaces must be used to indent lines; tabs are not allowed
(#1300) Tab found within whitespace
(#1300) Whitespace found at end of line
(#1301) Spaces must be used to indent lines; tabs are not allowed
(#1301) Tab found within whitespace
(#1301) Whitespace found at end of line
(#1302) Spaces must be used to indent lines; tabs are not allowed
(#1302) Tab found within whitespace
(#1302) Line indented incorrectly; expected at least 4 spaces, found 1
(#1303) Line indented incorrectly; expected at least 4 spaces, found 1
(#1304) Line indented incorrectly; expected at least 4 spaces, found 1
(#1305) Line indented incorrectly; expected at least 4 spaces, found 1
(#1306) Line indented incorrectly; expected at least 4 spaces, found 1
(#1307) Line indented incorrectly; expected at least 4 spaces, found 1
(#1308) Spaces must be used to indent lines; tabs are not allowed
(#1308) Tab found within whitespace
(#1308) Line indented incorrectly; expected 4 spaces, found 1
(#1308) method name "MiniXMLElement::isElement" must be in lower-case letters only
(#1308) Visibility must be declared on method "isElement"
(#1309) Spaces must be used to indent lines; tabs are not allowed
(#1309) Tab found within whitespace
(#1309) Line indented incorrectly; expected at least 4 spaces, found 1
(#1309) Opening brace should be on the same line as the declaration
(#1310) Spaces must be used to indent lines; tabs are not allowed
(#1310) Tab found within whitespace
(#1310) Line indented incorrectly; expected 8 spaces, found 2
(#1310) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1311) Spaces must be used to indent lines; tabs are not allowed
(#1311) Tab found within whitespace
(#1311) Line indented incorrectly; expected at least 8 spaces, found 2
(#1312) Spaces must be used to indent lines; tabs are not allowed
(#1312) Tab found within whitespace
(#1312) Line indented incorrectly; expected at least 12 spaces, found 3
(#1313) Spaces must be used to indent lines; tabs are not allowed
(#1313) Tab found within whitespace
(#1313) Line indented incorrectly; expected 8 spaces, found 2
(#1314) Spaces must be used to indent lines; tabs are not allowed
(#1314) Tab found within whitespace
(#1314) Whitespace found at end of line
(#1315) Spaces must be used to indent lines; tabs are not allowed
(#1315) Tab found within whitespace
(#1315) Line indented incorrectly; expected at least 8 spaces, found 2
(#1316) Spaces must be used to indent lines; tabs are not allowed
(#1316) Tab found within whitespace
(#1316) Line indented incorrectly; expected 4 spaces, found 1
(#1317) Spaces must be used to indent lines; tabs are not allowed
(#1317) Tab found within whitespace
(#1317) Whitespace found at end of line
(#1318) Spaces must be used to indent lines; tabs are not allowed
(#1318) Tab found within whitespace
(#1318) Whitespace found at end of line
(#1319) Spaces must be used to indent lines; tabs are not allowed
(#1319) Tab found within whitespace
(#1319) Line indented incorrectly; expected at least 4 spaces, found 1
(#1320) Line indented incorrectly; expected at least 4 spaces, found 1
(#1321) Line indented incorrectly; expected at least 4 spaces, found 1
(#1322) Line indented incorrectly; expected at least 4 spaces, found 1
(#1323) Line indented incorrectly; expected at least 4 spaces, found 1
(#1324) Line indented incorrectly; expected at least 4 spaces, found 1
(#1325) Spaces must be used to indent lines; tabs are not allowed
(#1325) Tab found within whitespace
(#1325) Line indented incorrectly; expected 4 spaces, found 1
(#1325) method name "MiniXMLElement::isNode" must be in lower-case letters only
(#1325) Visibility must be declared on method "isNode"
(#1326) Spaces must be used to indent lines; tabs are not allowed
(#1326) Tab found within whitespace
(#1326) Line indented incorrectly; expected at least 4 spaces, found 1
(#1326) Opening brace should be on the same line as the declaration
(#1327) Spaces must be used to indent lines; tabs are not allowed
(#1327) Tab found within whitespace
(#1327) Line indented incorrectly; expected 8 spaces, found 2
(#1327) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1328) Spaces must be used to indent lines; tabs are not allowed
(#1328) Tab found within whitespace
(#1328) Line indented incorrectly; expected at least 8 spaces, found 2
(#1329) Spaces must be used to indent lines; tabs are not allowed
(#1329) Tab found within whitespace
(#1329) Line indented incorrectly; expected at least 12 spaces, found 3
(#1330) Spaces must be used to indent lines; tabs are not allowed
(#1330) Tab found within whitespace
(#1330) Line indented incorrectly; expected 8 spaces, found 2
(#1331) Spaces must be used to indent lines; tabs are not allowed
(#1331) Tab found within whitespace
(#1331) Whitespace found at end of line
(#1332) Spaces must be used to indent lines; tabs are not allowed
(#1332) Tab found within whitespace
(#1332) Line indented incorrectly; expected at least 8 spaces, found 2
(#1333) Spaces must be used to indent lines; tabs are not allowed
(#1333) Tab found within whitespace
(#1333) Line indented incorrectly; expected 4 spaces, found 1
(#1334) Spaces must be used to indent lines; tabs are not allowed
(#1334) Tab found within whitespace
(#1334) Whitespace found at end of line
(#1335) Spaces must be used to indent lines; tabs are not allowed
(#1335) Tab found within whitespace
(#1335) Whitespace found at end of line
(#1336) Spaces must be used to indent lines; tabs are not allowed
(#1336) Tab found within whitespace
(#1336) Line indented incorrectly; expected at least 4 spaces, found 1
(#1337) Line indented incorrectly; expected at least 4 spaces, found 1
(#1338) Line indented incorrectly; expected at least 4 spaces, found 1
(#1339) Line indented incorrectly; expected at least 4 spaces, found 1
(#1339) Whitespace found at end of line
(#1340) Line indented incorrectly; expected at least 4 spaces, found 1
(#1341) Line indented incorrectly; expected at least 4 spaces, found 1
(#1342) Line indented incorrectly; expected at least 4 spaces, found 1
(#1343) Line indented incorrectly; expected at least 4 spaces, found 1
(#1344) Line indented incorrectly; expected at least 4 spaces, found 1
(#1345) Line indented incorrectly; expected at least 4 spaces, found 1
(#1346) Line indented incorrectly; expected at least 4 spaces, found 1
(#1347) Line indented incorrectly; expected at least 4 spaces, found 1
(#1348) Line indented incorrectly; expected at least 4 spaces, found 1
(#1349) Line indented incorrectly; expected at least 4 spaces, found 1
(#1350) Spaces must be used to indent lines; tabs are not allowed
(#1350) Tab found within whitespace
(#1350) Line indented incorrectly; expected 4 spaces, found 1
(#1350) method name "MiniXMLElement::createNode" must be in lower-case letters only
(#1350) Visibility must be declared on method "createNode"
(#1350) Variable "escapeEntities" must be all lower-case
(#1350) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1351) Spaces must be used to indent lines; tabs are not allowed
(#1351) Tab found within whitespace
(#1351) Line indented incorrectly; expected at least 4 spaces, found 1
(#1351) Opening brace should be on the same line as the declaration
(#1352) Spaces must be used to indent lines; tabs are not allowed
(#1352) Tab found within whitespace
(#1352) Whitespace found at end of line
(#1353) Spaces must be used to indent lines; tabs are not allowed
(#1353) Tab found within whitespace
(#1353) Line indented incorrectly; expected at least 8 spaces, found 2
(#1353) Variable "newNode" must be all lower-case
(#1353) Variable "escapeEntities" must be all lower-case
(#1354) Spaces must be used to indent lines; tabs are not allowed
(#1354) Tab found within whitespace
(#1354) Whitespace found at end of line
(#1355) Spaces must be used to indent lines; tabs are not allowed
(#1355) Tab found within whitespace
(#1355) Line indented incorrectly; expected at least 8 spaces, found 2
(#1355) Variable "appendedNode" must be all lower-case
(#1355) Variable "newNode" must be all lower-case
(#1356) Spaces must be used to indent lines; tabs are not allowed
(#1356) Tab found within whitespace
(#1356) Whitespace found at end of line
(#1357) Spaces must be used to indent lines; tabs are not allowed
(#1357) Tab found within whitespace
(#1357) Line indented incorrectly; expected at least 8 spaces, found 2
(#1357) Variable "appendedNode" must be all lower-case
(#1358) Spaces must be used to indent lines; tabs are not allowed
(#1358) Tab found within whitespace
(#1358) Line indented incorrectly; expected 4 spaces, found 1
(#1359) Spaces must be used to indent lines; tabs are not allowed
(#1359) Tab found within whitespace
(#1359) Whitespace found at end of line
(#1360) Spaces must be used to indent lines; tabs are not allowed
(#1360) Tab found within whitespace
(#1360) Whitespace found at end of line
(#1361) Spaces must be used to indent lines; tabs are not allowed
(#1361) Tab found within whitespace
(#1361) Line indented incorrectly; expected at least 4 spaces, found 1
(#1362) Line indented incorrectly; expected at least 4 spaces, found 1
(#1363) Line indented incorrectly; expected at least 4 spaces, found 1
(#1364) Line indented incorrectly; expected at least 4 spaces, found 1
(#1365) Line indented incorrectly; expected at least 4 spaces, found 1
(#1366) Line indented incorrectly; expected at least 4 spaces, found 1
(#1367) Line indented incorrectly; expected at least 4 spaces, found 1
(#1368) Line indented incorrectly; expected at least 4 spaces, found 1
(#1369) Line indented incorrectly; expected at least 4 spaces, found 1
(#1370) Line indented incorrectly; expected at least 4 spaces, found 1
(#1371) Line indented incorrectly; expected at least 4 spaces, found 1
(#1372) Spaces must be used to indent lines; tabs are not allowed
(#1372) Tab found within whitespace
(#1372) Line indented incorrectly; expected 4 spaces, found 1
(#1372) method name "MiniXMLElement::appendNode" must be in lower-case letters only
(#1372) Visibility must be declared on method "appendNode"
(#1373) Spaces must be used to indent lines; tabs are not allowed
(#1373) Tab found within whitespace
(#1373) Line indented incorrectly; expected at least 4 spaces, found 1
(#1373) Opening brace should be on the same line as the declaration
(#1374) Spaces must be used to indent lines; tabs are not allowed
(#1374) Tab found within whitespace
(#1374) Line indented incorrectly; expected 8 spaces, found 2
(#1374) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1375) Spaces must be used to indent lines; tabs are not allowed
(#1375) Tab found within whitespace
(#1375) Line indented incorrectly; expected at least 8 spaces, found 2
(#1376) Spaces must be used to indent lines; tabs are not allowed
(#1376) Tab found within whitespace
(#1376) Line indented incorrectly; expected at least 12 spaces, found 3
(#1377) Spaces must be used to indent lines; tabs are not allowed
(#1377) Tab found within whitespace
(#1377) Line indented incorrectly; expected 8 spaces, found 2
(#1378) Spaces must be used to indent lines; tabs are not allowed
(#1378) Tab found within whitespace
(#1378) Whitespace found at end of line
(#1378) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1379) Spaces must be used to indent lines; tabs are not allowed
(#1379) Tab found within whitespace
(#1379) Whitespace found at end of line
(#1380) Spaces must be used to indent lines; tabs are not allowed
(#1380) Tab found within whitespace
(#1380) Line indented incorrectly; expected 8 spaces, found 2
(#1380) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1381) Spaces must be used to indent lines; tabs are not allowed
(#1381) Tab found within whitespace
(#1381) Line indented incorrectly; expected at least 8 spaces, found 2
(#1382) Spaces must be used to indent lines; tabs are not allowed
(#1382) Tab found within whitespace
(#1382) Line indented incorrectly; expected at least 12 spaces, found 3
(#1383) Spaces must be used to indent lines; tabs are not allowed
(#1383) Tab found within whitespace
(#1383) Line indented incorrectly; expected 8 spaces, found 2
(#1384) Spaces must be used to indent lines; tabs are not allowed
(#1384) Tab found within whitespace
(#1384) Whitespace found at end of line
(#1385) Spaces must be used to indent lines; tabs are not allowed
(#1385) Tab found within whitespace
(#1385) Line indented incorrectly; expected 8 spaces, found 2
(#1385) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1386) Spaces must be used to indent lines; tabs are not allowed
(#1386) Tab found within whitespace
(#1386) Line indented incorrectly; expected at least 8 spaces, found 2
(#1387) Spaces must be used to indent lines; tabs are not allowed
(#1387) Tab found within whitespace
(#1387) Line indented incorrectly; expected 12 spaces, found 3
(#1387) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#1388) Spaces must be used to indent lines; tabs are not allowed
(#1388) Tab found within whitespace
(#1388) Line indented incorrectly; expected at least 12 spaces, found 3
(#1389) Spaces must be used to indent lines; tabs are not allowed
(#1389) Tab found within whitespace
(#1389) Line indented incorrectly; expected at least 16 spaces, found 4
(#1389) Whitespace found at end of line
(#1390) Spaces must be used to indent lines; tabs are not allowed
(#1390) Tab found within whitespace
(#1390) Line indented incorrectly; expected at least 16 spaces, found 7
(#1391) Spaces must be used to indent lines; tabs are not allowed
(#1391) Tab found within whitespace
(#1391) Line indented incorrectly; expected 12 spaces, found 3
(#1392) Spaces must be used to indent lines; tabs are not allowed
(#1392) Tab found within whitespace
(#1392) Line indented incorrectly; expected at least 12 spaces, found 3
(#1393) Spaces must be used to indent lines; tabs are not allowed
(#1393) Tab found within whitespace
(#1393) Line indented incorrectly; expected 8 spaces, found 2
(#1394) Spaces must be used to indent lines; tabs are not allowed
(#1394) Tab found within whitespace
(#1394) Whitespace found at end of line
(#1394) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1395) Spaces must be used to indent lines; tabs are not allowed
(#1395) Tab found within whitespace
(#1395) Whitespace found at end of line
(#1396) Spaces must be used to indent lines; tabs are not allowed
(#1396) Tab found within whitespace
(#1396) Line indented incorrectly; expected at least 8 spaces, found 2
(#1397) Spaces must be used to indent lines; tabs are not allowed
(#1397) Tab found within whitespace
(#1397) Line indented incorrectly; expected at least 8 spaces, found 2
(#1398) Spaces must be used to indent lines; tabs are not allowed
(#1398) Tab found within whitespace
(#1398) Whitespace found at end of line
(#1399) Spaces must be used to indent lines; tabs are not allowed
(#1399) Tab found within whitespace
(#1399) Line indented incorrectly; expected at least 8 spaces, found 2
(#1400) Spaces must be used to indent lines; tabs are not allowed
(#1400) Tab found within whitespace
(#1400) Whitespace found at end of line
(#1400) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1401) Spaces must be used to indent lines; tabs are not allowed
(#1401) Tab found within whitespace
(#1401) Whitespace found at end of line
(#1402) Spaces must be used to indent lines; tabs are not allowed
(#1402) Tab found within whitespace
(#1402) Line indented incorrectly; expected 4 spaces, found 1
(#1403) Spaces must be used to indent lines; tabs are not allowed
(#1403) Tab found within whitespace
(#1403) Whitespace found at end of line
(#1404) Spaces must be used to indent lines; tabs are not allowed
(#1404) Tab found within whitespace
(#1404) Line indented incorrectly; expected at least 4 spaces, found 1
(#1405) Spaces must be used to indent lines; tabs are not allowed
(#1405) Tab found within whitespace
(#1405) Line indented incorrectly; expected 4 spaces, found 1
(#1405) Visibility must be declared on method "__destruct"
(#1406) Spaces must be used to indent lines; tabs are not allowed
(#1406) Tab found within whitespace
(#1406) Line indented incorrectly; expected at least 4 spaces, found 1
(#1406) Opening brace should be on the same line as the declaration
(#1407) Spaces must be used to indent lines; tabs are not allowed
(#1407) Tab found within whitespace
(#1407) Line indented incorrectly; expected at least 8 spaces, found 2
(#1407) Inline control structures are not allowed
(#1408) Spaces must be used to indent lines; tabs are not allowed
(#1408) Tab found within whitespace
(#1408) Line indented incorrectly; expected at least 8 spaces, found 3
(#1409) Spaces must be used to indent lines; tabs are not allowed
(#1409) Tab found within whitespace
(#1409) Line indented incorrectly; expected 4 spaces, found 1
(#1410) Spaces must be used to indent lines; tabs are not allowed
(#1410) Tab found within whitespace
(#1410) Whitespace found at end of line
(#1411) Spaces must be used to indent lines; tabs are not allowed
(#1411) Tab found within whitespace
(#1411) Whitespace found at end of line
(#1437) Spaces must be used to indent lines; tabs are not allowed
(#1437) Tab found within whitespace
(#1437) Line indented incorrectly; expected 4 spaces, found 1
(#1437) method name "MiniXMLElementComment::MiniXMLElementComment" must be in lower-case letters only
(#1437) PHP4 style constructors are not allowed; use "__construct()" instead
(#1437) Visibility must be declared on method "MiniXMLElementComment"
(#1437) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1438) Spaces must be used to indent lines; tabs are not allowed
(#1438) Tab found within whitespace
(#1438) Line indented incorrectly; expected at least 4 spaces, found 1
(#1438) Opening brace should be on the same line as the declaration
(#1439) Spaces must be used to indent lines; tabs are not allowed
(#1439) Tab found within whitespace
(#1439) Line indented incorrectly; expected at least 8 spaces, found 2
(#1440) Spaces must be used to indent lines; tabs are not allowed
(#1440) Tab found within whitespace
(#1440) Line indented incorrectly; expected 4 spaces, found 1
(#1441) Spaces must be used to indent lines; tabs are not allowed
(#1441) Tab found within whitespace
(#1441) Whitespace found at end of line
(#1442) Spaces must be used to indent lines; tabs are not allowed
(#1442) Tab found within whitespace
(#1442) Whitespace found at end of line
(#1443) Spaces must be used to indent lines; tabs are not allowed
(#1443) Tab found within whitespace
(#1443) Line indented incorrectly; expected 4 spaces, found 1
(#1443) method name "MiniXMLElementComment::toString" must be in lower-case letters only
(#1443) Visibility must be declared on method "toString"
(#1444) Spaces must be used to indent lines; tabs are not allowed
(#1444) Tab found within whitespace
(#1444) Line indented incorrectly; expected at least 4 spaces, found 1
(#1444) Opening brace should be on the same line as the declaration
(#1445) Spaces must be used to indent lines; tabs are not allowed
(#1445) Tab found within whitespace
(#1445) Line indented incorrectly; expected 8 spaces, found 2
(#1445) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1446) Spaces must be used to indent lines; tabs are not allowed
(#1446) Tab found within whitespace
(#1446) Line indented incorrectly; expected at least 8 spaces, found 2
(#1447) Spaces must be used to indent lines; tabs are not allowed
(#1447) Tab found within whitespace
(#1447) Line indented incorrectly; expected at least 12 spaces, found 3
(#1448) Spaces must be used to indent lines; tabs are not allowed
(#1448) Tab found within whitespace
(#1448) Line indented incorrectly; expected 8 spaces, found 2
(#1449) Spaces must be used to indent lines; tabs are not allowed
(#1449) Tab found within whitespace
(#1449) Line indented incorrectly; expected at least 12 spaces, found 3
(#1450) Spaces must be used to indent lines; tabs are not allowed
(#1450) Tab found within whitespace
(#1450) Line indented incorrectly; expected 8 spaces, found 2
(#1451) Spaces must be used to indent lines; tabs are not allowed
(#1451) Tab found within whitespace
(#1451) Line indented incorrectly; expected 4 spaces, found 1
(#1452) Spaces must be used to indent lines; tabs are not allowed
(#1452) Tab found within whitespace
(#1452) Whitespace found at end of line
(#1453) Spaces must be used to indent lines; tabs are not allowed
(#1453) Tab found within whitespace
(#1453) Whitespace found at end of line
(#1454) Spaces must be used to indent lines; tabs are not allowed
(#1454) Tab found within whitespace
(#1454) Line indented incorrectly; expected 4 spaces, found 1
(#1454) method name "MiniXMLElementComment::toStringWithWhiteSpaces" must be in lower-case letters only
(#1454) Visibility must be declared on method "toStringWithWhiteSpaces"
(#1455) Spaces must be used to indent lines; tabs are not allowed
(#1455) Tab found within whitespace
(#1455) Line indented incorrectly; expected at least 4 spaces, found 1
(#1455) Opening brace should be on the same line as the declaration
(#1457) Spaces must be used to indent lines; tabs are not allowed
(#1457) Tab found within whitespace
(#1457) Line indented incorrectly; expected at least 8 spaces, found 2
(#1457) Space found before semicolon; expected ");" but found ") ;"
(#1458) Spaces must be used to indent lines; tabs are not allowed
(#1458) Tab found within whitespace
(#1458) Whitespace found at end of line
(#1459) Spaces must be used to indent lines; tabs are not allowed
(#1459) Tab found within whitespace
(#1459) Line indented incorrectly; expected at least 8 spaces, found 2
(#1459) Variable "retString" must be all lower-case
(#1460) Spaces must be used to indent lines; tabs are not allowed
(#1460) Tab found within whitespace
(#1460) Whitespace found at end of line
(#1461) Spaces must be used to indent lines; tabs are not allowed
(#1461) Tab found within whitespace
(#1461) Line indented incorrectly; expected 8 spaces, found 2
(#1461) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1462) Spaces must be used to indent lines; tabs are not allowed
(#1462) Tab found within whitespace
(#1462) Line indented incorrectly; expected at least 8 spaces, found 2
(#1463) Spaces must be used to indent lines; tabs are not allowed
(#1463) Tab found within whitespace
(#1463) Line indented incorrectly; expected at least 12 spaces, found 3
(#1464) Spaces must be used to indent lines; tabs are not allowed
(#1464) Tab found within whitespace
(#1464) Line indented incorrectly; expected at least 12 spaces, found 3
(#1464) Variable "retString" must be all lower-case
(#1465) Spaces must be used to indent lines; tabs are not allowed
(#1465) Tab found within whitespace
(#1465) Whitespace found at end of line
(#1466) Spaces must be used to indent lines; tabs are not allowed
(#1466) Tab found within whitespace
(#1466) Line indented incorrectly; expected at least 12 spaces, found 3
(#1466) Variable "retString" must be all lower-case
(#1467) Spaces must be used to indent lines; tabs are not allowed
(#1467) Tab found within whitespace
(#1467) Line indented incorrectly; expected 8 spaces, found 2
(#1468) Spaces must be used to indent lines; tabs are not allowed
(#1468) Tab found within whitespace
(#1468) Whitespace found at end of line
(#1469) Spaces must be used to indent lines; tabs are not allowed
(#1469) Tab found within whitespace
(#1469) Line indented incorrectly; expected at least 8 spaces, found 2
(#1470) Spaces must be used to indent lines; tabs are not allowed
(#1470) Tab found within whitespace
(#1470) Whitespace found at end of line
(#1471) Spaces must be used to indent lines; tabs are not allowed
(#1471) Tab found within whitespace
(#1471) Line indented incorrectly; expected at least 8 spaces, found 2
(#1471) Variable "nextDepth" must be all lower-case
(#1471) Expected 1 space before "+"; 0 found
(#1471) Expected 1 space after "+"; 0 found
(#1472) Spaces must be used to indent lines; tabs are not allowed
(#1472) Tab found within whitespace
(#1472) Whitespace found at end of line
(#1473) Spaces must be used to indent lines; tabs are not allowed
(#1473) Tab found within whitespace
(#1473) Line indented incorrectly; expected 8 spaces, found 2
(#1473) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1473) Space found before second semicolon of FOR loop
(#1473) Expected 1 space before "="; 0 found
(#1473) Expected 1 space after "="; 0 found
(#1473) Space found before semicolon; expected "xnumChildren;" but found "xnumChildren ;"
(#1474) Spaces must be used to indent lines; tabs are not allowed
(#1474) Tab found within whitespace
(#1474) Line indented incorrectly; expected at least 8 spaces, found 2
(#1475) Spaces must be used to indent lines; tabs are not allowed
(#1475) Tab found within whitespace
(#1475) Line indented incorrectly; expected at least 12 spaces, found 3
(#1475) Variable "retString" must be all lower-case
(#1475) Variable "nextDepth" must be all lower-case
(#1476) Spaces must be used to indent lines; tabs are not allowed
(#1476) Tab found within whitespace
(#1476) Line indented incorrectly; expected 8 spaces, found 2
(#1477) Spaces must be used to indent lines; tabs are not allowed
(#1477) Tab found within whitespace
(#1477) Whitespace found at end of line
(#1478) Spaces must be used to indent lines; tabs are not allowed
(#1478) Tab found within whitespace
(#1478) Line indented incorrectly; expected at least 8 spaces, found 2
(#1478) Variable "retString" must be all lower-case
(#1479) Spaces must be used to indent lines; tabs are not allowed
(#1479) Tab found within whitespace
(#1479) Whitespace found at end of line
(#1479) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1480) Spaces must be used to indent lines; tabs are not allowed
(#1480) Tab found within whitespace
(#1480) Whitespace found at end of line
(#1481) Spaces must be used to indent lines; tabs are not allowed
(#1481) Tab found within whitespace
(#1481) Line indented incorrectly; expected at least 8 spaces, found 2
(#1481) Variable "retString" must be all lower-case
(#1482) Spaces must be used to indent lines; tabs are not allowed
(#1482) Tab found within whitespace
(#1482) Line indented incorrectly; expected 4 spaces, found 1
(#1483) Spaces must be used to indent lines; tabs are not allowed
(#1483) Tab found within whitespace
(#1483) Whitespace found at end of line
(#1484) Spaces must be used to indent lines; tabs are not allowed
(#1484) Tab found within whitespace
(#1484) Whitespace found at end of line
(#1485) Spaces must be used to indent lines; tabs are not allowed
(#1485) Tab found within whitespace
(#1485) Line indented incorrectly; expected 4 spaces, found 1
(#1485) method name "MiniXMLElementComment::toStringNoWhiteSpaces" must be in lower-case letters only
(#1485) Visibility must be declared on method "toStringNoWhiteSpaces"
(#1486) Spaces must be used to indent lines; tabs are not allowed
(#1486) Tab found within whitespace
(#1486) Line indented incorrectly; expected at least 4 spaces, found 1
(#1486) Opening brace should be on the same line as the declaration
(#1487) Spaces must be used to indent lines; tabs are not allowed
(#1487) Tab found within whitespace
(#1487) Line indented incorrectly; expected at least 8 spaces, found 2
(#1487) Variable "retString" must be all lower-case
(#1488) Spaces must be used to indent lines; tabs are not allowed
(#1488) Tab found within whitespace
(#1488) Whitespace found at end of line
(#1489) Spaces must be used to indent lines; tabs are not allowed
(#1489) Tab found within whitespace
(#1489) Line indented incorrectly; expected at least 8 spaces, found 2
(#1489) Variable "retString" must be all lower-case
(#1490) Spaces must be used to indent lines; tabs are not allowed
(#1490) Tab found within whitespace
(#1490) Whitespace found at end of line
(#1491) Spaces must be used to indent lines; tabs are not allowed
(#1491) Tab found within whitespace
(#1491) Line indented incorrectly; expected 8 spaces, found 2
(#1491) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1492) Spaces must be used to indent lines; tabs are not allowed
(#1492) Tab found within whitespace
(#1492) Line indented incorrectly; expected at least 8 spaces, found 2
(#1493) Spaces must be used to indent lines; tabs are not allowed
(#1493) Tab found within whitespace
(#1493) Line indented incorrectly; expected at least 12 spaces, found 3
(#1494) Spaces must be used to indent lines; tabs are not allowed
(#1494) Tab found within whitespace
(#1494) Line indented incorrectly; expected at least 12 spaces, found 3
(#1494) Variable "retString" must be all lower-case
(#1495) Spaces must be used to indent lines; tabs are not allowed
(#1495) Tab found within whitespace
(#1495) Line indented incorrectly; expected at least 12 spaces, found 3
(#1495) Variable "retString" must be all lower-case
(#1496) Spaces must be used to indent lines; tabs are not allowed
(#1496) Tab found within whitespace
(#1496) Line indented incorrectly; expected 8 spaces, found 2
(#1497) Spaces must be used to indent lines; tabs are not allowed
(#1497) Tab found within whitespace
(#1497) Whitespace found at end of line
(#1497) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1498) Spaces must be used to indent lines; tabs are not allowed
(#1498) Tab found within whitespace
(#1498) Whitespace found at end of line
(#1499) Spaces must be used to indent lines; tabs are not allowed
(#1499) Tab found within whitespace
(#1499) Line indented incorrectly; expected at least 8 spaces, found 2
(#1500) Spaces must be used to indent lines; tabs are not allowed
(#1500) Tab found within whitespace
(#1500) Line indented incorrectly; expected 8 spaces, found 2
(#1500) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1500) Space found before second semicolon of FOR loop
(#1500) Expected 1 space before "="; 0 found
(#1500) Expected 1 space after "="; 0 found
(#1500) Space found before semicolon; expected "xnumChildren;" but found "xnumChildren ;"
(#1501) Spaces must be used to indent lines; tabs are not allowed
(#1501) Tab found within whitespace
(#1501) Line indented incorrectly; expected at least 8 spaces, found 2
(#1502) Spaces must be used to indent lines; tabs are not allowed
(#1502) Tab found within whitespace
(#1502) Line indented incorrectly; expected at least 12 spaces, found 3
(#1502) Variable "retString" must be all lower-case
(#1503) Spaces must be used to indent lines; tabs are not allowed
(#1503) Tab found within whitespace
(#1503) Line indented incorrectly; expected 8 spaces, found 2
(#1504) Spaces must be used to indent lines; tabs are not allowed
(#1504) Tab found within whitespace
(#1504) Whitespace found at end of line
(#1505) Spaces must be used to indent lines; tabs are not allowed
(#1505) Tab found within whitespace
(#1505) Line indented incorrectly; expected at least 8 spaces, found 2
(#1505) Variable "retString" must be all lower-case
(#1506) Spaces must be used to indent lines; tabs are not allowed
(#1506) Tab found within whitespace
(#1506) Whitespace found at end of line
(#1506) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1507) Spaces must be used to indent lines; tabs are not allowed
(#1507) Tab found within whitespace
(#1507) Whitespace found at end of line
(#1508) Spaces must be used to indent lines; tabs are not allowed
(#1508) Tab found within whitespace
(#1508) Line indented incorrectly; expected at least 8 spaces, found 2
(#1508) Variable "retString" must be all lower-case
(#1509) Spaces must be used to indent lines; tabs are not allowed
(#1509) Tab found within whitespace
(#1509) Line indented incorrectly; expected 4 spaces, found 1
(#1510) Spaces must be used to indent lines; tabs are not allowed
(#1510) Tab found within whitespace
(#1510) Whitespace found at end of line
(#1511) Spaces must be used to indent lines; tabs are not allowed
(#1511) Tab found within whitespace
(#1511) Whitespace found at end of line
(#1535) Spaces must be used to indent lines; tabs are not allowed
(#1535) Tab found within whitespace
(#1535) Whitespace found at end of line
(#1536) Spaces must be used to indent lines; tabs are not allowed
(#1536) Tab found within whitespace
(#1536) Whitespace found at end of line
(#1537) Spaces must be used to indent lines; tabs are not allowed
(#1537) Tab found within whitespace
(#1537) Whitespace found at end of line
(#1538) Spaces must be used to indent lines; tabs are not allowed
(#1538) Tab found within whitespace
(#1538) Line indented incorrectly; expected 4 spaces, found 1
(#1538) method name "MiniXMLElementCData::MiniXMLElementCData" must be in lower-case letters only
(#1538) PHP4 style constructors are not allowed; use "__construct()" instead
(#1538) Visibility must be declared on method "MiniXMLElementCData"
(#1539) Spaces must be used to indent lines; tabs are not allowed
(#1539) Tab found within whitespace
(#1539) Line indented incorrectly; expected at least 4 spaces, found 1
(#1539) Opening brace should be on the same line as the declaration
(#1540) Spaces must be used to indent lines; tabs are not allowed
(#1540) Tab found within whitespace
(#1540) Whitespace found at end of line
(#1541) Spaces must be used to indent lines; tabs are not allowed
(#1541) Tab found within whitespace
(#1541) Line indented incorrectly; expected at least 8 spaces, found 2
(#1542) Spaces must be used to indent lines; tabs are not allowed
(#1542) Tab found within whitespace
(#1542) Line indented incorrectly; expected 8 spaces, found 2
(#1542) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1543) Spaces must be used to indent lines; tabs are not allowed
(#1543) Tab found within whitespace
(#1543) Line indented incorrectly; expected at least 8 spaces, found 2
(#1544) Spaces must be used to indent lines; tabs are not allowed
(#1544) Tab found within whitespace
(#1544) Line indented incorrectly; expected at least 12 spaces, found 3
(#1544) Space found before semicolon; expected ");" but found ") ;"
(#1545) Spaces must be used to indent lines; tabs are not allowed
(#1545) Tab found within whitespace
(#1545) Line indented incorrectly; expected 8 spaces, found 2
(#1546) Spaces must be used to indent lines; tabs are not allowed
(#1546) Tab found within whitespace
(#1546) Line indented incorrectly; expected 4 spaces, found 1
(#1547) Spaces must be used to indent lines; tabs are not allowed
(#1547) Tab found within whitespace
(#1547) Whitespace found at end of line
(#1549) Spaces must be used to indent lines; tabs are not allowed
(#1549) Tab found within whitespace
(#1549) Line indented incorrectly; expected 4 spaces, found 1
(#1549) method name "MiniXMLElementCData::toStringNoWhiteSpaces" must be in lower-case letters only
(#1549) Visibility must be declared on method "toStringNoWhiteSpaces"
(#1550) Spaces must be used to indent lines; tabs are not allowed
(#1550) Tab found within whitespace
(#1550) Line indented incorrectly; expected at least 4 spaces, found 1
(#1550) Opening brace should be on the same line as the declaration
(#1551) Spaces must be used to indent lines; tabs are not allowed
(#1551) Tab found within whitespace
(#1551) Line indented incorrectly; expected at least 8 spaces, found 2
(#1552) Spaces must be used to indent lines; tabs are not allowed
(#1552) Tab found within whitespace
(#1552) Line indented incorrectly; expected 4 spaces, found 1
(#1553) Spaces must be used to indent lines; tabs are not allowed
(#1553) Tab found within whitespace
(#1553) Whitespace found at end of line
(#1554) Spaces must be used to indent lines; tabs are not allowed
(#1554) Tab found within whitespace
(#1554) Line indented incorrectly; expected 4 spaces, found 1
(#1554) method name "MiniXMLElementCData::toStringWithWhiteSpaces" must be in lower-case letters only
(#1554) Visibility must be declared on method "toStringWithWhiteSpaces"
(#1555) Spaces must be used to indent lines; tabs are not allowed
(#1555) Tab found within whitespace
(#1555) Line indented incorrectly; expected at least 4 spaces, found 1
(#1555) Opening brace should be on the same line as the declaration
(#1556) Spaces must be used to indent lines; tabs are not allowed
(#1556) Tab found within whitespace
(#1556) Line indented incorrectly; expected at least 8 spaces, found 2
(#1557) Spaces must be used to indent lines; tabs are not allowed
(#1557) Tab found within whitespace
(#1557) Line indented incorrectly; expected 4 spaces, found 1
(#1558) Spaces must be used to indent lines; tabs are not allowed
(#1558) Tab found within whitespace
(#1558) Whitespace found at end of line
(#1559) Spaces must be used to indent lines; tabs are not allowed
(#1559) Tab found within whitespace
(#1559) Line indented incorrectly; expected 4 spaces, found 1
(#1559) method name "MiniXMLElementCData::toString" must be in lower-case letters only
(#1559) Visibility must be declared on method "toString"
(#1560) Spaces must be used to indent lines; tabs are not allowed
(#1560) Tab found within whitespace
(#1560) Line indented incorrectly; expected at least 4 spaces, found 1
(#1560) Opening brace should be on the same line as the declaration
(#1561) Spaces must be used to indent lines; tabs are not allowed
(#1561) Tab found within whitespace
(#1561) Line indented incorrectly; expected at least 8 spaces, found 2
(#1562) Spaces must be used to indent lines; tabs are not allowed
(#1562) Tab found within whitespace
(#1562) Line indented incorrectly; expected 8 spaces, found 2
(#1562) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1563) Spaces must be used to indent lines; tabs are not allowed
(#1563) Tab found within whitespace
(#1563) Line indented incorrectly; expected at least 8 spaces, found 2
(#1564) Spaces must be used to indent lines; tabs are not allowed
(#1564) Tab found within whitespace
(#1564) Line indented incorrectly; expected at least 12 spaces, found 3
(#1565) Spaces must be used to indent lines; tabs are not allowed
(#1565) Tab found within whitespace
(#1565) Line indented incorrectly; expected 8 spaces, found 2
(#1566) Spaces must be used to indent lines; tabs are not allowed
(#1566) Tab found within whitespace
(#1566) Whitespace found at end of line
(#1567) Spaces must be used to indent lines; tabs are not allowed
(#1567) Tab found within whitespace
(#1567) Line indented incorrectly; expected at least 8 spaces, found 2
(#1567) Variable "retString" must be all lower-case
(#1568) Spaces must be used to indent lines; tabs are not allowed
(#1568) Tab found within whitespace
(#1568) Whitespace found at end of line
(#1569) Spaces must be used to indent lines; tabs are not allowed
(#1569) Tab found within whitespace
(#1569) Line indented incorrectly; expected 8 spaces, found 2
(#1569) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1570) Spaces must be used to indent lines; tabs are not allowed
(#1570) Tab found within whitespace
(#1570) Line indented incorrectly; expected at least 8 spaces, found 2
(#1571) Spaces must be used to indent lines; tabs are not allowed
(#1571) Tab found within whitespace
(#1571) Line indented incorrectly; expected at least 12 spaces, found 3
(#1571) Variable "retString" must be all lower-case
(#1572) Spaces must be used to indent lines; tabs are not allowed
(#1572) Tab found within whitespace
(#1572) Line indented incorrectly; expected at least 12 spaces, found 3
(#1572) Variable "retString" must be all lower-case
(#1573) Spaces must be used to indent lines; tabs are not allowed
(#1573) Tab found within whitespace
(#1573) Line indented incorrectly; expected 8 spaces, found 2
(#1574) Spaces must be used to indent lines; tabs are not allowed
(#1574) Tab found within whitespace
(#1574) Whitespace found at end of line
(#1575) Spaces must be used to indent lines; tabs are not allowed
(#1575) Tab found within whitespace
(#1575) Line indented incorrectly; expected 8 spaces, found 2
(#1575) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1575) Space found after opening bracket of FOR loop
(#1575) Expected 1 space before "="; 0 found
(#1575) Expected 1 space after "="; 0 found
(#1576) Spaces must be used to indent lines; tabs are not allowed
(#1576) Tab found within whitespace
(#1576) Line indented incorrectly; expected at least 8 spaces, found 2
(#1577) Spaces must be used to indent lines; tabs are not allowed
(#1577) Tab found within whitespace
(#1577) Line indented incorrectly; expected at least 12 spaces, found 3
(#1577) Variable "retString" must be all lower-case
(#1578) Spaces must be used to indent lines; tabs are not allowed
(#1578) Tab found within whitespace
(#1578) Whitespace found at end of line
(#1579) Spaces must be used to indent lines; tabs are not allowed
(#1579) Tab found within whitespace
(#1579) Line indented incorrectly; expected 8 spaces, found 2
(#1580) Spaces must be used to indent lines; tabs are not allowed
(#1580) Tab found within whitespace
(#1580) Whitespace found at end of line
(#1581) Spaces must be used to indent lines; tabs are not allowed
(#1581) Tab found within whitespace
(#1581) Line indented incorrectly; expected at least 8 spaces, found 2
(#1581) Variable "retString" must be all lower-case
(#1582) Spaces must be used to indent lines; tabs are not allowed
(#1582) Tab found within whitespace
(#1582) Whitespace found at end of line
(#1583) Spaces must be used to indent lines; tabs are not allowed
(#1583) Tab found within whitespace
(#1583) Line indented incorrectly; expected at least 8 spaces, found 2
(#1583) Variable "retString" must be all lower-case
(#1584) Spaces must be used to indent lines; tabs are not allowed
(#1584) Tab found within whitespace
(#1584) Line indented incorrectly; expected 4 spaces, found 1
(#1585) Spaces must be used to indent lines; tabs are not allowed
(#1585) Tab found within whitespace
(#1585) Whitespace found at end of line
(#1608) Spaces must be used to indent lines; tabs are not allowed
(#1608) Tab found within whitespace
(#1608) Line indented incorrectly; expected at least 4 spaces, found 1
(#1608) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#1608) Scope modifier not specified for member variable "$dtattr"
(#1609) Spaces must be used to indent lines; tabs are not allowed
(#1609) Tab found within whitespace
(#1609) Whitespace found at end of line
(#1610) Spaces must be used to indent lines; tabs are not allowed
(#1610) Tab found within whitespace
(#1610) Line indented incorrectly; expected 4 spaces, found 1
(#1610) method name "MiniXMLElementDocType::MiniXMLElementDocType" must be in lower-case letters only
(#1610) PHP4 style constructors are not allowed; use "__construct()" instead
(#1610) Visibility must be declared on method "MiniXMLElementDocType"
(#1611) Spaces must be used to indent lines; tabs are not allowed
(#1611) Tab found within whitespace
(#1611) Line indented incorrectly; expected at least 4 spaces, found 1
(#1611) Opening brace should be on the same line as the declaration
(#1612) Spaces must be used to indent lines; tabs are not allowed
(#1612) Tab found within whitespace
(#1612) Line indented incorrectly; expected at least 8 spaces, found 2
(#1613) Spaces must be used to indent lines; tabs are not allowed
(#1613) Tab found within whitespace
(#1613) Line indented incorrectly; expected at least 8 spaces, found 2
(#1614) Spaces must be used to indent lines; tabs are not allowed
(#1614) Tab found within whitespace
(#1614) Line indented incorrectly; expected 4 spaces, found 1
(#1615) Spaces must be used to indent lines; tabs are not allowed
(#1615) Tab found within whitespace
(#1615) Line indented incorrectly; expected 4 spaces, found 1
(#1615) method name "MiniXMLElementDocType::toString" must be in lower-case letters only
(#1615) Visibility must be declared on method "toString"
(#1616) Spaces must be used to indent lines; tabs are not allowed
(#1616) Tab found within whitespace
(#1616) Line indented incorrectly; expected at least 4 spaces, found 1
(#1616) Opening brace should be on the same line as the declaration
(#1617) Spaces must be used to indent lines; tabs are not allowed
(#1617) Tab found within whitespace
(#1617) Line indented incorrectly; expected 8 spaces, found 2
(#1617) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1618) Spaces must be used to indent lines; tabs are not allowed
(#1618) Tab found within whitespace
(#1618) Line indented incorrectly; expected at least 8 spaces, found 2
(#1619) Spaces must be used to indent lines; tabs are not allowed
(#1619) Tab found within whitespace
(#1619) Line indented incorrectly; expected at least 12 spaces, found 3
(#1620) Spaces must be used to indent lines; tabs are not allowed
(#1620) Tab found within whitespace
(#1620) Line indented incorrectly; expected 8 spaces, found 2
(#1621) Spaces must be used to indent lines; tabs are not allowed
(#1621) Tab found within whitespace
(#1621) Line indented incorrectly; expected at least 12 spaces, found 3
(#1622) Spaces must be used to indent lines; tabs are not allowed
(#1622) Tab found within whitespace
(#1622) Line indented incorrectly; expected 8 spaces, found 2
(#1623) Spaces must be used to indent lines; tabs are not allowed
(#1623) Tab found within whitespace
(#1623) Line indented incorrectly; expected 4 spaces, found 1
(#1624) Spaces must be used to indent lines; tabs are not allowed
(#1624) Tab found within whitespace
(#1624) Whitespace found at end of line
(#1625) Spaces must be used to indent lines; tabs are not allowed
(#1625) Tab found within whitespace
(#1625) Whitespace found at end of line
(#1626) Spaces must be used to indent lines; tabs are not allowed
(#1626) Tab found within whitespace
(#1626) Line indented incorrectly; expected 4 spaces, found 1
(#1626) method name "MiniXMLElementDocType::toStringWithWhiteSpaces" must be in lower-case letters only
(#1626) Visibility must be declared on method "toStringWithWhiteSpaces"
(#1627) Spaces must be used to indent lines; tabs are not allowed
(#1627) Tab found within whitespace
(#1627) Line indented incorrectly; expected at least 4 spaces, found 1
(#1627) Opening brace should be on the same line as the declaration
(#1629) Spaces must be used to indent lines; tabs are not allowed
(#1629) Tab found within whitespace
(#1629) Line indented incorrectly; expected at least 8 spaces, found 2
(#1630) Spaces must be used to indent lines; tabs are not allowed
(#1630) Tab found within whitespace
(#1630) Whitespace found at end of line
(#1631) Spaces must be used to indent lines; tabs are not allowed
(#1631) Tab found within whitespace
(#1631) Line indented incorrectly; expected at least 8 spaces, found 2
(#1631) Variable "retString" must be all lower-case
(#1632) Spaces must be used to indent lines; tabs are not allowed
(#1632) Tab found within whitespace
(#1632) Whitespace found at end of line
(#1633) Spaces must be used to indent lines; tabs are not allowed
(#1633) Tab found within whitespace
(#1633) Line indented incorrectly; expected 8 spaces, found 2
(#1633) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1634) Spaces must be used to indent lines; tabs are not allowed
(#1634) Tab found within whitespace
(#1634) Line indented incorrectly; expected at least 8 spaces, found 2
(#1635) Spaces must be used to indent lines; tabs are not allowed
(#1635) Tab found within whitespace
(#1635) Line indented incorrectly; expected at least 12 spaces, found 3
(#1635) Variable "retString" must be all lower-case
(#1636) Spaces must be used to indent lines; tabs are not allowed
(#1636) Tab found within whitespace
(#1636) Line indented incorrectly; expected at least 12 spaces, found 3
(#1636) Variable "retString" must be all lower-case
(#1637) Spaces must be used to indent lines; tabs are not allowed
(#1637) Tab found within whitespace
(#1637) Line indented incorrectly; expected 8 spaces, found 2
(#1638) Spaces must be used to indent lines; tabs are not allowed
(#1638) Tab found within whitespace
(#1638) Whitespace found at end of line
(#1639) Spaces must be used to indent lines; tabs are not allowed
(#1639) Tab found within whitespace
(#1639) Line indented incorrectly; expected at least 8 spaces, found 2
(#1639) Variable "nextDepth" must be all lower-case
(#1640) Spaces must be used to indent lines; tabs are not allowed
(#1640) Tab found within whitespace
(#1640) Whitespace found at end of line
(#1641) Spaces must be used to indent lines; tabs are not allowed
(#1641) Tab found within whitespace
(#1641) Line indented incorrectly; expected 8 spaces, found 2
(#1641) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1641) Space found after opening bracket of FOR loop
(#1641) Expected 1 space before "="; 0 found
(#1641) Expected 1 space after "="; 0 found
(#1642) Spaces must be used to indent lines; tabs are not allowed
(#1642) Tab found within whitespace
(#1642) Line indented incorrectly; expected at least 8 spaces, found 2
(#1643) Spaces must be used to indent lines; tabs are not allowed
(#1643) Tab found within whitespace
(#1643) Whitespace found at end of line
(#1644) Spaces must be used to indent lines; tabs are not allowed
(#1644) Tab found within whitespace
(#1644) Line indented incorrectly; expected at least 12 spaces, found 3
(#1644) Variable "retString" must be all lower-case
(#1644) Variable "nextDepth" must be all lower-case
(#1645) Spaces must be used to indent lines; tabs are not allowed
(#1645) Tab found within whitespace
(#1645) Whitespace found at end of line
(#1646) Spaces must be used to indent lines; tabs are not allowed
(#1646) Tab found within whitespace
(#1646) Line indented incorrectly; expected 8 spaces, found 2
(#1647) Spaces must be used to indent lines; tabs are not allowed
(#1647) Tab found within whitespace
(#1647) Whitespace found at end of line
(#1648) Spaces must be used to indent lines; tabs are not allowed
(#1648) Tab found within whitespace
(#1648) Line indented incorrectly; expected at least 8 spaces, found 2
(#1648) Variable "retString" must be all lower-case
(#1649) Spaces must be used to indent lines; tabs are not allowed
(#1649) Tab found within whitespace
(#1649) Whitespace found at end of line
(#1650) Spaces must be used to indent lines; tabs are not allowed
(#1650) Tab found within whitespace
(#1650) Line indented incorrectly; expected at least 8 spaces, found 2
(#1650) Variable "retString" must be all lower-case
(#1651) Spaces must be used to indent lines; tabs are not allowed
(#1651) Tab found within whitespace
(#1651) Line indented incorrectly; expected 4 spaces, found 1
(#1654) Spaces must be used to indent lines; tabs are not allowed
(#1654) Tab found within whitespace
(#1654) Line indented incorrectly; expected 4 spaces, found 1
(#1654) method name "MiniXMLElementDocType::toStringNoWhiteSpaces" must be in lower-case letters only
(#1654) Visibility must be declared on method "toStringNoWhiteSpaces"
(#1655) Spaces must be used to indent lines; tabs are not allowed
(#1655) Tab found within whitespace
(#1655) Line indented incorrectly; expected at least 4 spaces, found 1
(#1655) Opening brace should be on the same line as the declaration
(#1656) Spaces must be used to indent lines; tabs are not allowed
(#1656) Tab found within whitespace
(#1656) Whitespace found at end of line
(#1657) Spaces must be used to indent lines; tabs are not allowed
(#1657) Tab found within whitespace
(#1657) Line indented incorrectly; expected at least 8 spaces, found 2
(#1657) Variable "retString" must be all lower-case
(#1658) Spaces must be used to indent lines; tabs are not allowed
(#1658) Tab found within whitespace
(#1658) Whitespace found at end of line
(#1659) Spaces must be used to indent lines; tabs are not allowed
(#1659) Tab found within whitespace
(#1659) Line indented incorrectly; expected 8 spaces, found 2
(#1659) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1660) Spaces must be used to indent lines; tabs are not allowed
(#1660) Tab found within whitespace
(#1660) Line indented incorrectly; expected at least 8 spaces, found 2
(#1661) Spaces must be used to indent lines; tabs are not allowed
(#1661) Tab found within whitespace
(#1661) Line indented incorrectly; expected at least 12 spaces, found 3
(#1661) Variable "retString" must be all lower-case
(#1662) Spaces must be used to indent lines; tabs are not allowed
(#1662) Tab found within whitespace
(#1662) Line indented incorrectly; expected at least 12 spaces, found 3
(#1662) Variable "retString" must be all lower-case
(#1663) Spaces must be used to indent lines; tabs are not allowed
(#1663) Tab found within whitespace
(#1663) Line indented incorrectly; expected 8 spaces, found 2
(#1664) Spaces must be used to indent lines; tabs are not allowed
(#1664) Tab found within whitespace
(#1664) Whitespace found at end of line
(#1665) Spaces must be used to indent lines; tabs are not allowed
(#1665) Tab found within whitespace
(#1665) Line indented incorrectly; expected 8 spaces, found 2
(#1665) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1665) Space found after opening bracket of FOR loop
(#1665) Expected 1 space before "="; 0 found
(#1665) Expected 1 space after "="; 0 found
(#1666) Spaces must be used to indent lines; tabs are not allowed
(#1666) Tab found within whitespace
(#1666) Line indented incorrectly; expected at least 8 spaces, found 2
(#1667) Spaces must be used to indent lines; tabs are not allowed
(#1667) Tab found within whitespace
(#1667) Whitespace found at end of line
(#1668) Spaces must be used to indent lines; tabs are not allowed
(#1668) Tab found within whitespace
(#1668) Line indented incorrectly; expected at least 12 spaces, found 3
(#1668) Variable "retString" must be all lower-case
(#1669) Spaces must be used to indent lines; tabs are not allowed
(#1669) Tab found within whitespace
(#1669) Whitespace found at end of line
(#1670) Spaces must be used to indent lines; tabs are not allowed
(#1670) Tab found within whitespace
(#1670) Line indented incorrectly; expected 8 spaces, found 2
(#1671) Spaces must be used to indent lines; tabs are not allowed
(#1671) Tab found within whitespace
(#1671) Whitespace found at end of line
(#1672) Spaces must be used to indent lines; tabs are not allowed
(#1672) Tab found within whitespace
(#1672) Line indented incorrectly; expected at least 8 spaces, found 2
(#1672) Variable "retString" must be all lower-case
(#1673) Spaces must be used to indent lines; tabs are not allowed
(#1673) Tab found within whitespace
(#1673) Whitespace found at end of line
(#1674) Spaces must be used to indent lines; tabs are not allowed
(#1674) Tab found within whitespace
(#1674) Line indented incorrectly; expected at least 8 spaces, found 2
(#1674) Variable "retString" must be all lower-case
(#1675) Spaces must be used to indent lines; tabs are not allowed
(#1675) Tab found within whitespace
(#1675) Line indented incorrectly; expected 4 spaces, found 1
(#1700) Spaces must be used to indent lines; tabs are not allowed
(#1700) Tab found within whitespace
(#1700) Whitespace found at end of line
(#1701) Spaces must be used to indent lines; tabs are not allowed
(#1701) Tab found within whitespace
(#1701) Line indented incorrectly; expected 4 spaces, found 1
(#1701) method name "MiniXMLElementEntity::MiniXMLElementEntity" must be in lower-case letters only
(#1701) PHP4 style constructors are not allowed; use "__construct()" instead
(#1701) Visibility must be declared on method "MiniXMLElementEntity"
(#1701) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1702) Spaces must be used to indent lines; tabs are not allowed
(#1702) Tab found within whitespace
(#1702) Line indented incorrectly; expected at least 4 spaces, found 1
(#1702) Opening brace should be on the same line as the declaration
(#1703) Spaces must be used to indent lines; tabs are not allowed
(#1703) Tab found within whitespace
(#1703) Whitespace found at end of line
(#1704) Spaces must be used to indent lines; tabs are not allowed
(#1704) Tab found within whitespace
(#1704) Line indented incorrectly; expected at least 8 spaces, found 2
(#1705) Spaces must be used to indent lines; tabs are not allowed
(#1705) Tab found within whitespace
(#1705) Whitespace found at end of line
(#1706) Spaces must be used to indent lines; tabs are not allowed
(#1706) Tab found within whitespace
(#1706) Line indented incorrectly; expected 8 spaces, found 2
(#1706) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1707) Spaces must be used to indent lines; tabs are not allowed
(#1707) Tab found within whitespace
(#1707) Line indented incorrectly; expected at least 8 spaces, found 2
(#1708) Spaces must be used to indent lines; tabs are not allowed
(#1708) Tab found within whitespace
(#1708) Line indented incorrectly; expected at least 12 spaces, found 3
(#1709) Spaces must be used to indent lines; tabs are not allowed
(#1709) Tab found within whitespace
(#1709) Line indented incorrectly; expected 8 spaces, found 2
(#1710) Spaces must be used to indent lines; tabs are not allowed
(#1710) Tab found within whitespace
(#1710) Whitespace found at end of line
(#1711) Spaces must be used to indent lines; tabs are not allowed
(#1711) Tab found within whitespace
(#1711) Line indented incorrectly; expected 4 spaces, found 1
(#1712) Spaces must be used to indent lines; tabs are not allowed
(#1712) Tab found within whitespace
(#1712) Whitespace found at end of line
(#1713) Spaces must be used to indent lines; tabs are not allowed
(#1713) Tab found within whitespace
(#1713) Line indented incorrectly; expected 4 spaces, found 1
(#1713) method name "MiniXMLElementEntity::toString" must be in lower-case letters only
(#1713) Visibility must be declared on method "toString"
(#1714) Spaces must be used to indent lines; tabs are not allowed
(#1714) Tab found within whitespace
(#1714) Line indented incorrectly; expected at least 4 spaces, found 1
(#1714) Opening brace should be on the same line as the declaration
(#1715) Spaces must be used to indent lines; tabs are not allowed
(#1715) Tab found within whitespace
(#1715) Whitespace found at end of line
(#1716) Spaces must be used to indent lines; tabs are not allowed
(#1716) Tab found within whitespace
(#1716) Line indented incorrectly; expected at least 8 spaces, found 2
(#1717) Spaces must be used to indent lines; tabs are not allowed
(#1717) Tab found within whitespace
(#1717) Line indented incorrectly; expected 8 spaces, found 2
(#1717) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1718) Spaces must be used to indent lines; tabs are not allowed
(#1718) Tab found within whitespace
(#1718) Line indented incorrectly; expected at least 8 spaces, found 2
(#1719) Spaces must be used to indent lines; tabs are not allowed
(#1719) Tab found within whitespace
(#1719) Line indented incorrectly; expected at least 12 spaces, found 3
(#1720) Spaces must be used to indent lines; tabs are not allowed
(#1720) Tab found within whitespace
(#1720) Line indented incorrectly; expected 8 spaces, found 2
(#1720) Whitespace found at end of line
(#1721) Spaces must be used to indent lines; tabs are not allowed
(#1721) Tab found within whitespace
(#1721) Whitespace found at end of line
(#1722) Spaces must be used to indent lines; tabs are not allowed
(#1722) Tab found within whitespace
(#1722) Line indented incorrectly; expected at least 8 spaces, found 2
(#1722) Variable "retString" must be all lower-case
(#1723) Spaces must be used to indent lines; tabs are not allowed
(#1723) Tab found within whitespace
(#1723) Whitespace found at end of line
(#1724) Spaces must be used to indent lines; tabs are not allowed
(#1724) Tab found within whitespace
(#1724) Line indented incorrectly; expected 8 spaces, found 2
(#1724) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#1725) Spaces must be used to indent lines; tabs are not allowed
(#1725) Tab found within whitespace
(#1725) Line indented incorrectly; expected at least 8 spaces, found 2
(#1726) Spaces must be used to indent lines; tabs are not allowed
(#1726) Tab found within whitespace
(#1726) Line indented incorrectly; expected at least 12 spaces, found 3
(#1726) Variable "retString" must be all lower-case
(#1727) Spaces must be used to indent lines; tabs are not allowed
(#1727) Tab found within whitespace
(#1727) Line indented incorrectly; expected at least 12 spaces, found 3
(#1727) Variable "retString" must be all lower-case
(#1728) Spaces must be used to indent lines; tabs are not allowed
(#1728) Tab found within whitespace
(#1728) Line indented incorrectly; expected 8 spaces, found 2
(#1729) Spaces must be used to indent lines; tabs are not allowed
(#1729) Tab found within whitespace
(#1729) Whitespace found at end of line
(#1730) Spaces must be used to indent lines; tabs are not allowed
(#1730) Tab found within whitespace
(#1730) Line indented incorrectly; expected at least 8 spaces, found 3
(#1730) Variable "nextDepth" must be all lower-case
(#1731) Spaces must be used to indent lines; tabs are not allowed
(#1731) Tab found within whitespace
(#1731) Expected 1 space before ":"; newline found
(#1732) Spaces must be used to indent lines; tabs are not allowed
(#1732) Tab found within whitespace
(#1732) Line indented incorrectly; expected at least 8 spaces, found 2
(#1732) Variable "retString" must be all lower-case
(#1733) Spaces must be used to indent lines; tabs are not allowed
(#1733) Tab found within whitespace
(#1733) Line indented incorrectly; expected 8 spaces, found 2
(#1733) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#1733) Space found after opening bracket of FOR loop
(#1733) Expected 1 space before "="; 0 found
(#1733) Expected 1 space after "="; 0 found
(#1734) Spaces must be used to indent lines; tabs are not allowed
(#1734) Tab found within whitespace
(#1734) Line indented incorrectly; expected at least 8 spaces, found 2
(#1735) Spaces must be used to indent lines; tabs are not allowed
(#1735) Tab found within whitespace
(#1735) Whitespace found at end of line
(#1736) Spaces must be used to indent lines; tabs are not allowed
(#1736) Tab found within whitespace
(#1736) Line indented incorrectly; expected at least 12 spaces, found 3
(#1736) Variable "retString" must be all lower-case
(#1737) Spaces must be used to indent lines; tabs are not allowed
(#1737) Tab found within whitespace
(#1737) Whitespace found at end of line
(#1738) Spaces must be used to indent lines; tabs are not allowed
(#1738) Tab found within whitespace
(#1738) Line indented incorrectly; expected 8 spaces, found 2
(#1739) Spaces must be used to indent lines; tabs are not allowed
(#1739) Tab found within whitespace
(#1739) Line indented incorrectly; expected at least 8 spaces, found 2
(#1739) Variable "retString" must be all lower-case
(#1740) Spaces must be used to indent lines; tabs are not allowed
(#1740) Tab found within whitespace
(#1740) Line indented incorrectly; expected at least 8 spaces, found 2
(#1740) Variable "retString" must be all lower-case
(#1741) Spaces must be used to indent lines; tabs are not allowed
(#1741) Tab found within whitespace
(#1741) Whitespace found at end of line
(#1742) Spaces must be used to indent lines; tabs are not allowed
(#1742) Tab found within whitespace
(#1742) Line indented incorrectly; expected at least 8 spaces, found 2
(#1742) Variable "retString" must be all lower-case
(#1743) Spaces must be used to indent lines; tabs are not allowed
(#1743) Tab found within whitespace
(#1743) Line indented incorrectly; expected 4 spaces, found 1
(#1744) Spaces must be used to indent lines; tabs are not allowed
(#1744) Tab found within whitespace
(#1744) Whitespace found at end of line
(#1745) Spaces must be used to indent lines; tabs are not allowed
(#1745) Tab found within whitespace
(#1745) Whitespace found at end of line
(#1746) Spaces must be used to indent lines; tabs are not allowed
(#1746) Tab found within whitespace
(#1746) Line indented incorrectly; expected 4 spaces, found 1
(#1746) method name "MiniXMLElementEntity::toStringNoWhiteSpaces" must be in lower-case letters only
(#1746) Visibility must be declared on method "toStringNoWhiteSpaces"
(#1747) Spaces must be used to indent lines; tabs are not allowed
(#1747) Tab found within whitespace
(#1747) Line indented incorrectly; expected at least 4 spaces, found 1
(#1747) Opening brace should be on the same line as the declaration
(#1748) Spaces must be used to indent lines; tabs are not allowed
(#1748) Tab found within whitespace
(#1748) Line indented incorrectly; expected at least 8 spaces, found 2
(#1749) Spaces must be used to indent lines; tabs are not allowed
(#1749) Tab found within whitespace
(#1749) Line indented incorrectly; expected 4 spaces, found 1
(#1750) Spaces must be used to indent lines; tabs are not allowed
(#1750) Tab found within whitespace
(#1750) Whitespace found at end of line
(#1751) Spaces must be used to indent lines; tabs are not allowed
(#1751) Tab found within whitespace
(#1751) Line indented incorrectly; expected 4 spaces, found 1
(#1751) method name "MiniXMLElementEntity::toStringWithWhiteSpaces" must be in lower-case letters only
(#1751) Visibility must be declared on method "toStringWithWhiteSpaces"
(#1752) Spaces must be used to indent lines; tabs are not allowed
(#1752) Tab found within whitespace
(#1752) Line indented incorrectly; expected at least 4 spaces, found 1
(#1752) Opening brace should be on the same line as the declaration
(#1753) Spaces must be used to indent lines; tabs are not allowed
(#1753) Tab found within whitespace
(#1753) Line indented incorrectly; expected at least 8 spaces, found 2
(#1754) Spaces must be used to indent lines; tabs are not allowed
(#1754) Tab found within whitespace
(#1754) Line indented incorrectly; expected 4 spaces, found 1
(#1760) A closing tag is not permitted at the end of a PHP file
blocks/exaport/lib/classes/node.inc.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 "//".
(#8) Whitespace found at end of line
(#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.".
(#12) Whitespace found at end of line
(#13) Line 12 of the opening comment must start "//".
(#13) Whitespace found at end of line
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Whitespace found at end of line
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Whitespace found at end of line
(#16) Whitespace found at end of line
(#17) Whitespace found at end of line
(#18) Whitespace found at end of line
(#19) Whitespace found at end of line
(#21) Whitespace found at end of line
(#22) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Whitespace found at end of line
(#25) Whitespace found at end of line
(#26) Whitespace found at end of line
(#27) Whitespace found at end of line
(#28) Whitespace found at end of line
(#32) Whitespace found at end of line
(#45) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#63) Whitespace found at end of line
(#66) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) 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 4 spaces, found 1
(#77) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#77) Scope modifier not specified for member variable "$xtext"
(#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) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#78) Scope modifier not specified for member variable "$xnumeric"
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Line indented incorrectly; expected 4 spaces, found 1
(#84) method name "MiniXMLNode::MiniXMLNode" must be in lower-case letters only
(#84) PHP4 style constructors are not allowed; use "__construct()" instead
(#84) Visibility must be declared on method "MiniXMLNode"
(#84) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#84) Variable "escapeEntities" must be all lower-case
(#84) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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 1
(#85) Opening brace should be on the same line as the declaration
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Whitespace found at end of line
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#93) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 12 spaces, found 3
(#95) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\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 12 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 4
(#97) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 16 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 20 spaces, found 5
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 16 spaces, found 4
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 12 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 16 spaces, found 4
(#104) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 20 spaces, found 5
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 20 spaces, found 5
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 16 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 16 spaces, found 4
(#110) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#110) Variable "escapeEntities" 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 16 spaces, found 4
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 20 spaces, found 5
(#112) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#112) Variable "escapeEntities" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 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 24 spaces, found 6
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 20 spaces, found 5
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 16 spaces, found 4
(#116) Usage of ELSEIF not allowed; use ELSE IF instead
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 20 spaces, found 5
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 16 spaces, found 4
(#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 16 spaces, found 4
(#120) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 4
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 5
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 16 spaces, found 4
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 16 spaces, found 4
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#126) 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) 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 12 spaces, found 3
(#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 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 4 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Whitespace found at end of line
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#138) method name "MiniXMLNode::getValue" must be in lower-case letters only
(#138) Visibility must be declared on method "getValue"
(#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) Opening brace should be on the same line as the declaration
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Variable "retStr" must be all lower-case
(#140) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#141) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Variable "retStr" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#144) Usage of ELSEIF not allowed; use ELSE IF instead
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Variable "retStr" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#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 8 spaces, found 2
(#149) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#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 at least 12 spaces, found 3
(#151) Variable "retStr" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) 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 2
(#154) Variable "retStr" must be all lower-case
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#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
(#159) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Line indented incorrectly; expected at least 4 spaces, found 1
(#161) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Whitespace found at end of line
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#165) Whitespace found at end of line
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Whitespace found at end of line
(#168) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#170) Visibility must be declared on method "text"
(#170) Variable "setToPrimary" must be all lower-case
(#170) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#170) Variable "setToAlternate" must be all lower-case
(#170) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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) Opening brace should be on the same line as the declaration
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Variable "setTo" must be all lower-case
(#172) Variable "setToPrimary" must be all lower-case
(#172) Variable "setToPrimary" must be all lower-case
(#172) Variable "setToAlternate" must be all lower-case
(#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) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 8 spaces, found 2
(#174) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#174) Variable "setTo" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 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 12 spaces, found 3
(#176) Expected "if (...) {\n"; found "if (...) \n\t\t\t{\n"
(#176) Whitespace found at end of line
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 16 spaces, found 4
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 12 spaces, found 3
(#180) Usage of ELSEIF not allowed; use ELSE IF instead
(#180) Variable "setTo" must be all lower-case
(#180) Variable "setTo" must be all lower-case
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 16 spaces, found 4
(#182) Variable "setTo" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 12 spaces, found 3
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Whitespace found at end of line
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 12 spaces, found 3
(#185) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 16 spaces, found 4
(#187) Variable "setTo" must be all lower-case
(#187) Variable "setTo" must be all lower-case
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 16 spaces, found 4
(#188) Variable "setTo" must be all lower-case
(#188) Variable "setTo" must be all lower-case
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#190) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 3
(#192) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\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 12 spaces, found 3
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 16 spaces, found 4
(#194) Variable "setTo" must be all lower-case
(#194) Variable "setTo" must be all lower-case
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 12 spaces, found 3
(#195) Whitespace found at end of line
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#196) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 12 spaces, found 3
(#198) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 12 spaces, found 3
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 16 spaces, found 4
(#200) Variable "setTo" must be all lower-case
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 12 spaces, found 3
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Whitespace found at end of line
(#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 "setTo" must be all lower-case
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 8 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 4 spaces, found 1
(#211) Line indented incorrectly; expected at least 4 spaces, found 1
(#212) Line indented incorrectly; expected at least 4 spaces, found 1
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Line indented incorrectly; expected at least 4 spaces, found 1
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Whitespace found at end of line
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Whitespace found at end of line
(#218) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Whitespace found at end of line
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 1
(#222) Visibility must be declared on method "numeric"
(#222) Variable "setToPrim" must be all lower-case
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#222) Variable "setToAlt" must be all lower-case
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Opening brace should be on the same line as the declaration
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Variable "setTo" must be all lower-case
(#224) Variable "setToPrim" must be all lower-case
(#224) Variable "setToAlt" must be all lower-case
(#224) Variable "setToPrim" must be all lower-case
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Whitespace found at end of line
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 8 spaces, found 2
(#226) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#226) Variable "setTo" must be all lower-case
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 12 spaces, found 3
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 16 spaces, found 4
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Whitespace found at end of line
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 12 spaces, found 3
(#232) Usage of ELSEIF not allowed; use ELSE IF instead
(#232) Variable "setTo" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 16 spaces, found 4
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 12 spaces, found 3
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Whitespace found at end of line
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 12 spaces, found 3
(#237) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 16 spaces, found 4
(#239) Variable "setTo" must be all lower-case
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 12 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Variable "setTo" must be all lower-case
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 8 spaces, found 2
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Whitespace found at end of line
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Whitespace found at end of line
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Whitespace found at end of line
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) Whitespace found at end of line
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#260) method name "MiniXMLNode::toString" must be in lower-case letters only
(#260) Visibility must be declared on method "toString"
(#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
(#261) Opening brace should be on the same line as the declaration
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 8 spaces, found 2
(#262) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 12 spaces, found 3
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 8 spaces, found 2
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Whitespace found at end of line
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 8 spaces, found 2
(#267) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 12 spaces, found 3
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 8 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Variable "retStr" must be all lower-case
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Whitespace found at end of line
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 8 spaces, found 2
(#275) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Variable "retStr" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 2
(#279) Usage of ELSEIF not allowed; use ELSE IF instead
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 3
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 12 spaces, found 3
(#281) Variable "retStr" must be all lower-case
(#281) Expected 1 space after ".="; 2 found
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 8 spaces, found 2
(#282) Whitespace found at end of line
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Whitespace found at end of line
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 8 spaces, found 2
(#285) Variable "retStr" must be all lower-case
(#285) Variable "retStr" must be all lower-case
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Whitespace found at end of line
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 8 spaces, found 2
(#287) Variable "retStr" must be all lower-case
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected 4 spaces, found 1
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Whitespace found at end of line
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Whitespace found at end of line
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 4 spaces, found 1
(#291) method name "MiniXMLNode::toStringWithWhiteSpaces" must be in lower-case letters only
(#291) Visibility must be declared on method "toStringWithWhiteSpaces"
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 1
(#292) Opening brace should be on the same line as the declaration
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 8 spaces, found 2
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 4 spaces, found 1
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Whitespace found at end of line
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 4 spaces, found 1
(#296) method name "MiniXMLNode::toStringNoWhiteSpaces" must be in lower-case letters only
(#296) Visibility must be declared on method "toStringNoWhiteSpaces"
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Opening brace should be on the same line as the declaration
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Whitespace found at end of line
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected 8 spaces, found 2
(#299) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 12 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 8 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Whitespace found at end of line
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 8 spaces, found 2
(#304) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 12 spaces, found 3
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 12 spaces, found 3
(#307) Variable "retStr" must be all lower-case
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 8 spaces, found 2
(#308) Usage of ELSEIF not allowed; use ELSE IF instead
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 12 spaces, found 3
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 12 spaces, found 3
(#310) Variable "retStr" must be all lower-case
(#310) Expected 1 space after "="; 2 found
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 8 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Whitespace found at end of line
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#313) Variable "retStr" must be all lower-case
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 4 spaces, found 1
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Whitespace found at end of line
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Whitespace found at end of line
(#321) A closing tag is not permitted at the end of a PHP file
blocks/exaport/lib/classes/treecomp.inc.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.".
(#7) Whitespace found at end of line
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Whitespace found at end of line
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Whitespace found at end of line
(#13) Line 12 of the opening comment must start "//".
(#13) Whitespace found at end of line
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Whitespace found at end of line
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Whitespace found at end of line
(#16) Whitespace found at end of line
(#17) Whitespace found at end of line
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#21) Whitespace found at end of line
(#22) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Whitespace found at end of line
(#25) Whitespace found at end of line
(#26) Whitespace found at end of line
(#27) Whitespace found at end of line
(#31) Whitespace found at end of line
(#53) Whitespace found at end of line
(#60) Whitespace found at end of line
(#69) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#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
(#71) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#71) Scope modifier not specified for member variable "$xparent"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#77) method name "MiniXMLTreeComponent::MiniXMLTreeComponent" must be in lower-case letters only
(#77) PHP4 style constructors are not allowed; use "__construct()" instead
(#77) Visibility must be declared on method "MiniXMLTreeComponent"
(#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) Opening brace should be on the same line as the declaration
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#85) Visibility must be declared on method "name"
(#85) Variable "setTo" must be all lower-case
(#85) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Opening brace should be on the same line as the declaration
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 1
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#91) method name "MiniXMLTreeComponent::getElement" must be in lower-case letters only
(#91) Visibility must be declared on method "getElement"
(#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
(#92) Opening brace should be on the same line as the declaration
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Whitespace found at end of line
(#97) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#98) method name "MiniXMLTreeComponent::getValue" must be in lower-case letters only
(#98) Visibility must be declared on method "getValue"
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Opening brace should be on the same line as the declaration
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#112) Variable "setParent" 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 4 spaces, found 1
(#113) Opening brace should be on the same line as the declaration
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#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 8 spaces, found 2
(#114) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#114) Variable "setParent" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 12 spaces, found 3
(#117) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#117) Variable "setParent" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 16 spaces, found 4
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 7
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 12 spaces, found 3
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Variable "setParent" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#126) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) 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 at least 4 spaces, found 1
(#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 4 spaces, found 1
(#132) method name "MiniXMLTreeComponent::toString" must be in lower-case letters only
(#132) Visibility must be declared on method "toString"
(#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) Opening brace should be on the same line as the declaration
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#140) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#141) Visibility must be declared on method "dump"
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#142) Opening brace should be on the same line as the declaration
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#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 4 spaces, found 1
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#147) method name "MiniXMLTreeComponent::_spaceStr" must be in lower-case letters only
(#147) Visibility must be declared on method "_spaceStr"
(#147) Variable "numSpaces" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Opening brace should be on the same line as the declaration
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Variable "retStr" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#150) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#150) Variable "numSpaces" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#152) Variable "retStr" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#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 8 spaces, found 2
(#155) Expected "for (...) {\n"; found "for(...)\n\t\t{\n"
(#155) Variable "numSpaces" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Variable "retStr" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Variable "retStr" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Whitespace found at end of line
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#164) Visibility must be declared on method "__destruct"
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#165) Opening brace should be on the same line as the declaration
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Whitespace found at end of line
(#172) A closing tag is not permitted at the end of a PHP file
blocks/exaport/lib/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".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) "require_once" must be immediately followed by an open parenthesis
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Visibility must be declared on method "definition"
blocks/exaport/lib/externlib.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Inline control structures are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#44) Variable "box_content" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 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 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Whitespace found at end of line
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Variable "box_content" must not contain underscores.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) This comment is 66% valid code; is this commented out code?
(#53) Line indented incorrectly; expected at least 16 spaces, found 13
(#53) No space found before comment text; expected "// echo $OUTPUT->action_link($ffurl, format_string($item->name), new popup_action ('click', $link));" but found "//echo $OUTPUT->action_link($ffurl, format_string($item->name), new popup_action ('click', $link));"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 16 spaces, found 4
(#54) Variable "box_content" must not contain underscores.
(#54) Line exceeds 132 characters; contains 149 characters
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 16 spaces, found 4
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Line indented incorrectly; expected at least 20 spaces, found 5
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 20 spaces, found 5
(#57) Variable "box_content" must not contain underscores.
(#57) Whitespace found at end of line within string
(#58) Whitespace found at end of line within string
(#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) Whitespace found at end of line within string
(#64) Line exceeds maximum limit of 180 characters; contains 214 characters
(#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
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 20 spaces, found 5
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 20 spaces, found 5
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 20 spaces, found 5
(#70) Variable "box_content" must not contain underscores.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 20 spaces, found 5
(#71) Variable "box_content" must not contain underscores.
(#71) Whitespace found at end of line within string
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 20 spaces, found 5
(#73) Variable "box_content" must not contain underscores.
(#73) Whitespace found at end of line within string
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#76) Line indented incorrectly; expected 20 spaces, found 12
(#77) Closing brace indented incorrectly; expected 2 spaces, found 8
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Variable "box_content" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Variable "box_content" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#83) 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) Line exceeds 132 characters; contains 177 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 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 3
(#85) Variable "box_content" must not contain underscores.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 2
(#86) Closing brace indented incorrectly; expected 1 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Variable "box_content" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Variable "box_content" must not contain underscores.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Inline control structures are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 2
(#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 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Commas (,) must be followed by white space.
(#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
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 4 spaces, found 1
blocks/exaport/lib/import_scorm_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".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Visibility must be declared on method "definition"
(#11) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#20) A closing tag is not permitted at the end of a PHP file
blocks/exaport/lib/information_edit_form.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#1) Line 1 of the opening comment must start "// This file is part of".
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 45% valid code; is this commented out code?
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected 4 spaces, found 1
(#7) Visibility must be declared on method "definition"
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line indented incorrectly; expected at least 8 spaces, found 2
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected at least 8 spaces, found 2
(#12) This comment is 70% valid code; is this commented out code?
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Line indented incorrectly; expected at least 8 spaces, found 0
(#12) Tab found before comment text; expected "// $mform->addElement('editor', 'description', get_string('message', 'forum'), array('cols'=>50, 'rows'=>30));" but found "// $mform->addElement('editor', 'description', get_string('message', 'forum'), array('cols'=>50, 'rows'=>30));"
(#13) Line indented incorrectly; expected at least 8 spaces, found 0
(#13) Tab found before comment text; expected "// $mform->setType('description', PARAM_RAW);" but found "// $mform->setType('description', PARAM_RAW);"
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Line indented incorrectly; expected at least 8 spaces, found 0
(#14) Tab found before comment text; expected "// $mform->addRule('description', get_string('required'), 'required', null, 'client');" but found "// $mform->addRule('description', get_string('required'), 'required', null, 'client');"
(#18) Whitespace found at end of line
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Whitespace found at end of line
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
blocks/exaport/lib/item_edit_form.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#3) This comment is 45% valid code; is this commented out code?
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) This comment is 50% valid code; is this commented out code?
(#6) No space found before comment text; expected "// require_once $CFG->libdir . '/filelib.php';" but found "//require_once $CFG->libdir . '/filelib.php';"
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 4 spaces, found 1
(#10) Visibility must be declared on method "definition"
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Commas (,) must be followed by white space.
(#17) Line exceeds 132 characters; contains 161 characters
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) This comment is 78% valid code; is this commented out code?
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) No space found before comment text; expected "// $mform->setHelpButton('entry', array('writing', 'richtext'), false, 'editorhelpbutton');" but found "//$mform->setHelpButton('entry', array('writing', 'richtext'), false, 'editorhelpbutton');"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#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) Visibility must be declared on method "definition"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) 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
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "} else {\n"; found "}else{\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 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#92) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#94) Empty IF statement detected
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#96) Usage of ELSEIF not allowed; use ELSE IF instead
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 16 spaces, found 4
(#98) Line exceeds maximum limit of 180 characters; contains 188 characters
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 16 spaces, found 4
(#99) Whitespace found at end of line
(#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 12 spaces, found 3
(#103) Line exceeds maximum limit of 180 characters; contains 200 characters
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 4
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 12 spaces, found 3
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 3
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Commas (,) must be followed by white space.
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Line exceeds maximum limit of 180 characters; contains 249 characters
(#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 3
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 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 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Line indented incorrectly; expected at least 12 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 at least 12 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 12 spaces, found 3
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Inline control structures are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 4
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 12 spaces, found 3
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Line exceeds 132 characters; contains 149 characters
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 12 spaces, found 3
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Inline control structures are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 4
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) Line exceeds maximum limit of 180 characters; contains 243 characters
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#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) This comment is 70% valid code; is this commented out code?
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Inline control structures are not allowed
(#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
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Line exceeds 132 characters; contains 165 characters
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) 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 12 spaces, found 3
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 12 spaces, found 3
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 12 spaces, found 3
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 3
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 3
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) 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 12 spaces, found 3
(#162) Commas (,) must be followed by white space.
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Line exceeds 132 characters; contains 173 characters
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 2
(#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
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#166) Visibility must be declared on method "category_select_setup"
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 4
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 11 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 11 spaces, found 2
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 15 spaces, found 3
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 12 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 2
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#185) Expected 1 space after closing parenthesis; found 0
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 4 spaces, found 1
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 2
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 8 spaces, found 2
(#192) Variable "inner_categories" must not contain underscores.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 2
(#193) Variable "inner_categories" must not contain underscores.
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Variable "inner_categories" must not contain underscores.
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 4 spaces, found 1
(#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
blocks/exaport/lib/lib.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#29) Expected "if (...) {\n"; found "if (...){\n"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Inline control structures are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Inline control structures are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) "require_once" must be immediately followed by an open parenthesis
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#44) Line exceeds 132 characters; contains 135 characters
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#47) Inline control structures are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 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
(#49) Inline control structures are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Line indented incorrectly; expected at least 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 at least 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 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) 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) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#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) 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) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#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 4 spaces, found 1
(#107) Expected 1 space before "=>"; 0 found
(#107) 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 4 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#112) Variable "categoriesSTR" must be all lower-case
(#112) Expected 1 space after closing parenthesis; found 0
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 1
(#114) Variable "categoriesSTR" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Inline control structures are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#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) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Variable "lastMainId" must be all lower-case
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#129) Variable "lastMainId" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#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
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 3
(#132) Variable "lastMainId" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) This comment is 75% valid code; is this commented out code?
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) No space found before comment text; expected "// $categoryDB = $DB->get_records('block_exaportcate', array("name"=>trim($category,'-')));" but found "//$categoryDB = $DB->get_records('block_exaportcate', array("name"=>trim($category,'-')));"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Inline control structures are not allowed
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Commas (,) must be followed by white space.
(#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 4
(#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 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) This comment is 74% valid code; is this commented out code?
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) No space found before comment text; expected "// $categoryDB = $DB->get_records('block_exaportcate', array("name"=>$category));" but found "//$categoryDB = $DB->get_records('block_exaportcate', array("name"=>$category));"
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#140) Inline control structures are not allowed
(#140) Expected 1 space before "=>"; 0 found
(#140) Expected 1 space after "=>"; 0 found
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 4
(#141) Variable "lastMainId" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 12 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 16 spaces, found 4
(#143) Variable "lastMainId" must be all lower-case
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 12 spaces, found 3
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#150) Inline control structures are not allowed
(#152) Inline control structures are not allowed
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line exceeds 132 characters; contains 176 characters
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 1
(#188) Inline control structures are not allowed
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Inline control structures are not allowed
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 2
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 1
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#199) Expected 1 space after closing parenthesis; found 0
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#200) Commas (,) must be followed by white space.
(#200) Expected 1 space before "=>"; 0 found
(#200) Expected 1 space after "=>"; 0 found
(#202) Expected 1 space after closing parenthesis; found 0
(#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
(#211) Variable "item_identifier" must not contain underscores.
(#211) Variable "sub_item_identifier" must not contain underscores.
(#213) Variable "item_identifier" must not contain underscores.
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) This comment is 70% valid code; is this commented out code?
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used to indent lines; tabs are not allowed
(#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
(#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 1
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#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 1
(#231) Variable "scriptName" must be all lower-case
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Inline control structures are not allowed
(#232) Variable "scriptName" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 2
(#233) Variable "scriptName" must be all lower-case
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 1
(#234) Inline control structures are not allowed
(#234) Variable "scriptName" must be all lower-case
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 4 spaces, found 2
(#235) Variable "scriptName" must be all lower-case
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 1
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Variable "nav_item_identifier" must not contain underscores.
(#242) Variable "item_identifier" must not contain underscores.
(#244) Variable "item_identifier" must not contain underscores.
(#245) Variable "item_identifier" must not contain underscores.
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 4 spaces, found 1
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Line exceeds 132 characters; contains 155 characters
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 4 spaces, found 1
(#254) Line exceeds 132 characters; contains 159 characters
(#255) Line exceeds 132 characters; contains 177 characters
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) This comment is 55% valid code; is this commented out code?
(#256) Line exceeds 132 characters; contains 164 characters
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Line exceeds 132 characters; contains 156 characters
(#258) Line exceeds 132 characters; contains 175 characters
(#259) Line exceeds 132 characters; contains 178 characters
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Inline control structures are not allowed
(#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) Line exceeds maximum limit of 180 characters; contains 183 characters
(#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
(#264) Variable "tabs_sub" must not contain underscores.
(#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
(#268) Variable "item_identifier" must not contain underscores.
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 8 spaces, found 2
(#270) Expected 1 space before ">"; 0 found
(#270) Expected 1 space after ">"; 0 found
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#271) Variable "sub_item_identifier" must not contain underscores.
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Variable "tabs_sub" must not contain underscores.
(#273) Commas (,) must be followed by white space.
(#273) Line exceeds maximum limit of 180 characters; contains 228 characters
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) Variable "tabs_sub" must not contain underscores.
(#274) Commas (,) must be followed by white space.
(#274) Line exceeds maximum limit of 180 characters; contains 229 characters
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Variable "tabs_sub" must not contain underscores.
(#275) Commas (,) must be followed by white space.
(#275) Line exceeds maximum limit of 180 characters; contains 219 characters
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 12 spaces, found 3
(#276) Line exceeds 132 characters; contains 156 characters
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 16 spaces, found 4
(#277) Variable "tabs_sub" must not contain underscores.
(#277) Commas (,) must be followed by white space.
(#277) Line exceeds maximum limit of 180 characters; contains 230 characters
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 12 spaces, found 3
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 4 spaces, found 1
(#280) Closing brace indented incorrectly; expected 4 spaces, found 1
(#280) Usage of ELSEIF not allowed; use ELSE IF instead
(#280) Variable "item_identifier" must not contain underscores.
(#281) Variable "sub_item_identifier" 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 8 spaces, found 2
(#282) Variable "tabs_sub" must not contain underscores.
(#282) Line exceeds 132 characters; contains 172 characters
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Variable "tabs_sub" must not contain underscores.
(#283) Line exceeds 132 characters; contains 162 characters
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 4 spaces, found 1
(#284) Usage of ELSEIF not allowed; use ELSE IF instead
(#284) Variable "item_identifier" must not contain underscores.
(#285) Variable "item_identifier" must not contain underscores.
(#287) Closing brace indented incorrectly; expected 1 spaces, found 4
(#287) Usage of ELSEIF not allowed; use ELSE IF instead
(#287) Variable "item_identifier" must not contain underscores.
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Variable "item_identifier" must not contain underscores.
(#292) Variable "nav_item_identifier" must not contain underscores.
(#295) Inline control structures are not allowed
(#295) Variable "nav_item_identifier" must not contain underscores.
(#297) Inline control structures are not allowed
(#300) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#302) Variable "item_name" must not contain underscores.
(#302) Variable "nav_item_identifier" must not contain underscores.
(#303) Inline control structures are not allowed
(#303) Variable "item_name" must not contain underscores.
(#304) Variable "item_name" must not contain underscores.
(#304) Variable "nav_item_identifier" must not contain underscores.
(#305) Variable "item_name" must not contain underscores.
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) This comment is 56% valid code; is this commented out code?
(#307) No space found before comment text; expected "// $navigation = build_navigation($navlinks);" but found "//$navigation = build_navigation($navlinks);"
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 4 spaces, found 1
(#308) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 8 spaces, found 2
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 4 spaces, found 1
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Whitespace found at end of line
(#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
(#312) Variable "item_name" must not contain underscores.
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Expected 1 space before "?"; 0 found
(#313) Expected 1 space after "?"; 0 found
(#313) Expected 1 space before ":"; 0 found
(#313) Expected 1 space after ":"; 0 found
(#314) Whitespace found at end of line
(#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
(#317) Whitespace found at end of line
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 3
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 4 spaces, found 1
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 8 spaces, found 2
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#325) Variable "item_identifier" must not contain underscores.
(#325) Variable "item_name" must not contain underscores.
(#325) Line exceeds maximum limit of 180 characters; contains 185 characters
(#327) Variable "tabs_sub" must not contain underscores.
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#329) Commas (,) must be followed by white space.
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Whitespace found at end of line
(#330) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Whitespace found at end of line
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Whitespace found at end of line
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 8 spaces, found 6
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line exceeds 132 characters; contains 171 characters
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) This comment is 74% valid code; is this commented out code?
(#334) Line indented incorrectly; expected at least 8 spaces, found 7
(#334) No space found before comment text; expected "// if (file_exists("../desp/images/message_ses1.gif")){ echo ' style="min-height:145px; background: url(\'../desp/images/message_ses1.gif\') no-repeat left top; "';}" but found "//if (file_exists("../desp/images/message_ses1.gif")){ echo ' style="min-height:145px; background: url(\'../desp/images/message_ses1.gif\') no-repeat left top; "';}"
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 7
(#340) Whitespace found at end of line within string
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 4 spaces, found 1
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Whitespace found at end of line
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Whitespace found at end of line
(#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
(#349) Inline control structures are not allowed
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 4 spaces, found 2
(#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 1
(#352) Inline control structures are not allowed
(#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
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 4 spaces, found 1
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Whitespace found at end of line
(#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 1
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Whitespace found at end of line
(#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 1
(#360) Inline control structures are not allowed
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 4 spaces, found 2
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Whitespace found at end of line
(#377) Variable "all_allowed" must not contain underscores.
(#378) Inline control structures are not allowed
(#380) Inline control structures are not allowed
(#381) Variable "all_allowed" must not contain underscores.
(#398) Variable "allowedSorts" must be all lower-case
(#398) Variable "defaultSort" must be all lower-case
(#399) Inline control structures are not allowed
(#405) Variable "allowedSorts" must be all lower-case
(#406) Variable "defaultSort" must be all lower-case
(#407) Variable "defaultSort" must be all lower-case
(#409) Variable "allowedSorts" must be all lower-case
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline control structures are not allowed
(#417) Inline control structures are not allowed
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 4 spaces, found 1
(#424) Inline control structures are not allowed
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 4 spaces, found 2
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 4 spaces, found 1
(#437) Variable "sql_sort" must not contain underscores.
(#438) Usage of ELSEIF not allowed; use ELSE IF instead
(#439) Variable "sql_sort" must not contain underscores.
(#441) Variable "sql_sort" must not contain underscores.
(#444) Variable "sql_sort" must not contain underscores.
(#447) Variable "for_shared" must not contain underscores.
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 4 spaces, found 1
(#457) Whitespace found at end of line
(#458) Expected "if (...) {\n"; found "if(...){\n"
(#458) Expected 1 space before "=="; 0 found
(#458) Expected 1 space after "=="; 0 found
(#458) Expected 1 space before "=="; 0 found
(#458) Expected 1 space after "=="; 0 found
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 2
(#459) Variable "sql_sort" must not contain underscores.
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected 4 spaces, found 1
(#460) Closing brace indented incorrectly; expected 4 spaces, found 1
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 4 spaces, found 1
(#461) Expected "} else if (...) {\n"; found "}\n\telse if(...){\n"
(#461) Expected "if (...) {\n"; found "if(...){\n"
(#461) Expected 1 space before "=="; 0 found
(#461) Expected 1 space after "=="; 0 found
(#461) Expected 1 space before "=="; 0 found
(#461) Expected 1 space after "=="; 0 found
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 8 spaces, found 2
(#462) Variable "sql_sort" must not contain underscores.
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 4 spaces, found 1
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 4 spaces, found 1
(#464) Expected "} else {\n"; found "}\n\telse{\n"
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 8 spaces, found 2
(#465) Variable "sql_sort" must not contain underscores.
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 4 spaces, found 1
(#468) Variable "sql_sort" must not contain underscores.
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 4 spaces, found 1
(#508) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {\n"
(#519) Inline control structures are not allowed
(#521) Inline control structures are not allowed
(#528) Line exceeds maximum limit of 180 characters; contains 207 characters
(#532) Whitespace found at end of line
(#533) Expected "if (...) {\n"; found "if(...) {\n"
(#534) Variable "dis_teacher" must not contain underscores.
(#535) Variable "dis_student" must not contain underscores.
(#537) Variable "dis_teacher" must not contain underscores.
(#538) Variable "dis_student" must not contain underscores.
(#540) Whitespace found at end of line
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 8 spaces, found 2
(#552) Line exceeds 132 characters; contains 136 characters
(#554) Line exceeds 132 characters; contains 151 characters
(#556) Line exceeds 132 characters; contains 134 characters
(#556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) This comment is 43% valid code; is this commented out code?
(#556) No space found before comment text; expected "// $content .= "</table><input type='submit' value='" . get_string("auswahl_speichern", "block_exais_competences") . "' /></form>";" but found "//$content .= "</table><input type='submit' value='" . get_string("auswahl_speichern", "block_exais_competences") . "' /></form>";"
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 4 spaces, found 1
(#558) No space found before comment text; expected "// get teacher comps" but found "//get teacher comps"
(#559) This comment is 50% valid code; is this commented out code?
(#560) Line indented incorrectly; expected at least 4 spaces, found 1
(#571) Line indented incorrectly; expected at least 4 spaces, found 1
(#577) Commas (,) must be followed by white space.
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#577) Line exceeds 132 characters; contains 144 characters
(#578) Whitespace found at end of line
(#588) The use of function print_r() is forbidden
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 4 spaces, found 1
(#594) Expected 1 space before "=>"; 0 found
(#594) Expected 1 space after "=>"; 0 found
(#594) Expected 1 space before "=>"; 0 found
(#594) Expected 1 space after "=>"; 0 found
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Whitespace found at end of line
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 4 spaces, found 1
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Whitespace found at end of line
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 4 spaces, found 1
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 4 spaces, found 1
(#603) Variable "tmp_recs" must not contain underscores.
(#603) Expected 1 space before "=>"; 0 found
(#603) Expected 1 space after "=>"; 0 found
(#603) Expected 1 space before "=>"; 0 found
(#603) Expected 1 space after "=>"; 0 found
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 4 spaces, found 1
(#604) Variable "accepted_descriptors" must not contain underscores.
(#604) Variable "tmp_recs" must not contain underscores.
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Whitespace found at end of line
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 4 spaces, found 1
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected 4 spaces, found 1
(#607) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected at least 8 spaces, found 2
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected 8 spaces, found 2
(#609) Expected "if (...) {\n"; found "if(...){ \n"
(#609) Whitespace found at end of line
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected at least 12 spaces, found 3
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 12 spaces, found 3
(#611) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 16 spaces, found 4
(#612) Expected "if (...) {\n"; found "if(...){\n"
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 20 spaces, found 5
(#613) Inline control structures are not allowed
(#613) Variable "accepted_descriptors" must not contain underscores.
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 20 spaces, found 6
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 16 spaces, found 4
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 12 spaces, found 3
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected 8 spaces, found 2
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected 4 spaces, found 1
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Whitespace found at end of line
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected 4 spaces, found 1
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 8 spaces, found 2
(#621) Line exceeds maximum limit of 180 characters; contains 224 characters
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Whitespace found at end of line
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected 4 spaces, found 1
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 8 spaces, found 2
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected 4 spaces, found 1
(#635) Inline control structures are not allowed
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 12 spaces, found 4
(#636) Expected 1 space before ".="; 0 found
(#636) Expected 1 space after ".="; 0 found
(#637) Expected 1 space before ".="; 0 found
(#637) Expected 1 space after ".="; 0 found
(#638) Expected 1 space before ".="; 0 found
(#638) Expected 1 space after ".="; 0 found
(#645) Inline control structures are not allowed
(#646) Expected 1 space before ".="; 0 found
(#646) Expected 1 space after ".="; 0 found
(#647) Expected 1 space before ".="; 0 found
(#647) Expected 1 space after ".="; 0 found
(#648) Expected 1 space before ".="; 0 found
(#648) Expected 1 space after ".="; 0 found
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected 8 spaces, found 2
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Line indented incorrectly; expected at least 12 spaces, found 3
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected 8 spaces, found 2
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 12 spaces, found 3
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected 8 spaces, found 2
(#656) Expected 1 space before ".="; 0 found
(#656) Expected 1 space after ".="; 0 found
(#656) Expected 1 space before ":"; 0 found
(#656) Expected 1 space after ":"; 0 found
(#656) Line exceeds maximum limit of 180 characters; contains 227 characters
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected 4 spaces, found 1
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 8 spaces, found 2
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected at least 8 spaces, found 2
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 8 spaces, found 2
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 8 spaces, found 2
(#665) Line exceeds 132 characters; contains 168 characters
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected 4 spaces, found 1
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 8 spaces, found 2
(#667) Line exceeds maximum limit of 180 characters; contains 182 characters
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected 4 spaces, found 1
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 4 spaces, found 1
(#673) Expected 1 space after closing parenthesis; found 0
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 4 spaces, found 1
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected at least 4 spaces, found 1
(#675) Expected 1 space before "="; 0 found
(#675) Expected 1 space after "="; 0 found
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected 4 spaces, found 1
(#676) Expected "if (...) {\n"; found "if(...){\n"
(#676) Expected 1 space before "=>"; 0 found
(#676) Expected 1 space after "=>"; 0 found
(#676) Expected 1 space before "=>"; 0 found
(#676) Expected 1 space after "=>"; 0 found
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 8 spaces, found 2
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 8 spaces, found 2
(#678) Expected 1 space before "="; 0 found
(#678) Expected 1 space after "="; 0 found
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 8 spaces, found 2
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 8 spaces, found 2
(#680) Expected 1 space before "="; 0 found
(#680) Expected 1 space after "="; 0 found
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected 4 spaces, found 1
(#681) Expected "} else {\n"; found "}else{\n"
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 8 spaces, found 2
(#682) Expected 1 space before "="; 0 found
(#682) Expected 1 space after "="; 0 found
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected at least 8 spaces, found 2
(#683) Expected 1 space before "="; 0 found
(#683) Expected 1 space after "="; 0 found
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Line indented incorrectly; expected at least 8 spaces, found 2
(#684) Expected 1 space before "="; 0 found
(#684) Expected 1 space after "="; 0 found
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 8 spaces, found 2
(#685) Expected 1 space before "="; 0 found
(#685) Expected 1 space after "="; 0 found
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected 4 spaces, found 1
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 4 spaces, found 1
(#702) Usage of ELSEIF not allowed; use ELSE IF instead
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 8 spaces, found 2
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Inline comments must start with a capital letter, digit or 3-dots sequence
(#718) Inline comments must end in full-stops, exclamation marks, or question marks
(#718) Line indented incorrectly; expected at least 4 spaces, found 1
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 4 spaces, found 1
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 4 spaces, found 1
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Whitespace found at end of line
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 4 spaces, found 1
(#725) Inline control structures are not allowed
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 4 spaces, found 2
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Whitespace found at end of line
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 4 spaces, found 1
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 4 spaces, found 2
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 4 spaces, found 2
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected at least 4 spaces, found 1
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 4 spaces, found 1
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Line indented incorrectly; expected at least 4 spaces, found 1
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected at least 4 spaces, found 2
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 4 spaces, found 2
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 4 spaces, found 2
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 4 spaces, found 2
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 4 spaces, found 1
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 4 spaces, found 1
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 4 spaces, found 1
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 4 spaces, found 2
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 4 spaces, found 2
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 4 spaces, found 2
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 4 spaces, found 2
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 4 spaces, found 2
(#757) This comment is 69% valid code; is this commented out code?
(#757) Line indented incorrectly; expected at least 4 spaces, found 0
(#758) Line indented incorrectly; expected at least 4 spaces, found 3
(#759) Line indented incorrectly; expected at least 4 spaces, found 3
(#760) Line indented incorrectly; expected at least 4 spaces, found 3
(#761) Line indented incorrectly; expected at least 4 spaces, found 2
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 4 spaces, found 1
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 4 spaces, found 1
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Inline comments must start with a capital letter, digit or 3-dots sequence
(#767) Inline comments must end in full-stops, exclamation marks, or question marks
(#767) Line indented incorrectly; expected at least 4 spaces, found 1
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected 4 spaces, found 1
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 8 spaces, found 2
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected 4 spaces, found 1
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Inline comments must end in full-stops, exclamation marks, or question marks
(#771) Line indented incorrectly; expected at least 8 spaces, found 2
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 8 spaces, found 2
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 8 spaces, found 2
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 8 spaces, found 2
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected 4 spaces, found 1
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected at least 4 spaces, found 1
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected at least 4 spaces, found 1
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected 4 spaces, found 1
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected 8 spaces, found 2
(#782) Expected "if (...) {\n"; found "if (...){\n"
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Whitespace found at end of line
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Inline comments must start with a capital letter, digit or 3-dots sequence
(#784) Inline comments must end in full-stops, exclamation marks, or question marks
(#784) Line indented incorrectly; expected at least 12 spaces, found 3
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected at least 12 spaces, found 3
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 12 spaces, found 3
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Inline comments must start with a capital letter, digit or 3-dots sequence
(#787) Inline comments must end in full-stops, exclamation marks, or question marks
(#787) Line indented incorrectly; expected at least 12 spaces, found 3
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected at least 12 spaces, found 3
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Line indented incorrectly; expected at least 12 spaces, found 3
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected 8 spaces, found 2
(#790) Inline control structures are not allowed
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected at least 8 spaces, found 3
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected 4 spaces, found 1
(#792) Inline control structures are not allowed
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 4 spaces, found 2
(#797) Whitespace found at end of line
(#798) Expected 1 space before "=>"; 0 found
(#798) Expected 1 space after "=>"; 0 found
(#798) Commas (,) must be followed by white space.
(#798) Expected 1 space before "=>"; 0 found
(#798) Expected 1 space after "=>"; 0 found
(#802) Whitespace found at end of line
(#803) Expected "if (...) {\n"; found "if(...) {\n"
(#803) Expected 1 space before "=>"; 0 found
(#803) Expected 1 space after "=>"; 0 found
(#803) Commas (,) must be followed by white space.
(#803) Expected 1 space before "=>"; 0 found
(#803) Expected 1 space after "=>"; 0 found
(#803) Commas (,) must be followed by white space.
(#803) Expected 1 space before "=>"; 0 found
(#803) Expected 1 space after "=>"; 0 found
(#804) Commas (,) must be followed by white space.
(#804) Expected 1 space before "=>"; 0 found
(#804) Expected 1 space after "=>"; 0 found
(#804) Commas (,) must be followed by white space.
(#804) Expected 1 space before "=>"; 0 found
(#804) Expected 1 space after "=>"; 0 found
(#804) Commas (,) must be followed by white space.
(#804) Expected 1 space before "=>"; 0 found
(#804) Expected 1 space after "=>"; 0 found
(#805) Commas (,) must be followed by white space.
(#805) Expected 1 space before "=>"; 0 found
(#805) Expected 1 space after "=>"; 0 found
(#809) Whitespace found at end of line
(#810) Whitespace found at end of line
(#811) Whitespace found at end of line
(#812) Whitespace found at end of line
(#813) Whitespace found at end of line
(#814) Whitespace found at end of line
(#815) Whitespace found at end of line
(#816) Whitespace found at end of line
(#817) Whitespace found at end of line
(#818) Whitespace found at end of line
(#819) Whitespace found at end of line
(#820) Expected 1 space before "<>"; 0 found
(#820) Expected 1 space after "<>"; 0 found
(#820) Whitespace found at end of line
(#821) Whitespace found at end of line
(#822) Whitespace found at end of line
(#823) Whitespace found at end of line
(#824) Whitespace found at end of line
(#825) Whitespace found at end of line
(#826) Whitespace found at end of line
(#827) Expected 1 space before ">"; 0 found
(#827) Expected 1 space after ">"; 0 found
(#827) Whitespace found at end of line
(#828) Whitespace found at end of line
(#829) Whitespace found at end of line
(#830) Whitespace found at end of line
(#831) Whitespace found at end of line
(#832) Whitespace found at end of line
(#833) Whitespace found at end of line
(#834) Whitespace found at end of line
(#835) Whitespace found at end of line
(#836) Whitespace found at end of line
(#837) Whitespace found at end of line
(#838) Whitespace found at end of line
(#839) Whitespace found at end of line
(#840) Whitespace found at end of line
(#841) Whitespace found at end of line
(#842) Whitespace found at end of line
(#843) Whitespace found at end of line
(#844) Whitespace found at end of line
(#845) Whitespace found at end of line
(#846) Whitespace found at end of line
(#847) Whitespace found at end of line
(#848) Whitespace found at end of line
(#849) Whitespace found at end of line
(#850) Whitespace found at end of line
(#851) Whitespace found at end of line
(#852) Whitespace found at end of line
(#853) Whitespace found at end of line
(#854) Whitespace found at end of line
(#855) Whitespace found at end of line
(#856) Whitespace found at end of line
(#857) Whitespace found at end of line
(#858) Whitespace found at end of line
(#859) Whitespace found at end of line
(#860) Expected 1 space before "=>"; 0 found
(#860) Expected 1 space after "=>"; 0 found
(#860) Whitespace found at end of line
(#861) Whitespace found at end of line
(#862) Whitespace found at end of line
(#863) Whitespace found at end of line
(#864) Whitespace found at end of line
(#865) Whitespace found at end of line
(#866) Whitespace found at end of line
(#867) Whitespace found at end of line
(#868) Whitespace found at end of line
(#869) Whitespace found at end of line
(#870) Whitespace found at end of line
(#871) Whitespace found at end of line
(#872) Whitespace found at end of line
(#873) Whitespace found at end of line
(#874) Whitespace found at end of line
(#875) Whitespace found at end of line
(#876) Variable "shareItem" must be all lower-case
(#876) Whitespace found at end of line
(#877) Variable "shareItem" must be all lower-case
(#877) Whitespace found at end of line
(#878) Variable "shareItem" must be all lower-case
(#878) Whitespace found at end of line
(#879) Variable "shareItem" must be all lower-case
(#879) Whitespace found at end of line
(#880) Whitespace found at end of line
(#881) Whitespace found at end of line
(#882) Whitespace found at end of line
(#883) Whitespace found at end of line
(#884) Whitespace found at end of line
(#885) Whitespace found at end of line
(#886) Whitespace found at end of line
(#887) Whitespace found at end of line
(#888) Whitespace found at end of line
(#889) Variable "portfolioItems" must be all lower-case
(#889) Whitespace found at end of line
(#891) Whitespace found at end of line
(#892) Whitespace found at end of line
(#893) Whitespace found at end of line
(#894) Whitespace found at end of line
(#895) Whitespace found at end of line
(#896) Variable "allBlocks" must be all lower-case
(#896) Whitespace found at end of line
(#897) Whitespace found at end of line
(#898) Whitespace found at end of line
(#899) Variable "allBlocks" must be all lower-case
(#899) Whitespace found at end of line
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Tab found within whitespace
(#900) Whitespace found at end of line
(#901) Variable "portfolioItems" must be all lower-case
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Inline comments must end in full-stops, exclamation marks, or question marks
(#902) Line indented incorrectly; expected at least 16 spaces, found 4
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected 16 spaces, found 4
(#903) Whitespace found at end of line
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Inline comments must start with a capital letter, digit or 3-dots sequence
(#904) Inline comments must end in full-stops, exclamation marks, or question marks
(#904) Line indented incorrectly; expected at least 20 spaces, found 5
(#904) Whitespace found at end of line
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 20 spaces, found 5
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected 16 spaces, found 4
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected at least 20 spaces, found 5
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Whitespace found at end of line
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 20 spaces, found 5
(#908) Variable "portfolioItems" must be all lower-case
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected at least 20 spaces, found 5
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 16 spaces, found 4
(#910) Whitespace found at end of line
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 12 spaces, found 3
(#912) Inline control structures are not allowed
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected at least 12 spaces, found 4
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected at least 12 spaces, found 3
(#914) Inline control structures are not allowed
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 12 spaces, found 4
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 12 spaces, found 3
(#916) Variable "portfolioItems" must be all lower-case
(#916) Variable "portfolioItems" must be all lower-case
(#916) Line exceeds 132 characters; contains 133 characters
(#917) Variable "portfolioItems" must be all lower-case
(#918) Usage of ELSEIF not allowed; use ELSE IF instead
(#918) Whitespace found at end of line
(#919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#919) Inline comments must end in full-stops, exclamation marks, or question marks
(#920) Whitespace found at end of line
(#922) Whitespace found at end of line
(#923) Whitespace found at end of line
(#924) Whitespace found at end of line
(#925) Whitespace found at end of line
(#926) Whitespace found at end of line
(#927) Whitespace found at end of line
(#928) Inline comments must start with a capital letter, digit or 3-dots sequence
(#928) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) Whitespace found at end of line
(#929) Whitespace found at end of line
(#930) Whitespace found at end of line
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Whitespace found at end of line
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected 12 spaces, found 3
(#932) Inline comments must end in full-stops, exclamation marks, or question marks
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected at least 16 spaces, found 4
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Line indented incorrectly; expected 12 spaces, found 3
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Line indented incorrectly; expected at least 16 spaces, found 7
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Whitespace found at end of line
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected at least 16 spaces, found 4
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected 12 spaces, found 3
(#937) Whitespace found at end of line
(#938) Whitespace found at end of line
(#938) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#939) Whitespace found at end of line
(#940) Whitespace found at end of line
(#941) Whitespace found at end of line
(#942) Line exceeds 132 characters; contains 171 characters
(#942) Whitespace found at end of line
(#943) Whitespace found at end of line
(#944) Whitespace found at end of line
(#945) Whitespace found at end of line
(#946) Inline comments must start with a capital letter, digit or 3-dots sequence
(#946) Inline comments must end in full-stops, exclamation marks, or question marks
(#946) Whitespace found at end of line
(#947) Whitespace found at end of line
(#948) Whitespace found at end of line
(#950) Whitespace found at end of line
(#953) Whitespace found at end of line
(#954) Whitespace found at end of line
(#955) Whitespace found at end of line
(#956) Whitespace found at end of line
(#957) Whitespace found at end of line
(#958) Whitespace found at end of line
(#959) Whitespace found at end of line
(#960) Whitespace found at end of line
(#961) Whitespace found at end of line
(#962) Whitespace found at end of line
(#963) Whitespace found at end of line
(#964) Whitespace found at end of line
(#965) Whitespace found at end of line
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Inline comments must start with a capital letter, digit or 3-dots sequence
(#967) Inline comments must end in full-stops, exclamation marks, or question marks
(#967) Line indented incorrectly; expected at least 4 spaces, found 1
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected 4 spaces, found 1
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected at least 8 spaces, found 2
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Whitespace found at end of line
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected 4 spaces, found 1
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected at least 8 spaces, found 2
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected 4 spaces, found 1
(#972) Whitespace found at end of line
(#973) Line exceeds 132 characters; contains 174 characters
(#973) Whitespace found at end of line
(#974) Whitespace found at end of line
(#975) Whitespace found at end of line
(#976) Whitespace found at end of line
(#977) Whitespace found at end of line
(#978) Whitespace found at end of line
(#979) Whitespace found at end of line
(#980) Whitespace found at end of line
(#981) Inline comments must start with a capital letter, digit or 3-dots sequence
(#981) Inline comments must end in full-stops, exclamation marks, or question marks
(#981) This comment is 67% valid code; is this commented out code?
(#981) No space found before comment text; expected "// echo $query."<br><br>";" but found "//echo $query."<br><br>";"
(#981) Whitespace found at end of line
(#982) Variable "portfolioItems" must be all lower-case
(#982) Whitespace found at end of line
(#983) Variable "portfolioItems" must be all lower-case
(#983) Whitespace found at end of line
(#984) Variable "portfolioItems" must be all lower-case
(#984) Whitespace found at end of line
(#985) Whitespace found at end of line
(#986) Whitespace found at end of line
(#987) Inline comments must start with a capital letter, digit or 3-dots sequence
(#987) Inline comments must end in full-stops, exclamation marks, or question marks
(#987) Whitespace found at end of line
(#988) Variable "shared_items" must not contain underscores.
(#988) Whitespace found at end of line
(#989) Variable "portfolioItems" must be all lower-case
(#989) Variable "portfolioItems" must be all lower-case
(#989) Variable "shared_items" must not contain underscores.
(#989) Whitespace found at end of line
(#990) Whitespace found at end of line
(#991) Variable "portfolioItems" must be all lower-case
(#991) Whitespace found at end of line
(#992) Whitespace found at end of line
(#993) Whitespace found at end of line
(#994) Whitespace found at end of line
(#995) Usage of ELSEIF not allowed; use ELSE IF instead
(#995) Whitespace found at end of line
(#996) Whitespace found at end of line
(#997) Whitespace found at end of line
(#998) Inline comments must start with a capital letter, digit or 3-dots sequence
(#998) Inline comments must end in full-stops, exclamation marks, or question marks
(#998) This comment is 47% valid code; is this commented out code?
(#998) No space found before comment text; expected "// $item->category = format_string($item->cname_parent) . " &rArr; " . format_string($item->cname);" but found "//$item->category = format_string($item->cname_parent) . " &rArr; " . format_string($item->cname);"
(#998) Whitespace found at end of line
(#999) Expected 1 space before "="; 0 found
(#999) Whitespace found at end of line
(#1000) Whitespace found at end of line
(#1001) Whitespace found at end of line
(#1002) Expected "do {\n...} while (...);\n"; found "do{\n...}while (...);\n"
(#1002) Whitespace found at end of line
(#1003) Whitespace found at end of line
(#1004) Expected 1 space before "="; 0 found
(#1004) Expected 1 space after "="; 0 found
(#1004) Commas (,) must be followed by white space.
(#1004) Whitespace found at end of line
(#1005) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1005) Whitespace found at end of line
(#1006) Inline control structures are not allowed
(#1006) Whitespace found at end of line
(#1007) Expected 1 space after "="; 0 found
(#1007) Whitespace found at end of line
(#1008) Inline control structures are not allowed
(#1008) Whitespace found at end of line
(#1009) Expected 1 space after "="; 0 found
(#1009) Whitespace found at end of line
(#1010) Whitespace found at end of line
(#1011) Whitespace found at end of line
(#1012) Whitespace found at end of line
(#1013) Whitespace found at end of line
(#1014) Whitespace found at end of line
(#1015) Whitespace found at end of line
(#1016) Whitespace found at end of line
(#1017) Line exceeds maximum limit of 180 characters; contains 217 characters
(#1017) Whitespace found at end of line
(#1019) Whitespace found at end of line
(#1020) Whitespace found at end of line
(#1021) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1021) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) No space found before comment text; expected "// get competences of the item" but found "//get competences of the item"
(#1021) Whitespace found at end of line
(#1022) Whitespace found at end of line
(#1023) Whitespace found at end of line
(#1024) Whitespace found at end of line
(#1025) Expected "if (...) {\n"; found "if(...){\n"
(#1025) Whitespace found at end of line
(#1026) Whitespace found at end of line
(#1027) Whitespace found at end of line
(#1028) Expected "if (...) {\n"; found "if(...){\n"
(#1028) Expected 1 space before ">"; 0 found
(#1028) Expected 1 space after ">"; 0 found
(#1028) Whitespace found at end of line
(#1029) Whitespace found at end of line
(#1030) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1030) Whitespace found at end of line
(#1031) Whitespace found at end of line
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Expected 1 space before "="; 0 found
(#1032) Expected 1 space after "="; 0 found
(#1032) Line exceeds 132 characters; contains 136 characters
(#1032) Whitespace found at end of line
(#1033) Whitespace found at end of line
(#1034) Expected "if (...) {\n"; found "if(...){\n"
(#1034) Whitespace found at end of line
(#1035) Whitespace found at end of line
(#1036) Whitespace found at end of line
(#1037) Whitespace found at end of line
(#1038) Whitespace found at end of line
(#1039) Whitespace found at end of line
(#1040) Whitespace found at end of line
(#1041) Whitespace found at end of line
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Whitespace found at end of line
(#1043) Whitespace found at end of line
(#1044) Whitespace found at end of line
(#1045) Whitespace found at end of line
(#1046) Whitespace found at end of line
(#1047) Whitespace found at end of line
(#1048) Whitespace found at end of line
(#1049) Whitespace found at end of line
(#1050) Whitespace found at end of line
(#1051) Whitespace found at end of line
(#1052) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1052) Inline comments must end in full-stops, exclamation marks, or question marks
(#1052) This comment is 67% valid code; is this commented out code?
(#1052) Tab found before comment text; expected "// print_r($portfolioItems);" but found "// print_r($portfolioItems);"
(#1052) Whitespace found at end of line
(#1053) Whitespace found at end of line
(#1054) Variable "portfolioItems" must be all lower-case
(#1054) Whitespace found at end of line
(#1055) Whitespace found at end of line
(#1056) Whitespace found at end of line
(#1057) Whitespace found at end of line
(#1058) Whitespace found at end of line
(#1059) Whitespace found at end of line
(#1060) Whitespace found at end of line
(#1061) Whitespace found at end of line
(#1062) Whitespace found at end of line
(#1063) Whitespace found at end of line
(#1064) Whitespace found at end of line
(#1065) Whitespace found at end of line within string
(#1066) Whitespace found at end of line within string
(#1067) Whitespace found at end of line within string
(#1068) Whitespace found at end of line within string
(#1069) Whitespace found at end of line within string
(#1070) Whitespace found at end of line
(#1071) Whitespace found at end of line
(#1072) Whitespace found at end of line
(#1073) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1073) Whitespace found at end of line
(#1074) Whitespace found at end of line
(#1075) Whitespace found at end of line
(#1076) Whitespace found at end of line
(#1077) Whitespace found at end of line
(#1078) Whitespace found at end of line
(#1079) Whitespace found at end of line
(#1080) Whitespace found at end of line
(#1081) Whitespace found at end of line
(#1082) Whitespace found at end of line
(#1083) Whitespace found at end of line
(#1084) Whitespace found at end of line
(#1085) Whitespace found at end of line
(#1086) Whitespace found at end of line
(#1087) Whitespace found at end of line
(#1088) Whitespace found at end of line
(#1089) Whitespace found at end of line
(#1090) Whitespace found at end of line
(#1091) Whitespace found at end of line
(#1092) Whitespace found at end of line
(#1093) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1093) Whitespace found at end of line
(#1094) Whitespace found at end of line
(#1095) Whitespace found at end of line
(#1096) Whitespace found at end of line
(#1097) Whitespace found at end of line
(#1098) Whitespace found at end of line
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) Line indented incorrectly; expected at least 4 spaces, found 1
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Line indented incorrectly; expected at least 4 spaces, found 1
(#1103) Line exceeds 132 characters; contains 179 characters
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Line indented incorrectly; expected 4 spaces, found 1
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Line indented incorrectly; expected at least 8 spaces, found 2
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1106) Tab found within whitespace
(#1106) Line indented incorrectly; expected at least 8 spaces, found 2
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Line indented incorrectly; expected at least 8 spaces, found 2
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Line indented incorrectly; expected at least 8 spaces, found 2
(#1108) Whitespace found at end of line
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Line indented incorrectly; expected at least 8 spaces, found 4
(#1110) Spaces must be used for alignment; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Line indented incorrectly; expected at least 8 spaces, found 6
(#1111) Spaces must be used for alignment; tabs are not allowed
(#1111) Tab found within whitespace
(#1111) Line indented incorrectly; expected at least 8 spaces, found 6
(#1112) Spaces must be used for alignment; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Line indented incorrectly; expected at least 8 spaces, found 6
(#1113) Spaces must be used for alignment; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Line indented incorrectly; expected at least 8 spaces, found 6
(#1113) Whitespace found at end of line
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Line indented incorrectly; expected at least 8 spaces, found 6
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1115) Inline comments must end in full-stops, exclamation marks, or question marks
(#1115) This comment is 67% valid code; is this commented out code?
(#1115) Line indented incorrectly; expected at least 8 spaces, found 2
(#1115) No space found before comment text; expected "// throw new file_exception('userquotalimit');" but found "//throw new file_exception('userquotalimit');"
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Line indented incorrectly; expected 4 spaces, found 1
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Whitespace found at end of line
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected at least 4 spaces, found 1
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Whitespace found at end of line
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Line indented incorrectly; expected at least 4 spaces, found 1
(#1122) Spaces must be used for alignment; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Line indented incorrectly; expected at least 4 spaces, found 1
(#1122) Line exceeds maximum limit of 180 characters; contains 218 characters
(#1123) Spaces must be used for alignment; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected 4 spaces, found 1
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected at least 8 spaces, found 2
(#1125) Spaces must be used for alignment; tabs are not allowed
(#1125) Tab found within whitespace
(#1125) Line indented incorrectly; expected 4 spaces, found 1
(#1126) Spaces must be used for alignment; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Line indented incorrectly; expected at least 8 spaces, found 2
(#1127) Spaces must be used for alignment; tabs are not allowed
(#1127) Tab found within whitespace
(#1127) Line indented incorrectly; expected 4 spaces, found 1
(#1131) Spaces must be used for alignment; tabs are not allowed
(#1131) Tab found within whitespace
(#1131) Line indented incorrectly; expected at least 4 spaces, found 1
(#1132) Spaces must be used for alignment; tabs are not allowed
(#1132) Tab found within whitespace
(#1132) Line indented incorrectly; expected at least 4 spaces, found 1
(#1132) Line exceeds maximum limit of 180 characters; contains 218 characters
(#1133) Spaces must be used for alignment; tabs are not allowed
(#1133) Tab found within whitespace
(#1133) Line indented incorrectly; expected 4 spaces, found 1
(#1134) Spaces must be used for alignment; tabs are not allowed
(#1134) Tab found within whitespace
(#1134) Line indented incorrectly; expected at least 8 spaces, found 2
(#1135) Spaces must be used for alignment; tabs are not allowed
(#1135) Tab found within whitespace
(#1135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1135) Inline comments must end in full-stops, exclamation marks, or question marks
(#1135) This comment is 67% valid code; is this commented out code?
(#1135) Line indented incorrectly; expected at least 8 spaces, found 2
(#1135) No space found before comment text; expected "// throw new file_exception('maxbytes');" but found "//throw new file_exception('maxbytes');"
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Line indented incorrectly; expected 4 spaces, found 1
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Whitespace found at end of line
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Line indented incorrectly; expected at least 4 spaces, found 1
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Whitespace found at end of line
(#1141) Spaces must be used for alignment; tabs are not allowed
(#1141) Tab found within whitespace
(#1141) Line indented incorrectly; expected at least 4 spaces, found 1
(#1142) Spaces must be used for alignment; tabs are not allowed
(#1142) Tab found within whitespace
(#1142) Line indented incorrectly; expected at least 4 spaces, found 1
(#1142) Variable "path_parts" must not contain underscores.
(#1143) Spaces must be used for alignment; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected 4 spaces, found 1
(#1143) Variable "path_parts" must not contain underscores.
(#1144) Spaces must be used for alignment; tabs are not allowed
(#1144) Tab found within whitespace
(#1144) Line indented incorrectly; expected 8 spaces, found 2
(#1145) Spaces must be used for alignment; tabs are not allowed
(#1145) Tab found within whitespace
(#1145) Line indented incorrectly; expected 8 spaces, found 2
(#1146) Spaces must be used for alignment; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected 8 spaces, found 2
(#1147) Spaces must be used for alignment; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected 8 spaces, found 2
(#1148) Spaces must be used for alignment; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Line indented incorrectly; expected 8 spaces, found 2
(#1149) Spaces must be used for alignment; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected 8 spaces, found 2
(#1150) Spaces must be used for alignment; tabs are not allowed
(#1150) Tab found within whitespace
(#1150) Line indented incorrectly; expected 8 spaces, found 2
(#1151) Spaces must be used for alignment; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Line indented incorrectly; expected 8 spaces, found 2
(#1152) Spaces must be used for alignment; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Line indented incorrectly; expected 8 spaces, found 2
(#1153) Spaces must be used for alignment; tabs are not allowed
(#1153) Tab found within whitespace
(#1154) Spaces must be used for alignment; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected 8 spaces, found 2
(#1154) Closing brace must be on a line by itself
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Line indented incorrectly; expected 4 spaces, found 1
(#1158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1158) Inline comments must end in full-stops, exclamation marks, or question marks
(#1160) Spaces must be used for alignment; tabs are not allowed
(#1160) Tab found within whitespace
(#1160) Line indented incorrectly; expected at least 4 spaces, found 1
(#1161) Spaces must be used for alignment; tabs are not allowed
(#1161) Tab found within whitespace
(#1161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1161) Inline comments must end in full-stops, exclamation marks, or question marks
(#1161) Line indented incorrectly; expected at least 4 spaces, found 1
(#1162) Spaces must be used for alignment; tabs are not allowed
(#1162) Tab found within whitespace
(#1162) Line indented incorrectly; expected at least 4 spaces, found 1
(#1162) Inline control structures are not allowed
(#1162) Line exceeds 132 characters; contains 135 characters
(#1163) Spaces must be used for alignment; tabs are not allowed
(#1163) Tab found within whitespace
(#1163) Line indented incorrectly; expected at least 4 spaces, found 2
(#1164) Spaces must be used for alignment; tabs are not allowed
(#1164) Tab found within whitespace
(#1164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1164) Inline comments must end in full-stops, exclamation marks, or question marks
(#1164) Line indented incorrectly; expected at least 4 spaces, found 1
(#1165) Spaces must be used for alignment; tabs are not allowed
(#1165) Tab found within whitespace
(#1165) Line indented incorrectly; expected at least 4 spaces, found 1
(#1165) Inline control structures are not allowed
(#1166) Spaces must be used for alignment; tabs are not allowed
(#1166) Tab found within whitespace
(#1166) Line indented incorrectly; expected at least 4 spaces, found 2
(#1167) Spaces must be used for alignment; tabs are not allowed
(#1167) Tab found within whitespace
(#1167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1167) Inline comments must end in full-stops, exclamation marks, or question marks
(#1167) Line indented incorrectly; expected at least 4 spaces, found 1
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1168) Tab found within whitespace
(#1168) Line indented incorrectly; expected at least 4 spaces, found 1
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Line indented incorrectly; expected 4 spaces, found 1
(#1169) Whitespace found at end of line
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected 8 spaces, found 2
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected at least 12 spaces, found 3
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Line indented incorrectly; expected 8 spaces, found 2
(#1173) Spaces must be used for alignment; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected at least 8 spaces, found 2
(#1173) Variable "usergroups_list" must not contain underscores.
(#1174) Spaces must be used for alignment; tabs are not allowed
(#1174) Tab found within whitespace
(#1174) Line indented incorrectly; expected at least 8 spaces, found 2
(#1174) Variable "usergroups_list" must not contain underscores.
(#1174) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1175) Spaces must be used for alignment; tabs are not allowed
(#1175) Tab found within whitespace
(#1175) Line indented incorrectly; expected at least 8 spaces, found 2
(#1175) Inline control structures are not allowed
(#1175) Whitespace found at end of line
(#1176) Spaces must be used for alignment; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Line indented incorrectly; expected at least 8 spaces, found 3
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Line indented incorrectly; expected 4 spaces, found 1
(#1177) Whitespace found at end of line
(#1178) Spaces must be used for alignment; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Whitespace found at end of line
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1179) Tab found within whitespace
(#1179) Line indented incorrectly; expected at least 4 spaces, found 1
(#1182) Spaces must be used for alignment; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected at least 4 spaces, found 1
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected at least 4 spaces, found 1
(#1183) Variable "allowEdit" must be all lower-case
(#1185) Spaces must be used for alignment; tabs are not allowed
(#1185) Tab found within whitespace
(#1185) Line indented incorrectly; expected 4 spaces, found 1
(#1185) Expected "if (...) {\n"; found "if(...) {\n"
(#1186) Spaces must be used for alignment; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1186) Inline comments must end in full-stops, exclamation marks, or question marks
(#1186) Line indented incorrectly; expected at least 8 spaces, found 2
(#1186) No space found before comment text; expected "// check item grading and teacher comment" but found "//check item grading and teacher comment"
(#1187) Spaces must be used for alignment; tabs are not allowed
(#1187) Tab found within whitespace
(#1187) Line indented incorrectly; expected at least 8 spaces, found 2
(#1187) Variable "itemExample" must be all lower-case
(#1187) Commas (,) must be followed by white space.
(#1188) Spaces must be used for alignment; tabs are not allowed
(#1188) Tab found within whitespace
(#1188) Line indented incorrectly; expected 8 spaces, found 2
(#1188) Expected "if (...) {\n"; found "if(...) {\n"
(#1188) Variable "itemExample" must be all lower-case
(#1189) Spaces must be used for alignment; tabs are not allowed
(#1189) Tab found within whitespace
(#1189) Line indented incorrectly; expected 12 spaces, found 3
(#1189) Expected "if (...) {\n"; found "if(...) {\n"
(#1189) Variable "itemExample" must be all lower-case
(#1189) Variable "itemExample" must be all lower-case
(#1190) Spaces must be used for alignment; tabs are not allowed
(#1190) Tab found within whitespace
(#1190) Line indented incorrectly; expected at least 16 spaces, found 4
(#1190) Variable "allowEdit" must be all lower-case
(#1191) Spaces must be used for alignment; tabs are not allowed
(#1191) Tab found within whitespace
(#1191) Line indented incorrectly; expected 12 spaces, found 3
(#1191) Expected "} else {\n"; found "}else {\n"
(#1192) Spaces must be used for alignment; tabs are not allowed
(#1192) Tab found within whitespace
(#1192) Line indented incorrectly; expected at least 16 spaces, found 4
(#1193) Spaces must be used for alignment; tabs are not allowed
(#1193) Tab found within whitespace
(#1193) Line indented incorrectly; expected at least 16 spaces, found 6
(#1194) Spaces must be used for alignment; tabs are not allowed
(#1194) Tab found within whitespace
(#1194) Line indented incorrectly; expected at least 16 spaces, found 4
(#1195) Spaces must be used for alignment; tabs are not allowed
(#1195) Tab found within whitespace
(#1195) Line indented incorrectly; expected 16 spaces, found 4
(#1196) Spaces must be used for alignment; tabs are not allowed
(#1196) Tab found within whitespace
(#1196) Line indented incorrectly; expected 20 spaces, found 5
(#1196) Space found after opening bracket of FOREACH loop
(#1196) Space found before closing bracket of FOREACH loop
(#1197) Spaces must be used for alignment; tabs are not allowed
(#1197) Tab found within whitespace
(#1197) Line indented incorrectly; expected 24 spaces, found 6
(#1198) Spaces must be used for alignment; tabs are not allowed
(#1198) Tab found within whitespace
(#1198) Line indented incorrectly; expected at least 28 spaces, found 7
(#1198) Variable "allowEdit" must be all lower-case
(#1199) Spaces must be used for alignment; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected 24 spaces, found 6
(#1200) Spaces must be used for alignment; tabs are not allowed
(#1200) Tab found within whitespace
(#1200) Line indented incorrectly; expected 20 spaces, found 5
(#1201) Spaces must be used for alignment; tabs are not allowed
(#1201) Tab found within whitespace
(#1201) Line indented incorrectly; expected 16 spaces, found 4
(#1202) Spaces must be used for alignment; tabs are not allowed
(#1202) Tab found within whitespace
(#1202) Line indented incorrectly; expected 12 spaces, found 3
(#1203) Spaces must be used for alignment; tabs are not allowed
(#1203) Tab found within whitespace
(#1203) Line indented incorrectly; expected 8 spaces, found 2
(#1204) Spaces must be used for alignment; tabs are not allowed
(#1204) Tab found within whitespace
(#1204) Line indented incorrectly; expected 4 spaces, found 1
(#1205) Spaces must be used for alignment; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected at least 4 spaces, found 1
(#1205) Variable "allowEdit" must be all lower-case
blocks/exaport/lib/minixml.inc.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.".
(#7) Whitespace found at end of line
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Whitespace found at end of line
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Whitespace found at end of line
(#13) Line 12 of the opening comment must start "//".
(#13) Whitespace found at end of line
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Whitespace found at end of line
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Whitespace found at end of line
(#16) Whitespace found at end of line
(#17) Whitespace found at end of line
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#21) Whitespace found at end of line
(#22) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Whitespace found at end of line
(#25) Whitespace found at end of line
(#26) Whitespace found at end of line
(#27) Whitespace found at end of line
(#31) Whitespace found at end of line
(#83) Whitespace found at end of line
(#103) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#103) Variable "MiniXMLLocation" must be all lower-case
(#104) Variable "MiniXMLLocation" must be all lower-case
(#111) Whitespace found at end of line
(#117) function name "_MiniXMLLog" must be lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) The use of function error_log() is forbidden
(#126) function name "_MiniXMLError" must be lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#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
(#128) The use of function error_log() is forbidden
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#135) function name "_MiniXML_NumKeyArray" must be lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#137) Expected "if (...) {\n"; found "if (...)\n\t{\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 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 8 spaces, found 2
(#139) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#141) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Variable "arrayKeys" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Variable "numKeys" must be all lower-case
(#144) Variable "arrayKeys" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Variable "totalNumeric" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#146) Expected "for (...) {\n"; found "for(...)\n\t{\n"
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#146) Expected 1 space before "<"; 0 found
(#146) Expected 1 space after "<"; 0 found
(#146) Variable "numKeys" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#148) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#148) Variable "arrayKeys" must be all lower-case
(#148) Variable "arrayKeys" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Variable "totalNumeric" 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 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#156) Expected "if (...) {\n"; found "if (...)\n\t{\n"
(#156) Variable "totalNumeric" must be all lower-case
(#156) Variable "numKeys" must be all lower-case
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Line indented incorrectly; expected at least 8 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 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#164) A closing tag is not permitted at the end of a PHP file
blocks/exaport/lib/portfolio_plugin/lang/en/portfolio_exaport.php
(#2) The opening <?php tag must be followed by exactly one newline.
blocks/exaport/lib/portfolio_plugin/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#7) Line indented incorrectly; expected 4 spaces, found 1
(#7) Member variable "_lastItem" must be all lower-case
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#8) Whitespace found at end of line
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#15) Closing brace indented incorrectly; expected 1 spaces, found 4
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "categoryId" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 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) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Variable "categoryId" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 16 spaces, found 4
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 16 spaces, found 4
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 16 spaces, found 4
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 16 spaces, found 4
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 4
(#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 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#76) Closing brace indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#77) Closing brace indented incorrectly; expected 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 46% valid code; is this commented out code?
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
blocks/exaport/lib/portfolio_plugin/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/exaport/lib/resumelib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#5) Variable "attachedFileNames" must be all lower-case
(#5) Variable "attachedFileDatas" must be all lower-case
(#5) Variable "attachedFileMimeTypes" must be all lower-case
(#6) Variable "attachedFileNames" must be all lower-case
(#7) Variable "attachedFileDatas" must be all lower-case
(#8) Variable "attachedFileMimeTypes" must be all lower-case
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected 4 spaces, found 1
(#12) Visibility must be declared on method "definition"
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Whitespace found at end of line
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#17) Whitespace found at end of line
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Inline control structures are not allowed
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 3
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#21) Whitespace found at end of line
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#22) Whitespace found at end of line
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#23) Whitespace found at end of line
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 7
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 8 spaces, found 2
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 12 spaces, found 3
(#28) Line exceeds maximum limit of 180 characters; contains 202 characters
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 8 spaces, found 2
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) This comment is 66% valid code; is this commented out code?
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Tab found before comment text; expected "// $mform->addElement('hidden', 'resume_id');" but found "// $mform->addElement('hidden', 'resume_id');"
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line indented incorrectly; expected at least 8 spaces, found 0
(#41) Tab found before comment text; expected "// $mform->setType('resume_id', PARAM_INT);" but found "// $mform->setType('resume_id', PARAM_INT);"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Visibility must be declared on method "definition"
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Variable "attributes_text" must not contain underscores.
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "attributes_textarea" must not contain underscores.
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 4
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 20 spaces, found 5
(#67) Whitespace found at end of line
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 24 spaces, found 7
(#68) Variable "attributes_text" must not contain underscores.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 7
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 20 spaces, found 5
(#71) Whitespace found at end of line
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 24 spaces, found 7
(#72) Variable "attributes_textarea" must not contain underscores.
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 24 spaces, found 7
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 20 spaces, found 5
(#75) Whitespace found at end of line
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 24 spaces, found 7
(#76) Line exceeds maximum limit of 180 characters; contains 212 characters
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) This comment is 74% valid code; is this commented out code?
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Line indented incorrectly; expected at least 24 spaces, found 7
(#77) No space found before comment text; expected "// $mform->addRule('attachments', null, 'required', null, 'client');" but found "//$mform->addRule('attachments', null, 'required', null, 'client');"
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) This comment is 72% valid code; is this commented out code?
(#78) Line indented incorrectly; expected at least 24 spaces, found 7
(#78) No space found before comment text; expected "// $mform->addElement('filemanager', $fieldname, get_string('resume_'.$fieldname, 'block_exaport'));" but found "//$mform->addElement('filemanager', $fieldname, get_string('resume_'.$fieldname, 'block_exaport'));"
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) This comment is 70% valid code; is this commented out code?
(#79) Line indented incorrectly; expected at least 24 spaces, found 7
(#79) No space found before comment text; expected "// $mform->setType($fieldname, PARAM_RAW);" but found "//$mform->setType($fieldname, PARAM_RAW);"
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 4
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Inline control structures are not allowed
(#84) Spaces must be used for alignment; 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 for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 2
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Visibility must be declared on method "definition"
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#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) Line indented incorrectly; expected 8 spaces, found 2
(#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) Whitespace found at end of line
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 4
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 12 spaces, found 3
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Whitespace found at end of line
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#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 at least 8 spaces, found 2
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Whitespace found at end of line
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Variable "show_information" must not contain underscores.
(#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 4 spaces, found 1
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 2
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 12 spaces, found 3
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) This comment is 80% valid code; is this commented out code?
(#151) Line indented incorrectly; expected at least 16 spaces, found 4
(#151) No space found before comment text; expected "// print_r($badge);" but found "//print_r($badge);"
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 16 spaces, found 4
(#152) Variable "badge_image" must not contain underscores.
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 16 spaces, found 4
(#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 16 spaces, found 4
(#154) Variable "badge_image" must not contain underscores.
(#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 16 spaces, found 4
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 16 spaces, found 4
(#156) 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 12 spaces, found 3
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Variable "default_values" must not contain underscores.
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#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 4 spaces, found 1
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 1
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Line exceeds 132 characters; contains 148 characters
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 1
(#164) Variable "default_values" must not contain underscores.
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 4 spaces, found 1
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Variable "show_information" must not contain underscores.
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 4 spaces, found 1
(#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) Whitespace found at end of line
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#172) Whitespace found at end of line
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 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 12 spaces, found 3
(#174) Variable "new_records" must not contain underscores.
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 8 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 3
(#176) Variable "new_records" 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 8 spaces, found 2
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 8 spaces, found 2
(#178) Expected "foreach (...) {\n"; found "foreach\t(...) {\n"
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Variable "new_records" must not contain underscores.
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 12 spaces, found 3
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 16 spaces, found 4
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 20 spaces, found 5
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 20 spaces, found 5
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 20 spaces, found 5
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 20 spaces, found 5
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 20 spaces, found 5
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 20 spaces, found 5
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 12 spaces, found 3
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Variable "show_information" must not contain underscores.
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 4 spaces, found 1
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 4 spaces, found 1
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#195) Variable "show_information" must not contain underscores.
(#198) Variable "type_block" must not contain underscores.
(#198) Variable "display_inputs" must not contain underscores.
(#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
(#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
(#201) Variable "show_information" must not contain underscores.
(#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
(#202) Variable "type_block" must not contain underscores.
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 1
(#203) Variable "type_block" must not contain underscores.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "display_inputs" must not contain underscores.
(#203) Line exceeds 132 characters; contains 159 characters
(#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
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Spaces must be used for alignment; tabs are not allowed
(#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 4 spaces, found 1
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Variable "show_information" must not contain underscores.
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#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
(#212) Variable "item_id" must not contain underscores.
(#212) Variable "type_block" must not contain underscores.
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#216) Variable "upload_filesizes" must not contain underscores.
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#217) Variable "upload_filesizes" must not contain underscores.
(#217) Line exceeds 132 characters; contains 135 characters
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#218) Variable "type_block" must not contain underscores.
(#218) Variable "item_id" must not contain underscores.
(#218) Line exceeds 132 characters; contains 180 characters
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 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 at least 8 spaces, found 2
(#220) Variable "type_block" must not contain underscores.
(#220) Line exceeds 132 characters; contains 139 characters
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Variable "show_information" must not contain underscores.
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 1
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 8 spaces, found 2
(#223) Whitespace found at end of line
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Line indented incorrectly; expected at least 12 spaces, found 3
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 3
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 3
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#227) Variable "type_block" must not contain underscores.
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 9
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 3
(#230) Variable "type_block" must not contain underscores.
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 12 spaces, found 3
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 2
(#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 8 spaces, found 2
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Whitespace found at end of line
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 4 spaces, found 1
(#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) Whitespace found at end of line
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 4 spaces, found 1
(#238) Variable "show_information" must not contain underscores.
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) 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 4 spaces, found 1
(#276) Closing brace indented incorrectly; expected 4 spaces, found 1
(#276) Usage of ELSEIF not allowed; use ELSE IF instead
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 8 spaces, found 2
(#278) Closing brace indented incorrectly; expected 1 spaces, found 4
(#278) Whitespace found at end of line
(#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 4 spaces, found 1
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 2
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 4 spaces, found 1
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) This comment is 63% valid code; is this commented out code?
(#303) Line indented incorrectly; expected at least 4 spaces, found 1
(#303) No space found before comment text; expected "// $records = $DB->get_records('block_exaportresume_'.$table, $conditions);" but found "//$records = $DB->get_records('block_exaportresume_'.$table, $conditions);"
(#303) Whitespace found at end of line
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 2
(#305) Variable "where_arr" must not contain underscores.
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 8 spaces, found 2
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#308) Variable "where_arr" must not contain underscores.
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#313) Line exceeds 132 characters; contains 143 characters
(#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
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 4 spaces, found 1
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 4 spaces, found 1
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 4 spaces, found 1
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 4 spaces, found 1
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 1
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 8 spaces, found 2
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 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 4 spaces, found 1
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 2
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected at least 8 spaces, found 2
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 4 spaces, found 1
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#331) Whitespace found at end of line
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 4 spaces, found 1
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Whitespace found at end of line
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 4 spaces, found 1
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 4 spaces, found 1
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 4 spaces, found 1
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 8 spaces, found 2
(#338) Whitespace found at end of line
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Whitespace found at end of line
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 4 spaces, found 1
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Whitespace found at end of line
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 4 spaces, found 1
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Whitespace found at end of line
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 4 spaces, found 1
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 4 spaces, found 1
(#346) Variable "item_i" must not contain underscores.
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#347) Variable "id_prev" must not contain underscores.
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Variable "id_next" must not contain underscores.
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) This comment is 67% valid code; is this commented out code?
(#350) Line indented incorrectly; expected at least 4 spaces, found 0
(#350) Tab found before comment text; expected "// print_r($records);" but found "// print_r($records);"
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Whitespace found at end of line
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 4 spaces, found 1
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#353) Variable "item_i" must not contain underscores.
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 8 spaces, found 2
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 12 spaces, found 3
(#356) Whitespace found at end of line
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 16 spaces, found 5
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 16 spaces, found 5
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 20 spaces, found 6
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected 16 spaces, found 5
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 20 spaces, found 6
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 16 spaces, found 5
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 16 spaces, found 5
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 20 spaces, found 6
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected 16 spaces, found 5
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 16 spaces, found 5
(#366) Variable "item_i" must not contain underscores.
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 16 spaces, found 5
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 20 spaces, found 6
(#368) Variable "item_i" must not contain underscores.
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Line indented incorrectly; expected 16 spaces, found 5
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 16 spaces, found 5
(#370) Variable "item_i" must not contain underscores.
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 16 spaces, found 5
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 20 spaces, found 6
(#372) Variable "item_i" must not contain underscores.
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 16 spaces, found 5
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 16 spaces, found 5
(#374) Variable "item_i" must not contain underscores.
(#374) Expected 1 space before "<>"; 0 found
(#374) Expected 1 space after "<>"; 0 found
(#374) Line exceeds 132 characters; contains 155 characters
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 16 spaces, found 5
(#375) Variable "item_i" must not contain underscores.
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 12 spaces, found 3
(#377) Whitespace found at end of line
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 16 spaces, found 5
(#378) Variable "item_i" must not contain underscores.
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected 16 spaces, found 5
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 20 spaces, found 6
(#380) Variable "item_i" must not contain underscores.
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 16 spaces, found 5
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 16 spaces, found 5
(#382) Variable "item_i" must not contain underscores.
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 16 spaces, found 5
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 20 spaces, found 6
(#384) Variable "item_i" must not contain underscores.
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 16 spaces, found 5
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 16 spaces, found 5
(#386) Variable "item_i" must not contain underscores.
(#386) Expected 1 space before "<>"; 0 found
(#386) Expected 1 space after "<>"; 0 found
(#386) Line exceeds 132 characters; contains 155 characters
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 16 spaces, found 5
(#387) Variable "item_i" must not contain underscores.
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 12 spaces, found 3
(#389) Whitespace found at end of line
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 16 spaces, found 5
(#390) Variable "item_i" must not contain underscores.
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected 16 spaces, found 5
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 20 spaces, found 6
(#392) Variable "item_i" must not contain underscores.
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 16 spaces, found 5
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 16 spaces, found 5
(#394) Variable "item_i" must not contain underscores.
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 16 spaces, found 5
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 20 spaces, found 6
(#396) Variable "item_i" must not contain underscores.
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected 16 spaces, found 5
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 16 spaces, found 5
(#398) Variable "item_i" must not contain underscores.
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 16 spaces, found 5
(#399) Variable "item_i" must not contain underscores.
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 12 spaces, found 3
(#401) Whitespace found at end of line
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 16 spaces, found 5
(#402) Variable "item_i" must not contain underscores.
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 16 spaces, found 5
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 20 spaces, found 6
(#404) Variable "item_i" must not contain underscores.
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected 16 spaces, found 5
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 16 spaces, found 5
(#406) Variable "item_i" must not contain underscores.
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected 16 spaces, found 5
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 20 spaces, found 6
(#408) Variable "item_i" must not contain underscores.
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected 16 spaces, found 5
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 16 spaces, found 5
(#410) Variable "item_i" must not contain underscores.
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 16 spaces, found 5
(#411) Variable "item_i" must not contain underscores.
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected 16 spaces, found 5
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 20 spaces, found 6
(#413) Variable "item_i" must not contain underscores.
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected 16 spaces, found 5
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Whitespace found at end of line
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 16 spaces, found 5
(#415) Variable "item_i" must not contain underscores.
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 12 spaces, found 3
(#417) Whitespace found at end of line
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 16 spaces, found 5
(#418) Variable "item_i" must not contain underscores.
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 16 spaces, found 5
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 20 spaces, found 6
(#420) Variable "item_i" must not contain underscores.
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 16 spaces, found 5
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 16 spaces, found 5
(#422) Variable "item_i" must not contain underscores.
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected 16 spaces, found 5
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 20 spaces, found 6
(#424) Variable "item_i" must not contain underscores.
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected 16 spaces, found 5
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 16 spaces, found 5
(#426) Variable "item_i" must not contain underscores.
(#426) Expected 1 space before "<>"; 0 found
(#426) Expected 1 space after "<>"; 0 found
(#426) Line exceeds 132 characters; contains 155 characters
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 16 spaces, found 5
(#427) Variable "item_i" must not contain underscores.
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 12 spaces, found 3
(#429) Whitespace found at end of line
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 16 spaces, found 5
(#430) Line exceeds maximum limit of 180 characters; contains 182 characters
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 16 spaces, found 9
(#431) Expected 1 space before "=>"; 0 found
(#431) Expected 1 space after "=>"; 0 found
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 16 spaces, found 5
(#432) Variable "item_i" must not contain underscores.
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 16 spaces, found 5
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 20 spaces, found 6
(#434) Variable "item_i" must not contain underscores.
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 16 spaces, found 5
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 16 spaces, found 5
(#436) Variable "item_i" must not contain underscores.
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 16 spaces, found 5
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 20 spaces, found 6
(#438) Variable "item_i" must not contain underscores.
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 16 spaces, found 5
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 16 spaces, found 5
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 16 spaces, found 5
(#441) Variable "badge_image" must not contain underscores.
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 16 spaces, found 5
(#442) Variable "item_i" must not contain underscores.
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 16 spaces, found 5
(#443) Variable "item_i" must not contain underscores.
(#443) Variable "badge_image" must not contain underscores.
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 12 spaces, found 3
(#445) Closing brace must be on a line by itself
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 8 spaces, found 2
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Line indented incorrectly; expected at least 8 spaces, found 2
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 8 spaces, found 2
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 12 spaces, found 3
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 12 spaces, found 3
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 12 spaces, found 3
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 12 spaces, found 3
(#452) Variable "count_files" must not contain underscores.
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 12 spaces, found 3
(#453) Variable "count_files" must not contain underscores.
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 16 spaces, found 4
(#454) Variable "item_i" must not contain underscores.
(#454) Variable "count_files" must not contain underscores.
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 16 spaces, found 4
(#455) Variable "item_i" must not contain underscores.
(#455) Line exceeds 132 characters; contains 133 characters
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 12 spaces, found 3
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 16 spaces, found 4
(#457) Variable "item_i" must not contain underscores.
(#457) Whitespace found at end of line
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 12 spaces, found 3
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 8 spaces, found 2
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) Line indented incorrectly; expected at least 8 spaces, found 2
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 8 spaces, found 2
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 12 spaces, found 3
(#462) Variable "item_i" must not contain underscores.
(#462) Expected 1 space before "-"; 0 found
(#462) Expected 1 space after "-"; 0 found
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 16 spaces, found 4
(#463) Variable "id_next" must not contain underscores.
(#463) Variable "item_i" must not contain underscores.
(#463) Expected 1 space before "+"; 0 found
(#463) Expected 1 space after "+"; 0 found
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected 12 spaces, found 3
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 12 spaces, found 3
(#465) Variable "linkto_up" must not contain underscores.
(#465) Variable "id_next" must not contain underscores.
(#465) Line exceeds maximum limit of 180 characters; contains 250 characters
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 12 spaces, found 3
(#466) Variable "linkto_down" must not contain underscores.
(#466) Variable "id_prev" must not contain underscores.
(#466) Line exceeds maximum limit of 180 characters; contains 250 characters
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Whitespace found at end of line
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 12 spaces, found 3
(#467) Variable "item_i" must not contain underscores.
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 12 spaces, found 3
(#468) Variable "item_i" must not contain underscores.
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 12 spaces, found 3
(#469) Variable "item_i" must not contain underscores.
(#469) Expected 1 space before "-"; 0 found
(#469) Expected 1 space after "-"; 0 found
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 16 spaces, found 4
(#470) Variable "item_i" must not contain underscores.
(#470) Variable "linkto_up" must not contain underscores.
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 12 spaces, found 3
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 12 spaces, found 3
(#472) Variable "item_i" must not contain underscores.
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 16 spaces, found 4
(#473) Variable "item_i" must not contain underscores.
(#473) Variable "linkto_down" must not contain underscores.
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected 12 spaces, found 3
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 12 spaces, found 3
(#475) Variable "id_prev" must not contain underscores.
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 8 spaces, found 2
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#477) Line indented incorrectly; expected at least 8 spaces, found 2
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected 8 spaces, found 2
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 12 spaces, found 3
(#479) Variable "item_i" must not contain underscores.
(#479) Line exceeds maximum limit of 180 characters; contains 244 characters
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 12 spaces, found 7
(#480) Line exceeds maximum limit of 180 characters; contains 199 characters
(#480) Whitespace found at end of line
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 8 spaces, found 2
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 4 spaces, found 1
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 4 spaces, found 1
(#486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#486) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 4 spaces, found 1
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 4 spaces, found 1
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 4 spaces, found 1
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 4 spaces, found 1
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 4 spaces, found 1
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 4 spaces, found 1
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 4 spaces, found 1
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 4 spaces, found 1
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 4 spaces, found 1
(#496) Whitespace found at end of line
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 4 spaces, found 1
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 4 spaces, found 1
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Whitespace found at end of line
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 4 spaces, found 1
(#500) Variable "item_i" must not contain underscores.
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) Line indented incorrectly; expected at least 4 spaces, found 1
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected 4 spaces, found 1
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 8 spaces, found 2
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 8 spaces, found 2
(#504) Expected "if (...) {\n"; found "if (...){\n"
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 12 spaces, found 3
(#505) Variable "item_i" must not contain underscores.
(#505) Line exceeds maximum limit of 180 characters; contains 185 characters
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 12 spaces, found 3
(#506) Variable "item_i" must not contain underscores.
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 12 spaces, found 3
(#507) Variable "item_i" must not contain underscores.
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 8 spaces, found 2
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 12 spaces, found 3
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 12 spaces, found 3
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 12 spaces, found 3
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 16 spaces, found 4
(#512) Expected 1 space before "="; 0 found
(#512) Expected 1 space after "="; 0 found
(#512) Expected 1 space before "="; 0 found
(#512) Expected 1 space after "="; 0 found
(#512) Line exceeds 132 characters; contains 143 characters
(#512) Whitespace found at end of line
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected 16 spaces, found 4
(#513) Expected "if (...) {\n"; found "if(...){\n"
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 20 spaces, found 5
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 16 spaces, found 4
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected 12 spaces, found 3
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Whitespace found at end of line
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected 12 spaces, found 3
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 16 spaces, found 4
(#518) Variable "item_i" must not contain underscores.
(#518) Line exceeds 132 characters; contains 163 characters
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected 12 spaces, found 3
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 16 spaces, found 4
(#520) Variable "item_i" must not contain underscores.
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 12 spaces, found 3
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 12 spaces, found 3
(#522) Variable "item_i" must not contain underscores.
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 12 spaces, found 3
(#523) Variable "item_i" must not contain underscores.
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Line indented incorrectly; expected at least 12 spaces, found 3
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected 12 spaces, found 3
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 16 spaces, found 4
(#526) Variable "item_i" must not contain underscores.
(#526) Line exceeds maximum limit of 180 characters; contains 249 characters
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected 12 spaces, found 3
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 16 spaces, found 4
(#528) Variable "item_i" must not contain underscores.
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 12 spaces, found 3
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected 8 spaces, found 2
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected 4 spaces, found 1
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Whitespace found at end of line
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 4 spaces, found 1
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 8 spaces, found 2
(#535) Variable "item_i" must not contain underscores.
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Inline comments must end in full-stops, exclamation marks, or question marks
(#536) Line indented incorrectly; expected at least 8 spaces, found 2
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 8 spaces, found 2
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 2
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 2
(#539) Line exceeds 132 characters; contains 180 characters
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 8 spaces, found 2
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 8 spaces, found 2
(#541) Inline control structures are not allowed
(#541) Expected 1 space before "=="; 0 found
(#541) Expected 1 space after "=="; 0 found
(#541) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected at least 8 spaces, found 3
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 8 spaces, found 2
(#543) Variable "item_i" must not contain underscores.
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 8 spaces, found 2
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected at least 8 spaces, found 2
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 8 spaces, found 2
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) Line indented incorrectly; expected at least 8 spaces, found 2
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 8 spaces, found 2
(#548) Variable "count_files" must not contain underscores.
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected 8 spaces, found 2
(#549) Variable "count_files" must not contain underscores.
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 12 spaces, found 3
(#550) Variable "item_i" must not contain underscores.
(#550) Variable "count_files" must not contain underscores.
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 12 spaces, found 3
(#551) Variable "item_i" must not contain underscores.
(#551) Line exceeds 132 characters; contains 141 characters
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected 8 spaces, found 2
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 12 spaces, found 3
(#553) Variable "item_i" must not contain underscores.
(#553) Whitespace found at end of line
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected 8 spaces, found 2
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected 8 spaces, found 2
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 12 spaces, found 3
(#556) Variable "item_i" must not contain underscores.
(#556) Line exceeds 132 characters; contains 169 characters
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 12 spaces, found 3
(#557) Variable "item_i" must not contain underscores.
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 8 spaces, found 2
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected at least 12 spaces, found 3
(#559) Variable "item_i" must not contain underscores.
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected 8 spaces, found 2
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#561) Line indented incorrectly; expected at least 8 spaces, found 2
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected at least 8 spaces, found 2
(#562) Variable "item_i" must not contain underscores.
(#562) Line exceeds maximum limit of 180 characters; contains 252 characters
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected 4 spaces, found 1
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 4 spaces, found 1
(#565) Variable "table_content" must not contain underscores.
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 4 spaces, found 1
(#566) Variable "table_content" must not contain underscores.
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 4 spaces, found 1
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) This comment is 80% valid code; is this commented out code?
(#571) Line indented incorrectly; expected at least 4 spaces, found 1
(#571) No space found before comment text; expected "// print_r($files);" but found "//print_r($files);"
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 4 spaces, found 1
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 4 spaces, found 1
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 8 spaces, found 2
(#575) Line exceeds 132 characters; contains 166 characters
(#575) This comment is 64% valid code; is this commented out code?
(#575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#575) Line indented incorrectly; expected at least 8 spaces, found 0
(#575) Tab found before comment text; expected "// $url = moodle_url::make_pluginfile_url($file->get_contextid(), 'block_exaport', 'resume_'.$filearea, $file->get_itemid(), $file->get_filepath(), $filename, true);" but found "// $url = moodle_url::make_pluginfile_url($file->get_contextid(), 'block_exaport', 'resume_'.$filearea, $file->get_itemid(), $file->get_filepath(), $filename, true);"
(#576) Line indented incorrectly; expected at least 8 spaces, found 0
(#576) Tab found before comment text; expected "// $url = moodle_url::make_file_url('/pluginfile.php', array($file->get_contextid(), 'block_exaport', 'resume_'.$filearea," but found "// $url = moodle_url::make_file_url('/pluginfile.php', array($file->get_contextid(), 'block_exaport', 'resume_'.$filearea,"
(#577) Inline comments must end in full-stops, exclamation marks, or question marks
(#577) Line indented incorrectly; expected at least 8 spaces, found 0
(#577) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 8 spaces, found 2
(#578) Line exceeds 132 characters; contains 138 characters
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 8 spaces, found 2
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected 4 spaces, found 1
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 4 spaces, found 1
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Whitespace found at end of line
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 4 spaces, found 1
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 4 spaces, found 1
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 4 spaces, found 1
(#588) Whitespace found at end of line
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 4 spaces, found 1
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 4 spaces, found 1
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected 4 spaces, found 1
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 8 spaces, found 2
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected 4 spaces, found 1
(#596) Variable "resume_id" must not contain underscores.
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 4 spaces, found 1
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 4 spaces, found 1
(#599) Variable "resume_id" must not contain underscores.
(#599) Whitespace found at end of line
(#602) Variable "type_block" must not contain underscores.
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 4 spaces, found 1
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 4 spaces, found 1
(#604) Variable "type_block" must not contain underscores.
(#604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 4 spaces, found 1
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 4 spaces, found 1
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 4 spaces, found 1
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 4 spaces, found 1
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected at least 8 spaces, found 2
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 4 spaces, found 1
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 4 spaces, found 1
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected at least 8 spaces, found 2
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected 8 spaces, found 2
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 12 spaces, found 3
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 12 spaces, found 3
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 12 spaces, found 3
(#616) Expected 1 space before ">"; 0 found
(#616) Expected 1 space after ">"; 0 found
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected 16 spaces, found 4
(#617) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 20 spaces, found 5
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected 16 spaces, found 4
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected 12 spaces, found 3
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 8 spaces, found 2
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected at least 8 spaces, found 2
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected 4 spaces, found 1
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Line indented incorrectly; expected at least 4 spaces, found 1
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 4 spaces, found 1
(#625) Line exceeds 132 characters; contains 154 characters
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 4 spaces, found 1
(#626) Variable "type_block" must not contain underscores.
(#626) Line exceeds 132 characters; contains 154 characters
(#627) Spaces must be used for alignment; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 4 spaces, found 1
(#627) Variable "type_block" must not contain underscores.
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 4 spaces, found 1
(#629) Spaces must be used for alignment; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected at least 4 spaces, found 1
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 4 spaces, found 1
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 4 spaces, found 1
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected at least 4 spaces, found 1
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 4 spaces, found 1
(#639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#640) function name "europassXML" must be lower-case letters only
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 4 spaces, found 1
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 4 spaces, found 1
(#642) Variable "attachedFileNames" must be all lower-case
(#642) Variable "attachedFileDatas" must be all lower-case
(#642) Variable "attachedFileMimeTypes" must be all lower-case
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected at least 4 spaces, found 1
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 4 spaces, found 1
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Whitespace found at end of line
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 4 spaces, found 1
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected at least 4 spaces, found 1
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected at least 4 spaces, found 1
(#648) Commas (,) must be followed by white space.
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 4 spaces, found 1
(#649) Commas (,) must be followed by white space.
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 4 spaces, found 1
(#650) Commas (,) must be followed by white space.
(#650) Line exceeds 132 characters; contains 152 characters
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected at least 4 spaces, found 1
(#651) Commas (,) must be followed by white space.
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Line indented incorrectly; expected at least 4 spaces, found 1
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected at least 4 spaces, found 1
(#653) Variable "DocumentInfo" must be all lower-case
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 4 spaces, found 2
(#654) Variable "DocumentType" must be all lower-case
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected at least 4 spaces, found 3
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 4 spaces, found 3
(#656) Variable "DocumentType" must be all lower-case
(#657) Spaces must be used for alignment; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected at least 4 spaces, found 3
(#657) Variable "DocumentInfo" must be all lower-case
(#657) Variable "DocumentType" must be all lower-case
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 4 spaces, found 2
(#658) Variable "Bundle" must be all lower-case
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected at least 4 spaces, found 3
(#659) Variable "DocumentInfo" must be all lower-case
(#659) Variable "Bundle" must be all lower-case
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected at least 4 spaces, found 2
(#660) Variable "CreationDate" must be all lower-case
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected at least 4 spaces, found 3
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 4 spaces, found 3
(#662) Variable "CreationDate" must be all lower-case
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected at least 4 spaces, found 3
(#663) Variable "DocumentInfo" must be all lower-case
(#663) Variable "CreationDate" must be all lower-case
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 4 spaces, found 2
(#664) Variable "LastUpdateDate" must be all lower-case
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 4 spaces, found 3
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 4 spaces, found 3
(#666) Variable "LastUpdateDate" must be all lower-case
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 4 spaces, found 3
(#667) Variable "DocumentInfo" must be all lower-case
(#667) Variable "LastUpdateDate" must be all lower-case
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Whitespace found at end of line
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected at least 4 spaces, found 2
(#668) Variable "XSDVersion" must be all lower-case
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Line indented incorrectly; expected at least 4 spaces, found 3
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected at least 4 spaces, found 3
(#670) Variable "XSDVersion" must be all lower-case
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 4 spaces, found 3
(#671) Variable "DocumentInfo" must be all lower-case
(#671) Variable "XSDVersion" must be all lower-case
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#672) Line indented incorrectly; expected at least 4 spaces, found 2
(#672) Variable "Generator" must be all lower-case
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 4 spaces, found 3
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 4 spaces, found 3
(#674) Variable "Generator" must be all lower-case
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected at least 4 spaces, found 3
(#675) Variable "DocumentInfo" must be all lower-case
(#675) Variable "Generator" must be all lower-case
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected at least 4 spaces, found 2
(#676) Variable "Comment" must be all lower-case
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 4 spaces, found 3
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 4 spaces, found 3
(#678) Variable "Comment" must be all lower-case
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 4 spaces, found 3
(#679) Variable "DocumentInfo" must be all lower-case
(#679) Variable "Comment" must be all lower-case
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 4 spaces, found 1
(#680) Variable "DocumentInfo" must be all lower-case
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Whitespace found at end of line
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Inline comments must end in full-stops, exclamation marks, or question marks
(#682) Line indented incorrectly; expected at least 4 spaces, found 1
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected at least 4 spaces, found 1
(#683) Variable "LearnerInfo" must be all lower-case
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Line indented incorrectly; expected at least 4 spaces, found 2
(#684) Variable "Identification" must be all lower-case
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 4 spaces, found 3
(#685) Variable "PersonName" must be all lower-case
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Variable "Title" must be all lower-case
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Variable "Title" must be all lower-case
(#689) Spaces must be used for alignment; tabs are not allowed
(#689) Tab found within whitespace
(#689) Variable "PersonName" must be all lower-case
(#689) Variable "Title" must be all lower-case
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Variable "FirstName" must be all lower-case
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#692) Spaces must be used for alignment; tabs are not allowed
(#692) Tab found within whitespace
(#692) Variable "FirstName" must be all lower-case
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Variable "PersonName" must be all lower-case
(#693) Variable "FirstName" must be all lower-case
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Variable "Surname" must be all lower-case
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#696) Spaces must be used for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Variable "Surname" must be all lower-case
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Variable "PersonName" must be all lower-case
(#697) Variable "Surname" must be all lower-case
(#698) Spaces must be used for alignment; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected at least 4 spaces, found 3
(#698) Variable "Identification" must be all lower-case
(#698) Variable "PersonName" must be all lower-case
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Whitespace found at end of line
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected at least 4 spaces, found 3
(#700) Variable "ContactInfo" must be all lower-case
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Inline comments must start with a capital letter, digit or 3-dots sequence
(#701) Inline comments must end in full-stops, exclamation marks, or question marks
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Variable "Address" must be all lower-case
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Variable "Contact" must be all lower-case
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Variable "AddressLine" must be all lower-case
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Variable "AddressLine" must be all lower-case
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Variable "Contact" must be all lower-case
(#707) Variable "AddressLine" must be all lower-case
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Variable "PostalCode" must be all lower-case
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Variable "PostalCode" must be all lower-case
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Variable "Contact" must be all lower-case
(#711) Variable "PostalCode" must be all lower-case
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Variable "Municipality" must be all lower-case
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Variable "Municipality" must be all lower-case
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Variable "Contact" must be all lower-case
(#715) Variable "Municipality" must be all lower-case
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Variable "Country" must be all lower-case
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Variable "Code" must be all lower-case
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Variable "Code" must be all lower-case
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Variable "Country" must be all lower-case
(#720) Variable "Code" must be all lower-case
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Variable "Label" must be all lower-case
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Variable "Label" must be all lower-case
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Variable "Country" must be all lower-case
(#724) Variable "Label" must be all lower-case
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Variable "Contact" must be all lower-case
(#725) Variable "Country" must be all lower-case
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Variable "Address" must be all lower-case
(#726) Variable "Contact" must be all lower-case
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Variable "ContactInfo" must be all lower-case
(#727) Variable "Address" must be all lower-case
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#728) Inline comments must end in full-stops, exclamation marks, or question marks
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Variable "Email" must be all lower-case
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Variable "Contact" must be all lower-case
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Variable "Contact" must be all lower-case
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Variable "Email" must be all lower-case
(#733) Variable "Contact" must be all lower-case
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Variable "ContactInfo" must be all lower-case
(#734) Variable "Email" must be all lower-case
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Inline comments must start with a capital letter, digit or 3-dots sequence
(#735) Inline comments must end in full-stops, exclamation marks, or question marks
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Variable "TelephoneList" must be all lower-case
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected 4 spaces, found 5
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 8 spaces, found 6
(#739) Variable "Telephone" must be all lower-case
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 8 spaces, found 7
(#740) Variable "Contact" must be all lower-case
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Variable "Contact" must be all lower-case
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Variable "Telephone" must be all lower-case
(#743) Variable "Contact" must be all lower-case
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected at least 8 spaces, found 7
(#744) Variable "Use" must be all lower-case
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Variable "Code" must be all lower-case
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Variable "Code" must be all lower-case
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Variable "Use" must be all lower-case
(#748) Variable "Code" must be all lower-case
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected at least 8 spaces, found 7
(#749) Variable "Telephone" must be all lower-case
(#749) Variable "Use" must be all lower-case
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 8 spaces, found 6
(#750) Variable "TelephoneList" must be all lower-case
(#750) Variable "Telephone" must be all lower-case
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 4 spaces, found 5
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Variable "ContactInfo" must be all lower-case
(#752) Variable "TelephoneList" must be all lower-case
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Inline comments must start with a capital letter, digit or 3-dots sequence
(#753) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Variable "WebsiteList" must be all lower-case
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Variable "Website" must be all lower-case
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Variable "Contact" must be all lower-case
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Variable "Contact" must be all lower-case
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Variable "Website" must be all lower-case
(#759) Variable "Contact" must be all lower-case
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Variable "Use" must be all lower-case
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Variable "Code" must be all lower-case
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Variable "Code" must be all lower-case
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Variable "Use" must be all lower-case
(#764) Variable "Code" must be all lower-case
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Variable "Website" must be all lower-case
(#765) Variable "Use" must be all lower-case
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Variable "WebsiteList" must be all lower-case
(#766) Variable "Website" must be all lower-case
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#767) Variable "ContactInfo" must be all lower-case
(#767) Variable "WebsiteList" must be all lower-case
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Variable "InstantMessagingList" must be all lower-case
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Whitespace found at end of line
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected 4 spaces, found 5
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 8 spaces, found 6
(#772) Variable "InstantMessaging" must be all lower-case
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 8 spaces, found 7
(#773) Variable "Contact" must be all lower-case
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Variable "Contact" must be all lower-case
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Variable "InstantMessaging" must be all lower-case
(#776) Variable "Contact" must be all lower-case
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected at least 8 spaces, found 7
(#777) Variable "Use" must be all lower-case
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Variable "Code" must be all lower-case
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Variable "Code" must be all lower-case
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Variable "Use" must be all lower-case
(#781) Variable "Code" must be all lower-case
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected at least 8 spaces, found 7
(#782) Variable "InstantMessaging" must be all lower-case
(#782) Variable "Use" must be all lower-case
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 8 spaces, found 6
(#783) Variable "InstantMessagingList" must be all lower-case
(#783) Variable "InstantMessaging" must be all lower-case
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected 4 spaces, found 5
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Variable "ContactInfo" must be all lower-case
(#785) Variable "InstantMessagingList" must be all lower-case
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 4 spaces, found 3
(#786) Variable "Identification" must be all lower-case
(#786) Variable "ContactInfo" must be all lower-case
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Whitespace found at end of line
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Inline comments must end in full-stops, exclamation marks, or question marks
(#788) Line indented incorrectly; expected at least 4 spaces, found 3
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Line indented incorrectly; expected at least 4 spaces, found 3
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected at least 4 spaces, found 3
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Whitespace found at end of line
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Line indented incorrectly; expected 4 spaces, found 3
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected at least 8 spaces, found 4
(#792) Variable "Photo" must be all lower-case
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 8 spaces, found 5
(#793) Variable "MimeType" must be all lower-case
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Line indented incorrectly; expected at least 8 spaces, found 6
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected at least 8 spaces, found 6
(#795) Variable "MimeType" must be all lower-case
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected at least 8 spaces, found 5
(#796) Variable "Photo" must be all lower-case
(#796) Variable "MimeType" must be all lower-case
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected at least 8 spaces, found 5
(#797) Variable "Data" must be all lower-case
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Line indented incorrectly; expected at least 8 spaces, found 6
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Whitespace found at end of line
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#799) This comment is 54% valid code; is this commented out code?
(#799) Line indented incorrectly; expected at least 8 spaces, found 6
(#799) No space found before comment text; expected "// $userpicturefilecontent .= print_r($file, true);" but found "//$userpicturefilecontent .= print_r($file, true);"
(#800) Spaces must be used for alignment; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected at least 8 spaces, found 6
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected at least 8 spaces, found 6
(#801) Variable "Data" must be all lower-case
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected at least 8 spaces, found 5
(#802) Variable "Photo" must be all lower-case
(#802) Variable "Data" must be all lower-case
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected at least 8 spaces, found 4
(#803) Variable "Identification" must be all lower-case
(#803) Variable "Photo" must be all lower-case
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected 4 spaces, found 3
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Whitespace found at end of line
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected at least 4 spaces, found 2
(#806) Variable "LearnerInfo" must be all lower-case
(#806) Variable "Identification" must be all lower-case
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) Whitespace found at end of line
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#807) Line indented incorrectly; expected at least 4 spaces, found 2
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected at least 4 spaces, found 2
(#808) Variable "Headline" must be all lower-case
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected at least 4 spaces, found 3
(#809) Variable "Type" must be all lower-case
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Variable "Code" must be all lower-case
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Variable "Code" must be all lower-case
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Variable "Type" must be all lower-case
(#813) Variable "Code" must be all lower-case
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Whitespace found at end of line
(#814) Spaces must be used for alignment; tabs are not allowed
(#814) Tab found within whitespace
(#814) Variable "Label" must be all lower-case
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Tab found within whitespace
(#816) Variable "Label" must be all lower-case
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Variable "Type" must be all lower-case
(#817) Variable "Label" must be all lower-case
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Whitespace found at end of line
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected at least 4 spaces, found 3
(#818) Variable "Headline" must be all lower-case
(#818) Variable "Type" must be all lower-case
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Whitespace found at end of line
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Tab found within whitespace
(#819) Line indented incorrectly; expected at least 4 spaces, found 3
(#819) Variable "Description" must be all lower-case
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Variable "Label" must be all lower-case
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Variable "Label" must be all lower-case
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Variable "Description" must be all lower-case
(#823) Variable "Label" must be all lower-case
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Whitespace found at end of line
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected at least 4 spaces, found 3
(#824) Variable "Headline" must be all lower-case
(#824) Variable "Description" must be all lower-case
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Whitespace found at end of line
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected at least 4 spaces, found 2
(#825) Variable "LearnerInfo" must be all lower-case
(#825) Variable "Headline" must be all lower-case
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Whitespace found at end of line
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Whitespace found at end of line
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Inline comments must end in full-stops, exclamation marks, or question marks
(#827) Line indented incorrectly; expected at least 4 spaces, found 2
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected at least 4 spaces, found 2
(#829) Spaces must be used for alignment; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected at least 4 spaces, found 2
(#829) Variable "WorkExperienceList" must be all lower-case
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected at least 4 spaces, found 2
(#830) Variable "LearnerInfo" must be all lower-case
(#830) Variable "WorkExperienceList" must be all lower-case
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Tab found within whitespace
(#831) Whitespace found at end of line
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Inline comments must end in full-stops, exclamation marks, or question marks
(#832) Line indented incorrectly; expected at least 4 spaces, found 2
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Line indented incorrectly; expected at least 4 spaces, found 2
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected at least 4 spaces, found 2
(#834) Variable "WorkEducationsList" must be all lower-case
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Line indented incorrectly; expected at least 4 spaces, found 2
(#835) Variable "LearnerInfo" must be all lower-case
(#835) Variable "WorkEducationsList" must be all lower-case
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Whitespace found at end of line
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Line indented incorrectly; expected at least 4 spaces, found 2
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected at least 4 spaces, found 2
(#838) Variable "Skills" must be all lower-case
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected at least 4 spaces, found 3
(#839) Variable "Other" must be all lower-case
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Variable "Description" must be all lower-case
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Whitespace found at end of line
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Line indented incorrectly; expected 4 spaces, found 5
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected at least 8 spaces, found 6
(#844) Expected 1 space before "="; 0 found
(#844) Expected 1 space after "="; 0 found
(#844) Expected 1 space before "="; 0 found
(#844) Expected 1 space after "="; 0 found
(#844) Line exceeds 132 characters; contains 145 characters
(#844) Whitespace found at end of line
(#845) Spaces must be used for alignment; tabs are not allowed
(#845) Tab found within whitespace
(#845) Line indented incorrectly; expected 8 spaces, found 6
(#845) Expected "if (...) {\n"; found "if(...){\n"
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 12 spaces, found 7
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected 8 spaces, found 6
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected 4 spaces, found 5
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Whitespace found at end of line
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Variable "Description" must be all lower-case
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Variable "Other" must be all lower-case
(#851) Variable "Description" must be all lower-case
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Inline comments must end in full-stops, exclamation marks, or question marks
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line exceeds 132 characters; contains 145 characters
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line exceeds 132 characters; contains 155 characters
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line exceeds 132 characters; contains 155 characters
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 8 spaces, found 5
(#857) Variable "fileArray" must be all lower-case
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected at least 8 spaces, found 5
(#858) Variable "Documentation" must be all lower-case
(#858) Variable "fileArray" must be all lower-case
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected at least 8 spaces, found 5
(#859) Variable "Other" must be all lower-case
(#859) Variable "Documentation" must be all lower-case
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Whitespace found at end of line
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Whitespace found at end of line
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Whitespace found at end of line
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Line indented incorrectly; expected at least 4 spaces, found 3
(#862) Variable "Skills" must be all lower-case
(#862) Variable "Other" must be all lower-case
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) Whitespace found at end of line
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Line indented incorrectly; expected at least 4 spaces, found 2
(#863) Variable "LearnerInfo" must be all lower-case
(#863) Variable "Skills" must be all lower-case
(#863) Spaces must be used for alignment; tabs are not allowed
(#863) Tab found within whitespace
(#863) Whitespace found at end of line
(#864) Spaces must be used for alignment; tabs are not allowed
(#864) Tab found within whitespace
(#864) Whitespace found at end of line
(#865) Spaces must be used for alignment; tabs are not allowed
(#865) Tab found within whitespace
(#865) Line indented incorrectly; expected at least 4 spaces, found 2
(#866) Spaces must be used for alignment; tabs are not allowed
(#866) Tab found within whitespace
(#866) Line indented incorrectly; expected at least 4 spaces, found 2
(#866) Variable "AchievementList" must be all lower-case
(#867) Spaces must be used for alignment; tabs are not allowed
(#867) Tab found within whitespace
(#867) Line indented incorrectly; expected at least 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
(#868) Variable "sertificationsString" must be all lower-case
(#868) Variable "elementIDs" must be all lower-case
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected at least 4 spaces, found 2
(#869) Variable "Sertifications" must be all lower-case
(#869) Variable "elementIDs" must be all lower-case
(#869) Variable "sertificationsString" must be all lower-case
(#869) Line exceeds 132 characters; contains 162 characters
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Line indented incorrectly; expected at least 4 spaces, found 2
(#870) Variable "AchievementList" must be all lower-case
(#870) Variable "Sertifications" must be all lower-case
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Whitespace found at end of line
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Tab found within whitespace
(#871) Whitespace found at end of line
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Tab found within whitespace
(#872) Line indented incorrectly; expected at least 4 spaces, found 2
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected at least 4 spaces, found 2
(#873) Variable "publicationsString" must be all lower-case
(#873) Variable "elementIDs" must be all lower-case
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected at least 4 spaces, found 2
(#874) Variable "Publications" must be all lower-case
(#874) Variable "elementIDs" must be all lower-case
(#874) Variable "publicationsString" must be all lower-case
(#874) Line exceeds 132 characters; contains 158 characters
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 4 spaces, found 2
(#875) Variable "AchievementList" must be all lower-case
(#875) Variable "Publications" must be all lower-case
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Whitespace found at end of line
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Whitespace found at end of line
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected at least 4 spaces, found 2
(#877) Whitespace found at end of line
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Tab found within whitespace
(#878) Line indented incorrectly; expected at least 4 spaces, found 2
(#878) Variable "mbrshipString" must be all lower-case
(#878) Variable "elementIDs" must be all lower-case
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Tab found within whitespace
(#879) Line indented incorrectly; expected at least 4 spaces, found 2
(#879) Variable "Memberships" must be all lower-case
(#879) Variable "elementIDs" must be all lower-case
(#879) Variable "mbrshipString" must be all lower-case
(#879) Line exceeds 132 characters; contains 157 characters
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Tab found within whitespace
(#880) Line indented incorrectly; expected at least 4 spaces, found 2
(#880) Variable "AchievementList" must be all lower-case
(#880) Variable "Memberships" must be all lower-case
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Tab found within whitespace
(#880) Whitespace found at end of line
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Tab found within whitespace
(#881) Whitespace found at end of line
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Tab found within whitespace
(#882) Line indented incorrectly; expected at least 4 spaces, found 2
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Tab found within whitespace
(#883) Inline comments must end in full-stops, exclamation marks, or question marks
(#883) This comment is 58% valid code; is this commented out code?
(#883) Line indented incorrectly; expected at least 4 spaces, found 2
(#883) No space found before comment text; expected "// $goalsString = listForResumeElements($resume->id, 'block_exaportresume_mbrship');" but found "//$goalsString = listForResumeElements($resume->id, 'block_exaportresume_mbrship');"
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Tab found within whitespace
(#884) Line indented incorrectly; expected at least 4 spaces, found 2
(#884) Variable "goalsString" must be all lower-case
(#885) Spaces must be used for alignment; tabs are not allowed
(#885) Tab found within whitespace
(#885) Line indented incorrectly; expected at least 4 spaces, found 2
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Tab found within whitespace
(#886) Line indented incorrectly; expected 4 spaces, found 2
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected at least 8 spaces, found 3
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Expected 1 space before "="; 0 found
(#887) Expected 1 space after "="; 0 found
(#887) Line exceeds 132 characters; contains 142 characters
(#887) Whitespace found at end of line
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected 8 spaces, found 3
(#888) Expected "if (...) {\n"; found "if(...){\n"
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected at least 12 spaces, found 4
(#889) Variable "goalsString" must be all lower-case
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Line indented incorrectly; expected 8 spaces, found 3
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Line indented incorrectly; expected 4 spaces, found 2
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Whitespace found at end of line
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Tab found within whitespace
(#892) Line indented incorrectly; expected at least 4 spaces, found 2
(#892) Variable "Goals" must be all lower-case
(#892) Variable "goalsString" must be all lower-case
(#892) Line exceeds 132 characters; contains 151 characters
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected at least 4 spaces, found 2
(#893) Variable "AchievementList" must be all lower-case
(#893) Variable "Goals" must be all lower-case
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Whitespace found at end of line
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 4 spaces, found 2
(#895) Whitespace found at end of line
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected at least 4 spaces, found 2
(#896) Variable "Interests" must be all lower-case
(#896) Line exceeds 132 characters; contains 166 characters
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected at least 4 spaces, found 2
(#897) Variable "AchievementList" must be all lower-case
(#897) Variable "Interests" must be all lower-case
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Whitespace found at end of line
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Tab found within whitespace
(#898) Whitespace found at end of line
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected at least 4 spaces, found 2
(#899) Variable "LearnerInfo" must be all lower-case
(#899) Variable "AchievementList" must be all lower-case
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Inline comments must end in full-stops, exclamation marks, or question marks
(#901) Line indented incorrectly; expected at least 4 spaces, found 2
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected at least 4 spaces, found 2
(#902) Variable "fileArray" must be all lower-case
(#902) Variable "attachedFileNames" must be all lower-case
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected at least 4 spaces, found 2
(#903) Variable "Documentation" must be all lower-case
(#903) Variable "fileArray" must be all lower-case
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected 4 spaces, found 2
(#904) Variable "Documentation" must be all lower-case
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 8 spaces, found 3
(#905) Variable "LearnerInfo" must be all lower-case
(#905) Variable "Documentation" must be all lower-case
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Whitespace found at end of line
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected 4 spaces, found 2
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 4 spaces, found 1
(#908) Variable "LearnerInfo" must be all lower-case
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Whitespace found at end of line
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Inline comments must end in full-stops, exclamation marks, or question marks
(#910) Line indented incorrectly; expected at least 4 spaces, found 1
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected 4 spaces, found 1
(#911) Variable "attachedFileNames" must be all lower-case
(#911) Expected 1 space before ">"; 0 found
(#911) Expected 1 space after ">"; 0 found
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 8 spaces, found 2
(#912) Variable "AttachmentList" must be all lower-case
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected 8 spaces, found 2
(#913) Variable "attachedFileNames" must be all lower-case
(#913) Variable "ID" must be all lower-case
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#914) Line indented incorrectly; expected at least 12 spaces, found 3
(#914) Variable "Attachment" must be all lower-case
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 12 spaces, found 3
(#915) Variable "Attachment" must be all lower-case
(#915) Variable "ID" must be all lower-case
(#916) Spaces must be used for alignment; tabs are not allowed
(#916) Tab found within whitespace
(#916) Inline comments must start with a capital letter, digit or 3-dots sequence
(#916) Inline comments must end in full-stops, exclamation marks, or question marks
(#916) Line indented incorrectly; expected at least 12 spaces, found 4
(#917) Spaces must be used for alignment; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 12 spaces, found 4
(#917) Variable "Name" must be all lower-case
(#918) Spaces must be used for alignment; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 12 spaces, found 5
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 12 spaces, found 5
(#919) Variable "Name" must be all lower-case
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 12 spaces, found 5
(#920) Variable "Attachment" must be all lower-case
(#920) Variable "Name" must be all lower-case
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Inline comments must start with a capital letter, digit or 3-dots sequence
(#921) Inline comments must end in full-stops, exclamation marks, or question marks
(#921) Line indented incorrectly; expected at least 12 spaces, found 4
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 12 spaces, found 4
(#922) Variable "MimeType" must be all lower-case
(#923) Spaces must be used for alignment; tabs are not allowed
(#923) Tab found within whitespace
(#923) Line indented incorrectly; expected at least 12 spaces, found 5
(#923) Variable "attachedFileMimeTypes" must be all lower-case
(#923) Variable "ID" must be all lower-case
(#924) Spaces must be used for alignment; tabs are not allowed
(#924) Tab found within whitespace
(#924) Line indented incorrectly; expected at least 12 spaces, found 5
(#924) Variable "MimeType" must be all lower-case
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Line indented incorrectly; expected at least 12 spaces, found 5
(#925) Variable "Attachment" must be all lower-case
(#925) Variable "MimeType" must be all lower-case
(#925) Spaces must be used for alignment; tabs are not allowed
(#925) Tab found within whitespace
(#925) Whitespace found at end of line
(#926) Spaces must be used for alignment; tabs are not allowed
(#926) Tab found within whitespace
(#926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) Line indented incorrectly; expected at least 12 spaces, found 4
(#927) Spaces must be used for alignment; tabs are not allowed
(#927) Tab found within whitespace
(#927) Line indented incorrectly; expected at least 12 spaces, found 4
(#927) Variable "Data" must be all lower-case
(#928) Spaces must be used for alignment; tabs are not allowed
(#928) Tab found within whitespace
(#928) Line indented incorrectly; expected at least 12 spaces, found 5
(#928) Variable "attachedFileDatas" must be all lower-case
(#928) Variable "ID" must be all lower-case
(#929) Spaces must be used for alignment; tabs are not allowed
(#929) Tab found within whitespace
(#929) Line indented incorrectly; expected at least 12 spaces, found 5
(#929) Variable "Data" must be all lower-case
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Line indented incorrectly; expected at least 12 spaces, found 5
(#930) Variable "Attachment" must be all lower-case
(#930) Variable "Data" must be all lower-case
(#930) Spaces must be used for alignment; tabs are not allowed
(#930) Tab found within whitespace
(#930) Whitespace found at end of line
(#931) Spaces must be used for alignment; tabs are not allowed
(#931) Tab found within whitespace
(#931) Inline comments must start with a capital letter, digit or 3-dots sequence
(#931) Inline comments must end in full-stops, exclamation marks, or question marks
(#931) Line indented incorrectly; expected at least 12 spaces, found 4
(#932) Spaces must be used for alignment; tabs are not allowed
(#932) Tab found within whitespace
(#932) Line indented incorrectly; expected at least 12 spaces, found 4
(#932) Variable "Description" must be all lower-case
(#933) Spaces must be used for alignment; tabs are not allowed
(#933) Tab found within whitespace
(#933) Line indented incorrectly; expected at least 12 spaces, found 5
(#934) Spaces must be used for alignment; tabs are not allowed
(#934) Tab found within whitespace
(#934) Line indented incorrectly; expected at least 12 spaces, found 5
(#934) Variable "Description" must be all lower-case
(#935) Spaces must be used for alignment; tabs are not allowed
(#935) Tab found within whitespace
(#935) Line indented incorrectly; expected at least 12 spaces, found 5
(#935) Variable "Attachment" must be all lower-case
(#935) Variable "Description" must be all lower-case
(#936) Spaces must be used for alignment; tabs are not allowed
(#936) Tab found within whitespace
(#936) Line indented incorrectly; expected at least 12 spaces, found 3
(#936) Variable "AttachmentList" must be all lower-case
(#936) Variable "Attachment" must be all lower-case
(#937) Spaces must be used for alignment; tabs are not allowed
(#937) Tab found within whitespace
(#937) Line indented incorrectly; expected 8 spaces, found 2
(#938) Spaces must be used for alignment; tabs are not allowed
(#938) Tab found within whitespace
(#938) Line indented incorrectly; expected at least 8 spaces, found 2
(#938) Variable "AttachmentList" must be all lower-case
(#939) Spaces must be used for alignment; tabs are not allowed
(#939) Tab found within whitespace
(#939) Line indented incorrectly; expected 4 spaces, found 1
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#940) Whitespace found at end of line
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Tab found within whitespace
(#941) Inline comments must end in full-stops, exclamation marks, or question marks
(#941) Line indented incorrectly; expected at least 4 spaces, found 1
(#942) Spaces must be used for alignment; tabs are not allowed
(#942) Tab found within whitespace
(#942) Line indented incorrectly; expected at least 4 spaces, found 1
(#942) Variable "CoverLetter" must be all lower-case
(#943) Spaces must be used for alignment; tabs are not allowed
(#943) Tab found within whitespace
(#943) Line indented incorrectly; expected at least 4 spaces, found 2
(#943) Variable "Letter" must be all lower-case
(#944) Spaces must be used for alignment; tabs are not allowed
(#944) Tab found within whitespace
(#944) Line indented incorrectly; expected at least 4 spaces, found 3
(#944) Variable "Body" must be all lower-case
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Variable "MainBody" must be all lower-case
(#946) Spaces must be used for alignment; tabs are not allowed
(#946) Tab found within whitespace
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Variable "MainBody" must be all lower-case
(#947) Spaces must be used for alignment; tabs are not allowed
(#947) Tab found within whitespace
(#947) Whitespace found at end of line
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Variable "Body" must be all lower-case
(#948) Variable "MainBody" must be all lower-case
(#948) Spaces must be used for alignment; tabs are not allowed
(#948) Tab found within whitespace
(#948) Whitespace found at end of line
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Line indented incorrectly; expected at least 4 spaces, found 3
(#949) Variable "Letter" must be all lower-case
(#949) Variable "Body" must be all lower-case
(#949) Spaces must be used for alignment; tabs are not allowed
(#949) Tab found within whitespace
(#949) Whitespace found at end of line
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Line indented incorrectly; expected at least 4 spaces, found 2
(#950) Variable "CoverLetter" must be all lower-case
(#950) Variable "Letter" must be all lower-case
(#950) Spaces must be used for alignment; tabs are not allowed
(#950) Tab found within whitespace
(#950) Whitespace found at end of line
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Line indented incorrectly; expected at least 4 spaces, found 1
(#951) Variable "CoverLetter" must be all lower-case
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Whitespace found at end of line
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Tab found within whitespace
(#952) Whitespace found at end of line
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Line indented incorrectly; expected at least 4 spaces, found 1
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Line indented incorrectly; expected at least 4 spaces, found 1
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Line indented incorrectly; expected at least 4 spaces, found 1
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Whitespace found at end of line
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Inline comments must start with a capital letter, digit or 3-dots sequence
(#957) Line indented incorrectly; expected at least 4 spaces, found 1
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) This comment is 43% valid code; is this commented out code?
(#958) Line indented incorrectly; expected at least 4 spaces, found 2
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) This comment is 43% valid code; is this commented out code?
(#959) Line indented incorrectly; expected at least 4 spaces, found 1
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Inline comments must end in full-stops, exclamation marks, or question marks
(#960) This comment is 67% valid code; is this commented out code?
(#960) Line indented incorrectly; expected at least 4 spaces, found 1
(#960) Whitespace found at end of line
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Whitespace found at end of line
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 4 spaces, found 1
(#965) Inline comments must end in full-stops, exclamation marks, or question marks
(#966) function name "cleanForExternalXML" must be lower-case letters only
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected at least 4 spaces, found 1
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Inline comments must start with a capital letter, digit or 3-dots sequence
(#968) Inline comments must end in full-stops, exclamation marks, or question marks
(#968) Line indented incorrectly; expected at least 4 spaces, found 1
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected at least 4 spaces, found 1
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Whitespace found at end of line
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected at least 4 spaces, found 1
(#973) function name "getDateParamsFromString" must be lower-case letters only
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected at least 4 spaces, found 1
(#974) Variable "date_arr" must not contain underscores.
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected at least 4 spaces, found 1
(#975) Inline control structures are not allowed
(#975) Variable "date_arr" must not contain underscores.
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Line indented incorrectly; expected at least 4 spaces, found 2
(#976) Variable "date_arr" must not contain underscores.
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Line indented incorrectly; expected at least 4 spaces, found 1
(#977) Inline control structures are not allowed
(#977) Whitespace found at end of line
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) Line indented incorrectly; expected at least 4 spaces, found 2
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) Line indented incorrectly; expected at least 4 spaces, found 1
(#979) Inline control structures are not allowed
(#979) Whitespace found at end of line
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Line indented incorrectly; expected at least 4 spaces, found 2
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Line indented incorrectly; expected at least 4 spaces, found 1
(#981) Inline control structures are not allowed
(#981) Variable "date_arr" must not contain underscores.
(#982) Spaces must be used for alignment; tabs are not allowed
(#982) Tab found within whitespace
(#982) Line indented incorrectly; expected at least 4 spaces, found 2
(#982) Variable "date_arr" must not contain underscores.
(#983) Spaces must be used for alignment; tabs are not allowed
(#983) Tab found within whitespace
(#983) Line indented incorrectly; expected at least 4 spaces, found 1
(#983) Inline control structures are not allowed
(#983) Whitespace found at end of line
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Line indented incorrectly; expected at least 4 spaces, found 2
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Line indented incorrectly; expected at least 4 spaces, found 1
(#985) Inline control structures are not allowed
(#985) Variable "date_arr" must not contain underscores.
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Line indented incorrectly; expected at least 4 spaces, found 2
(#986) Variable "date_arr" must not contain underscores.
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Line indented incorrectly; expected at least 4 spaces, found 1
(#987) Inline control structures are not allowed
(#987) Whitespace found at end of line
(#988) Spaces must be used for alignment; tabs are not allowed
(#988) Tab found within whitespace
(#988) Line indented incorrectly; expected at least 4 spaces, found 2
(#989) Spaces must be used for alignment; tabs are not allowed
(#989) Tab found within whitespace
(#989) Line indented incorrectly; expected at least 4 spaces, found 1
(#990) Spaces must be used for alignment; tabs are not allowed
(#990) Tab found within whitespace
(#990) Line indented incorrectly; expected 4 spaces, found 1
(#991) Spaces must be used for alignment; tabs are not allowed
(#991) Tab found within whitespace
(#991) Line indented incorrectly; expected at least 8 spaces, found 2
(#992) Spaces must be used for alignment; tabs are not allowed
(#992) Tab found within whitespace
(#992) Line indented incorrectly; expected at least 8 spaces, found 2
(#993) Spaces must be used for alignment; tabs are not allowed
(#993) Tab found within whitespace
(#993) Line indented incorrectly; expected at least 8 spaces, found 2
(#994) Spaces must be used for alignment; tabs are not allowed
(#994) Tab found within whitespace
(#994) Line indented incorrectly; expected 4 spaces, found 1
(#995) Spaces must be used for alignment; tabs are not allowed
(#995) Tab found within whitespace
(#995) Line indented incorrectly; expected 4 spaces, found 1
(#996) Spaces must be used for alignment; tabs are not allowed
(#996) Tab found within whitespace
(#996) Line indented incorrectly; expected at least 8 spaces, found 2
(#997) Spaces must be used for alignment; tabs are not allowed
(#997) Tab found within whitespace
(#997) Line indented incorrectly; expected at least 8 spaces, found 2
(#998) Spaces must be used for alignment; tabs are not allowed
(#998) Tab found within whitespace
(#998) Line indented incorrectly; expected at least 8 spaces, found 2
(#999) Spaces must be used for alignment; tabs are not allowed
(#999) Tab found within whitespace
(#999) Line indented incorrectly; expected 4 spaces, found 1
(#1000) Spaces must be used for alignment; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected at least 4 spaces, found 1
(#1003) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1003) Inline comments must end in full-stops, exclamation marks, or question marks
(#1004) function name "europassXMLEmployersEducations" must be lower-case letters only
(#1005) Spaces must be used for alignment; tabs are not allowed
(#1005) Tab found within whitespace
(#1005) Line indented incorrectly; expected at least 4 spaces, found 1
(#1006) Spaces must be used for alignment; tabs are not allowed
(#1006) Tab found within whitespace
(#1006) Line indented incorrectly; expected 4 spaces, found 1
(#1007) Spaces must be used for alignment; tabs are not allowed
(#1007) Tab found within whitespace
(#1007) Line indented incorrectly; expected 8 spaces, found 2
(#1008) Spaces must be used for alignment; tabs are not allowed
(#1008) Tab found within whitespace
(#1008) Line indented incorrectly; expected at least 12 spaces, found 4
(#1009) Spaces must be used for alignment; tabs are not allowed
(#1009) Tab found within whitespace
(#1009) Line indented incorrectly; expected at least 12 spaces, found 4
(#1010) Spaces must be used for alignment; tabs are not allowed
(#1010) Tab found within whitespace
(#1010) Line indented incorrectly; expected at least 12 spaces, found 4
(#1011) Spaces must be used for alignment; tabs are not allowed
(#1011) Tab found within whitespace
(#1012) Spaces must be used for alignment; tabs are not allowed
(#1012) Tab found within whitespace
(#1012) Line indented incorrectly; expected 8 spaces, found 2
(#1013) Spaces must be used for alignment; tabs are not allowed
(#1013) Tab found within whitespace
(#1013) Line indented incorrectly; expected at least 12 spaces, found 4
(#1014) Spaces must be used for alignment; tabs are not allowed
(#1014) Tab found within whitespace
(#1014) Line indented incorrectly; expected at least 12 spaces, found 4
(#1015) Spaces must be used for alignment; tabs are not allowed
(#1015) Tab found within whitespace
(#1015) Line indented incorrectly; expected at least 12 spaces, found 4
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1016) Tab found within whitespace
(#1016) Spaces must be used for alignment; tabs are not allowed
(#1016) Tab found within whitespace
(#1016) Whitespace found at end of line
(#1017) Spaces must be used for alignment; tabs are not allowed
(#1017) Tab found within whitespace
(#1017) Line indented incorrectly; expected 4 spaces, found 1
(#1019) Spaces must be used for alignment; tabs are not allowed
(#1019) Tab found within whitespace
(#1019) Line indented incorrectly; expected at least 4 spaces, found 1
(#1019) Variable "ExperienceList" must be all lower-case
(#1020) Spaces must be used for alignment; tabs are not allowed
(#1020) Tab found within whitespace
(#1020) Line indented incorrectly; expected 4 spaces, found 2
(#1021) Spaces must be used for alignment; tabs are not allowed
(#1021) Tab found within whitespace
(#1021) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1021) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) This comment is 64% valid code; is this commented out code?
(#1021) Line indented incorrectly; expected at least 8 spaces, found 3
(#1022) Spaces must be used for alignment; tabs are not allowed
(#1022) Tab found within whitespace
(#1022) Line indented incorrectly; expected at least 8 spaces, found 3
(#1022) Variable "ExperienceItem" must be all lower-case
(#1023) Spaces must be used for alignment; tabs are not allowed
(#1023) Tab found within whitespace
(#1023) Inline comments must end in full-stops, exclamation marks, or question marks
(#1023) Line indented incorrectly; expected at least 8 spaces, found 4
(#1024) Spaces must be used for alignment; tabs are not allowed
(#1024) Tab found within whitespace
(#1024) Line indented incorrectly; expected at least 8 spaces, found 4
(#1024) Variable "Period" must be all lower-case
(#1025) Spaces must be used for alignment; tabs are not allowed
(#1025) Tab found within whitespace
(#1025) Line indented incorrectly; expected at least 8 spaces, found 5
(#1025) Variable "From" must be all lower-case
(#1026) Spaces must be used for alignment; tabs are not allowed
(#1026) Tab found within whitespace
(#1026) Line indented incorrectly; expected at least 8 spaces, found 5
(#1026) Variable "date_arr" must not contain underscores.
(#1027) Spaces must be used for alignment; tabs are not allowed
(#1027) Tab found within whitespace
(#1027) Line indented incorrectly; expected at least 8 spaces, found 5
(#1027) Inline control structures are not allowed
(#1027) Variable "date_arr" must not contain underscores.
(#1028) Spaces must be used for alignment; tabs are not allowed
(#1028) Tab found within whitespace
(#1028) Line indented incorrectly; expected at least 8 spaces, found 6
(#1028) Variable "From" must be all lower-case
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Line indented incorrectly; expected at least 8 spaces, found 5
(#1029) Variable "Period" must be all lower-case
(#1029) Variable "From" must be all lower-case
(#1029) Spaces must be used for alignment; tabs are not allowed
(#1029) Tab found within whitespace
(#1029) Whitespace found at end of line
(#1030) Spaces must be used for alignment; tabs are not allowed
(#1030) Tab found within whitespace
(#1030) Line indented incorrectly; expected at least 8 spaces, found 5
(#1031) Spaces must be used for alignment; tabs are not allowed
(#1031) Tab found within whitespace
(#1031) Line indented incorrectly; expected 8 spaces, found 5
(#1032) Spaces must be used for alignment; tabs are not allowed
(#1032) Tab found within whitespace
(#1032) Line indented incorrectly; expected at least 12 spaces, found 6
(#1032) Variable "To" must be all lower-case
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Line indented incorrectly; expected at least 12 spaces, found 6
(#1033) Variable "date_arr" must not contain underscores.
(#1034) Spaces must be used for alignment; tabs are not allowed
(#1034) Tab found within whitespace
(#1034) Line indented incorrectly; expected at least 12 spaces, found 6
(#1034) Inline control structures are not allowed
(#1034) Variable "date_arr" must not contain underscores.
(#1035) Spaces must be used for alignment; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Line indented incorrectly; expected at least 12 spaces, found 7
(#1035) Variable "To" must be all lower-case
(#1036) Spaces must be used for alignment; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Line indented incorrectly; expected at least 12 spaces, found 6
(#1036) Variable "Period" must be all lower-case
(#1036) Variable "To" must be all lower-case
(#1036) Spaces must be used for alignment; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Whitespace found at end of line
(#1037) Spaces must be used for alignment; tabs are not allowed
(#1037) Tab found within whitespace
(#1037) Line indented incorrectly; expected at least 12 spaces, found 6
(#1038) Spaces must be used for alignment; tabs are not allowed
(#1038) Tab found within whitespace
(#1038) Line indented incorrectly; expected 8 spaces, found 5
(#1039) Spaces must be used for alignment; tabs are not allowed
(#1039) Tab found within whitespace
(#1039) Line indented incorrectly; expected at least 8 spaces, found 5
(#1039) Variable "Current" must be all lower-case
(#1040) Spaces must be used for alignment; tabs are not allowed
(#1040) Tab found within whitespace
(#1040) Line indented incorrectly; expected at least 8 spaces, found 6
(#1040) Variable "Current" must be all lower-case
(#1041) Spaces must be used for alignment; tabs are not allowed
(#1041) Tab found within whitespace
(#1041) Line indented incorrectly; expected at least 8 spaces, found 6
(#1041) Variable "Period" must be all lower-case
(#1041) Variable "Current" must be all lower-case
(#1041) Spaces must be used for alignment; tabs are not allowed
(#1041) Tab found within whitespace
(#1041) Whitespace found at end of line
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Line indented incorrectly; expected at least 8 spaces, found 4
(#1042) Variable "ExperienceItem" must be all lower-case
(#1042) Variable "Period" must be all lower-case
(#1042) Spaces must be used for alignment; tabs are not allowed
(#1042) Tab found within whitespace
(#1042) Whitespace found at end of line
(#1043) Spaces must be used for alignment; tabs are not allowed
(#1043) Tab found within whitespace
(#1043) Inline comments must end in full-stops, exclamation marks, or question marks
(#1043) Line indented incorrectly; expected at least 8 spaces, found 4
(#1044) Spaces must be used for alignment; tabs are not allowed
(#1044) Tab found within whitespace
(#1044) Line indented incorrectly; expected 8 spaces, found 4
(#1045) Spaces must be used for alignment; tabs are not allowed
(#1045) Tab found within whitespace
(#1045) Line indented incorrectly; expected at least 12 spaces, found 5
(#1045) Variable "Position" must be all lower-case
(#1046) Spaces must be used for alignment; tabs are not allowed
(#1046) Tab found within whitespace
(#1046) Line indented incorrectly; expected at least 12 spaces, found 6
(#1046) Variable "Label" must be all lower-case
(#1047) Spaces must be used for alignment; tabs are not allowed
(#1047) Tab found within whitespace
(#1047) Line indented incorrectly; expected at least 12 spaces, found 7
(#1048) Spaces must be used for alignment; tabs are not allowed
(#1048) Tab found within whitespace
(#1048) Line indented incorrectly; expected at least 12 spaces, found 7
(#1048) Variable "Label" must be all lower-case
(#1049) Spaces must be used for alignment; tabs are not allowed
(#1049) Tab found within whitespace
(#1049) Line indented incorrectly; expected at least 12 spaces, found 7
(#1049) Variable "Position" must be all lower-case
(#1049) Variable "Label" must be all lower-case
(#1049) Spaces must be used for alignment; tabs are not allowed
(#1049) Tab found within whitespace
(#1049) Whitespace found at end of line
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Tab found within whitespace
(#1050) Line indented incorrectly; expected at least 12 spaces, found 6
(#1050) Variable "Position" must be all lower-case
(#1050) Variable "Label" must be all lower-case
(#1050) Spaces must be used for alignment; tabs are not allowed
(#1050) Tab found within whitespace
(#1050) Whitespace found at end of line
(#1051) Spaces must be used for alignment; tabs are not allowed
(#1051) Tab found within whitespace
(#1051) Line indented incorrectly; expected at least 12 spaces, found 5
(#1051) Variable "ExperienceItem" must be all lower-case
(#1051) Variable "Position" must be all lower-case
(#1051) Spaces must be used for alignment; tabs are not allowed
(#1051) Tab found within whitespace
(#1051) Whitespace found at end of line
(#1052) Spaces must be used for alignment; tabs are not allowed
(#1052) Tab found within whitespace
(#1052) Line indented incorrectly; expected 8 spaces, found 4
(#1053) Spaces must be used for alignment; tabs are not allowed
(#1053) Tab found within whitespace
(#1053) Line indented incorrectly; expected at least 12 spaces, found 5
(#1053) Variable "Title" must be all lower-case
(#1054) Spaces must be used for alignment; tabs are not allowed
(#1054) Tab found within whitespace
(#1054) Line indented incorrectly; expected at least 12 spaces, found 6
(#1055) Spaces must be used for alignment; tabs are not allowed
(#1055) Tab found within whitespace
(#1055) Line indented incorrectly; expected at least 12 spaces, found 6
(#1055) Variable "Title" must be all lower-case
(#1056) Spaces must be used for alignment; tabs are not allowed
(#1056) Tab found within whitespace
(#1056) Line indented incorrectly; expected at least 12 spaces, found 5
(#1056) Variable "ExperienceItem" must be all lower-case
(#1056) Variable "Title" must be all lower-case
(#1056) Spaces must be used for alignment; tabs are not allowed
(#1056) Tab found within whitespace
(#1056) Whitespace found at end of line
(#1057) Spaces must be used for alignment; tabs are not allowed
(#1057) Tab found within whitespace
(#1057) Line indented incorrectly; expected 8 spaces, found 4
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Inline comments must end in full-stops, exclamation marks, or question marks
(#1058) Line indented incorrectly; expected at least 8 spaces, found 4
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Line indented incorrectly; expected 8 spaces, found 4
(#1060) Spaces must be used for alignment; tabs are not allowed
(#1060) Tab found within whitespace
(#1060) Line indented incorrectly; expected at least 12 spaces, found 5
(#1060) Variable "Activities" must be all lower-case
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Line indented incorrectly; expected at least 12 spaces, found 7
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Line indented incorrectly; expected at least 12 spaces, found 7
(#1062) Variable "Activities" must be all lower-case
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Whitespace found at end of line
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Line indented incorrectly; expected at least 12 spaces, found 5
(#1063) Variable "ExperienceItem" must be all lower-case
(#1063) Variable "Activities" must be all lower-case
(#1063) Spaces must be used for alignment; tabs are not allowed
(#1063) Tab found within whitespace
(#1063) Whitespace found at end of line
(#1064) Spaces must be used for alignment; tabs are not allowed
(#1064) Tab found within whitespace
(#1064) Line indented incorrectly; expected 8 spaces, found 4
(#1065) Spaces must be used for alignment; tabs are not allowed
(#1065) Tab found within whitespace
(#1065) Line indented incorrectly; expected at least 8 spaces, found 4
(#1066) Spaces must be used for alignment; tabs are not allowed
(#1066) Tab found within whitespace
(#1066) Line indented incorrectly; expected 8 spaces, found 4
(#1067) Spaces must be used for alignment; tabs are not allowed
(#1067) Tab found within whitespace
(#1067) Line indented incorrectly; expected at least 12 spaces, found 5
(#1067) Variable "OrganisationXML" must be all lower-case
(#1068) Spaces must be used for alignment; tabs are not allowed
(#1068) Tab found within whitespace
(#1068) Line indented incorrectly; expected 8 spaces, found 4
(#1069) Spaces must be used for alignment; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Line indented incorrectly; expected at least 12 spaces, found 5
(#1069) Variable "OrganisationXML" must be all lower-case
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Line indented incorrectly; expected 8 spaces, found 4
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Line indented incorrectly; expected at least 8 spaces, found 5
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Line indented incorrectly; expected at least 8 spaces, found 5
(#1072) Variable "Name" must be all lower-case
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Line indented incorrectly; expected at least 8 spaces, found 6
(#1074) Spaces must be used for alignment; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Line indented incorrectly; expected at least 8 spaces, found 6
(#1074) Variable "Name" must be all lower-case
(#1075) Spaces must be used for alignment; tabs are not allowed
(#1075) Tab found within whitespace
(#1075) Line indented incorrectly; expected at least 8 spaces, found 6
(#1075) Variable "OrganisationXML" must be all lower-case
(#1075) Variable "Name" must be all lower-case
(#1075) Spaces must be used for alignment; tabs are not allowed
(#1075) Tab found within whitespace
(#1075) Whitespace found at end of line
(#1076) Spaces must be used for alignment; tabs are not allowed
(#1076) Tab found within whitespace
(#1076) Line indented incorrectly; expected at least 8 spaces, found 5
(#1077) Spaces must be used for alignment; tabs are not allowed
(#1077) Tab found within whitespace
(#1077) Line indented incorrectly; expected 8 spaces, found 5
(#1078) Spaces must be used for alignment; tabs are not allowed
(#1078) Tab found within whitespace
(#1078) Line indented incorrectly; expected at least 12 spaces, found 6
(#1078) Variable "ContactInfo" must be all lower-case
(#1079) Spaces must be used for alignment; tabs are not allowed
(#1079) Tab found within whitespace
(#1079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1079) Line indented incorrectly; expected at least 12 spaces, found 7
(#1080) Spaces must be used for alignment; tabs are not allowed
(#1080) Tab found within whitespace
(#1080) Line indented incorrectly; expected at least 12 spaces, found 7
(#1080) Variable "Address" must be all lower-case
(#1081) Spaces must be used for alignment; tabs are not allowed
(#1081) Tab found within whitespace
(#1081) Line indented incorrectly; expected at least 12 spaces, found 8
(#1081) Variable "Contact" must be all lower-case
(#1082) Spaces must be used for alignment; tabs are not allowed
(#1082) Tab found within whitespace
(#1082) Line indented incorrectly; expected at least 12 spaces, found 9
(#1082) Variable "AddressLine" must be all lower-case
(#1083) Spaces must be used for alignment; tabs are not allowed
(#1083) Tab found within whitespace
(#1083) Line indented incorrectly; expected at least 12 spaces, found 10
(#1084) Spaces must be used for alignment; tabs are not allowed
(#1084) Tab found within whitespace
(#1084) Line indented incorrectly; expected at least 12 spaces, found 10
(#1084) Variable "AddressLine" must be all lower-case
(#1085) Spaces must be used for alignment; tabs are not allowed
(#1085) Tab found within whitespace
(#1085) Line indented incorrectly; expected at least 12 spaces, found 10
(#1085) Variable "Contact" must be all lower-case
(#1085) Variable "AddressLine" must be all lower-case
(#1086) Spaces must be used for alignment; tabs are not allowed
(#1086) Tab found within whitespace
(#1086) Line indented incorrectly; expected at least 12 spaces, found 8
(#1086) Variable "Address" must be all lower-case
(#1086) Variable "Contact" must be all lower-case
(#1087) Spaces must be used for alignment; tabs are not allowed
(#1087) Tab found within whitespace
(#1087) Line indented incorrectly; expected at least 12 spaces, found 8
(#1087) Variable "ContactInfo" must be all lower-case
(#1087) Variable "Address" must be all lower-case
(#1087) Spaces must be used for alignment; tabs are not allowed
(#1087) Tab found within whitespace
(#1087) Whitespace found at end of line
(#1088) Spaces must be used for alignment; tabs are not allowed
(#1088) Tab found within whitespace
(#1088) Line indented incorrectly; expected at least 12 spaces, found 6
(#1088) Variable "OrganisationXML" must be all lower-case
(#1088) Variable "ContactInfo" must be all lower-case
(#1088) Spaces must be used for alignment; tabs are not allowed
(#1088) Tab found within whitespace
(#1088) Whitespace found at end of line
(#1089) Spaces must be used for alignment; tabs are not allowed
(#1089) Tab found within whitespace
(#1089) Line indented incorrectly; expected 8 spaces, found 5
(#1090) Spaces must be used for alignment; tabs are not allowed
(#1090) Tab found within whitespace
(#1090) Line indented incorrectly; expected at least 8 spaces, found 4
(#1090) Variable "ExperienceItem" must be all lower-case
(#1090) Variable "OrganisationXML" must be all lower-case
(#1090) Spaces must be used for alignment; tabs are not allowed
(#1090) Tab found within whitespace
(#1090) Whitespace found at end of line
(#1091) Spaces must be used for alignment; tabs are not allowed
(#1091) Tab found within whitespace
(#1091) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1091) Inline comments must end in full-stops, exclamation marks, or question marks
(#1091) Line indented incorrectly; expected at least 8 spaces, found 4
(#1092) Spaces must be used for alignment; tabs are not allowed
(#1092) Tab found within whitespace
(#1092) Line indented incorrectly; expected 8 spaces, found 4
(#1093) Spaces must be used for alignment; tabs are not allowed
(#1093) Tab found within whitespace
(#1093) Line indented incorrectly; expected 12 spaces, found 5
(#1094) Spaces must be used for alignment; tabs are not allowed
(#1094) Tab found within whitespace
(#1094) Line indented incorrectly; expected at least 16 spaces, found 6
(#1095) Spaces must be used for alignment; tabs are not allowed
(#1095) Tab found within whitespace
(#1096) Spaces must be used for alignment; tabs are not allowed
(#1096) Tab found within whitespace
(#1096) Line indented incorrectly; expected 12 spaces, found 5
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Line indented incorrectly; expected at least 16 spaces, found 6
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Whitespace found at end of line
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Line indented incorrectly; expected 8 spaces, found 4
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Line indented incorrectly; expected at least 8 spaces, found 4
(#1101) Spaces must be used for alignment; tabs are not allowed
(#1101) Tab found within whitespace
(#1101) Line indented incorrectly; expected at least 8 spaces, found 4
(#1101) Line exceeds 132 characters; contains 134 characters
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) Line indented incorrectly; expected 8 spaces, found 4
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Line indented incorrectly; expected at least 12 spaces, found 5
(#1103) Variable "fileArray" must be all lower-case
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Line indented incorrectly; expected at least 12 spaces, found 5
(#1104) Variable "Documentation" must be all lower-case
(#1104) Variable "fileArray" must be all lower-case
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Line indented incorrectly; expected at least 12 spaces, found 5
(#1105) Variable "ExperienceItem" must be all lower-case
(#1105) Variable "Documentation" must be all lower-case
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Whitespace found at end of line
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1106) Tab found within whitespace
(#1106) Line indented incorrectly; expected 8 spaces, found 4
(#1106) Whitespace found at end of line
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Line indented incorrectly; expected at least 8 spaces, found 3
(#1107) Variable "ExperienceList" must be all lower-case
(#1107) Variable "ExperienceItem" must be all lower-case
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Whitespace found at end of line
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Line indented incorrectly; expected 4 spaces, found 2
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Line indented incorrectly; expected at least 4 spaces, found 1
(#1109) Variable "ExperienceList" must be all lower-case
(#1112) Inline comments must end in full-stops, exclamation marks, or question marks
(#1113) function name "europassXMLAchievement" must be lower-case letters only
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Line indented incorrectly; expected at least 4 spaces, found 1
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Line indented incorrectly; expected at least 4 spaces, found 1
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Line indented incorrectly; expected at least 4 spaces, found 1
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Line indented incorrectly; expected at least 4 spaces, found 1
(#1117) Variable "Achievement" must be all lower-case
(#1118) Spaces must be used for alignment; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Line indented incorrectly; expected at least 4 spaces, found 2
(#1118) Variable "Title" must be all lower-case
(#1119) Spaces must be used for alignment; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Line indented incorrectly; expected at least 4 spaces, found 3
(#1119) Variable "Label" must be all lower-case
(#1120) Spaces must be used for alignment; tabs are not allowed
(#1120) Tab found within whitespace
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Variable "Label" must be all lower-case
(#1122) Spaces must be used for alignment; tabs are not allowed
(#1122) Tab found within whitespace
(#1122) Variable "Title" must be all lower-case
(#1122) Variable "Label" must be all lower-case
(#1123) Spaces must be used for alignment; tabs are not allowed
(#1123) Tab found within whitespace
(#1123) Line indented incorrectly; expected at least 4 spaces, found 3
(#1123) Variable "Achievement" must be all lower-case
(#1123) Variable "Title" must be all lower-case
(#1124) Spaces must be used for alignment; tabs are not allowed
(#1124) Tab found within whitespace
(#1124) Line indented incorrectly; expected at least 4 spaces, found 2
(#1124) Variable "Description" must be all lower-case
(#1125) Spaces must be used for alignment; tabs are not allowed
(#1125) Tab found within whitespace
(#1125) Line indented incorrectly; expected at least 4 spaces, found 3
(#1126) Spaces must be used for alignment; tabs are not allowed
(#1126) Tab found within whitespace
(#1126) Line indented incorrectly; expected at least 4 spaces, found 3
(#1126) Variable "Description" must be all lower-case
(#1127) Spaces must be used for alignment; tabs are not allowed
(#1127) Tab found within whitespace
(#1127) Line indented incorrectly; expected at least 4 spaces, found 3
(#1127) Variable "Achievement" must be all lower-case
(#1127) Variable "Description" must be all lower-case
(#1128) Spaces must be used for alignment; tabs are not allowed
(#1128) Tab found within whitespace
(#1128) Inline comments must end in full-stops, exclamation marks, or question marks
(#1128) Line indented incorrectly; expected at least 4 spaces, found 2
(#1129) Spaces must be used for alignment; tabs are not allowed
(#1129) Tab found within whitespace
(#1129) Line indented incorrectly; expected 4 spaces, found 2
(#1130) Spaces must be used for alignment; tabs are not allowed
(#1130) Tab found within whitespace
(#1130) Line indented incorrectly; expected 8 spaces, found 3
(#1131) Spaces must be used for alignment; tabs are not allowed
(#1131) Tab found within whitespace
(#1131) Line indented incorrectly; expected at least 12 spaces, found 4
(#1132) Spaces must be used for alignment; tabs are not allowed
(#1132) Tab found within whitespace
(#1133) Spaces must be used for alignment; tabs are not allowed
(#1133) Tab found within whitespace
(#1133) Line indented incorrectly; expected 8 spaces, found 3
(#1134) Spaces must be used for alignment; tabs are not allowed
(#1134) Tab found within whitespace
(#1134) Line indented incorrectly; expected at least 12 spaces, found 4
(#1135) Spaces must be used for alignment; tabs are not allowed
(#1135) Tab found within whitespace
(#1136) Spaces must be used for alignment; tabs are not allowed
(#1136) Tab found within whitespace
(#1136) Line indented incorrectly; expected 8 spaces, found 3
(#1137) Spaces must be used for alignment; tabs are not allowed
(#1137) Tab found within whitespace
(#1137) Line indented incorrectly; expected at least 12 spaces, found 4
(#1138) Spaces must be used for alignment; tabs are not allowed
(#1138) Tab found within whitespace
(#1139) Spaces must be used for alignment; tabs are not allowed
(#1139) Tab found within whitespace
(#1139) Line indented incorrectly; expected 8 spaces, found 3
(#1140) Spaces must be used for alignment; tabs are not allowed
(#1140) Tab found within whitespace
(#1140) Line indented incorrectly; expected 12 spaces, found 4
(#1141) Spaces must be used for alignment; tabs are not allowed
(#1141) Tab found within whitespace
(#1141) Line indented incorrectly; expected at least 16 spaces, found 5
(#1141) Line exceeds 132 characters; contains 147 characters
(#1142) Spaces must be used for alignment; tabs are not allowed
(#1142) Tab found within whitespace
(#1142) Line indented incorrectly; expected at least 16 spaces, found 5
(#1142) Line exceeds 132 characters; contains 147 characters
(#1143) Spaces must be used for alignment; tabs are not allowed
(#1143) Tab found within whitespace
(#1143) Line indented incorrectly; expected 12 spaces, found 4
(#1144) Spaces must be used for alignment; tabs are not allowed
(#1144) Tab found within whitespace
(#1144) Line indented incorrectly; expected at least 12 spaces, found 4
(#1145) Spaces must be used for alignment; tabs are not allowed
(#1145) Tab found within whitespace
(#1146) Spaces must be used for alignment; tabs are not allowed
(#1146) Tab found within whitespace
(#1146) Line indented incorrectly; expected 8 spaces, found 3
(#1147) Spaces must be used for alignment; tabs are not allowed
(#1147) Tab found within whitespace
(#1147) Line indented incorrectly; expected at least 12 spaces, found 4
(#1148) Spaces must be used for alignment; tabs are not allowed
(#1148) Tab found within whitespace
(#1148) Line indented incorrectly; expected 4 spaces, found 2
(#1149) Spaces must be used for alignment; tabs are not allowed
(#1149) Tab found within whitespace
(#1149) Line indented incorrectly; expected 4 spaces, found 2
(#1150) Spaces must be used for alignment; tabs are not allowed
(#1150) Tab found within whitespace
(#1150) Line indented incorrectly; expected at least 8 spaces, found 3
(#1151) Spaces must be used for alignment; tabs are not allowed
(#1151) Tab found within whitespace
(#1151) Line indented incorrectly; expected 4 spaces, found 2
(#1152) Spaces must be used for alignment; tabs are not allowed
(#1152) Tab found within whitespace
(#1152) Line indented incorrectly; expected 4 spaces, found 2
(#1153) Spaces must be used for alignment; tabs are not allowed
(#1153) Tab found within whitespace
(#1153) Line indented incorrectly; expected at least 8 spaces, found 3
(#1153) Variable "fileArray" must be all lower-case
(#1154) Spaces must be used for alignment; tabs are not allowed
(#1154) Tab found within whitespace
(#1154) Line indented incorrectly; expected at least 8 spaces, found 3
(#1154) Variable "Documentation" must be all lower-case
(#1154) Variable "fileArray" must be all lower-case
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Line indented incorrectly; expected at least 8 spaces, found 3
(#1155) Variable "Achievement" must be all lower-case
(#1155) Variable "Documentation" must be all lower-case
(#1155) Spaces must be used for alignment; tabs are not allowed
(#1155) Tab found within whitespace
(#1155) Whitespace found at end of line
(#1156) Spaces must be used for alignment; tabs are not allowed
(#1156) Tab found within whitespace
(#1156) Line indented incorrectly; expected 4 spaces, found 2
(#1156) Whitespace found at end of line
(#1157) Spaces must be used for alignment; tabs are not allowed
(#1157) Tab found within whitespace
(#1157) Line indented incorrectly; expected at least 4 spaces, found 1
(#1157) Variable "Achievement" must be all lower-case
(#1161) function name "listForResumeElements" must be lower-case letters only
(#1162) Spaces must be used for alignment; tabs are not allowed
(#1162) Tab found within whitespace
(#1162) Line indented incorrectly; expected at least 4 spaces, found 1
(#1163) Spaces must be used for alignment; tabs are not allowed
(#1163) Tab found within whitespace
(#1163) Line indented incorrectly; expected at least 4 spaces, found 1
(#1163) Variable "itemsIDs" must be all lower-case
(#1164) Spaces must be used for alignment; tabs are not allowed
(#1164) Tab found within whitespace
(#1164) Line indented incorrectly; expected at least 4 spaces, found 1
(#1165) Spaces must be used for alignment; tabs are not allowed
(#1165) Tab found within whitespace
(#1165) Line indented incorrectly; expected at least 4 spaces, found 1
(#1166) Spaces must be used for alignment; tabs are not allowed
(#1166) Tab found within whitespace
(#1166) Line indented incorrectly; expected 4 spaces, found 1
(#1167) Spaces must be used for alignment; tabs are not allowed
(#1167) Tab found within whitespace
(#1167) Line indented incorrectly; expected at least 8 spaces, found 2
(#1168) Spaces must be used for alignment; tabs are not allowed
(#1168) Tab found within whitespace
(#1168) Line indented incorrectly; expected at least 8 spaces, found 2
(#1168) Variable "itemsIDs" must be all lower-case
(#1169) Spaces must be used for alignment; tabs are not allowed
(#1169) Tab found within whitespace
(#1169) Line indented incorrectly; expected 8 spaces, found 2
(#1170) Spaces must be used for alignment; tabs are not allowed
(#1170) Tab found within whitespace
(#1170) Line indented incorrectly; expected 12 spaces, found 3
(#1170) Whitespace found at end of line
(#1171) Spaces must be used for alignment; tabs are not allowed
(#1171) Tab found within whitespace
(#1171) Line indented incorrectly; expected at least 16 spaces, found 5
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Line indented incorrectly; expected at least 16 spaces, found 5
(#1172) Spaces must be used for alignment; tabs are not allowed
(#1172) Tab found within whitespace
(#1172) Whitespace found at end of line
(#1173) Spaces must be used for alignment; tabs are not allowed
(#1173) Tab found within whitespace
(#1173) Line indented incorrectly; expected at least 16 spaces, found 5
(#1173) Expected 1 space before ":"; 0 found
(#1173) Expected 1 space after ":"; 0 found
(#1174) Spaces must be used for alignment; tabs are not allowed
(#1174) Tab found within whitespace
(#1175) Spaces must be used for alignment; tabs are not allowed
(#1175) Tab found within whitespace
(#1175) Line indented incorrectly; expected 12 spaces, found 3
(#1176) Spaces must be used for alignment; tabs are not allowed
(#1176) Tab found within whitespace
(#1176) Line indented incorrectly; expected at least 16 spaces, found 5
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Line indented incorrectly; expected at least 16 spaces, found 5
(#1177) Spaces must be used for alignment; tabs are not allowed
(#1177) Tab found within whitespace
(#1177) Whitespace found at end of line
(#1178) Spaces must be used for alignment; tabs are not allowed
(#1178) Tab found within whitespace
(#1178) Line indented incorrectly; expected at least 16 spaces, found 5
(#1179) Spaces must be used for alignment; tabs are not allowed
(#1179) Tab found within whitespace
(#1179) Line indented incorrectly; expected at least 16 spaces, found 5
(#1179) Expected 1 space before ":"; 0 found
(#1179) Expected 1 space after ":"; 0 found
(#1180) Spaces must be used for alignment; tabs are not allowed
(#1180) Tab found within whitespace
(#1181) Spaces must be used for alignment; tabs are not allowed
(#1181) Tab found within whitespace
(#1181) Line indented incorrectly; expected 12 spaces, found 3
(#1182) Spaces must be used for alignment; tabs are not allowed
(#1182) Tab found within whitespace
(#1182) Line indented incorrectly; expected at least 16 spaces, found 5
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Line indented incorrectly; expected at least 16 spaces, found 5
(#1183) Spaces must be used for alignment; tabs are not allowed
(#1183) Tab found within whitespace
(#1183) Whitespace found at end of line
(#1184) Spaces must be used for alignment; tabs are not allowed
(#1184) Tab found within whitespace
(#1184) Line indented incorrectly; expected at least 16 spaces, found 5
(#1184) Expected 1 space before ":"; 0 found
(#1184) Expected 1 space after ":"; 0 found
(#1185) Spaces must be used for alignment; tabs are not allowed
(#1185) Tab found within whitespace
(#1186) Spaces must be used for alignment; tabs are not allowed
(#1186) Tab found within whitespace
(#1186) Line indented incorrectly; expected 12 spaces, found 3
(#1187) Spaces must be used for alignment; tabs are not allowed
(#1187) Tab found within whitespace
(#1187) Line indented incorrectly; expected 8 spaces, found 2
(#1189) Spaces must be used for alignment; tabs are not allowed
(#1189) Tab found within whitespace
(#1189) Line indented incorrectly; expected at least 8 spaces, found 2
(#1190) Spaces must be used for alignment; tabs are not allowed
(#1190) Tab found within whitespace
(#1190) Line indented incorrectly; expected 4 spaces, found 1
(#1191) Spaces must be used for alignment; tabs are not allowed
(#1191) Tab found within whitespace
(#1191) Line indented incorrectly; expected at least 4 spaces, found 1
(#1192) Spaces must be used for alignment; tabs are not allowed
(#1192) Tab found within whitespace
(#1192) Line indented incorrectly; expected at least 4 spaces, found 1
(#1192) Variable "itemsIDs" must be all lower-case
(#1196) Tab found before comment text; expected "// fileid => filecontent" but found "// fileid => filecontent"
(#1197) Tab found before comment text; expected "// fileid => mimetype" but found "// fileid => mimetype"
(#1198) Inline comments must end in full-stops, exclamation marks, or question marks
(#1198) Tab found before comment text; expected "// fileid => filename" but found "// fileid => filename"
(#1199) function name "europassXMLGetAttachedFileContents" must be lower-case letters only
(#1200) Spaces must be used for alignment; tabs are not allowed
(#1200) Tab found within whitespace
(#1200) Line indented incorrectly; expected at least 4 spaces, found 1
(#1200) Variable "attachedFileNames" must be all lower-case
(#1200) Variable "attachedFileDatas" must be all lower-case
(#1200) Variable "attachedFileMimeTypes" must be all lower-case
(#1201) Spaces must be used for alignment; tabs are not allowed
(#1201) Tab found within whitespace
(#1201) Line indented incorrectly; expected at least 4 spaces, found 1
(#1202) Spaces must be used for alignment; tabs are not allowed
(#1202) Tab found within whitespace
(#1202) Line indented incorrectly; expected at least 4 spaces, found 1
(#1202) Variable "numChars" must be all lower-case
(#1203) Spaces must be used for alignment; tabs are not allowed
(#1203) Tab found within whitespace
(#1203) Line indented incorrectly; expected 4 spaces, found 1
(#1204) Spaces must be used for alignment; tabs are not allowed
(#1204) Tab found within whitespace
(#1204) Line indented incorrectly; expected at least 8 spaces, found 2
(#1205) Spaces must be used for alignment; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected 8 spaces, found 2
(#1205) Expected 1 space before "=="; 0 found
(#1205) Expected 1 space after "=="; 0 found
(#1205) Expected 1 space before "=="; 0 found
(#1205) Expected 1 space after "=="; 0 found
(#1205) Expected 1 space before "=="; 0 found
(#1205) Expected 1 space after "=="; 0 found
(#1206) Spaces must be used for alignment; tabs are not allowed
(#1206) Tab found within whitespace
(#1206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1206) Inline comments must end in full-stops, exclamation marks, or question marks
(#1206) Line indented incorrectly; expected at least 12 spaces, found 3
(#1207) Spaces must be used for alignment; tabs are not allowed
(#1207) Tab found within whitespace
(#1207) Line indented incorrectly; expected at least 12 spaces, found 3
(#1207) Variable "ID" must be all lower-case
(#1208) Spaces must be used for alignment; tabs are not allowed
(#1208) Tab found within whitespace
(#1208) Line indented incorrectly; expected 12 spaces, found 3
(#1209) Spaces must be used for alignment; tabs are not allowed
(#1209) Tab found within whitespace
(#1209) Line indented incorrectly; expected at least 16 spaces, found 4
(#1209) Variable "ID" must be all lower-case
(#1209) Variable "numChars" must be all lower-case
(#1210) Spaces must be used for alignment; tabs are not allowed
(#1210) Tab found within whitespace
(#1210) Line indented incorrectly; expected 12 spaces, found 3
(#1211) Spaces must be used for alignment; tabs are not allowed
(#1211) Tab found within whitespace
(#1211) Line indented incorrectly; expected at least 12 spaces, found 3
(#1211) Variable "attachedFileMimeTypes" must be all lower-case
(#1211) Variable "ID" must be all lower-case
(#1212) Spaces must be used for alignment; tabs are not allowed
(#1212) Tab found within whitespace
(#1212) Line indented incorrectly; expected at least 12 spaces, found 3
(#1212) Variable "attachedFileDatas" must be all lower-case
(#1212) Variable "ID" must be all lower-case
(#1212) Spaces must be used for alignment; tabs are not allowed
(#1212) Tab found within whitespace
(#1212) Whitespace found at end of line
(#1213) Spaces must be used for alignment; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Line indented incorrectly; expected at least 12 spaces, found 3
(#1213) Variable "attachedFileNames" must be all lower-case
(#1213) Variable "ID" must be all lower-case
(#1213) Spaces must be used for alignment; tabs are not allowed
(#1213) Tab found within whitespace
(#1213) Whitespace found at end of line
(#1214) Spaces must be used for alignment; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected at least 12 spaces, found 3
(#1214) Variable "arrayIDs" must be all lower-case
(#1214) Variable "ID" must be all lower-case
(#1215) Spaces must be used for alignment; tabs are not allowed
(#1215) Tab found within whitespace
(#1215) Line indented incorrectly; expected 8 spaces, found 2
(#1216) Spaces must be used for alignment; tabs are not allowed
(#1216) Tab found within whitespace
(#1216) Line indented incorrectly; expected 4 spaces, found 1
(#1217) Spaces must be used for alignment; tabs are not allowed
(#1217) Tab found within whitespace
(#1217) Line indented incorrectly; expected at least 4 spaces, found 1
(#1217) Variable "arrayIDs" must be all lower-case
(#1220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1220) Inline comments must end in full-stops, exclamation marks, or question marks
(#1221) function name "europassXMLDocumentationList" must be lower-case letters only
(#1221) Variable "fileArray" must be all lower-case
(#1222) Spaces must be used for alignment; tabs are not allowed
(#1222) Tab found within whitespace
(#1222) Line indented incorrectly; expected 4 spaces, found 1
(#1222) Variable "fileArray" must be all lower-case
(#1222) Expected 1 space before ">"; 0 found
(#1222) Expected 1 space after ">"; 0 found
(#1223) Spaces must be used for alignment; tabs are not allowed
(#1223) Tab found within whitespace
(#1223) Line indented incorrectly; expected at least 8 spaces, found 2
(#1223) Variable "Documentation" must be all lower-case
(#1224) Spaces must be used for alignment; tabs are not allowed
(#1224) Tab found within whitespace
(#1224) Line indented incorrectly; expected 8 spaces, found 2
(#1224) Variable "fileArray" must be all lower-case
(#1224) Variable "fileID" must be all lower-case
(#1225) Spaces must be used for alignment; tabs are not allowed
(#1225) Tab found within whitespace
(#1225) Line indented incorrectly; expected at least 12 spaces, found 3
(#1225) Variable "ReferenceTo" must be all lower-case
(#1225) Spaces must be used for alignment; tabs are not allowed
(#1225) Tab found within whitespace
(#1225) Whitespace found at end of line
(#1226) Spaces must be used for alignment; tabs are not allowed
(#1226) Tab found within whitespace
(#1226) Line indented incorrectly; expected at least 12 spaces, found 3
(#1226) Variable "ReferenceTo" must be all lower-case
(#1226) Variable "fileID" must be all lower-case
(#1227) Spaces must be used for alignment; tabs are not allowed
(#1227) Tab found within whitespace
(#1227) Line indented incorrectly; expected at least 12 spaces, found 3
(#1227) Variable "Documentation" must be all lower-case
(#1227) Variable "ReferenceTo" must be all lower-case
(#1228) Spaces must be used for alignment; tabs are not allowed
(#1228) Tab found within whitespace
(#1228) Line indented incorrectly; expected 8 spaces, found 2
(#1229) Spaces must be used for alignment; tabs are not allowed
(#1229) Tab found within whitespace
(#1229) Line indented incorrectly; expected at least 8 spaces, found 2
(#1229) Variable "Documentation" must be all lower-case
(#1230) Spaces must be used for alignment; tabs are not allowed
(#1230) Tab found within whitespace
(#1230) Line indented incorrectly; expected 4 spaces, found 1
(#1231) Spaces must be used for alignment; tabs are not allowed
(#1231) Tab found within whitespace
(#1231) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/lib/sharelib.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) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) 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) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Commas (,) must be followed by white space.
(#28) Opening brace should be on the same line as the declaration
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Inline control structures are not allowed
(#30) Expected 1 space before "=="; 0 found
(#30) Expected 1 space after "=="; 0 found
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 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 "// bei epop wird userid mitgegeben, sonst aus global USER holen" but found "//bei epop wird userid mitgegeben, sonst aus global USER holen"
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Commas (,) must be followed by white space.
(#35) Opening brace should be on the same line as the declaration
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Variable "accessPath" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Inline control structures are not allowed
(#39) Variable "accessPath" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 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) Variable "accessPath" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Variable "accessPath" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Variable "portfolioUser" must be all lower-case
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Variable "portfolioUser" must be all lower-case
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Usage of ELSEIF not allowed; use ELSE IF instead
(#62) Variable "accessPath" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#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) Inline control structures are not allowed
(#66) Expected 1 space before "=="; 0 found
(#66) Expected 1 space after "=="; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "accessPath" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Variable "portfolioUser" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Variable "portfolioUser" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#92) Opening brace should be on the same line as the declaration
(#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 1
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#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 1
(#100) Variable "accessPath" must be all lower-case
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#101) Inline control structures are not allowed
(#101) Variable "accessPath" must be all lower-case
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 4 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) 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 4 spaces, found 1
(#106) Variable "accessPath" must be all lower-case
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Variable "accessPath" must be all lower-case
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Inline control structures are not allowed
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 3
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#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) Expected 1 space after "="; 2 found
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) This comment is 67% valid code; is this commented out code?
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) No space found before comment text; expected "// $userid = $hash[0];" but found "//$userid = $hash[0];"
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) This comment is 67% valid code; is this commented out code?
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) No space found before comment text; expected "// $hash = $hash[1];" but found "//$hash = $hash[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) Line indented incorrectly; expected 8 spaces, found 2
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#126) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#130) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Variable "accessPath" must be all lower-case
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Whitespace found at end of line
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected 1 space before "="; 0 found
(#137) Expected 1 space after "="; 0 found
(#137) Expected 1 space before "="; 0 found
(#137) Expected 1 space after "="; 0 found
(#142) Variable "usergroups_list" must not contain underscores.
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Variable "accessPath" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Inline control structures are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 3
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 5
(#152) Expected 1 space after "="; 2 found
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) This comment is 67% valid code; is this commented out code?
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) No space found before comment text; expected "// $userid = $hash[0];" but found "//$userid = $hash[0];"
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) This comment is 67% valid code; is this commented out code?
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) No space found before comment text; expected "// $viewid = $hash[1];" but found "//$viewid = $hash[1];"
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 7
(#158) Line exceeds 132 characters; contains 162 characters
(#159) Whitespace found at end of line
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 7
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 7
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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 7
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 7
(#164) Variable "usergroups_list" must not contain underscores.
(#164) Line exceeds 132 characters; contains 139 characters
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 3
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 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 4 spaces, found 1
(#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
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space after closing parenthesis; found 0
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) This comment is 84% valid code; is this commented out code?
(#181) Line indented incorrectly; expected at least 4 spaces, found 1
(#181) No space found before comment text; expected "// echo $sql;die;" but found "//echo $sql;die;"
(#181) Whitespace found at end of line
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#182) Expected "if (...) {\n"; found "if (...){\n"
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 4 spaces, found 1
(#184) Expected "} else {\n"; found "}else{\n"
(#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 4 spaces, found 1
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// check if user is userid or if user is trainer of userid" but found "//check if user is userid or if user is trainer of userid"
(#191) Inline control structures are not allowed
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#193) Inline control structures are not allowed
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 5
(#197) Whitespace found at end of line within string
(#198) Whitespace found at end of line within string
(#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 5
(#200) Inline control structures are not allowed
(#200) Commas (,) must be followed by white space.
(#200) Commas (,) must be followed by white space.
(#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 6
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Whitespace found at end of line
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 5
(#206) Expected 1 space after closing parenthesis; found 0
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 4 spaces, found 1
(#208) Spaces must be used for alignment; tabs are not allowed
(#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 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) This comment is 84% valid code; is this commented out code?
(#210) Line indented incorrectly; expected at least 4 spaces, found 0
(#210) No space found before comment text; expected "// echo $sql;die;" but found "//echo $sql;die;"
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#211) Expected "if (...) {\n"; found "if (...){\n"
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#213) Expected "} else {\n"; found "}else{\n"
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#219) Opening brace should be on the same line as the declaration
(#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
(#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
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 1
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 8 spaces, found 2
(#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 3
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 8 spaces, found 2
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 2
(#231) No space found before comment text; expected "// Parameter richtig?!" but found "//Parameter richtig?!"
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) This comment is 59% valid code; is this commented out code?
(#232) Line indented incorrectly; expected at least 8 spaces, found 2
(#232) No space found before comment text; expected "// $conditions = array("viewid" => $view->id, "type" => 'item', "itemid" => $itemid);" but found "//$conditions = array("viewid" => $view->id, "type" => 'item', "itemid" => $itemid);"
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 2
(#233) Expected "if (...) {\n"; found "if(...){\n"
(#233) Expected 1 space before "=="; 0 found
(#233) Expected 1 space after "=="; 0 found
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 2
(#240) Expected "} else {\n"; found "}\n else{\n"
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 9
(#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
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Whitespace found at end of line
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 8 spaces, found 2
(#249) Expected "if (...) {\n"; found "if(...) {\t\t\t\t\t\t\n"
(#249) Empty IF statement detected
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#251) Line indented incorrectly; expected 8 spaces, found 16
(#251) Closing brace indented incorrectly; expected 2 spaces, found 16
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 2
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 8 spaces, found 2
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#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 3
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 8 spaces, found 2
(#258) Whitespace found at end of line
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 8 spaces, found 2
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Line indented incorrectly; expected at least 12 spaces, found 3
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 12 spaces, found 3
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 8 spaces, found 2
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 8 spaces, found 2
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 12 spaces, found 3
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 8 spaces, found 2
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 8 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#277) Usage of ELSEIF not allowed; use ELSE IF instead
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 8 spaces, found 2
(#280) Commas (,) must be followed by white space.
(#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
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 8 spaces, found 2
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 8 spaces, found 2
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 12 spaces, found 3
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 12 spaces, found 3
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Line indented incorrectly; expected at least 16 spaces, found 4
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 16 spaces, found 4
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 12 spaces, found 3
(#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
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 3
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected 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 16 spaces, found 4
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 12 spaces, found 3
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 16 spaces, found 4
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 12 spaces, found 3
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 3
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 12 spaces, found 8
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 12 spaces, found 8
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 12 spaces, found 8
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 12 spaces, found 8
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 12 spaces, found 8
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 12 spaces, found 3
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Line indented incorrectly; expected at least 16 spaces, found 4
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 16 spaces, found 4
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 12 spaces, found 3
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected 8 spaces, found 2
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 8 spaces, found 2
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 12 spaces, found 3
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 12 spaces, found 3
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected 8 spaces, found 2
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 12 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 3
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 8 spaces, found 2
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 4 spaces, found 1
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 8 spaces, found 2
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 4 spaces, found 1
(#327) Expected 1 space before "+"; 0 found
(#327) Expected 1 space after "+"; 0 found
(#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
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Line indented incorrectly; expected at least 4 spaces, found 1
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 4 spaces, found 1
(#339) Variable "dbCourse" must be all lower-case
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 3
(#342) Variable "dbCourse" must be all lower-case
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 8 spaces, found 3
(#343) Variable "dbCourse" must be all lower-case
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 11 spaces, found 2
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 11 spaces, found 2
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 4 spaces, found 1
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Line indented incorrectly; expected at least 4 spaces, found 1
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected 4 spaces, found 1
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 8 spaces, found 2
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 8 spaces, found 2
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 4 spaces, found 1
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Whitespace found at end of line
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 4 spaces, found 1
(#362) Variable "sharedUsers" must be all lower-case
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Variable "sharedUsers" must be all lower-case
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 4 spaces, found 1
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Whitespace found at end of line
(#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 1
(#369) Variable "sharedGroups" must be all lower-case
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 4 spaces, found 1
(#370) Variable "sharedGroups" must be all lower-case
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Whitespace found at end of line
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 4 spaces, found 1
(#376) Variable "sharedUsers" must be all lower-case
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 4 spaces, found 1
(#377) Variable "sharedUsers" must be all lower-case
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Whitespace found at end of line
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 4 spaces, found 1
(#383) Variable "sharedGroups" must be all lower-case
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 4 spaces, found 1
(#384) Variable "sharedGroups" must be all lower-case
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 4 spaces, found 1
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Whitespace found at end of line
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 4 spaces, found 1
(#390) Variable "sharedUsers" must be all lower-case
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 4 spaces, found 1
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Whitespace found at end of line
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 4 spaces, found 1
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 8 spaces, found 2
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 12 spaces, found 3
(#395) Variable "sharedUsers" must be all lower-case
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 16 spaces, found 4
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 16 spaces, found 4
(#397) Variable "sharedUsers" must be all lower-case
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 12 spaces, found 3
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 16 spaces, found 4
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected 12 spaces, found 3
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 8 spaces, found 2
(#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
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 4 spaces, found 1
(#404) Variable "sharedUsers" must be all lower-case
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Variable "extraUsers" must be all lower-case
(#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 8 spaces, found 2
(#407) Variable "sharedUsers" must be all lower-case
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 12 spaces, found 3
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 12 spaces, found 3
(#409) Inline control structures are not allowed
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Line indented incorrectly; expected at least 12 spaces, found 4
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 12 spaces, found 4
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 12 spaces, found 3
(#413) Variable "extraUsers" must be all lower-case
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 12 spaces, found 4
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 12 spaces, found 4
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 4
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 4
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 18 spaces, found 3
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 8 spaces, found 2
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 8 spaces, found 2
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected at least 8 spaces, found 3
(#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 3
(#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 3
(#424) Variable "extraUsers" must be all lower-case
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 8 spaces, found 2
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 4 spaces, found 1
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Whitespace found at end of line
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Whitespace found at end of line
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 4 spaces, found 1
(#434) Variable "sharedGroups" must be all lower-case
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 4 spaces, found 1
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Whitespace found at end of line
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected 4 spaces, found 1
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 8 spaces, found 2
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 12 spaces, found 3
(#439) Variable "sharedGroups" must be all lower-case
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 16 spaces, found 4
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 16 spaces, found 4
(#441) Variable "sharedGroups" must be all lower-case
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 12 spaces, found 3
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 16 spaces, found 4
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 12 spaces, found 3
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 8 spaces, found 2
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 4 spaces, found 1
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 4 spaces, found 1
(#448) Variable "sharedGroups" must be all lower-case
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#449) Variable "extraGroups" must be all lower-case
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Whitespace found at end of line
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 8 spaces, found 2
(#451) Variable "sharedGroups" must be all lower-case
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 12 spaces, found 3
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 12 spaces, found 3
(#453) Inline control structures are not allowed
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Line indented incorrectly; expected at least 12 spaces, found 4
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 12 spaces, found 4
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 12 spaces, found 3
(#457) Variable "extraGroups" must be all lower-case
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 12 spaces, found 4
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 12 spaces, found 4
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 12 spaces, found 4
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 18 spaces, found 3
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected 8 spaces, found 2
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 8 spaces, found 2
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 8 spaces, found 3
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 8 spaces, found 3
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 8 spaces, found 3
(#467) Variable "extraGroups" must be all lower-case
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 8 spaces, found 2
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 4 spaces, found 1
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Whitespace found at end of line
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 4 spaces, found 1
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 4 spaces, found 1
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 4 spaces, found 1
(#478) This comment is 58% valid code; is this commented out code?
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Line indented incorrectly; expected at least 4 spaces, found 0
(#478) No space found before comment text; expected "// , 'suspended' => 0, 'deleted' => 0" but found "//, 'suspended' => 0, 'deleted' => 0"
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) Line indented incorrectly; expected at least 4 spaces, found 1
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 4 spaces, found 1
(#480) Variable "dbCourse" must be all lower-case
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 8 spaces, found 2
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 8 spaces, found 3
(#483) Variable "dbCourse" must be all lower-case
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 8 spaces, found 3
(#484) Variable "dbCourse" must be all lower-case
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 8 spaces, found 3
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 11 spaces, found 2
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Whitespace found at end of line
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 11 spaces, found 2
(#488) Variable "dbCourse" must be all lower-case
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 11 spaces, found 2
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) This comment is 80% valid code; is this commented out code?
(#490) Line indented incorrectly; expected at least 11 spaces, found 2
(#490) No space found before comment text; expected "// print_r($roles);" but found "//print_r($roles);"
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Whitespace found at end of line
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 11 spaces, found 2
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 15 spaces, found 3
(#493) Line exceeds 132 characters; contains 136 characters
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected 15 spaces, found 3
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 19 spaces, found 4
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 16 spaces, found 3
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected 16 spaces, found 3
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 20 spaces, found 4
(#499) Inline control structures are not allowed
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 20 spaces, found 5
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 20 spaces, found 4
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 20 spaces, found 5
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 20 spaces, found 5
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 20 spaces, found 5
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 33 spaces, found 4
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 16 spaces, found 3
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 12 spaces, found 2
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 12 spaces, found 2
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 4 spaces, found 1
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) Line indented incorrectly; expected at least 4 spaces, found 1
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected 4 spaces, found 1
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 8 spaces, found 2
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Expected 1 space before "=>"; 0 found
(#517) Expected 1 space after "=>"; 0 found
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 4 spaces, found 1
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Whitespace found at end of line
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 4 spaces, found 1
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) This comment is 57% valid code; is this commented out code?
(#521) Line indented incorrectly; expected at least 4 spaces, found 1
(#522) Line indented incorrectly; expected at least 4 spaces, found 1
(#523) Line indented incorrectly; expected at least 4 spaces, found 2
(#524) Line indented incorrectly; expected at least 4 spaces, found 2
(#525) Line indented incorrectly; expected at least 4 spaces, found 2
(#526) Line indented incorrectly; expected at least 4 spaces, found 3
(#530) Line indented incorrectly; expected at least 4 spaces, found 3
(#531) Line indented incorrectly; expected at least 4 spaces, found 3
(#535) Line indented incorrectly; expected at least 4 spaces, found 3
(#536) Line indented incorrectly; expected at least 4 spaces, found 3
(#540) Line indented incorrectly; expected at least 4 spaces, found 3
(#541) Line indented incorrectly; expected at least 4 spaces, found 2
(#542) Line indented incorrectly; expected at least 4 spaces, found 1
(#543) Line indented incorrectly; expected at least 4 spaces, found 1
(#544) Line indented incorrectly; expected at least 4 spaces, found 2
(#545) Line indented incorrectly; expected at least 4 spaces, found 2
(#546) Line indented incorrectly; expected at least 4 spaces, found 2
(#547) Line indented incorrectly; expected at least 4 spaces, found 3
(#551) Line indented incorrectly; expected at least 4 spaces, found 3
(#552) Line indented incorrectly; expected at least 4 spaces, found 2
(#553) Line indented incorrectly; expected at least 4 spaces, found 1
(#554) Line indented incorrectly; expected at least 4 spaces, found 1
(#555) Line indented incorrectly; expected at least 4 spaces, found 2
(#556) Line indented incorrectly; expected at least 4 spaces, found 2
(#557) Line indented incorrectly; expected at least 4 spaces, found 2
(#558) Line indented incorrectly; expected at least 4 spaces, found 3
(#562) Line indented incorrectly; expected at least 4 spaces, found 3
(#563) Line indented incorrectly; expected at least 4 spaces, found 3
(#567) Line indented incorrectly; expected at least 4 spaces, found 3
(#568) Line indented incorrectly; expected at least 4 spaces, found 3
(#572) Line indented incorrectly; expected at least 4 spaces, found 3
(#573) Line indented incorrectly; expected at least 4 spaces, found 2
(#574) Line indented incorrectly; expected at least 4 spaces, found 1
(#575) Line indented incorrectly; expected at least 4 spaces, found 1
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 4 spaces, found 1
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 4 spaces, found 1
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 4 spaces, found 1
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Inline comments must start with a capital letter, digit or 3-dots sequence
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) Line indented incorrectly; expected at least 4 spaces, found 1
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected 4 spaces, found 1
(#585) Variable "dbCourse" must be all lower-case
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 2
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 3
(#587) Variable "dbCourse" must be all lower-case
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 3
(#588) Variable "dbCourse" must be all lower-case
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 3
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 11 spaces, found 2
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Whitespace found at end of line
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 11 spaces, found 2
(#592) Variable "dbCourse" must be all lower-case
(#593) Inline comments must start with a capital letter, digit or 3-dots sequence
(#593) Inline comments must end in full-stops, exclamation marks, or question marks
(#593) This comment is 63% valid code; is this commented out code?
(#593) Line indented incorrectly; expected at least 11 spaces, found 8
(#593) No space found before comment text; expected "// $groupoptions = array();" but found "//$groupoptions = array();"
(#594) Line indented incorrectly; expected 11 spaces, found 8
(#594) Variable "dbCourse" must be all lower-case
(#595) Line indented incorrectly; expected at least 15 spaces, found 12
(#595) Variable "dbCourse" must be all lower-case
(#596) Line indented incorrectly; expected at least 15 spaces, found 12
(#596) Variable "dbCourse" must be all lower-case
(#597) Line indented incorrectly; expected 15 spaces, found 12
(#597) Variable "dbCourse" must be all lower-case
(#597) Variable "dbCourse" must be all lower-case
(#598) Line indented incorrectly; expected 19 spaces, found 16
(#598) Variable "dbCourse" must be all lower-case
(#598) AS keyword must be lowercase; expected "as" but found "AS"
(#599) Line indented incorrectly; expected at least 23 spaces, found 20
(#600) Line indented incorrectly; expected at least 23 spaces, found 20
(#600) Whitespace found at end of line
(#601) Line indented incorrectly; expected at least 23 spaces, found 20
(#603) Expected 1 space before "=>"; 0 found
(#603) Expected 1 space after "=>"; 0 found
(#603) Whitespace found at end of line
(#605) Line indented incorrectly; expected at least 26 spaces, found 20
(#606) Inline comments must start with a capital letter, digit or 3-dots sequence
(#606) Inline comments must end in full-stops, exclamation marks, or question marks
(#606) This comment is 73% valid code; is this commented out code?
(#606) Line indented incorrectly; expected at least 26 spaces, found 0
(#606) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#607) Line indented incorrectly; expected 20 spaces, found 16
(#608) Line indented incorrectly; expected 16 spaces, found 12
(#609) Line indented incorrectly; expected 12 spaces, found 8
(#610) Inline comments must start with a capital letter, digit or 3-dots sequence
(#610) Inline comments must end in full-stops, exclamation marks, or question marks
(#610) This comment is 72% valid code; is this commented out code?
(#610) Line indented incorrectly; expected at least 16 spaces, found 12
(#610) No space found before comment text; expected "// $groupoptions = array('0'=>get_string('allgroups'));" but found "//$groupoptions = array('0'=>get_string('allgroups'));"
(#611) Line indented incorrectly; expected 16 spaces, found 12
(#612) Inline comments must start with a capital letter, digit or 3-dots sequence
(#612) Inline comments must end in full-stops, exclamation marks, or question marks
(#612) Line indented incorrectly; expected at least 20 spaces, found 16
(#613) Line indented incorrectly; expected at least 20 spaces, found 16
(#613) Variable "dbCourse" must be all lower-case
(#614) Line indented incorrectly; expected 16 spaces, found 12
(#615) Inline comments must start with a capital letter, digit or 3-dots sequence
(#615) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Line indented incorrectly; expected at least 20 spaces, found 16
(#616) Line indented incorrectly; expected at least 20 spaces, found 16
(#616) Variable "dbCourse" must be all lower-case
(#617) Line indented incorrectly; expected 16 spaces, found 12
(#618) Line indented incorrectly; expected 16 spaces, found 12
(#618) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#619) Line indented incorrectly; expected at least 20 spaces, found 16
(#620) Line indented incorrectly; expected at least 20 spaces, found 16
(#620) Whitespace found at end of line
(#621) Line indented incorrectly; expected at least 20 spaces, found 16
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#625) Line indented incorrectly; expected at least 24 spaces, found 16
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) This comment is 71% valid code; is this commented out code?
(#626) Line indented incorrectly; expected at least 24 spaces, found 16
(#626) No space found before comment text; expected "// $groupoptions[$group->id] = format_string($group->name, true, array('context'=>$context));" but found "//$groupoptions[$group->id] = format_string($group->name, true, array('context'=>$context));"
(#627) Line indented incorrectly; expected 16 spaces, found 12
(#628) Line indented incorrectly; expected 12 spaces, found 8
(#630) Spaces must be used for alignment; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 12 spaces, found 2
(#631) Spaces must be used for alignment; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected 4 spaces, found 1
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Tab found within whitespace
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) Line indented incorrectly; expected at least 4 spaces, found 1
(#633) Spaces must be used for alignment; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected 4 spaces, found 1
(#634) Spaces must be used for alignment; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected at least 8 spaces, found 2
(#635) Spaces must be used for alignment; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected at least 8 spaces, found 2
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 8 spaces, found 2
(#636) Expected 1 space before "=>"; 0 found
(#636) Expected 1 space after "=>"; 0 found
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 4 spaces, found 1
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected at least 4 spaces, found 1
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected at least 4 spaces, found 1
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 4 spaces, found 1
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 4 spaces, found 1
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Whitespace found at end of line
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#676) Inline comments must end in full-stops, exclamation marks, or question marks
(#676) Line indented incorrectly; expected at least 4 spaces, found 1
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected at least 4 spaces, found 1
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected 4 spaces, found 1
(#679) Spaces must be used for alignment; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected 8 spaces, found 2
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 12 spaces, found 3
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected 8 spaces, found 2
(#682) Spaces must be used for alignment; tabs are not allowed
(#682) Tab found within whitespace
(#682) Line indented incorrectly; expected at least 8 spaces, found 2
(#682) Variable "usergroups_list" must not contain underscores.
(#683) Spaces must be used for alignment; tabs are not allowed
(#683) Tab found within whitespace
(#683) Line indented incorrectly; expected at least 8 spaces, found 2
(#683) Variable "usergroups_list" must not contain underscores.
(#684) Spaces must be used for alignment; tabs are not allowed
(#684) Tab found within whitespace
(#684) Line indented incorrectly; expected 8 spaces, found 2
(#685) Spaces must be used for alignment; tabs are not allowed
(#685) Tab found within whitespace
(#685) Line indented incorrectly; expected at least 12 spaces, found 3
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Line indented incorrectly; expected 8 spaces, found 2
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Line indented incorrectly; expected at least 8 spaces, found 2
(#687) Variable "usercats_list" must not contain underscores.
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Line indented incorrectly; expected 4 spaces, found 1
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 4 spaces, found 1
(#691) Spaces must be used for alignment; tabs are not allowed
(#691) Tab found within whitespace
(#691) Line indented incorrectly; expected at least 4 spaces, found 1
(#692) Line exceeds 132 characters; contains 177 characters
(#695) Spaces must be used for alignment; tabs are not allowed
(#695) Tab found within whitespace
(#697) Whitespace found at end of line
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line exceeds 132 characters; contains 137 characters
(#700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#702) Expected 1 space before ">"; 0 found
(#702) Expected 1 space after ">"; 0 found
(#702) Variable "usercats_list" must not contain underscores.
(#702) Expected 1 space before ":"; 0 found
(#702) Line exceeds 132 characters; contains 133 characters
(#702) Inline comments must end in full-stops, exclamation marks, or question marks
(#703) Whitespace found at end of line
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Inline comments must start with a capital letter, digit or 3-dots sequence
(#704) Inline comments must end in full-stops, exclamation marks, or question marks
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Whitespace found at end of line
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) This comment is 67% valid code; is this commented out code?
(#709) Line indented incorrectly; expected at least 4 spaces, found 1
(#709) No space found before comment text; expected "// $sharedcategories = $DB->get_records_menu('block_exaportcatshar', array("userid" => $userid), null, 'id, id AS tmp');" but found "//$sharedcategories = $DB->get_records_menu('block_exaportcatshar', array("userid" => $userid), null, 'id, id AS tmp');"
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Inline comments must end in full-stops, exclamation marks, or question marks
(#711) Line indented incorrectly; expected at least 4 spaces, found 1
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected at least 4 spaces, found 1
(#712) Variable "shared_users" must not contain underscores.
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected at least 4 spaces, found 1
(#713) Variable "shared_categories" must not contain underscores.
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected 4 spaces, found 1
(#714) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 8 spaces, found 2
(#715) Inline control structures are not allowed
(#715) Variable "shared_users" must not contain underscores.
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 8 spaces, found 4
(#716) Variable "shared_users" must not contain underscores.
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 8 spaces, found 2
(#717) Inline control structures are not allowed
(#717) Variable "shared_categories" must not contain underscores.
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 8 spaces, found 4
(#718) Variable "shared_categories" must not contain underscores.
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected 4 spaces, found 1
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Whitespace found at end of line
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#721) Line indented incorrectly; expected at least 4 spaces, found 1
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 4 spaces, found 1
(#722) Variable "shared_categories_list" must not contain underscores.
(#722) Variable "shared_categories" must not contain underscores.
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 4 spaces, found 1
(#723) Variable "shared_artefacts" must not contain underscores.
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected 4 spaces, found 1
(#724) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#724) Variable "shared_users" must not contain underscores.
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected 8 spaces, found 2
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Inline comments must end in full-stops, exclamation marks, or question marks
(#726) Line indented incorrectly; expected at least 12 spaces, found 3
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected at least 12 spaces, found 3
(#727) Variable "shared_categories_list" must not contain underscores.
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 12 spaces, found 3
(#728) Line exceeds 132 characters; contains 172 characters
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 12 spaces, found 5
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 12 spaces, found 5
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected at least 12 spaces, found 5
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 12 spaces, found 5
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 12 spaces, found 5
(#733) Variable "shared_categories_list" must not contain underscores.
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Line indented incorrectly; expected at least 12 spaces, found 5
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 12 spaces, found 5
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Inline comments must start with a capital letter, digit or 3-dots sequence
(#736) Inline comments must end in full-stops, exclamation marks, or question marks
(#736) This comment is 67% valid code; is this commented out code?
(#736) Line indented incorrectly; expected at least 12 spaces, found 5
(#736) No space found before comment text; expected "// echo $query."<br><br>";" but found "//echo $query."<br><br>";"
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Line indented incorrectly; expected at least 12 spaces, found 3
(#737) Variable "user_items" must not contain underscores.
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 12 spaces, found 3
(#738) Variable "shared_artefacts" must not contain underscores.
(#738) Variable "shared_artefacts" must not contain underscores.
(#738) Variable "user_items" must not contain underscores.
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected 8 spaces, found 2
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Whitespace found at end of line
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected at least 12 spaces, found 3
(#741) Variable "shared_artefacts" must not contain underscores.
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Whitespace found at end of line
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Line indented incorrectly; expected at least 12 spaces, found 3
(#742) Variable "shared_artefacts" must not contain underscores.
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Whitespace found at end of line
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected at least 12 spaces, found 3
(#743) Variable "shared_artefacts" must not contain underscores.
(#743) Variable "shared_categories_list" must not contain underscores.
(#743) Line exceeds maximum limit of 180 characters; contains 181 characters
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#744) Line indented incorrectly; expected at least 12 spaces, found 3
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected 12 spaces, found 3
(#745) Variable "shared_artefacts" must not contain underscores.
(#745) Expected 1 space before "=="; 0 found
(#745) Expected 1 space after "=="; 0 found
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 16 spaces, found 4
(#746) Variable "shared_artefacts" must not contain underscores.
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected 12 spaces, found 3
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected 8 spaces, found 2
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 4 spaces, found 1
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 4 spaces, found 1
(#751) Variable "shared_artefacts" must not contain underscores.
(#754) Inline comments must start with a capital letter, digit or 3-dots sequence
(#754) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Whitespace found at end of line
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 4 spaces, found 1
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Whitespace found at end of line
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 4 spaces, found 1
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected 4 spaces, found 1
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 8 spaces, found 2
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) Line indented incorrectly; expected 4 spaces, found 1
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected at least 8 spaces, found 2
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected 4 spaces, found 1
(#766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected at least 4 spaces, found 1
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Whitespace found at end of line
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Inline comments must start with a capital letter, digit or 3-dots sequence
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) Line indented incorrectly; expected at least 4 spaces, found 1
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 4 spaces, found 1
(#770) Inline control structures are not allowed
(#770) Whitespace found at end of line
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 4 spaces, found 2
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Inline comments must start with a capital letter, digit or 3-dots sequence
(#772) Inline comments must end in full-stops, exclamation marks, or question marks
(#772) Line indented incorrectly; expected at least 4 spaces, found 1
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 4 spaces, found 1
(#773) Inline control structures are not allowed
(#773) Whitespace found at end of line
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 4 spaces, found 2
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Inline comments must start with a capital letter, digit or 3-dots sequence
(#775) Inline comments must end in full-stops, exclamation marks, or question marks
(#775) Line indented incorrectly; expected at least 4 spaces, found 1
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected at least 4 spaces, found 1
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected 4 spaces, found 1
(#777) Whitespace found at end of line
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected 8 spaces, found 2
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 12 spaces, found 3
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected 8 spaces, found 2
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 8 spaces, found 2
(#781) Variable "usergroups_list" must not contain underscores.
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected at least 8 spaces, found 2
(#782) Variable "usergroups_list" must not contain underscores.
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 8 spaces, found 2
(#783) Inline control structures are not allowed
(#783) Whitespace found at end of line
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected at least 8 spaces, found 3
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 4 spaces, found 1
(#785) Whitespace found at end of line
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Whitespace found at end of line
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/lib/version_check.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) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Whitespace found at end of line
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Line indented incorrectly; expected at least 4 spaces, found 1
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line indented incorrectly; expected at least 4 spaces, found 1
(#6) Whitespace found at end of line within string
(#7) Whitespace found at end of line within string
(#8) Whitespace found at end of line within string
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
blocks/exaport/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#29) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Line indented incorrectly; expected at least 4 spaces, found 0
(#30) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Line indented incorrectly; expected at least 4 spaces, found 0
(#32) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#40) Commas (,) must be followed by white space.
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) This comment is 50% valid code; is this commented out code?
(#40) No space found before comment text; expected "// 'cmid' => true," but found "//'cmid' => true,"
(#53) Possible useless method overriding detected
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 66% valid code; is this commented out code?
(#89) No space found before comment text; expected "// $singlefile = $fs->get_file(45, 'assignsubmission_file', 'submission_files', 1, '/', 'slide0003_image013.jpg');" but found "//$singlefile = $fs->get_file(45, 'assignsubmission_file', 'submission_files', 1, '/', 'slide0003_image013.jpg');"
(#107) Whitespace found at end of line
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) This comment is 54% valid code; is this commented out code?
(#114) No space found before comment text; expected "// $context = context_module::instance($this->cmid);" but found "//$context = context_module::instance($this->cmid);"
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) This comment is 70% valid code; is this commented out code?
(#116) No space found before comment text; expected "// return has_capability('mod/assign:exportownsubmission', $context);" but found "//return has_capability('mod/assign:exportownsubmission', $context);"
blocks/exaport/portfolio_plugin/exaport/lang/en/portfolio_exaport.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) "require" must be immediately followed by an open parenthesis
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#2) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#2) Expected 1 space before "+"; 0 found
(#2) Expected 1 space after "+"; 0 found
blocks/exaport/portfolio_plugin/exaport/lib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/portfolio_plugin/exaport/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/portfoliofile.php
(#1) File has mixed line endings; this may cause incorrect results
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) No space found before comment text; expected "// disable_debugging();" but found "//disable_debugging();"
(#46) Line exceeds 132 characters; contains 136 characters
(#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
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// block_exaport_epop_checkhash" but found "//block_exaport_epop_checkhash"
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Whitespace found at end of line
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// authenticate the user" but found "//authenticate the user"
(#54) Whitespace found at end of line
(#55) Whitespace found at end of line
(#57) Expected "if (...) {\n"; found "if (...){\n"
(#57) Expected 1 space before "!="; 0 found
(#57) Expected 1 space after "!="; 0 found
(#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) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#59) Expected "if (...) {\n"; found "if (...) {"
(#59) Expected 1 space before "=="; 0 found
(#59) Expected 1 space after "=="; 0 found
(#59) Closing brace must be on a line by itself
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Expected "} else {\n"; found "}\n\telse {"
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#60) Closing brace must be on a line by itself
(#61) Expected "} else {\n"; found "}else{\n"
(#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) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 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) Variable "accessPath" must be all lower-case
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Inline control structures are not allowed
(#67) Variable "accessPath" must be all lower-case
(#67) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Variable "accessPath" must be all lower-case
(#68) Variable "accessPath" must be all lower-case
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Variable "accessPath" must be all lower-case
(#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 8 spaces, found 2
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 6
(#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 8 spaces, found 2
(#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 12 spaces, found 6
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Inline control structures are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Expected "if (...) {\n"; found "if (...){\n"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 1
(#88) Closing brace must be on a line by itself
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
(#89) Expected "} else {\n"; found "}\n\telse{\n"
(#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) Closing brace must be on a line by itself
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Inline control structures are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) This comment is 62% valid code; is this commented out code?
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) No space found before comment text; expected "// if ($item->type != 'file') print_error('Item not a file');" but found "//if ($item->type != 'file') print_error('Item not a file');"
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) 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 4 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
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) 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) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 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 4 spaces, found 1
(#114) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 1
(#118) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 2
(#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 12 spaces, found 3
(#120) Variable "access_user_id" must not contain underscores.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 12 spaces, found 3
(#121) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Empty IF statement detected
(#121) Variable "access_user_id" must not contain underscores.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 12 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 12 spaces, found 3
(#124) Expected "} else {\n"; found "}\n\t\t\telse {\n"
(#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 4
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#128) Expected "} else {\n"; found "}\n\t\telse {\n"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 12 spaces, found 3
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 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 4 spaces, found 1
(#132) Usage of ELSEIF not allowed; use ELSE IF instead
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#135) Variable "access_user_id" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Variable "access_portfolio_id" must not contain underscores.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 12 spaces, found 3
(#138) Expected "if (...) {\n"; found "if(...) { // check if this user has a portfolio with id $access_portfolio_id;\n"
(#138) Variable "access_user_id" must not contain underscores.
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 16 spaces, found 4
(#139) Empty IF statement detected
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#139) Variable "access_portfolio_id" must not contain underscores.
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line indented incorrectly; expected at least 20 spaces, found 5
(#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 4
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 16 spaces, found 4
(#142) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 20 spaces, found 5
(#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 4
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 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 12 spaces, found 3
(#146) Expected "} else {\n"; found "}\n\t\t\telse {\n"
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 16 spaces, found 4
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 12 spaces, found 3
(#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 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 8 spaces, found 2
(#150) Expected "} else {\n"; found "}\n\t\telse {\n"
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 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) Expected "} else {\n"; found "}\n\telse {\n"
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#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) 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 4 spaces, found 1
(#162) Expected "if (...) {\n"; found "if(...) {\n"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 4 spaces, found 1
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected 4 spaces, found 1
(#165) Expected "} else {\n"; found "}\n\telse {\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 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 4 spaces, found 1
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 4 spaces, found 1
(#174) Expected "if (...) {\n"; found "if(...) {\n"
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) No space found before comment text; expected "// this is not displayed on IIS??" but found "//this is not displayed on IIS??"
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 4 spaces, found 1
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#177) Expected "} else {\n"; found "}\n\telse {\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 8 spaces, found 2
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) No space found before comment text; expected "// this is not displayed on IIS??" but found "//this is not displayed on IIS??"
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
blocks/exaport/resume.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#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
(#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
(#82) Variable "show_information" must not contain underscores.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 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
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Variable "show_information" must not contain underscores.
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Line exceeds 132 characters; contains 149 characters
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Line exceeds 132 characters; contains 139 characters
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Line exceeds 132 characters; contains 171 characters
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Variable "show_information" must not contain underscores.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 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
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) This comment is 46% valid code; is this commented out code?
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Line indented incorrectly; expected at least 4 spaces, found 1
(#131) Tab found before comment text; expected "// $data->resume_id = $resume->id;" but found "// $data->resume_id = $resume->id;"
(#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) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 8 spaces, found 2
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Whitespace found at end of line
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 8 spaces, found 2
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Line exceeds 132 characters; contains 166 characters
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) 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) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 12 spaces, found 3
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 16 spaces, found 4
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 16 spaces, found 4
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 16 spaces, found 8
(#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 16 spaces, found 4
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 12 spaces, found 3
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 12 spaces, found 3
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 16 spaces, found 4
(#159) Variable "show_information" must not contain underscores.
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 12 spaces, found 3
(#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 16 spaces, found 4
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 16 spaces, found 15
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Line indented incorrectly; expected at least 16 spaces, found 4
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 16 spaces, found 4
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 20 spaces, found 5
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 20 spaces, found 5
(#166) Variable "upload_filesizes" must not contain underscores.
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 20 spaces, found 5
(#167) Variable "upload_filesizes" must not contain underscores.
(#167) Line exceeds 132 characters; contains 138 characters
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 24 spaces, found 6
(#168) Line exceeds maximum limit of 180 characters; contains 234 characters
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 20 spaces, found 5
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 16 spaces, found 4
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 16 spaces, found 4
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 16 spaces, found 4
(#172) Line exceeds 132 characters; contains 135 characters
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 16 spaces, found 4
(#173) Variable "show_information" must not contain underscores.
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 12 spaces, found 3
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 16 spaces, found 4
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 4
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 3
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 2
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Variable "display_inputs" must not contain underscores.
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 12 spaces, found 4
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 12 spaces, found 4
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 12 spaces, found 4
(#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 4
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 4
(#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 4
(#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 4
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 4
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 18 spaces, found 3
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 18 spaces, found 3
(#191) Variable "show_information" must not contain underscores.
(#191) Variable "display_inputs" must not contain underscores.
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 22 spaces, found 4
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 20 spaces, found 3
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#196) Variable "display_inputs" must not contain underscores.
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 12 spaces, found 4
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 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 4
(#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 4
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 12 spaces, found 4
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 4
(#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 4
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 18 spaces, found 3
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 18 spaces, found 3
(#205) Variable "show_information" must not contain underscores.
(#205) Variable "display_inputs" must not contain underscores.
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 22 spaces, found 4
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 20 spaces, found 3
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 8 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 3
(#210) Variable "display_inputs" must not contain underscores.
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 4
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 4
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 4
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 4
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 18 spaces, found 3
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 18 spaces, found 3
(#216) Variable "show_information" must not contain underscores.
(#216) Variable "display_inputs" must not contain underscores.
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 22 spaces, found 4
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 20 spaces, found 3
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 8 spaces, found 2
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Variable "display_inputs" must not contain underscores.
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 12 spaces, found 4
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 4
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 12 spaces, found 4
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 4
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 4
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 4
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 18 spaces, found 3
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 18 spaces, found 3
(#229) Variable "show_information" must not contain underscores.
(#229) Variable "display_inputs" must not contain underscores.
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 22 spaces, found 4
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 20 spaces, found 3
(#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
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 2
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Variable "display_inputs" must not contain underscores.
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 12 spaces, found 4
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 12 spaces, found 4
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 4
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 4
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 4
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 18 spaces, found 3
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 18 spaces, found 3
(#241) Variable "show_information" must not contain underscores.
(#241) Variable "display_inputs" must not contain underscores.
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 22 spaces, found 4
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 20 spaces, found 3
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 8 spaces, found 2
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 8 spaces, found 2
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Whitespace found at end of line
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 12 spaces, found 3
(#247) Variable "show_information" must not contain underscores.
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 16 spaces, found 4
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 12 spaces, found 3
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 12 spaces, found 3
(#252) Variable "show_information" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 16 spaces, found 4
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 12 spaces, found 3
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Whitespace found at end of line
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#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 3
(#257) Variable "show_information" must not contain underscores.
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 4 spaces, found 1
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#266) Closing brace indented incorrectly; expected 1 spaces, found 4
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 4 spaces, found 1
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 4 spaces, found 1
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 2
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 8 spaces, found 2
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 2
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 4 spaces, found 1
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "opened_block" 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 4 spaces, found 1
(#292) Variable "opened_block" must not contain underscores.
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 8 spaces, found 2
(#293) Variable "opened_block" must not contain underscores.
(#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
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 4 spaces, found 1
(#295) Variable "opened_block" must not contain underscores.
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#296) Variable "opened_block" must not contain underscores.
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 4 spaces, found 1
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 4 spaces, found 1
(#298) Variable "opened_block" 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 at least 8 spaces, found 2
(#299) Variable "opened_block" must not contain underscores.
(#299) Variable "opened_block" must not contain underscores.
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 4 spaces, found 1
(#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 "opened_block" must not contain underscores.
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Line indented incorrectly; expected at least 4 spaces, found 1
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) This comment is 67% valid code; is this commented out code?
(#303) Line indented incorrectly; expected at least 4 spaces, found 1
(#306) Variable "show_information" must not contain underscores.
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 2
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 2
(#312) Variable "show_information" must not contain underscores.
(#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
(#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
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Line exceeds 132 characters; contains 158 characters
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 4 spaces, found 1
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 4 spaces, found 1
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 4 spaces, found 1
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#325) Line exceeds 132 characters; contains 138 characters
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Whitespace found at end of line
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#331) Line exceeds 132 characters; contains 145 characters
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 4 spaces, found 1
(#337) Line exceeds 132 characters; contains 141 characters
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Line indented incorrectly; expected at least 4 spaces, found 1
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 8 spaces, found 2
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 8 spaces, found 2
(#344) Line exceeds 132 characters; contains 136 characters
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected 4 spaces, found 1
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 4 spaces, found 1
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 4 spaces, found 1
(#351) Line exceeds 132 characters; contains 139 characters
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Whitespace found at end of line
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Line indented incorrectly; expected at least 4 spaces, found 1
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 4 spaces, found 1
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 4 spaces, found 1
(#357) Line exceeds 132 characters; contains 140 characters
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Whitespace found at end of line
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#360) Line exceeds 132 characters; contains 134 characters
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Line indented incorrectly; expected at least 4 spaces, found 1
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 4 spaces, found 1
(#364) Line exceeds 132 characters; contains 137 characters
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 4 spaces, found 1
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 4 spaces, found 1
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 4 spaces, found 1
(#368) Line exceeds 132 characters; contains 170 characters
(#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 1
(#369) Line exceeds 132 characters; contains 137 characters
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Whitespace found at end of line
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Variable "resume_part" must not contain underscores.
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) This comment is 59% valid code; is this commented out code?
(#376) Line indented incorrectly; expected at least 4 spaces, found 1
(#376) No space found before comment text; expected "// $resume_part .= print_collapsible_region('TEXT', '', 'id'.$edit, 'header', '', false, true) ;" but found "//$resume_part .= print_collapsible_region('TEXT', '', 'id'.$edit, 'header', '', false, true) ;"
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 4 spaces, found 1
(#377) Variable "resume_part" must not contain underscores.
(#377) Line exceeds 132 characters; contains 149 characters
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 4 spaces, found 1
(#378) Variable "resume_part" must not contain underscores.
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 4 spaces, found 1
(#379) Variable "resume_part" must not contain underscores.
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 4 spaces, found 1
(#380) Variable "resume_part" must not contain underscores.
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#381) Variable "resume_part" must not contain underscores.
(#381) Expected 1 space before ":"; 0 found
(#381) Expected 1 space after ":"; 0 found
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) This comment is 46% valid code; is this commented out code?
(#382) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) No space found before comment text; expected "// $resume_part .= '<fieldset class="clearfix collapsible" id="id_resume_'.$edit.'">';" but found "//$resume_part .= '<fieldset class="clearfix collapsible" id="id_resume_'.$edit.'">';"
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 4 spaces, found 1
(#383) Variable "resume_part" must not contain underscores.
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line exceeds 132 characters; contains 172 characters
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) This comment is 47% valid code; is this commented out code?
(#384) Line indented incorrectly; expected at least 4 spaces, found 1
(#384) No space found before comment text; expected "// $resume_part .= '<legend class="ftoggler"><a class="fheader" href="#" role="button" aria-controls="id_resume_'.$edit.'" aria-expanded="false">'.$header.'</a></legend>';" but found "//$resume_part .= '<legend class="ftoggler"><a class="fheader" href="#" role="button" aria-controls="id_resume_'.$edit.'" aria-expanded="false">'.$header.'</a></legend>';"
(#384) Whitespace found at end of line
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 4 spaces, found 1
(#385) Variable "resume_part" must not contain underscores.
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 4 spaces, found 1
(#386) Variable "resume_part" must not contain underscores.
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) This comment is 43% valid code; is this commented out code?
(#387) Line indented incorrectly; expected at least 4 spaces, found 1
(#387) No space found before comment text; expected "// $resume_part .= '<div class="fcontainer clearfix">';" but found "//$resume_part .= '<div class="fcontainer clearfix">';"
(#387) Whitespace found at end of line
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 4 spaces, found 1
(#388) Variable "resume_part" must not contain underscores.
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 4 spaces, found 1
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 8 spaces, found 2
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 12 spaces, found 4
(#391) Variable "resume_part" must not contain underscores.
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 8 spaces, found 2
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 4
(#394) Variable "resume_part" must not contain underscores.
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected 8 spaces, found 2
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 12 spaces, found 4
(#397) Variable "resume_part" must not contain underscores.
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 4 spaces, found 1
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 4 spaces, found 1
(#400) Variable "resume_part" must not contain underscores.
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 4 spaces, found 1
(#401) Variable "resume_part" must not contain underscores.
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 4 spaces, found 1
(#402) Variable "resume_part" must not contain underscores.
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 4 spaces, found 1
(#403) Variable "resume_part" must not contain underscores.
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 4 spaces, found 1
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 4 spaces, found 1
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 4 spaces, found 1
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 4 spaces, found 1
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 4 spaces, found 1
(#415) Line exceeds maximum limit of 180 characters; contains 186 characters
(#416) Line exceeds maximum limit of 180 characters; contains 238 characters
blocks/exaport/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) "require_once" must be immediately followed by an open parenthesis
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) Line exceeds 132 characters; contains 142 characters
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) Line indented incorrectly; expected at least 4 spaces, found 1
(#11) No space found before comment text; expected "// Zusammenspiel exabis ePortfolio - exabis Competences" but found "//Zusammenspiel exabis ePortfolio - exabis Competences"
(#12) Line exceeds 132 characters; contains 165 characters
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected 4 spaces, found 1
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Line exceeds 132 characters; contains 158 characters
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Whitespace found at end of line
(#20) Line exceeds 132 characters; contains 148 characters
(#21) Line exceeds 132 characters; contains 156 characters
(#23) Line exceeds 132 characters; contains 166 characters
(#24) Line exceeds 132 characters; contains 165 characters
(#26) Line exceeds 132 characters; contains 165 characters
(#27) Whitespace found at end of line
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) Variable "max_upload_choices" must not contain underscores.
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Variable "max_upload_choices" must not contain underscores.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Line exceeds 132 characters; contains 138 characters
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Variable "max_upload_choices" must not contain underscores.
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Whitespace found at end of line
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Line exceeds 132 characters; contains 159 characters
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#52) Whitespace found at end of line
blocks/exaport/shared_item.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#53) Line indented incorrectly; expected 0 spaces, found 4
(#54) Line indented incorrectly; expected 4 spaces, found 8
(#56) Line indented incorrectly; expected 4 spaces, found 8
(#58) Line indented incorrectly; expected 4 spaces, found 8
(#61) This comment is 82% valid code; is this commented out code?
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) No space found before comment text; expected "// parse_str($_SERVER['QUERY_STRING'], $params);" but found "//parse_str($_SERVER['QUERY_STRING'], $params);"
(#62) Line exceeds 132 characters; contains 160 characters
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) This comment is 50% valid code; is this commented out code?
(#62) No space found before comment text; expected "// redirect($_SERVER['PHP_SELF'] . '?' . http_build_query(array('deletecomment' => null, 'commentid' => null, 'sesskey' => null) + (array) $params));" but found "//redirect($_SERVER['PHP_SELF'] . '?' . http_build_query(array('deletecomment' => null, 'commentid' => null, 'sesskey' => null) + (array) $params));"
(#63) Line indented incorrectly; expected 4 spaces, found 8
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 10
(#64) Expected "if (...) {\n"; found "if(...){ //if deletecomment is set and form is submitted, comment was immediatly deleted and cant be deleted anymore, no error\n"
(#64) Line exceeds 132 characters; contains 157 characters
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// if deletecomment is set and form is submitted, comment was immediatly deleted and cant be deleted anymore, no error" but found "//if deletecomment is set and form is submitted, comment was immediatly deleted and cant be deleted anymore, no error"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) This comment is 88% valid code; is this commented out code?
(#67) No space found before comment text; expected "// redirect($_SERVER['REQUEST_URI']);" but found "//redirect($_SERVER['REQUEST_URI']);"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 11
(#68) Closing brace indented incorrectly; expected 10 spaces, found 11
(#69) Line indented incorrectly; expected 4 spaces, found 8
(#70) Closing brace indented incorrectly; expected 4 spaces, found 0
(#71) Whitespace found at end of line
(#88) Inline control structures are not allowed
(#90) Inline control structures are not allowed
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) This comment is 87% valid code; is this commented out code?
(#96) No space found before comment text; expected "// redirect(str_replace("&deletecomment=1","",$_SERVER['REQUEST_URI']));" but found "//redirect(str_replace("&deletecomment=1","",$_SERVER['REQUEST_URI']));"
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Inline control structures are not allowed
(#98) Expected 1 space before ".="; 0 found
(#98) Expected 1 space after ".="; 0 found
(#108) Whitespace found at end of line
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Line exceeds 132 characters; contains 149 characters
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) This comment is 57% valid code; is this commented out code?
(#113) Usage of ELSEIF not allowed; use ELSE IF instead
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Line exceeds 132 characters; contains 149 characters
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) This comment is 57% valid code; is this commented out code?
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// IF FORM DATA -> INSERT" but found "//IF FORM DATA -> INSERT"
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) This comment is 69% valid code; is this commented out code?
(#157) No space found before comment text; expected "// $commentseditform->_form->_attributes['action'] = $_SERVER['REQUEST_URI'];" but found "//$commentseditform->_form->_attributes['action'] = $_SERVER['REQUEST_URI'];"
(#159) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Line indented incorrectly; expected at least 4 spaces, found 0
(#176) No space found before comment text; expected "// begin" but found "//begin"
(#177) Variable "has_competences" must not contain underscores.
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) This comment is 65% valid code; is this commented out code?
(#178) No space found before comment text; expected "// if ($has_competences && has_capability('block/exaport:competences', $context)) {" but found "//if ($has_competences && has_capability('block/exaport:competences', $context)) {"
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#179) Expected "if (...) {\n"; found "if(...){\n"
(#179) Variable "has_competences" must not contain underscores.
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) No space found before comment text; expected "// für alle rollen? Keine interaktion?" but found "//für alle rollen? Keine interaktion?"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) This comment is 78% valid code; is this commented out code?
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) No space found before comment text; expected "// echo get_string("teachercomps","block_exaport");" but found "//echo get_string("teachercomps","block_exaport");"
(#183) Closing brace indented incorrectly; expected 1 spaces, found 4
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#184) No space found before comment text; expected "// end" but found "//end"
(#185) Inline control structures are not allowed
(#186) Variable "has_competences" must not contain underscores.
(#188) Line exceeds 132 characters; contains 138 characters
(#223) Line exceeds 132 characters; contains 177 characters
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#245) Whitespace found at end of line
blocks/exaport/shared_portfolio.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Line exceeds 132 characters; contains 139 characters
(#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
(#48) Variable "order_by" must not contain underscores.
(#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
(#52) Variable "extraTable" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Variable "extraWhere" must be all lower-case
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Variable "extraTable" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Variable "extraWhere" 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 4 spaces, found 1
(#57) Variable "extraWhere" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line 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
(#66) Variable "extraTable" must be all lower-case
(#67) Whitespace found at end of line within string
(#68) Whitespace found at end of line within string
(#68) Variable "extraWhere" must be all lower-case
(#69) Variable "order_by" must not contain underscores.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Expected 1 space after "="; 2 found
(#86) This comment is 57% valid code; is this commented out code?
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#108) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 3
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 16 spaces, found 4
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 20 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 16 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 16 spaces, found 4
(#118) Expected "} else {\n"; found "}\n\t\t\t\telse {\n"
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 20 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 16 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 at least 16 spaces, found 4
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 3
(#131) Line exceeds 132 characters; contains 139 characters
(#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
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#140) Expected "} else {\n"; found "}\nelse {\n"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/shared_structures.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#39) Commas (,) must be followed by white space.
(#56) Variable "sql_sort" must not contain underscores.
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#57) Expected 1 space before "=="; 0 found
(#57) Expected 1 space after "=="; 0 found
(#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 5
(#58) Variable "sql_sort" must not contain underscores.
(#61) Variable "sql_sort" must not contain underscores.
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#62) Expected 1 space before "=="; 0 found
(#62) Expected 1 space after "=="; 0 found
(#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 5
(#63) Variable "sql_sort" must not contain underscores.
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline control structures are not allowed
(#68) Expected 1 space before "<>"; 0 found
(#68) Expected 1 space after "<>"; 0 found
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#70) Expected 1 space before "<>"; 0 found
(#70) Expected 1 space after "<>"; 0 found
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#85) Inline control structures are not allowed
(#85) Whitespace found at end of line
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) 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 "usergroups_list" must not contain underscores.
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) This comment is 67% valid code; is this commented out code?
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Variable "usergroups_list" must not contain underscores.
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 3
(#98) Variable "userstructures_arr" must not contain underscores.
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Variable "userstructures_list" must not contain underscores.
(#100) Variable "userstructures_arr" must not contain underscores.
(#101) Whitespace found at end of line
(#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?
(#104) Line exceeds 132 characters; contains 177 characters
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#113) This comment is 60% valid code; is this commented out code?
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Expected 1 space before ">"; 0 found
(#114) Expected 1 space after ">"; 0 found
(#114) Variable "userstructures_list" must not contain underscores.
(#114) Expected 1 space before ":"; 0 found
(#114) Line exceeds 132 characters; contains 134 characters
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Variable "sql_sort" must not contain underscores.
(#119) This comment is 67% valid code; is this commented out code?
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Whitespace found at end of line
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 1
(#124) Visibility must be declared on method "definition"
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 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 4 spaces, found 1
(#137) Visibility must be declared on method "category_select_setup"
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 3
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 3
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 3
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 3
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 3
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 3
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 3
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 5
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 11 spaces, found 3
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 11 spaces, found 3
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 15 spaces, found 4
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 12 spaces, found 3
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 2
(#152) Closing brace indented incorrectly; expected 1 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Spaces must be used for alignment; 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 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 4 spaces, found 1
(#162) Variable "mainStructureGroups" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 4 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Line indented incorrectly; expected 4 spaces, found 1
(#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 at least 8 spaces, found 2
(#168) Variable "userIdsInThisCourse" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 3
(#171) Variable "userIdsInThisCourse" must be all lower-case
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 16 spaces, found 4
(#172) Variable "mainStructureGroups" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 12 spaces, found 3
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#174) Variable "mainStructureGroups" 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 12 spaces, found 3
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 8 spaces, found 2
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#178) Variable "mainStructureGroups" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#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 8 spaces, found 2
(#182) Line exceeds 132 characters; contains 171 characters
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Inline control structures are not allowed
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Expected 1 space before "=="; 0 found
(#186) Expected 1 space after "=="; 0 found
(#186) Expected 1 space before "?"; 0 found
(#186) Expected 1 space after "?"; 0 found
(#186) Expected 1 space before ":"; 0 found
(#186) Expected 1 space after ":"; 0 found
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 2
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 4 spaces, found 1
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) This comment is 50% valid code; is this commented out code?
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 4 spaces, found 1
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 2
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 2
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 8 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line exceeds 132 characters; contains 149 characters
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) This comment is 46% valid code; is this commented out code?
(#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 4 spaces, found 1
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 4 spaces, found 1
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "mainStructureGroups" must be all lower-case
(#203) Variable "mainStructureGroupId" must be all lower-case
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "mainStructureGroup" must be all lower-case
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 8 spaces, found 2
(#204) Variable "mainStructureGroup" must be all lower-case
(#204) Variable "mainStructureGroupId" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Line indented incorrectly; expected at least 12 spaces, found 3
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 3
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 2
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Variable "mainStructureGroupId" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#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 8 spaces, found 2
(#212) Variable "mainStructureGroup" must be all lower-case
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected at least 12 spaces, found 3
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 3
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 12 spaces, found 3
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 8 spaces, found 2
(#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 8 spaces, found 2
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Variable "structuresByUser" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 12 spaces, found 3
(#221) Variable "mainStructureGroup" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 16 spaces, found 4
(#222) Variable "structuresByUser" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 20 spaces, found 5
(#223) Variable "structuresByUser" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 20 spaces, found 6
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 20 spaces, found 6
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 32 spaces, found 5
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected 16 spaces, found 4
(#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 16 spaces, found 4
(#229) Variable "structuresByUser" must be all lower-case
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 12 spaces, found 3
(#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 12 spaces, found 3
(#232) Variable "structuresByUser" 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 16 spaces, found 4
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Whitespace found at end of line
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 16 spaces, found 4
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 16 spaces, found 4
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 16 spaces, found 4
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 16 spaces, found 4
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 16 spaces, found 5
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 16 spaces, found 5
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 16 spaces, found 5
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 25 spaces, found 4
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 25 spaces, found 4
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 25 spaces, found 4
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) This comment is 67% valid code; is this commented out code?
(#246) Line indented incorrectly; expected at least 29 spaces, found 5
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 29 spaces, found 5
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 29 spaces, found 5
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 29 spaces, found 5
(#249) Line exceeds 132 characters; contains 142 characters
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 29 spaces, found 5
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 29 spaces, found 6
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 29 spaces, found 6
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 29 spaces, found 6
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 50 spaces, found 5
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 28 spaces, found 4
(#258) Line indented incorrectly; expected at least 28 spaces, found 16
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 28 spaces, found 4
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 28 spaces, found 4
(#260) Expected 1 space before "=>"; 0 found
(#260) Expected 1 space after "=>"; 0 found
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 28 spaces, found 4
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 28 spaces, found 4
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 28 spaces, found 4
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 28 spaces, found 4
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 28 spaces, found 4
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 28 spaces, found 4
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 12 spaces, found 3
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 8 spaces, found 2
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 4
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 12 spaces, found 4
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 4
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 12 spaces, found 4
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 12 spaces, found 4
(#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
(#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 12 spaces, found 3
(#283) Variable "mainStructureGroup" must be all lower-case
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 16 spaces, found 4
(#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 4
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 16 spaces, found 4
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 16 spaces, found 4
(#287) Line exceeds 132 characters; contains 141 characters
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 16 spaces, found 4
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 16 spaces, found 5
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 16 spaces, found 5
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 16 spaces, found 5
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 16 spaces, found 5
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 16 spaces, found 5
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 25 spaces, found 4
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 12 spaces, found 3
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 12 spaces, found 3
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 3
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 12 spaces, found 3
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 8 spaces, found 2
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 4 spaces, found 1
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Whitespace found at end of line
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Variable "curr_structure" must not contain underscores.
(#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
(#313) Variable "curr_structure" must not contain underscores.
(#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
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Whitespace found at end of line
(#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) Line exceeds 132 characters; contains 160 characters
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Whitespace found at end of line
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) This comment is 55% valid code; is this commented out code?
(#319) Inline comments must start with a capital letter, digit or 3-dots sequence
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line exceeds 132 characters; contains 145 characters
(#320) This comment is 60% valid code; is this commented out code?
(#320) Line indented incorrectly; expected at least 4 spaces, found 1
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line exceeds 132 characters; contains 166 characters
(#321) This comment is 59% valid code; is this commented out code?
(#321) Line indented incorrectly; expected at least 4 spaces, found 1
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) This comment is 50% valid code; is this commented out code?
(#322) Line indented incorrectly; expected at least 4 spaces, found 1
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 4 spaces, found 1
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Whitespace found at end of line
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) 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 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) Line indented incorrectly; expected 4 spaces, found 1
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 8 spaces, found 2
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 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 8 spaces, found 2
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 4 spaces, found 1
(#346) Inline control structures are not allowed
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 4 spaces, found 2
(#348) Inline control structures are not allowed
(#348) Usage of ELSEIF not allowed; use ELSE IF instead
(#349) Expected 1 space before "-"; 0 found
(#349) Expected 1 space after "-"; 0 found
(#350) Inline control structures are not allowed
(#350) Usage of ELSEIF not allowed; use ELSE IF instead
(#350) Whitespace found at end of line
(#352) Inline control structures are not allowed
(#352) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
(#353) Expected 1 space before "-"; 0 found
(#353) Expected 1 space after "-"; 0 found
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 4 spaces, found 1
(#354) Inline control structures are not allowed
(#354) Usage of ELSEIF not allowed; use ELSE IF instead
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#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 1
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 4 spaces, found 1
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 4 spaces, found 1
(#363) Variable "curr_cat" must not contain underscores.
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 4 spaces, found 1
(#364) Variable "curr_cat" must not contain underscores.
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 8 spaces, found 2
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 8 spaces, found 2
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 4 spaces, found 1
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Spaces must be used for alignment; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Variable "curr_cat" must not contain underscores.
(#376) Spaces must be used for alignment; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 4 spaces, found 1
(#376) Variable "curr_cat" must not contain underscores.
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 4 spaces, found 1
(#377) Variable "curr_cat" must not contain underscores.
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 4 spaces, found 1
(#378) Variable "curr_cat" must not contain underscores.
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 4 spaces, found 1
(#379) Variable "curr_cat" must not contain underscores.
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 4 spaces, found 1
(#380) Variable "curr_cat" must not contain underscores.
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 4 spaces, found 1
(#381) Variable "curr_cat" must not contain underscores.
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) Variable "new_catid" must not contain underscores.
(#382) Variable "curr_cat" must not contain underscores.
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Whitespace found at end of line
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 4 spaces, found 1
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 4 spaces, found 1
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 8 spaces, found 2
(#386) Variable "new_catid" must not contain underscores.
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected 4 spaces, found 1
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 4 spaces, found 1
(#391) Expected 1 space after closing parenthesis; found 0
(#392) Spaces must be used for alignment; tabs are not allowed
(#392) Tab found within whitespace
(#392) Line indented incorrectly; expected at least 4 spaces, found 1
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected 4 spaces, found 1
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 8 spaces, found 2
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 8 spaces, found 2
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 8 spaces, found 2
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 8 spaces, found 2
(#398) Variable "inner_categories" must not contain underscores.
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 8 spaces, found 2
(#399) Variable "inner_categories" must not contain underscores.
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 12 spaces, found 3
(#400) Variable "inner_categories" must not contain underscores.
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 8 spaces, found 2
(#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
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/shared_view.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Variable "portfolioUser" must be all lower-case
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Inline control structures are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Inline control structures are not allowed
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Inline control structures are not allowed
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 12 spaces, found 3
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 16 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 12 spaces, found 3
(#80) Expected "} else {\n"; found "}\n\t\t\telse {\n"
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 1
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) Expected "} else {\n"; found "}else {\n"
(#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
(#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 1
(#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
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used for alignment; tabs are not allowed
(#110) Spaces must be used for alignment; tabs are not allowed
(#111) Spaces must be used for alignment; tabs are not allowed
(#112) Spaces must be used for alignment; tabs are not allowed
(#113) Spaces must be used for alignment; tabs are not allowed
(#114) Spaces must be used for alignment; tabs are not allowed
(#115) Spaces must be used for alignment; tabs are not allowed
(#116) Spaces must be used for alignment; tabs are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#118) Spaces must be used for alignment; tabs are not allowed
(#119) Spaces must be used for alignment; tabs are not allowed
(#120) Spaces must be used for alignment; tabs are not allowed
(#127) Variable "cols_layout" must not contain underscores.
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#130) Inline control structures are not allowed
(#130) Expected 1 space before "=="; 0 found
(#130) Expected 1 space after "=="; 0 found
(#130) Whitespace found at end of line
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#134) Expected 1 space before "<="; 0 found
(#134) Expected 1 space after "<="; 0 found
(#134) Variable "cols_layout" must not contain underscores.
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Inline control structures are not allowed
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Inline control structures are not allowed
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 3
(#139) Line exceeds 132 characters; contains 160 characters
(#139) Line exceeds 132 characters; contains 160 characters
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 8 spaces, found 2
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 3
(#142) Whitespace found at end of line
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Variable "has_competences" must not contain underscores.
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 12 spaces, found 3
(#145) Expected "if (...) {\n"; found "if(...){\n"
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 16 spaces, found 4
(#146) Variable "has_competences" must not contain underscores.
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 16 spaces, found 4
(#148) Expected "if (...) {\n"; found "if(...){\n"
(#148) Variable "has_competences" must not contain underscores.
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 20 spaces, found 5
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 20 spaces, found 5
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 20 spaces, found 5
(#152) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 24 spaces, found 6
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 24 spaces, found 6
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#154) Whitespace found at end of line
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 24 spaces, found 6
(#156) Expected "if (...) {\n"; found "if(...){\n"
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 28 spaces, found 7
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 24 spaces, found 6
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 20 spaces, found 5
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 20 spaces, found 5
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 20 spaces, found 5
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 20 spaces, found 5
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 20 spaces, found 5
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 20 spaces, found 5
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 16 spaces, found 4
(#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 3
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 12 spaces, found 3
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 3
(#174) Variable "file_params" must not contain underscores.
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 12 spaces, found 3
(#175) Expected 1 space before "=="; 0 found
(#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 16 spaces, found 4
(#176) Line exceeds 132 characters; contains 173 characters
(#176) Line exceeds 132 characters; contains 173 characters
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) This comment is 69% valid code; is this commented out code?
(#177) Line exceeds maximum limit of 180 characters; contains 239 characters
(#177) Line indented incorrectly; expected at least 16 spaces, found 0
(#177) Line exceeds maximum limit of 180 characters; contains 239 characters
(#177) Tab found before comment text; expected "// if ($img = $DB->get_record('files', array('contextid'=>get_context_instance(CONTEXT_USER, $item->userid)->id, 'component'=>'block_exaport', 'filearea'=>'item_file', 'itemid'=>$item->id, 'filesize'=>'>0'), 'id, filename, mimetype')) {" but found "// if ($img = $DB->get_record('files', array('contextid'=>get_context_instance(CONTEXT_USER, $item->userid)->id, 'component'=>'block_exaport', 'filearea'=>'item_file', 'itemid'=>$item->id, 'filesize'=>'>0'), 'id, filename, mimetype')) {"
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 16 spaces, found 4
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 20 spaces, found 5
(#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
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 24 spaces, found 6
(#180) Variable "img_src" must not contain underscores.
(#180) Line exceeds maximum limit of 180 characters; contains 203 characters
(#180) Line exceeds maximum limit of 180 characters; contains 203 characters
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 24 spaces, found 6
(#181) Variable "img_src" must not contain underscores.
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 20 spaces, found 5
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 24 spaces, found 6
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 24 spaces, found 6
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 24 spaces, found 6
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 24 spaces, found 6
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 24 spaces, found 6
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 24 spaces, found 6
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 24 spaces, found 6
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 24 spaces, found 6
(#190) Variable "file_params" must not contain underscores.
(#190) Line exceeds 132 characters; contains 156 characters
(#190) Line exceeds 132 characters; contains 156 characters
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 24 spaces, found 6
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 28 spaces, found 7
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 24 spaces, found 6
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 20 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 4
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Whitespace found at end of line
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 12 spaces, found 3
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 12 spaces, found 3
(#197) Usage of ELSEIF not allowed; use ELSE IF instead
(#197) Expected 1 space before "=="; 0 found
(#197) Expected 1 space after "=="; 0 found
(#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 16 spaces, found 4
(#198) Line exceeds maximum limit of 180 characters; contains 284 characters
(#198) Line exceeds maximum limit of 180 characters; contains 284 characters
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 12 spaces, found 3
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 3
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line indented incorrectly; expected 12 spaces, found 24
(#202) Expected "if (...) {\n"; found "if(...) {\n"
(#203) Inline control structures are not allowed
(#203) Variable "has_competences" must not contain underscores.
(#204) Line exceeds 132 characters; contains 147 characters
(#204) Line exceeds 132 characters; contains 147 characters
(#205) Line indented incorrectly; expected 12 spaces, found 24
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 3
(#207) Line exceeds maximum limit of 180 characters; contains 187 characters
(#207) Line exceeds maximum limit of 180 characters; contains 187 characters
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 12 spaces, found 3
(#208) Variable "file_params" must not contain underscores.
(#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 12 spaces, found 3
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 12 spaces, found 3
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Line indented incorrectly; expected at least 16 spaces, found 4
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 16 spaces, found 4
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 12 spaces, found 3
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 3
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 12 spaces, found 3
(#215) Inline control structures are not allowed
(#215) Variable "has_competences" must not contain underscores.
(#215) Line exceeds maximum limit of 180 characters; contains 319 characters
(#215) Line exceeds maximum limit of 180 characters; contains 319 characters
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 12 spaces, found 3
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 8 spaces, found 2
(#218) Usage of ELSEIF not allowed; use ELSE IF instead
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#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) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 12 spaces, found 3
(#221) Inline control structures are not allowed
(#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 12 spaces, found 4
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 12 spaces, found 3
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 16 spaces, found 4
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 4
(#225) Inline control structures are not allowed
(#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) Line indented incorrectly; expected at least 16 spaces, found 5
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 16 spaces, found 4
(#227) Inline control structures are not allowed
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) 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 16 spaces, found 5
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 16 spaces, found 4
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 12 spaces, found 3
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#231) Inline control structures are not allowed
(#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 12 spaces, found 4
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#233) Inline control structures are not allowed
(#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 12 spaces, found 4
(#235) This comment is 58% valid code; is this commented out code?
(#235) Line indented incorrectly; expected at least 12 spaces, found 0
(#236) Line exceeds maximum limit of 180 characters; contains 205 characters
(#236) Line indented incorrectly; expected at least 12 spaces, found 4
(#236) Line exceeds maximum limit of 180 characters; contains 205 characters
(#237) Line indented incorrectly; expected at least 12 spaces, found 4
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 8 spaces, found 2
(#240) Usage of ELSEIF not allowed; use ELSE IF instead
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 12 spaces, found 3
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 8 spaces, found 2
(#242) Usage of ELSEIF not allowed; use ELSE IF instead
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 3
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Inline control structures are not allowed
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 12 spaces, found 4
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 3
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 8 spaces, found 2
(#249) Usage of ELSEIF not allowed; use ELSE IF instead
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) Inline control structures are not allowed
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 4
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 12 spaces, found 3
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 12 spaces, found 3
(#259) Closing brace indented incorrectly; expected 3 spaces, found 12
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 12 spaces, found 3
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 12 spaces, found 3
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 16 spaces, found 4
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 12 spaces, found 3
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 16 spaces, found 7
(#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 16 spaces, found 4
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 12 spaces, found 3
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 8 spaces, found 2
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Inline comments must start with a capital letter, digit or 3-dots sequence
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 12 spaces, found 3
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 12 spaces, found 3
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 12 spaces, found 3
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 12 spaces, found 3
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 2
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 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
blocks/exaport/shared_views.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,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#38) Commas (,) must be followed by white space.
(#54) Variable "sql_sort" must not contain underscores.
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#56) Expected 1 space before "=="; 0 found
(#56) Expected 1 space after "=="; 0 found
(#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 5
(#57) Variable "sql_sort" must not contain underscores.
(#59) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Variable "sql_sort" must not contain underscores.
(#61) Expected "if (...) {\n"; found "if(...){\n"
(#61) Expected 1 space before "=="; 0 found
(#61) Expected 1 space after "=="; 0 found
(#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 5
(#62) Variable "sql_sort" must not contain underscores.
(#65) Variable "sql_sort" must not contain underscores.
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#66) Expected 1 space before "=="; 0 found
(#66) Expected 1 space after "=="; 0 found
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "sql_sort" must not contain underscores.
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#81) Inline control structures are not allowed
(#81) Whitespace found at end of line
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "usergroups_list" must not contain underscores.
(#91) Variable "usergroups_list" must not contain underscores.
(#91) Line exceeds 132 characters; contains 133 characters
(#92) Line indented incorrectly; expected 4 spaces, found 8
(#94) Line indented incorrectly; expected 4 spaces, found 8
(#95) Variable "userviews_list" must not contain underscores.
(#97) Whitespace found at end of line
(#99) Line exceeds 132 characters; contains 177 characters
(#102) Expected 1 space after "?"; newline found
(#102) Whitespace found at end of line
(#104) Expected 1 space before ":"; newline found
(#104) Whitespace found at end of line
(#108) Expected 1 space after "?"; newline found
(#108) Whitespace found at end of line
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Expected 1 space before ":"; newline found
(#110) Whitespace found at end of line
(#111) This comment is 46% valid code; is this commented out code?
(#112) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#114) Expected 1 space after "?"; newline found
(#114) Whitespace found at end of line
(#115) Expected 1 space before ">"; 0 found
(#115) Expected 1 space after ">"; 0 found
(#115) Variable "userviews_list" must not contain underscores.
(#115) Expected 1 space before ":"; 0 found
(#115) Line exceeds 132 characters; contains 140 characters
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line exceeds 132 characters; contains 179 characters
(#120) Variable "sql_sort" must not contain underscores.
(#123) Variable "viewsFound" must be all lower-case
(#127) Variable "viewsFound" must be all lower-case
(#130) Variable "viewsFound" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Variable "mainViewGroups" 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 4 spaces, found 2
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 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 2
(#145) Variable "userIdsInThisCourse" must be all lower-case
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#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 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 12 spaces, found 3
(#148) Variable "userIdsInThisCourse" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 16 spaces, found 4
(#149) Variable "mainViewGroups" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 12 spaces, found 3
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 16 spaces, found 4
(#151) Variable "mainViewGroups" must be all lower-case
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 12 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Variable "mainViewGroups" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Line exceeds 132 characters; contains 164 characters
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Inline control structures are not allowed
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 8 spaces, found 2
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#165) Expected 1 space before "=="; 0 found
(#165) Expected 1 space after "=="; 0 found
(#165) Expected 1 space before "?"; 0 found
(#165) Expected 1 space after "?"; 0 found
(#165) Expected 1 space before ":"; 0 found
(#165) Expected 1 space after ":"; 0 found
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line 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 at least 8 spaces, found 2
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) This comment is 50% valid code; is this commented out code?
(#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 4 spaces, found 1
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Line exceeds 132 characters; contains 138 characters
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) Line exceeds 132 characters; contains 138 characters
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Line exceeds 132 characters; contains 146 characters
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 8 spaces, found 2
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 8 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 4 spaces, found 1
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "mainViewGroups" must be all lower-case
(#182) Variable "mainViewGroupId" must be all lower-case
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "mainViewGroup" must be all lower-case
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 8 spaces, found 2
(#183) Variable "mainViewGroup" must be all lower-case
(#183) Variable "mainViewGroupId" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Line indented incorrectly; expected at least 12 spaces, found 3
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 3
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 8 spaces, found 2
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) 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 2
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) Variable "mainViewGroupId" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 2
(#194) Variable "mainViewGroup" must be all lower-case
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Line indented incorrectly; expected at least 12 spaces, found 3
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 12 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 8 spaces, found 2
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 8 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 12 spaces, found 3
(#203) Variable "viewsByUser" must be all lower-case
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected 12 spaces, found 3
(#205) Variable "mainViewGroup" must be all lower-case
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 16 spaces, found 4
(#206) Variable "viewsByUser" must be all lower-case
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 20 spaces, found 5
(#207) Variable "viewsByUser" must be all lower-case
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 20 spaces, found 6
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 20 spaces, found 6
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 32 spaces, found 5
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 16 spaces, found 4
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 16 spaces, found 4
(#213) Variable "viewsByUser" must be all lower-case
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 12 spaces, found 3
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 12 spaces, found 3
(#216) Variable "viewsByUser" must be all lower-case
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 16 spaces, found 4
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 16 spaces, found 4
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 16 spaces, found 4
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 16 spaces, found 4
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 16 spaces, found 4
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 16 spaces, found 5
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 16 spaces, found 5
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 5
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 25 spaces, found 4
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 25 spaces, found 4
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 25 spaces, found 4
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 29 spaces, found 5
(#230) No space found before comment text; expected "// If there is external access - display external link." but found "//If there is external access - display external link."
(#230) Whitespace found at end of line
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 29 spaces, found 6
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 33 spaces, found 6
(#232) Line exceeds 132 characters; contains 133 characters
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 32 spaces, found 5
(#233) Closing brace indented incorrectly; expected 6 spaces, found 5
(#233) Whitespace found at end of line
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 36 spaces, found 6
(#234) Line exceeds 132 characters; contains 143 characters
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 36 spaces, found 10
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 32 spaces, found 5
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 32 spaces, found 5
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 32 spaces, found 6
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 32 spaces, found 6
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 32 spaces, found 6
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 50 spaces, found 5
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 28 spaces, found 4
(#244) Line indented incorrectly; expected at least 28 spaces, found 16
(#244) Expected 1 space before ":"; 0 found
(#244) Expected 1 space after ":"; 0 found
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 28 spaces, found 4
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 28 spaces, found 4
(#246) Expected 1 space before "=>"; 0 found
(#246) Expected 1 space after "=>"; 0 found
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 28 spaces, found 4
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 28 spaces, found 4
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 28 spaces, found 4
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 28 spaces, found 4
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 28 spaces, found 4
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 28 spaces, found 4
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 12 spaces, found 3
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 8 spaces, found 2
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 3
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 12 spaces, found 3
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 12 spaces, found 4
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 12 spaces, found 4
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 12 spaces, found 4
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 12 spaces, found 4
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 4
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 12 spaces, found 3
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 12 spaces, found 3
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 12 spaces, found 3
(#269) Variable "mainViewGroup" must be all lower-case
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 16 spaces, found 4
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 16 spaces, found 4
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 16 spaces, found 5
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 16 spaces, found 5
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 16 spaces, found 5
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 16 spaces, found 5
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 16 spaces, found 5
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 16 spaces, found 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 25 spaces, found 4
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 12 spaces, found 3
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 12 spaces, found 3
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 12 spaces, found 3
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 12 spaces, found 3
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 8 spaces, found 2
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 4 spaces, found 1
(#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) This comment is 55% valid code; is this commented out code?
(#300) Line indented incorrectly; expected at least 4 spaces, found 2
(#300) No space found before comment text; expected "// echo get_string('sortby') . ': ';" but found "//echo get_string('sortby') . ': ';"
(#302) Line exceeds 132 characters; contains 144 characters
(#303) Expected 1 space before "!="; 0 found
(#303) Expected 1 space after "!="; 0 found
(#303) Whitespace found at end of line
(#304) Line exceeds 132 characters; contains 133 characters
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#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 0 spaces, found 1
(#307) Closing brace indented incorrectly; expected 0 spaces, found 1
(#316) Inline control structures are not allowed
(#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
(#318) Inline control structures are not allowed
(#318) Usage of ELSEIF not allowed; use ELSE IF instead
(#319) Expected 1 space before "-"; 0 found
(#319) Expected 1 space after "-"; 0 found
(#320) Inline control structures are not allowed
(#320) Usage of ELSEIF not allowed; use ELSE IF instead
(#320) Whitespace found at end of line
(#322) Inline control structures are not allowed
(#322) Usage of ELSEIF not allowed; use ELSE IF instead
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 4 spaces, found 2
(#323) Expected 1 space before "-"; 0 found
(#323) Expected 1 space after "-"; 0 found
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 4 spaces, found 1
(#324) Inline control structures are not allowed
(#324) Usage of ELSEIF not allowed; use ELSE IF instead
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 4 spaces, found 2
blocks/exaport/shortenintro.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "require_once" must be immediately followed by an open parenthesis
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Line indented incorrectly; expected 4 spaces, found 1
(#10) Expected "if (...) {\n"; found "if(...){\n"
(#10) Expected 1 space before ">"; 0 found
(#10) Expected 1 space after ">"; 0 found
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#11) Line indented incorrectly; expected at least 8 spaces, found 2
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Line indented incorrectly; expected at least 8 spaces, found 2
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Whitespace found at end of line
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Whitespace found at end of line
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Whitespace found at end of line
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected 4 spaces, found 1
(#20) Expected "if (...) {\n"; found "if(...){\n"
(#20) Expected 1 space before ">"; 0 found
(#20) Expected 1 space after ">"; 0 found
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Whitespace found at end of line
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Whitespace found at end of line
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#31) A closing tag is not permitted at the end of a PHP file
blocks/exaport/test_category_creation.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Inline control structures are not allowed
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#15) Inline control structures are not allowed
(#15) Expected 1 space before "=>"; 0 found
(#15) Expected 1 space after "=>"; 0 found
(#15) Expected 1 space before "=>"; 0 found
(#15) Expected 1 space after "=>"; 0 found
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#18) Inline control structures are not allowed
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Whitespace found at end of line
blocks/exaport/testclient/curl.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Scope keyword "public" must be followed by a single space
(#30) Scope keyword "public" must be followed by a single space
(#32) Scope keyword "public" must be followed by a single space
(#33) Scope keyword "public" must be followed by a single space
(#35) Scope keyword "public" must be followed by a single space
(#36) Scope keyword "public" must be followed by a single space
(#41) Member variable "proxy_host" must not contain underscores.
(#42) Member variable "proxy_auth" must not contain underscores.
(#43) Member variable "proxy_type" must not contain underscores.
(#51) Expected 1 space after closing parenthesis; found 0
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Expected "if (...) {\n"; found "if(...) {\n"
(#78) Expected 1 space after closing parenthesis; found 0
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 64% valid code; is this commented out code?
(#89) No space found before comment text; expected "// $this->options['CURLOPT_FOLLOWLOCATION'] = 1;" but found "//$this->options['CURLOPT_FOLLOWLOCATION'] = 1;"
(#125) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#137) Expected 1 space after closing parenthesis; found 0
(#153) Public method name "curl::setHeader" must be in lower-case letters only
(#154) Expected "if (...) {\n"; found "if (...){\n"
(#166) Public method name "curl::getResponse" must be in lower-case letters only
(#166) Expected 1 space after closing parenthesis; found 0
(#177) Private method name "curl::formatHeader" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#184) Expected "if (...) {\n"; found "if (...){\n"
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Expected 1 space before "=>"; 0 found
(#212) Expected 1 space after "=>"; 0 found
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Commas (,) must be followed by white space.
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Expected "if (...) {\n"; found "if (...){\n"
(#234) Expected "if (...) {\n"; found "if (...){\n"
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#287) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#295) Expected "do {\n...} while (...);\n"; found "do {\n...} while(...);\n"
(#316) Expected 1 space after closing parenthesis; found 0
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Expected "if (...) {\n"; found "if (...){\n"
(#344) Expected "if (...) {\n"; found "if (...){\n"
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) This comment is 65% valid code; is this commented out code?
(#349) No space found before comment text; expected "// throw new moodle_exception($this->error, 'curl');" but found "//throw new moodle_exception($this->error, 'curl');"
(#362) Expected 1 space after closing parenthesis; found 0
(#368) Whitespace found at end of line
(#376) Visibility must be declared on method "format_array_postdata_for_curlcall"
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#382) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) No space found before comment text; expected "// the value is an array, call the function recursively" but found "//the value is an array, call the function recursively"
(#385) Expected "} else {\n"; found "} else { //add the POST parameter to the $data array\n"
(#385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) No space found before comment text; expected "// add the POST parameter to the $data array" but found "//add the POST parameter to the $data array"
(#397) Visibility must be declared on method "format_postdata_for_curlcall"
(#402) Expected 1 space before "=>"; 0 found
(#402) Expected 1 space after "=>"; 0 found
(#402) Expected 1 space before "=>"; 0 found
(#402) Expected 1 space after "=>"; 0 found
(#409) Expected "} else {\n"; found "} else {\n"
(#425) Expected 1 space after closing parenthesis; found 0
(#429) Whitespace found at end of line
(#442) Expected 1 space after closing parenthesis; found 0
(#445) Expected "if (...) {\n"; found "if (...){\n"
(#460) Expected 1 space after closing parenthesis; found 0
(#462) Expected "if (...) {\n"; found "if (...){\n"
(#470) Expected "if (...) {\n"; found "if (...){\n"
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#486) Expected 1 space after closing parenthesis; found 0
(#501) Expected 1 space after closing parenthesis; found 0
(#513) Expected 1 space after closing parenthesis; found 0
(#545) Visibility must be declared on method "__construct"
(#559) Expected 1 space after closing parenthesis; found 0
(#562) Expected "if (...) {\n"; found "if(...) {\n"
(#564) Expected "if (...) {\n"; found "if(...)\n {\n"
(#564) Expected 1 space before "-"; 0 found
(#564) Expected 1 space after "-"; 0 found
(#583) Expected 1 space after closing parenthesis; found 0
(#595) Expected 1 space after closing parenthesis; found 0
(#596) Expected "if (...) {\n"; found "if(...){\n"
(#598) Expected "if (...) {\n"; found "if(...) {\n"
(#600) Expected "if (...) {\n"; found "if(...){\n"
(#611) Expected 1 space after closing parenthesis; found 0
(#612) Expected "if (...) {\n"; found "if(...){\n"
(#614) Expected "if (...) {\n"; found "if(...) {\n"
(#615) Expected "if (...) {\n"; found "if(...){\n"
(#615) Expected 1 space before "!=="; 0 found
(#615) Expected 1 space after "!=="; 0 found
blocks/exaport/testclient/uploadfile.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) 3 slashes comments are not allowed; use "// Comment." instead
(#9) No space found before comment text; expected "// Note: check "Maximum uploaded file size" in your Moodle "Site Policies"." but found "//Note: check "Maximum uploaded file size" in your Moodle "Site Policies"."
(#10) No space found before comment text; expected "// CHANGE THIS !" but found "//CHANGE THIS !"
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) No space found before comment text; expected "// put the file to the root of your private file area. //OPTIONAL" but found "//put the file to the root of your private file area. //OPTIONAL"
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) 3 slashes comments are not allowed; use "// Comment." instead
(#15) Commas (,) must be followed by white space.
(#25) The use of function print_r() is forbidden
(#27) Whitespace found at end of line
(#29) 3 slashes comments are not allowed; use "// Comment." instead
(#30) No space found before comment text; expected "// Note: The service associated to the user token must allow "file download" !" but found "//Note: The service associated to the user token must allow "file download" !"
(#31) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#33) No space found before comment text; expected "// Normally you retrieve the file download url from calling the web service core_course_get_contents()" but found "//Normally you retrieve the file download url from calling the web service core_course_get_contents()"
(#34) No space found before comment text; expected "// However to be quick to demonstrate the download call," but found "//However to be quick to demonstrate the download call,"
(#35) No space found before comment text; expected "// you are going to retrieve the file download url manually:" but found "//you are going to retrieve the file download url manually:"
(#36) No space found before comment text; expected "// 1- In Moodle, create a forum with an attachement" but found "//1- In Moodle, create a forum with an attachement"
(#37) No space found before comment text; expected "// 2- look at the attachement link url, and copy everything after http://YOURMOODLE/pluginfile.php" but found "//2- look at the attachement link url, and copy everything after http://YOURMOODLE/pluginfile.php"
(#38) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#41) No space found before comment text; expected "// CHANGE THIS ! This is where you will store the file." but found "//CHANGE THIS ! This is where you will store the file."
(#42) No space found before comment text; expected "// Don't forget to allow 'write permission' on the folder for your web server." but found "//Don't forget to allow 'write permission' on the folder for your web server."
(#45) 3 slashes comments are not allowed; use "// Comment." instead
(#46) Line exceeds 132 characters; contains 171 characters
blocks/exaport/testclient/wsclient.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) Line 1 of the opening comment must start "// This file is part of".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) This comment is 43% valid code; is this commented out code?
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) No space found before comment text; expected "// $token = '6f8233ff407d082557f51006bd494489'; //flo" but found "//$token = '6f8233ff407d082557f51006bd494489'; //flo"
(#11) 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. Change in global state detected.
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) No space found before comment text; expected "// michy" but found "//michy"
(#23) The use of function print_r() is forbidden
(#37) The use of function print_r() is forbidden
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#52) The use of function print_r() is forbidden
(#53) This comment is 48% valid code; is this commented out code?
(#78) This comment is 47% valid code; is this commented out code?
(#79) Whitespace found at end of line
(#80) Whitespace found at end of line
(#81) Whitespace found at end of line
(#82) Whitespace found at end of line
(#83) Whitespace found at end of line
(#84) Whitespace found at end of line
(#85) Whitespace found at end of line
(#86) Whitespace found at end of line
(#89) This comment is 47% valid code; is this commented out code?
(#98) This comment is 48% valid code; is this commented out code?
(#106) Whitespace found at end of line
(#108) This comment is 48% valid code; is this commented out code?
(#119) This comment is 47% valid code; is this commented out code?
(#143) This comment is 48% valid code; is this commented out code?
(#152) This comment is 47% valid code; is this commented out code?
(#180) This comment is 48% valid code; is this commented out code?
(#190) This comment is 48% valid code; is this commented out code?
(#200) This comment is 48% valid code; is this commented out code?
(#220) Whitespace found at end of line
(#221) Whitespace found at end of line
(#222) Whitespace found at end of line
(#223) Whitespace found at end of line
(#224) Whitespace found at end of line
(#227) This comment is 47% valid code; is this commented out code?
(#228) Whitespace found at end of line
(#230) Whitespace found at end of line
(#236) Whitespace found at end of line
(#237) Whitespace found at end of line
(#238) Whitespace found at end of line
(#239) Whitespace found at end of line
(#240) Whitespace found at end of line
(#241) Whitespace found at end of line
(#242) Whitespace found at end of line
(#243) Whitespace found at end of line
(#246) Whitespace found at end of line
(#247) Whitespace found at end of line
(#248) Whitespace found at end of line
(#249) Whitespace found at end of line
(#252) This comment is 47% valid code; is this commented out code?
(#261) This comment is 44% valid code; is this commented out code?
(#282) Whitespace found at end of line
(#284) Whitespace found at end of line
(#285) Whitespace found at end of line
(#286) Whitespace found at end of line
(#287) Whitespace found at end of line
(#288) Whitespace found at end of line
(#289) Whitespace found at end of line
(#290) Whitespace found at end of line
(#291) Whitespace found at end of line
(#292) Whitespace found at end of line
(#293) Whitespace found at end of line
(#294) Whitespace found at end of line
(#295) Whitespace found at end of line
(#296) Whitespace found at end of line
(#297) Whitespace found at end of line
(#298) Whitespace found at end of line
(#299) Whitespace found at end of line
(#300) Whitespace found at end of line
(#303) Whitespace found at end of line
(#304) Whitespace found at end of line
(#305) Whitespace found at end of line
(#306) Whitespace found at end of line
(#307) Whitespace found at end of line
(#308) Whitespace found at end of line
(#309) Whitespace found at end of line
(#310) Whitespace found at end of line
(#311) Whitespace found at end of line
(#312) Whitespace found at end of line
(#313) Whitespace found at end of line
blocks/exaport/update_from_moodle19.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require" must be immediately followed by an open parenthesis
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected 4 spaces, found 1
(#15) Line exceeds 132 characters; contains 140 characters
(#15) Line exceeds 132 characters; contains 140 characters
(#15) Line exceeds 132 characters; contains 140 characters
(#15) Line exceeds 132 characters; contains 140 characters
(#15) Spaces must be used to indent lines; tabs are not allowed
(#16) Spaces must be used to indent lines; tabs are not allowed
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) This comment is 47% valid code; is this commented out code?
(#68) Line exceeds maximum limit of 180 characters; contains 206 characters
(#68) Line exceeds maximum limit of 180 characters; contains 206 characters
(#68) Line exceeds maximum limit of 180 characters; contains 206 characters
(#68) Line exceeds maximum limit of 180 characters; contains 206 characters
(#114) Line exceeds 132 characters; contains 151 characters
(#114) Line exceeds 132 characters; contains 151 characters
(#114) Line exceeds 132 characters; contains 151 characters
(#114) Line exceeds 132 characters; contains 151 characters
(#133) Line exceeds 132 characters; contains 152 characters
(#133) Line exceeds 132 characters; contains 152 characters
(#133) Line exceeds 132 characters; contains 152 characters
(#133) Line exceeds 132 characters; contains 152 characters
(#174) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {\n"
(#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 1
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 1
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Line indented incorrectly; expected at least 4 spaces, found 2
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 4 spaces, found 2
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 4 spaces, found 2
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 4 spaces, found 3
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 4 spaces, found 3
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 2
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 3
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 3
(#186) Line exceeds 132 characters; contains 139 characters
(#186) Line exceeds 132 characters; contains 139 characters
(#186) Line exceeds 132 characters; contains 139 characters
(#186) Line exceeds 132 characters; contains 139 characters
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 4 spaces, found 2
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 3
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 4 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 2
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 3
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 3
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 2
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 4 spaces, found 3
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 3
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 4 spaces, found 3
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 3
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 3
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 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 4 spaces, found 3
(#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
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 4 spaces, found 1
(#207) Expected 1 space before "=>"; 0 found
(#207) Expected 1 space after "=>"; 0 found
(#207) Variable "oldTable" must be all lower-case
(#207) Expected 1 space before "=>"; 0 found
(#207) Expected 1 space after "=>"; 0 found
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 8 spaces, found 2
(#208) Variable "newTable" must be all lower-case
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Whitespace found at end of line
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Variable "newTable" must be all lower-case
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Variable "newTable" must be all lower-case
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Whitespace found at end of line
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Variable "newTable" must be all lower-case
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 8 spaces, found 2
(#222) Variable "oldTable" must be all lower-case
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#223) Variable "oldTable" must be all lower-case
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 8 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Whitespace found at end of line
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 2
(#226) Variable "newTable" must be all lower-case
(#226) Variable "oldTable" must be all lower-case
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 8 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 4 spaces, found 1
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Whitespace found at end of line
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#234) Expected 1 space before "=>"; 0 found
(#234) Expected 1 space after "=>"; 0 found
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 8 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Line indented incorrectly; expected at least 12 spaces, found 3
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 12 spaces, found 3
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 16 spaces, found 4
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 16 spaces, found 4
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 12 spaces, found 3
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Line indented incorrectly; expected at least 12 spaces, found 3
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 12 spaces, found 3
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 12 spaces, found 4
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 4
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 12 spaces, found 4
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 4
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 4
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 4
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 4
(#253) Whitespace found at end of line
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 18 spaces, found 3
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 18 spaces, found 3
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Whitespace found at end of line
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Line indented incorrectly; expected at least 18 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 18 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 18 spaces, found 3
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 18 spaces, found 3
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 18 spaces, found 3
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 18 spaces, found 3
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 18 spaces, found 3
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 8 spaces, found 2
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 4 spaces, found 1
(#268) Whitespace found at end of line
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 4 spaces, found 1
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 4 spaces, found 1
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 4 spaces, found 1
(#278) Whitespace found at end of line
blocks/exaport/version.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
blocks/exaport/view.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#53) Variable "show_information" must not contain underscores.
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#73) Empty IF statement detected
(#74) Whitespace found at end of line
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Line exceeds 132 characters; contains 178 characters
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Whitespace found at end of line
(#85) Variable "show_information" must not contain underscores.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 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 2
(#94) Line exceeds 132 characters; contains 167 characters
(#100) Variable "show_information" must not contain underscores.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 1
(#119) Line exceeds 132 characters; contains 168 characters
(#137) Line exceeds maximum limit of 180 characters; contains 186 characters
(#138) Line exceeds maximum limit of 180 characters; contains 238 characters
blocks/exaport/view_categories.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Commas (,) must be followed by white space.
(#59) Whitespace found at end of line
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#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) Line indented incorrectly; expected 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#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 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Inline control structures are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 16 spaces, found 5
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 16 spaces, found 4
(#78) Inline control structures are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 16 spaces, found 5
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 4
(#81) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t{\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 20 spaces, found 5
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 16 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#85) Expected "} else {\n"; found "}\n\t\t\t\telse\n\t\t\t\t{\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Commas (,) must be followed by white space.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) 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 16 spaces, found 4
(#93) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t{\n"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 20 spaces, found 5
(#96) 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 8 spaces, found 5
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#97) Line exceeds maximum limit of 180 characters; contains 182 characters
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Expected 1 space before "=="; 0 found
(#100) Expected 1 space after "=="; 0 found
(#100) Expected 1 space before "?"; 0 found
(#100) Expected 1 space after "?"; 0 found
(#100) Expected 1 space before ":"; 0 found
(#100) Expected 1 space after ":"; 0 found
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 16 spaces, found 4
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 16 spaces, found 4
(#114) Expected "} else {\n"; found "}\n\t\t\t\telse\n\t\t\t\t{\n"
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 16 spaces, found 4
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 20 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 16 spaces, found 4
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 3
(#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 4
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 4
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#123) Inline control structures are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 5
(#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 4
(#125) Inline control structures are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 16 spaces, found 5
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Expected 1 space before "=>"; 0 found
(#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 16 spaces, found 4
(#128) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t{\n"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 20 spaces, found 5
(#130) Expected "if (...) {\n"; found "if (...)\n\t\t\t\t\t{\n"
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 20 spaces, found 5
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 24 spaces, found 6
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 20 spaces, found 5
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 20 spaces, found 5
(#134) Expected "} else {\n"; found "}\n\t\t\t\t\telse\n\t\t\t\t\t{\n"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 24 spaces, found 6
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 24 spaces, found 6
(#137) Commas (,) must be followed by white space.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 20 spaces, found 5
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 16 spaces, found 4
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 16 spaces, found 4
(#140) Expected "} else {\n"; found "}\n\t\t\t\telse\n\t\t\t\t{\n"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 16 spaces, found 4
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 20 spaces, found 5
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 16 spaces, found 4
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 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 16 spaces, found 4
(#146) Expected "if (...) {\n"; found "if(...) {\n"
(#146) Expected 1 space before "=="; 0 found
(#146) Expected 1 space after "=="; 0 found
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 20 spaces, found 5
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#147) Line exceeds 132 characters; contains 142 characters
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 20 spaces, found 5
(#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
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 20 spaces, found 5
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 20 spaces, found 5
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 20 spaces, found 5
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#154) Line exceeds maximum limit of 180 characters; contains 219 characters
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 20 spaces, found 5
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 16 spaces, found 4
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 16 spaces, found 4
(#159) Expected "} else if (...) {\n"; found "}\n\t\t\t\telse if(...) {\n"
(#159) Expected "if (...) {\n"; found "if(...) {\n"
(#159) Expected 1 space before "=="; 0 found
(#159) Expected 1 space after "=="; 0 found
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 20 spaces, found 5
(#160) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t\t{\n"
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 20 spaces, found 5
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 24 spaces, found 6
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 24 spaces, found 6
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Commas (,) must be followed by white space.
(#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) Line indented incorrectly; expected 24 spaces, found 6
(#164) Expected "if (...) {\n"; found "if(...)\n\t\t\t\t\t\t{\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 24 spaces, found 6
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 28 spaces, found 7
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 24 spaces, found 6
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 24 spaces, found 6
(#168) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse\n\t\t\t\t\t\t{\n"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 24 spaces, found 6
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 28 spaces, found 7
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 28 spaces, found 7
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 32 spaces, found 8
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 36 spaces, found 9
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 32 spaces, found 8
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 28 spaces, found 7
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 28 spaces, found 7
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 28 spaces, found 7
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 28 spaces, found 7
(#179) Commas (,) must be followed by white space.
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 24 spaces, found 6
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 20 spaces, found 5
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 20 spaces, found 5
(#182) Expected "} else {\n"; found "}\n\t\t\t\t\telse\n\t\t\t\t\t{\n"
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 20 spaces, found 5
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 24 spaces, found 6
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 20 spaces, found 5
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 16 spaces, found 4
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#193) This comment is 50% valid code; is this commented out code?
(#193) No space found before comment text; expected "// $categoriesform = new eportfolio_new_categorie_form();" but found "//$categoriesform = new eportfolio_new_categorie_form();"
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 4 spaces, found 1
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 1
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#199) Line exceeds 132 characters; contains 141 characters
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Variable "outer_categories" must not contain underscores.
(#201) Commas (,) must be followed by white space.
(#201) Commas (,) must be followed by white space.
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#202) Variable "outer_categories" must not contain underscores.
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Commas (,) must be followed by white space.
(#204) Commas (,) must be followed by white space.
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#204) Line exceeds maximum limit of 180 characters; contains 188 characters
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Variable "outer_categories" must not contain underscores.
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 4 spaces, found 1
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 4 spaces, found 1
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 4 spaces, found 1
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 4 spaces, found 1
(#210) Whitespace found at end of line
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Whitespace found at end of line
(#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
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 4 spaces, found 1
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 1
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#228) Line exceeds maximum limit of 180 characters; contains 354 characters
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Whitespace found at end of line
(#232) Expected "} else {\n"; found "} \nelse { \n"
(#232) Whitespace found at end of line
(#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 1
(#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 1
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 4 spaces, found 1
(#235) Expected 1 space before "="; 0 found
(#235) 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 4 spaces, found 1
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 2
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 2
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#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 1
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 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 4 spaces, found 1
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#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 1
(#258) Variable "outer_categories" must not contain underscores.
(#258) Expected 1 space after closing parenthesis; found 0
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Whitespace found at end of line
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 4 spaces, found 1
(#262) Space found before closing bracket of FOREACH loop
(#262) Variable "outer_categories" must not contain underscores.
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 8 spaces, found 2
(#263) Expected "if (...) {\n"; found "if(...){\n"
(#263) Expected 1 space before "=="; 0 found
(#263) Expected 1 space after "=="; 0 found
(#263) Expected 1 space before "!="; 0 found
(#263) Expected 1 space after "!="; 0 found
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 12 spaces, found 3
(#264) Expected "for (...) {\n"; found "for(...){\n"
(#264) Expected 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#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 16 spaces, found 4
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 12 spaces, found 3
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Expected 1 space before "=>"; 0 found
(#268) Expected 1 space after "=>"; 0 found
(#268) Expected 1 space before "=>"; 0 found
(#268) Expected 1 space after "=>"; 0 found
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) Variable "count_inner_categories" must not contain underscores.
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 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 8 spaces, found 2
(#272) Variable "inner_categories" must not contain underscores.
(#272) Commas (,) must be followed by white space.
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#276) Line exceeds maximum limit of 180 characters; contains 307 characters
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 8 spaces, found 2
(#278) Expected "if (...) {\n"; found "if(...) {\n"
(#278) Variable "count_inner_categories" must not contain underscores.
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 12 spaces, found 3
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#279) Line exceeds maximum limit of 180 characters; contains 313 characters
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 8 spaces, found 2
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 8 spaces, found 2
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Whitespace found at end of line
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 8 spaces, found 2
(#283) Expected "if (...) {\n"; found "if(...) {\n"
(#283) Variable "inner_categories" must not contain underscores.
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 12 spaces, found 3
(#284) Variable "inner_categories" must not contain underscores.
(#284) Expected 1 space before "+"; 0 found
(#284) Expected 1 space after "+"; 0 found
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 12 spaces, found 3
(#285) Inline control structures are not allowed
(#285) Expected 1 space before "="; 0 found
(#285) Expected 1 space after "="; 0 found
(#285) Expected 1 space before "<="; 0 found
(#285) Expected 1 space after "<="; 0 found
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 12 spaces, found 4
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 8 spaces, found 2
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 8 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 at least 8 spaces, found 2
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 8 spaces, found 2
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 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 8 spaces, found 2
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 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 8 spaces, found 2
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Whitespace found at end of line
(#308) Expected 1 space after closing parenthesis; found 0
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 1
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 4 spaces, found 1
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 8 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Whitespace found at end of line
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 8 spaces, found 2
(#314) Expected 1 space before "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#314) Commas (,) must be followed by white space.
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Whitespace found at end of line
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 8 spaces, found 2
(#316) Expected "if (...) {\n"; found "if(...) {\n"
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 3
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 12 spaces, found 3
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 8 spaces, found 2
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 8 spaces, found 2
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 4 spaces, found 1
blocks/exaport/view_items.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Inline control structures are not allowed
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#54) Inline control structures are not allowed
(#54) Expected 1 space before "="; 0 found
(#54) Expected 1 space after "="; 0 found
(#55) Commas (,) must be followed by white space.
(#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
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Variable "categoriesByParent" 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 4 spaces, found 1
(#94) Inline control structures are not allowed
(#94) Variable "categoriesByParent" must be all lower-case
(#94) Variable "categoriesByParent" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 1
(#95) Variable "categoriesByParent" must be all lower-case
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Variable "rootCategory" must be all lower-case
(#100) Variable "rootCategory" must be all lower-case
(#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
(#103) Variable "shared_artefacts" must not contain underscores.
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Variable "categoriesByParent" must be all lower-case
(#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) This comment is 67% valid code; is this commented out code?
(#106) Line indented incorrectly; expected at least 4 spaces, found 0
(#106) Tab found before comment text; expected "// print_r($categoriesByParent);" but found "// print_r($categoriesByParent);"
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Variable "currentCategory" 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 4 spaces, found 1
(#113) Variable "currentCategory" must be all lower-case
(#113) Variable "rootCategory" must be all lower-case
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Variable "currentCategory" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#118) Variable "parentCategory" must be all lower-case
(#118) Variable "currentCategory" 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 4 spaces, found 1
(#120) Variable "parentCategory" must be all lower-case
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline control structures are not allowed
(#126) Inline control structures are not allowed
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) This comment is 67% valid code; is this commented out code?
(#133) No space found before comment text; expected "// echo block_exaport_get_string('categories').': ';" but found "//echo block_exaport_get_string('categories').': ';"
(#134) Commas (,) must be followed by white space.
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#135) Line exceeds 132 characters; contains 149 characters
(#137) Variable "rootCategory" must be all lower-case
(#138) Inline control structures are not allowed
(#138) Variable "rootCategory" must be all lower-case
(#138) Variable "rootCategory" must be all lower-case
(#138) Variable "rootCategory" must be all lower-case
(#138) Expected 1 space before "?"; 0 found
(#138) Expected 1 space after "?"; 0 found
(#138) Expected 1 space before ":"; 0 found
(#138) Expected 1 space after ":"; 0 found
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#138) Line exceeds 132 characters; contains 141 characters
(#140) Variable "categoriesByParent" must be all lower-case
(#140) Variable "currentCategoryid" must be all lower-case
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Inline control structures are not allowed
(#141) Variable "categoriesByParent" must be all lower-case
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#143) Variable "categoriesByParent" must be all lower-case
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Variable "currentCategoryid" must be all lower-case
(#144) Expected 1 space before "?"; 0 found
(#144) Expected 1 space after "?"; 0 found
(#144) Expected 1 space before ":"; 0 found
(#144) Expected 1 space after ":"; 0 found
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#145) Inline control structures are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 3
(#146) Expected 1 space before "*"; 0 found
(#146) Expected 1 space after "*"; 0 found
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Inline control structures are not allowed
(#148) Expected 1 space before "?"; 0 found
(#148) Expected 1 space after "?"; 0 found
(#148) Expected 1 space before ":"; 0 found
(#148) Expected 1 space after ":"; 0 found
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Variable "categoriesByParent" must be all lower-case
(#150) Variable "currentCategoryid" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 3
(#151) Expected 1 space before "+"; 0 found
(#151) 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
(#154) Variable "categoriesByParent" must be all lower-case
(#154) Variable "currentCategory" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#161) Line exceeds 132 characters; contains 159 characters
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#163) Line exceeds 132 characters; contains 159 characters
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#165) Line exceeds 132 characters; contains 159 characters
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// anzeigen wenn kategorien vorhanden zum importieren aus sprachfile" but found "//anzeigen wenn kategorien vorhanden zum importieren aus sprachfile"
(#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 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) No space found before comment text; expected "// <span>Zoom:</span>" but found "//<span>Zoom:</span>"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// <span><img src="tilezoomin.png" alt="Zoom in" /><img src="tilezoomout.png" alt="Zoom out" class="excomdos_padlf" /></span>" but found "//<span><img src="tilezoomin.png" alt="Zoom in" /><img src="tilezoomout.png" alt="Zoom out" class="excomdos_padlf" /></span>"
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 4 spaces, found 1
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#180) Line exceeds 132 characters; contains 138 characters
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 4 spaces, found 1
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#183) Line exceeds 132 characters; contains 136 characters
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#194) Variable "currentCategory" must be all lower-case
(#196) Variable "currentCategory" must be all lower-case
(#196) Expected 1 space before ">"; 0 found
(#196) Expected 1 space after ">"; 0 found
(#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
(#200) Variable "currentCategory" must be all lower-case
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 4 spaces, found 1
(#201) Variable "currentCategory" must be all lower-case
(#201) Variable "currentCategory" must be all lower-case
(#201) Variable "currentCategory" must be all lower-case
(#201) Variable "currentCategory" must be all lower-case
(#201) Expected 1 space before "=="; 0 found
(#201) Expected 1 space after "=="; 0 found
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Whitespace found at end of line
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#201) Line exceeds maximum limit of 180 characters; contains 219 characters
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 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 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 4 spaces, found 1
(#204) Variable "currentCategory" must be all lower-case
(#204) Whitespace found at end of line
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 4 spaces, found 1
(#206) Whitespace found at end of line
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 4 spaces, found 1
(#207) Variable "currentCategory" must be all lower-case
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#207) Line exceeds maximum limit of 180 characters; contains 198 characters
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 4 spaces, found 1
(#208) Variable "currentCategory" must be all lower-case
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#208) Line exceeds maximum limit of 180 characters; contains 203 characters
(#212) Variable "sql_sort" must not contain underscores.
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) This comment is 75% valid code; is this commented out code?
(#213) No space found before comment text; expected "// echo $sql_sort;" but found "//echo $sql_sort;"
(#215) Variable "currentCategory" must be all lower-case
(#217) Variable "currentCategory" must be all lower-case
(#217) Variable "shared_artefacts" must not contain underscores.
(#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 1
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) This comment is 67% valid code; is this commented out code?
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) No space found before comment text; expected "// $categoriesByParent[-1][] = $rootCategory;" but found "//$categoriesByParent[-1][] = $rootCategory;"
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 1
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Variable "parentCategory" must be all lower-case
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 4 spaces, found 1
(#223) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#223) Variable "shared_artefacts" must not contain underscores.
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Variable "categoriesByParent" must be all lower-case
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 1
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 1
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 8 spaces, found 2
(#229) Variable "shared_artefacts" must not contain underscores.
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 12 spaces, found 3
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 16 spaces, found 4
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 16 spaces, found 4
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 12 spaces, found 3
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 8 spaces, found 2
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 1
(#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 1
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#249) Variable "sql_sort" must not contain underscores.
(#253) Variable "categoriesByParent" must be all lower-case
(#253) Variable "currentCategory" must be all lower-case
(#253) Variable "parentCategory" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected 4 spaces, found 1
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 2
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 8 spaces, found 4
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 4
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 8 spaces, found 4
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 8 spaces, found 2
(#279) Inline control structures are not allowed
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 8 spaces, found 3
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#280) Line exceeds 132 characters; contains 137 characters
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) Variable "item_i" must not contain underscores.
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected 8 spaces, found 2
(#285) Variable "parentCategory" must be all lower-case
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 12 spaces, found 3
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected at least 12 spaces, found 3
(#287) Variable "item_i" must not contain underscores.
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 12 spaces, found 3
(#288) Variable "item_i" must not contain underscores.
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 12 spaces, found 3
(#289) Variable "item_i" must not contain underscores.
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Whitespace found at end of line
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#291) Variable "item_i" must not contain underscores.
(#291) Expected 1 space after "="; newline found
(#291) Whitespace found at end of line
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 4
(#292) Variable "parentCategory" must be all lower-case
(#292) Variable "parentCategory" must be all lower-case
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#292) Line exceeds 132 characters; contains 160 characters
(#293) Spaces must be used to indent lines; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 12 spaces, found 3
(#293) Variable "item_i" must not contain underscores.
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 12 spaces, found 3
(#294) Variable "item_i" must not contain underscores.
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected 8 spaces, found 2
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 8 spaces, found 2
(#297) Variable "categoriesByParent" must be all lower-case
(#297) Variable "currentCategory" must be all lower-case
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 12 spaces, found 3
(#298) Variable "categoriesByParent" must be all lower-case
(#298) Variable "currentCategory" must be all lower-case
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 16 spaces, found 4
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 16 spaces, found 4
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 20 spaces, found 5
(#301) Variable "item_i" must not contain underscores.
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 20 spaces, found 5
(#302) Variable "item_i" must not contain underscores.
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 20 spaces, found 5
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Line indented incorrectly; expected at least 24 spaces, found 6
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 24 spaces, found 6
(#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 28 spaces, found 7
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 28 spaces, found 7
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 28 spaces, found 7
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 28 spaces, found 7
(#309) Variable "item_i" must not contain underscores.
(#309) Whitespace found at end of line
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 24 spaces, found 6
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 28 spaces, found 7
(#311) Variable "item_i" must not contain underscores.
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 24 spaces, found 6
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 20 spaces, found 5
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 24 spaces, found 6
(#314) Variable "item_i" must not contain underscores.
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected 20 spaces, found 5
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 20 spaces, found 5
(#316) Variable "item_i" must not contain underscores.
(#316) Expected 1 space after "="; newline found
(#316) Whitespace found at end of line
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 20 spaces, found 6
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#317) Line exceeds maximum limit of 180 characters; contains 226 characters
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 20 spaces, found 5
(#319) Variable "item_i" must not contain underscores.
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Whitespace found at end of line
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected 20 spaces, found 5
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 24 spaces, found 6
(#322) Variable "item_i" must not contain underscores.
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 24 spaces, found 6
(#323) Expected 1 space before "=="; 0 found
(#323) Expected 1 space after "=="; 0 found
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#323) Line exceeds maximum limit of 180 characters; contains 262 characters
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 28 spaces, found 7
(#324) Variable "item_i" must not contain underscores.
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 24 spaces, found 6
(#325) Whitespace found at end of line
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 24 spaces, found 6
(#326) Whitespace found at end of line
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 28 spaces, found 7
(#327) Variable "item_i" must not contain underscores.
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 24 spaces, found 6
(#328) Whitespace found at end of line
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 24 spaces, found 6
(#329) Variable "item_i" must not contain underscores.
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 24 spaces, found 7
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#330) Line exceeds maximum limit of 180 characters; contains 187 characters
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 24 spaces, found 7
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected 20 spaces, found 5
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 24 spaces, found 6
(#333) Variable "item_i" must not contain underscores.
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected 20 spaces, found 5
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 16 spaces, found 4
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 12 spaces, found 3
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 8 spaces, found 2
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 8 spaces, found 2
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 8 spaces, found 2
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 12 spaces, found 3
(#341) Variable "item_i" must not contain underscores.
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 12 spaces, found 3
(#343) Variable "item_i" must not contain underscores.
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 3
(#345) Variable "item_i" must not contain underscores.
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 12 spaces, found 3
(#347) Variable "item_i" must not contain underscores.
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#347) Line exceeds maximum limit of 180 characters; contains 232 characters
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 12 spaces, found 3
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 16 spaces, found 4
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#349) Line exceeds maximum limit of 180 characters; contains 202 characters
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 16 spaces, found 4
(#351) Variable "shortIntro" must be all lower-case
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 16 spaces, found 4
(#352) Expected "if (...) {\n"; found "if(...) {\n"
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 20 spaces, found 5
(#353) Variable "shortIntro" must be all lower-case
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 16 spaces, found 4
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected 16 spaces, found 4
(#356) Empty IF statement detected
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Line indented incorrectly; expected at least 20 spaces, found 5
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 16 spaces, found 4
(#358) Usage of ELSEIF not allowed; use ELSE IF instead
(#358) Variable "shortIntro" must be all lower-case
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Line indented incorrectly; expected at least 20 spaces, found 5
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 20 spaces, found 5
(#360) Variable "item_i" must not contain underscores.
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#360) Line exceeds 132 characters; contains 139 characters
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 16 spaces, found 4
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Line indented incorrectly; expected at least 20 spaces, found 5
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 20 spaces, found 5
(#363) Variable "item_i" must not contain underscores.
(#363) Expected 1 space after ".="; newline found
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 20 spaces, found 5
(#364) Variable "item_i" must not contain underscores.
(#364) Variable "shortIntro" must be all lower-case
(#365) Variable "item_i" must not contain underscores.
(#367) Variable "item_i" must not contain underscores.
(#368) Variable "item_i" must not contain underscores.
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 16 spaces, found 4
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected 12 spaces, found 3
(#373) Spaces must be used to indent lines; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected at least 12 spaces, found 3
(#373) Variable "item_i" must not contain underscores.
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Line indented incorrectly; expected at least 12 spaces, found 3
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Whitespace found at end of line
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Line indented incorrectly; expected at least 12 spaces, found 3
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 12 spaces, found 3
(#378) Variable "currentCategory" must be all lower-case
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 16 spaces, found 4
(#379) Variable "item_i" must not contain underscores.
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#379) Line exceeds maximum limit of 180 characters; contains 262 characters
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 16 spaces, found 4
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Whitespace found at end of line
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected 12 spaces, found 3
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Whitespace found at end of line
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 12 spaces, found 3
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 16 spaces, found 4
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 12 spaces, found 3
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Whitespace found at end of line
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 12 spaces, found 3
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Line indented incorrectly; expected at least 12 spaces, found 3
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected at least 12 spaces, found 3
(#390) Inline control structures are not allowed
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 12 spaces, found 4
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#391) Line exceeds maximum limit of 180 characters; contains 194 characters
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 12 spaces, found 3
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#393) Line exceeds maximum limit of 180 characters; contains 212 characters
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 12 spaces, found 3
(#394) Inline control structures are not allowed
(#394) Variable "allowEdit" must be all lower-case
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected at least 12 spaces, found 4
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#395) Line exceeds maximum limit of 180 characters; contains 235 characters
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 12 spaces, found 3
(#396) Inline control structures are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 12 spaces, found 4
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Whitespace found at end of line
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 12 spaces, found 3
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 12 spaces, found 3
(#401) Variable "item_i" must not contain underscores.
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 8 spaces, found 2
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 8 spaces, found 2
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected 4 spaces, found 1
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected 8 spaces, found 2
(#408) Variable "parentCategory" must be all lower-case
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 12 spaces, found 3
(#409) Variable "parentCategory" must be all lower-case
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 4 spaces, found 3
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Variable "parentCategory" must be all lower-case
(#412) Spaces must be used for alignment; tabs are not allowed
(#413) Spaces must be used for alignment; tabs are not allowed
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Line indented incorrectly; expected 8 spaces, found 6
(#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) Spaces must be used for alignment; tabs are not allowed
(#422) Variable "parentCategory" must be all lower-case
(#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
(#425) Line indented incorrectly; expected 4 spaces, found 3
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 8 spaces, found 2
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Whitespace found at end of line
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected 8 spaces, found 2
(#428) Variable "categoriesByParent" must be all lower-case
(#428) Variable "currentCategory" must be all lower-case
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected 12 spaces, found 3
(#429) Variable "categoriesByParent" must be all lower-case
(#429) Variable "currentCategory" must be all lower-case
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 16 spaces, found 4
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 20 spaces, found 5
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#432) Line exceeds maximum limit of 180 characters; contains 192 characters
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected 8 spaces, found 5
(#434) Spaces must be used for alignment; tabs are not allowed
(#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
(#437) Whitespace found at end of line
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 8 spaces, found 9
(#438) Variable "currentCategory" must be all lower-case
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 12 spaces, found 10
(#439) Whitespace found at end of line
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected 8 spaces, found 9
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 12 spaces, found 10
(#441) Whitespace found at end of line
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 8 spaces, found 9
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#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
(#446) Whitespace found at end of line
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Empty IF statement detected
(#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 9
(#448) Blank comments are not allowed
(#448) Whitespace found at end of line
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 12 spaces, found 9
(#450) Expected 1 space before "=="; 0 found
(#450) Expected 1 space after "=="; 0 found
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#450) Line exceeds maximum limit of 180 characters; contains 268 characters
(#451) Spaces must be used for alignment; tabs are not allowed
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Line indented incorrectly; expected 12 spaces, found 9
(#452) Closing brace indented incorrectly; expected 9 spaces, found 0
(#452) Whitespace found at end of line
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected 12 spaces, found 9
(#453) Whitespace found at end of line
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 16 spaces, found 10
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected 12 spaces, found 9
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#456) Line exceeds 132 characters; contains 174 characters
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#457) Line exceeds 132 characters; contains 175 characters
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Whitespace found at end of line
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 20 spaces, found 8
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#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
(#465) Whitespace found at end of line
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) Line indented incorrectly; expected at least 12 spaces, found 9
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 12 spaces, found 9
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Line indented incorrectly; expected at least 16 spaces, found 10
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 16 spaces, found 10
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 16 spaces, found 10
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 16 spaces, found 10
(#472) Whitespace found at end of line
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 12 spaces, found 9
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 16 spaces, found 10
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected 12 spaces, found 9
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#477) Line indented incorrectly; expected at least 12 spaces, found 9
(#477) Whitespace found at end of line
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 12 spaces, found 9
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 12 spaces, found 9
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 12 spaces, found 9
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 12 spaces, found 9
(#481) Expected 1 space before ">"; 0 found
(#481) Expected 1 space after ">"; 0 found
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 16 spaces, found 10
(#482) Variable "img_url" must not contain underscores.
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 16 spaces, found 10
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 20 spaces, found 11
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 24 spaces, found 12
(#485) Variable "img_url" must not contain underscores.
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#485) Line exceeds 132 characters; contains 157 characters
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 20 spaces, found 11
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected 16 spaces, found 10
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 16 spaces, found 10
(#488) Variable "img_url" must not contain underscores.
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 12 spaces, found 9
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) Line indented incorrectly; expected at least 16 spaces, found 10
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected at least 16 spaces, found 10
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 12 spaces, found 9
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 20 spaces, found 8
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#495) Spaces must be used for alignment; tabs are not allowed
(#496) Spaces must be used for alignment; tabs are not allowed
(#497) Spaces must be used for alignment; tabs are not allowed
(#498) Spaces must be used for alignment; tabs are not allowed
(#499) Spaces must be used for alignment; tabs are not allowed
(#500) Spaces must be used for alignment; tabs are not allowed
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Line indented incorrectly; expected 8 spaces, found 5
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected 16 spaces, found 4
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 12 spaces, found 3
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 8 spaces, found 2
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected 8 spaces, found 2
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 12 spaces, found 4
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#507) Line exceeds 132 characters; contains 134 characters
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 4 spaces, found 3
(#509) Spaces must be used for alignment; tabs are not allowed
(#510) Spaces must be used for alignment; tabs are not allowed
(#511) Spaces must be used for alignment; tabs are not allowed
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Line indented incorrectly; expected 8 spaces, found 6
(#513) Spaces must be used for alignment; tabs are not allowed
(#514) Spaces must be used for alignment; tabs are not allowed
(#515) Spaces must be used for alignment; tabs are not allowed
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Line indented incorrectly; expected 8 spaces, found 6
(#516) Whitespace found at end of line
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected 8 spaces, found 6
(#517) Variable "currentCategory" must be all lower-case
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) Line indented incorrectly; expected at least 12 spaces, found 7
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 12 spaces, found 7
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#519) Line exceeds maximum limit of 180 characters; contains 237 characters
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 8 spaces, found 6
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Whitespace found at end of line
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 12 spaces, found 7
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 16 spaces, found 8
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 12 spaces, found 7
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 12 spaces, found 7
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected 8 spaces, found 7
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#526) Line exceeds maximum limit of 180 characters; contains 186 characters
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Line indented incorrectly; expected 8 spaces, found 7
(#527) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#527) Variable "allowEdit" must be all lower-case
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#528) Line exceeds maximum limit of 180 characters; contains 212 characters
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Line indented incorrectly; expected 8 spaces, found 7
(#530) Spaces must be used for alignment; tabs are not allowed
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Line indented incorrectly; expected 8 spaces, found 6
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected 8 spaces, found 6
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 8 spaces, found 6
(#534) Spaces must be used for alignment; tabs are not allowed
(#535) Spaces must be used for alignment; tabs are not allowed
(#536) Spaces must be used for alignment; tabs are not allowed
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#537) Line exceeds maximum limit of 180 characters; contains 198 characters
(#538) Spaces must be used for alignment; tabs are not allowed
(#539) Spaces must be used for alignment; tabs are not allowed
(#540) 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
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Line indented incorrectly; expected 4 spaces, found 3
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected 8 spaces, found 2
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 8 spaces, found 2
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected 4 spaces, found 1
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 4 spaces, found 1
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 4 spaces, found 1
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Whitespace found at end of line
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 4 spaces, found 1
(#560) Inline control structures are not allowed
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 4 spaces, found 2
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Whitespace found at end of line
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 4 spaces, found 1
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 4 spaces, found 1
(#565) Inline control structures are not allowed
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 4 spaces, found 2
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Whitespace found at end of line
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Inline comments must start with a capital letter, digit or 3-dots sequence
(#568) Inline comments must end in full-stops, exclamation marks, or question marks
(#568) Line indented incorrectly; expected at least 4 spaces, found 1
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected at least 4 spaces, found 1
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected 4 spaces, found 1
(#570) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 8 spaces, found 2
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 8 spaces, found 2
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#573) Whitespace found at end of line
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected 8 spaces, found 2
(#575) Expected "if (...) {\n"; found "if(...){\n"
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 12 spaces, found 3
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected 8 spaces, found 2
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected 4 spaces, found 1
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 4 spaces, found 1
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 4 spaces, found 1
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 4 spaces, found 1
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 4 spaces, found 1
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Whitespace found at end of line
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/exaport/view_items_print.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Variable "type_plural" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Inline control structures are not allowed
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Inline control structures are not allowed
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) 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
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#87) Variable "sql_sort" must not contain underscores.
(#93) Line exceeds 132 characters; contains 169 characters
(#94) Line exceeds 132 characters; contains 172 characters
(#100) Line exceeds 132 characters; contains 171 characters
(#102) Variable "sql_sort" must not contain underscores.
(#111) Line exceeds 132 characters; contains 134 characters
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#127) Commas (,) must be followed by white space.
(#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) Inline control structures are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#138) Variable "item_i" must not contain underscores.
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Variable "item_i" must not contain underscores.
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Variable "item_i" must not contain underscores.
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#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
(#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
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 4 spaces, found 1
(#153) Variable "item_i" must not contain underscores.
(#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
(#155) Variable "item_i" must not contain underscores.
(#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 "item_i" must not contain underscores.
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Line exceeds maximum limit of 180 characters; contains 200 characters
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#161) Empty IF statement detected
(#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 12 spaces, found 3
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 12 spaces, found 3
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#165) Variable "item_i" must not contain underscores.
(#165) Line exceeds 132 characters; contains 137 characters
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line 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 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
(#169) Variable "item_i" must not contain underscores.
(#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
(#170) Variable "item_i" must not contain underscores.
blocks/exaport/views_list.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) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) 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) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#33) This comment is 54% valid code; is this commented out code?
(#44) Line indented incorrectly; expected at least 4 spaces, found 3
(#44) Commas (,) must be followed by white space.
(#50) 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 4 spaces, found 1
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#72) This comment is 75% valid code; is this commented out code?
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) No space found before comment text; expected "// viewsort" but found "//viewsort"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// block_exaport_set_user_preferences(array('itemsort'=>$sort));" but found "//block_exaport_set_user_preferences(array('itemsort'=>$sort));"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#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
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#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
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 1
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) This comment is 60% valid code; is this commented out code?
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) 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) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Inline control structures are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 2
(#113) Line exceeds 132 characters; contains 136 characters
(#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
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 4 spaces, found 1
(#118) Variable "view_i" must not contain underscores.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Variable "view_i" must not contain underscores.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Variable "view_i" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Variable "view_i" must not contain underscores.
(#124) Line exceeds maximum limit of 180 characters; contains 198 characters
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Variable "view_i" must not contain underscores.
(#126) Line exceeds 132 characters; contains 134 characters
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Variable "view_i" must not contain underscores.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Variable "view_i" must not contain underscores.
(#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
(#132) Expected 1 space before "=="; 0 found
(#132) Expected 1 space after "=="; 0 found
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) Variable "view_i" must not contain underscores.
(#133) Line exceeds maximum limit of 180 characters; contains 200 characters
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#134) Expected 1 space before "=="; 0 found
(#134) Expected 1 space after "=="; 0 found
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Line indented incorrectly; expected at least 12 spaces, found 3
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 3
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 4
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 4
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 4
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 12 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 16 spaces, found 4
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 20 spaces, found 5
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 16 spaces, found 4
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 16 spaces, found 4
(#146) Variable "view_i" must not contain underscores.
(#146) Line exceeds 132 characters; contains 178 characters
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 12 spaces, found 3
(#148) Closing brace indented incorrectly; expected 2 spaces, found 8
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 3
(#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 4
(#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 4
(#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 4
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 3
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 12 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 16 spaces, found 4
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 20 spaces, found 5
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 16 spaces, found 4
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 16 spaces, found 4
(#160) Variable "view_i" must not contain underscores.
(#160) Line exceeds 132 characters; contains 176 characters
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 12 spaces, found 3
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 12 spaces, found 2
(#162) Closing brace indented incorrectly; expected 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 2
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 16 spaces, found 3
(#164) Variable "view_i" 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 at least 20 spaces, found 4
(#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 3
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 20 spaces, found 4
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 16 spaces, found 3
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 16 spaces, found 3
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 16 spaces, found 3
(#170) Variable "view_i" must not contain underscores.
(#170) Line exceeds maximum limit of 180 characters; contains 214 characters
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 2
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 2
(#174) Line exceeds maximum limit of 180 characters; contains 286 characters
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line exceeds maximum limit of 180 characters; contains 308 characters
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 2
(#178) Variable "view_i" must not contain underscores.
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#194) Whitespace found at end of line within string
blocks/exaport/views_mod.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#8) Line 7 of the opening comment must start "//".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#36) Inline control structures are not allowed
(#36) Expected 1 space before "=="; 0 found
(#36) Expected 1 space after "=="; 0 found
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#39) This comment is 72% valid code; is this commented out code?
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) No space found before comment text; expected "// if (function_exists("clean_param_array")) $shareusers=clean_param_array($_POST["shareusers"],PARAM_SEQUENCE,true);" but found "//if (function_exists("clean_param_array")) $shareusers=clean_param_array($_POST["shareusers"],PARAM_SEQUENCE,true);"
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// else" but found "//else"
(#40) Whitespace found at end of line
(#41) Expected "if (...) {\n"; found "if (...){\n"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Inline control structures are not allowed
(#43) Whitespace found at end of line
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#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
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Inline control structures are not allowed
(#51) Whitespace found at end of line
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#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
(#59) Commas (,) must be followed by white space.
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#72) Line indented incorrectly; expected at least 4 spaces, found 3
(#72) Commas (,) must be followed by white space.
(#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
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 50% valid code; is this commented out code?
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) No space found before comment text; expected "// $view = null;" but found "//$view = null;"
(#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) This comment is 54% valid code; is this commented out code?
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Line indented incorrectly; expected at least 4 spaces, found 2
(#89) 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) Line indented incorrectly; expected at least 4 spaces, found 1
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 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
(#102) Variable "returnurl_to_list" must not contain underscores.
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 4 spaces, found 1
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Whitespace found at end of line
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 8 spaces, found 2
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#116) Line exceeds 132 characters; contains 147 characters
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#121) Variable "returnurl_to_list" must not contain underscores.
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 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 2
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line exceeds 132 characters; contains 138 characters
(#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) This comment is 68% valid code; is this commented out code?
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line exceeds 132 characters; contains 138 characters
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) No space found before comment text; expected "// notice_yesno(get_string("deletecheck", null, $view->name), 'views_mod.php', 'views_list.php', $optionsyes, $optionsno, 'post', 'get');" but found "//notice_yesno(get_string("deletecheck", null, $view->name), 'views_mod.php', 'views_list.php', $optionsyes, $optionsno, 'post', 'get');"
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#129) Line exceeds 132 characters; contains 160 characters
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Variable "hasSharedUsers" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Variable "hasSharedUsers" must be all lower-case
(#145) "require_once" must be immediately followed by an open parenthesis
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Visibility must be declared on method "definition"
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#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
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Inline control structures are not allowed
(#167) Expected 1 space before "<>"; 0 found
(#167) Expected 1 space after "<>"; 0 found
(#167) Expected 1 space before "<>"; 0 found
(#167) Expected 1 space after "<>"; 0 found
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 2
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 3
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 16 spaces, found 7
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 16 spaces, found 7
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#174) This comment is 66% valid code; is this commented out code?
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Line indented incorrectly; expected at least 16 spaces, found 0
(#174) Tab found before comment text; expected "// $mform->addElement('textarea', 'description', get_string("title", "block_exaport"), 'cols="60" rows="5"');" but found "// $mform->addElement('textarea', 'description', get_string("title", "block_exaport"), 'cols="60" rows="5"');"
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 16 spaces, found 0
(#175) Tab found before comment text; expected "// $mform->setType('description', PARAM_TEXT);" but found "// $mform->setType('description', PARAM_TEXT);"
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 7
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#177) Line exceeds maximum limit of 180 characters; contains 241 characters
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 16 spaces, found 7
(#179) Whitespace found at end of line
(#180) Line indented incorrectly; expected 16 spaces, found 28
(#183) Line indented incorrectly; expected 20 spaces, found 32
(#184) Line indented incorrectly; expected 24 spaces, found 36
(#185) Line indented incorrectly; expected 28 spaces, found 40
(#187) Line indented incorrectly; expected 28 spaces, found 40
(#192) Line indented incorrectly; expected 28 spaces, found 40
(#192) Expected 1 space before ">"; 0 found
(#192) Expected 1 space after ">"; 0 found
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#193) Line exceeds 132 characters; contains 153 characters
(#194) Line indented incorrectly; expected 28 spaces, found 40
(#195) Line indented incorrectly; expected 24 spaces, found 36
(#197) Line indented incorrectly; expected 24 spaces, found 36
(#198) Line indented incorrectly; expected 20 spaces, found 32
(#202) Line indented incorrectly; expected 20 spaces, found 32
(#206) Line indented incorrectly; expected 24 spaces, found 36
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#207) Line exceeds 132 characters; contains 144 characters
(#208) Line indented incorrectly; expected 24 spaces, found 36
(#209) Line indented incorrectly; expected 20 spaces, found 32
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#210) Line exceeds 132 characters; contains 140 characters
(#211) Line indented incorrectly; expected 20 spaces, found 32
(#212) Line indented incorrectly; expected 16 spaces, found 28
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 16 spaces, found 7
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 20 spaces, found 8
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#215) Commas (,) must be followed by white space.
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 20 spaces, found 8
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#216) Line exceeds maximum limit of 180 characters; contains 254 characters
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 20 spaces, found 8
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 20 spaces, found 8
(#218) Expected 1 space before "="; 0 found
(#218) Expected 1 space after "="; 0 found
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 20 spaces, found 8
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 20 spaces, found 8
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 20 spaces, found 8
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 16 spaces, found 7
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 12 spaces, found 3
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 16 spaces, found 7
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 16 spaces, found 7
(#226) Inline control structures are not allowed
(#226) Expected 1 space before "="; 0 found
(#226) Expected 1 space after "="; 0 found
(#226) Expected 1 space before "<="; 0 found
(#226) Expected 1 space after "<="; 0 found
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 16 spaces, found 8
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 16 spaces, found 7
(#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
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 12 spaces, found 3
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 16 spaces, found 7
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 16 spaces, found 7
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 12 spaces, found 3
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 16 spaces, found 7
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 16 spaces, found 7
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 16 spaces, found 7
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 16 spaces, found 7
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Whitespace found at end of line
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 16 spaces, found 7
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 16 spaces, found 7
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 16 spaces, found 7
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 20 spaces, found 8
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 20 spaces, found 8
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Whitespace found at end of line
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 16 spaces, found 7
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 12 spaces, found 3
(#249) Closing brace must be on a line by itself
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 8 spaces, found 2
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Inline control structures are not allowed
(#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 3
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 8 spaces, found 2
(#253) Inline control structures are not allowed
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 8 spaces, found 3
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Whitespace found at end of line
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected 4 spaces, found 1
(#257) method name "block_exaport_view_edit_form::toArray" must be in lower-case letters only
(#257) Visibility must be declared on method "toArray"
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) No space found before comment text; expected "// finalize the form definition if not yet done" but found "//finalize the form definition if not yet done"
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 8 spaces, found 2
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 12 spaces, found 3
(#270) Inline control structures are not allowed
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 4
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 8 spaces, found 2
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Whitespace found at end of line
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) Closing brace indented incorrectly; expected 1 spaces, found 4
(#279) Expected 1 space before "=>"; 0 found
(#279) Expected 1 space after "=>"; 0 found
(#279) Expected 1 space before "=>"; 0 found
(#279) Expected 1 space after "=>"; 0 found
(#279) Expected 1 space before "=>"; 0 found
(#279) Expected 1 space after "=>"; 0 found
(#279) Expected 1 space before "=>"; 0 found
(#279) Expected 1 space after "=>"; 0 found
(#281) Expected 1 space before "=>"; 0 found
(#281) Expected 1 space before "=>"; 0 found
(#281) Expected 1 space after "=>"; 0 found
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#281) Line exceeds 132 characters; contains 154 characters
(#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
(#284) Variable "returnurl_to_list" must not contain underscores.
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected at least 4 spaces, found 1
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) This comment is 75% valid code; is this commented out code?
(#287) Line indented incorrectly; expected at least 4 spaces, found 1
(#287) No space found before comment text; expected "// no_submit_button_actions($editform, $sitecontext);" but found "//no_submit_button_actions($editform, $sitecontext);"
(#288) Variable "formView" must be all lower-case
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 4 spaces, found 1
(#289) Expected 1 space before "=="; 0 found
(#289) Expected 1 space after "=="; 0 found
(#289) Expected 1 space before "=="; 0 found
(#289) Expected 1 space after "=="; 0 found
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) This comment is 57% valid code; is this commented out code?
(#290) Line indented incorrectly; expected at least 8 spaces, found 2
(#290) No space found before comment text; expected "// if (!$view) {$view = new stdClass(); $view->id = -1;};" but found "//if (!$view) {$view = new stdClass(); $view->id = -1;};"
(#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 8 spaces, found 2
(#291) Variable "formView" must be all lower-case
(#291) Variable "formView" must be all lower-case
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#291) Line exceeds 132 characters; contains 162 characters
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected 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
(#294) Variable "dbView" must be all lower-case
(#294) Variable "formView" must be all lower-case
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#295) Variable "dbView" must be all lower-case
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 4 spaces, found 1
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 12 spaces, found 3
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Variable "dbView" must be all lower-case
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 4 spaces, found 1
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#304) Expected 1 space before "=="; 0 found
(#304) Expected 1 space after "=="; 0 found
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 8 spaces, found 2
(#305) Variable "dbView" must be all lower-case
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 12 spaces, found 3
(#306) Variable "dbView" must be all lower-case
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 8 spaces, found 2
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 8 spaces, found 2
(#308) Variable "dbView" must be all lower-case
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 12 spaces, found 3
(#309) Variable "dbView" must be all lower-case
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 8 spaces, found 2
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 8 spaces, found 2
(#311) Variable "dbView" must be all lower-case
(#311) Variable "dbView" 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 12 spaces, found 3
(#312) Variable "dbView" must be all lower-case
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 8 spaces, found 2
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 8 spaces, found 2
(#314) Variable "dbView" 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 12 spaces, found 3
(#315) Variable "dbView" 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 8 spaces, found 2
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 8 spaces, found 2
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 12 spaces, found 3
(#322) Variable "dbView" must be all lower-case
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 12 spaces, found 3
(#323) Inline control structures are not allowed
(#323) Variable "dbView" must be all lower-case
(#323) Variable "dbView" must be all lower-case
(#323) Expected 1 space before "=="; 0 found
(#323) Expected 1 space after "=="; 0 found
(#323) Variable "dbView" must be all lower-case
(#323) Expected 1 space before "="; 0 found
(#323) Expected 1 space after "="; 0 found
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected 12 spaces, found 3
(#324) Variable "dbView" must be all lower-case
(#324) Variable "dbView" must be all lower-case
(#326) Variable "dbView" must be all lower-case
(#326) Variable "dbView" must be all lower-case
(#327) Variable "dbView" must be all lower-case
(#328) Variable "dbView" must be all lower-case
(#329) Variable "dbView" must be all lower-case
(#332) Variable "dbView" must be all lower-case
(#332) Variable "dbView" must be all lower-case
(#333) Variable "dbView" must be all lower-case
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 16 spaces, found 4
(#335) Variable "dbView" must be all lower-case
(#335) Variable "dbView" must be all lower-case
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#335) Line exceeds 132 characters; contains 141 characters
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 12 spaces, found 3
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 16 spaces, found 4
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected 12 spaces, found 3
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected 8 spaces, found 2
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Whitespace found at end of line
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected 12 spaces, found 3
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 16 spaces, found 4
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Whitespace found at end of line
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected 12 spaces, found 3
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 3
(#346) Variable "dbView" must be all lower-case
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected 12 spaces, found 3
(#347) Variable "dbView" must be all lower-case
(#347) Variable "dbView" must be all lower-case
(#347) Expected 1 space before "=="; 0 found
(#347) Expected 1 space after "=="; 0 found
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 16 spaces, found 4
(#348) Inline control structures are not allowed
(#348) Expected 1 space before "=="; 0 found
(#348) Expected 1 space after "=="; 0 found
(#348) Whitespace found at end of line
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 16 spaces, found 5
(#349) Variable "dbView" must be all lower-case
(#349) Expected 1 space before "="; 0 found
(#349) Expected 1 space after "="; 0 found
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 16 spaces, found 4
(#350) Inline control structures are not allowed
(#350) Whitespace found at end of line
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 16 spaces, found 5
(#351) Variable "dbView" must be all lower-case
(#351) Expected 1 space before "="; 0 found
(#351) Expected 1 space after "="; 0 found
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 12 spaces, found 3
(#354) Variable "dbView" must be all lower-case
(#354) Variable "dbView" must be all lower-case
(#355) Variable "dbView" must be all lower-case
(#355) Variable "dbView" must be all lower-case
(#356) Variable "dbView" must be all lower-case
(#359) Variable "dbView" must be all lower-case
(#359) Variable "dbView" must be all lower-case
(#360) Variable "dbView" must be all lower-case
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected 12 spaces, found 3
(#362) Variable "dbView" must be all lower-case
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 16 spaces, found 4
(#363) Variable "dbView" must be all lower-case
(#363) Variable "dbView" must be all lower-case
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#363) Line exceeds 132 characters; contains 140 characters
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 12 spaces, found 3
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 16 spaces, found 4
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected 12 spaces, found 3
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#369) Whitespace found at end of line
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 8 spaces, found 2
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 12 spaces, found 3
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 4 spaces, found 1
(#374) Spaces must be used for alignment; tabs are not allowed
(#374) Tab found within whitespace
(#374) Whitespace found at end of line
(#376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Line indented incorrectly; expected at least 4 spaces, found 0
(#376) Whitespace found at end of line
(#377) Spaces must be used for alignment; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected 4 spaces, found 1
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected 8 spaces, found 2
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Line indented incorrectly; expected at least 12 spaces, found 3
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 12 spaces, found 3
(#380) Expected 1 space before "=>"; 0 found
(#380) Expected 1 space after "=>"; 0 found
(#380) Variable "dbView" must be all lower-case
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) Line indented incorrectly; expected at least 12 spaces, found 3
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected at least 12 spaces, found 3
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Line exceeds 132 characters; contains 166 characters
(#382) Whitespace found at end of line
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected at least 12 spaces, found 7
(#383) Expected 1 space before "=>"; 0 found
(#383) Expected 1 space after "=>"; 0 found
(#383) Expected 1 space before "=>"; 0 found
(#383) Expected 1 space after "=>"; 0 found
(#383) Expected 1 space before "=>"; 0 found
(#383) Expected 1 space after "=>"; 0 found
(#383) Expected 1 space before "=>"; 0 found
(#383) Expected 1 space after "=>"; 0 found
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Line exceeds 132 characters; contains 167 characters
(#383) Whitespace found at end of line
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 12 spaces, found 7
(#384) Variable "formView" must be all lower-case
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected at least 12 spaces, found 3
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Whitespace found at end of line
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Whitespace found at end of line
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Line indented incorrectly; expected at least 12 spaces, found 3
(#387) Inline control structures are not allowed
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 12 spaces, found 4
(#388) Commas (,) must be followed by white space.
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Whitespace found at end of line
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Line indented incorrectly; expected 12 spaces, found 3
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Line indented incorrectly; expected at least 16 spaces, found 4
(#391) Variable "dbView" must be all lower-case
(#393) Spaces must be used for alignment; tabs are not allowed
(#393) Tab found within whitespace
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Line indented incorrectly; expected at least 16 spaces, found 4
(#394) Spaces must be used for alignment; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected 16 spaces, found 4
(#394) Expected 1 space before "=="; 0 found
(#394) Expected 1 space after "=="; 0 found
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Line indented incorrectly; expected 20 spaces, found 5
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 24 spaces, found 6
(#396) Inline control structures are not allowed
(#396) Inline control structures are not allowed
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Line indented incorrectly; expected at least 24 spaces, found 6
(#397) Inline control structures are not allowed
(#397) Inline control structures are not allowed
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 24 spaces, found 6
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected 20 spaces, found 5
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 20 spaces, found 5
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 24 spaces, found 6
(#402) Variable "newItem" must be all lower-case
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 24 spaces, found 6
(#403) Variable "newItem" must be all lower-case
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 24 spaces, found 6
(#404) Variable "newItem" must be all lower-case
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Line indented incorrectly; expected at least 24 spaces, found 6
(#405) Variable "newItem" must be all lower-case
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 24 spaces, found 6
(#406) Variable "newItem" must be all lower-case
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Inline comments must start with a capital letter, digit or 3-dots sequence
(#407) Inline comments must end in full-stops, exclamation marks, or question marks
(#407) This comment is 55% valid code; is this commented out code?
(#407) Line indented incorrectly; expected at least 24 spaces, found 6
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Line indented incorrectly; expected at least 24 spaces, found 6
(#408) Variable "newItem" must be all lower-case
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Line indented incorrectly; expected at least 24 spaces, found 6
(#409) Variable "newItem" must be all lower-case
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 24 spaces, found 6
(#411) Variable "newItem" must be all lower-case
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 24 spaces, found 6
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected at least 24 spaces, found 6
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected at least 24 spaces, found 6
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 24 spaces, found 6
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 24 spaces, found 6
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected 20 spaces, found 5
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected 16 spaces, found 4
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Whitespace found at end of line
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 16 spaces, found 4
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 12 spaces, found 3
(#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 12 spaces, found 3
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 16 spaces, found 4
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 16 spaces, found 4
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 16 spaces, found 4
(#426) Commas (,) must be followed by white space.
(#426) Expected 1 space before "=>"; 0 found
(#426) Expected 1 space after "=>"; 0 found
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#426) Line exceeds maximum limit of 180 characters; contains 216 characters
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 16 spaces, found 4
(#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 16 spaces, found 4
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 16 spaces, found 4
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected 12 spaces, found 3
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Whitespace found at end of line
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected 8 spaces, found 2
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) Line indented incorrectly; expected at least 12 spaces, found 3
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 12 spaces, found 3
(#436) Expected 1 space before "=>"; 0 found
(#436) Expected 1 space after "=>"; 0 found
(#436) Variable "dbView" must be all lower-case
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) Line indented incorrectly; expected at least 12 spaces, found 3
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 12 spaces, found 3
(#438) Variable "dbView" must be all lower-case
(#438) Variable "dbView" must be all lower-case
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 16 spaces, found 4
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 20 spaces, found 5
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 20 spaces, found 5
(#441) Variable "shareItem" must be all lower-case
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 20 spaces, found 5
(#442) Variable "shareItem" must be all lower-case
(#442) Variable "dbView" must be all lower-case
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 20 spaces, found 5
(#443) Variable "shareItem" must be all lower-case
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 20 spaces, found 5
(#444) Variable "shareItem" must be all lower-case
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected 16 spaces, found 4
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#446) Line indented incorrectly; expected at least 16 spaces, found 4
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) This comment is 54% valid code; is this commented out code?
(#447) Line indented incorrectly; expected at least 16 spaces, found 4
(#447) No space found before comment text; expected "// $notifyusers = optional_param('notifyusers', '', PARAM_RAW);" but found "//$notifyusers = optional_param('notifyusers', '', PARAM_RAW);"
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 16 spaces, found 4
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 20 spaces, found 5
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 20 spaces, found 5
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Line indented incorrectly; expected at least 24 spaces, found 6
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 24 spaces, found 6
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Line indented incorrectly; expected at least 28 spaces, found 7
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 28 spaces, found 7
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 28 spaces, found 7
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 28 spaces, found 7
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 28 spaces, found 7
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 28 spaces, found 7
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Line indented incorrectly; expected at least 28 spaces, found 7
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 28 spaces, found 7
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 28 spaces, found 7
(#461) Variable "dbView" must be all lower-case
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 28 spaces, found 7
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 28 spaces, found 7
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 28 spaces, found 7
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 28 spaces, found 7
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Whitespace found at end of line
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 28 spaces, found 7
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected 24 spaces, found 6
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 20 spaces, found 5
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected 16 spaces, found 4
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected 12 spaces, found 3
(#472) Inline comments must start with a capital letter, digit or 3-dots sequence
(#472) Inline comments must end in full-stops, exclamation marks, or question marks
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 12 spaces, found 3
(#473) Expected 1 space before "=>"; 0 found
(#473) Expected 1 space after "=>"; 0 found
(#473) Variable "dbView" must be all lower-case
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected 12 spaces, found 3
(#475) Variable "dbView" must be all lower-case
(#475) Variable "dbView" must be all lower-case
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected 16 spaces, found 4
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 20 spaces, found 5
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 20 spaces, found 5
(#478) Variable "shareItem" must be all lower-case
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 20 spaces, found 5
(#479) Variable "shareItem" must be all lower-case
(#479) Variable "dbView" must be all lower-case
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 20 spaces, found 5
(#480) Variable "shareItem" must be all lower-case
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 20 spaces, found 5
(#481) Variable "shareItem" must be all lower-case
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 16 spaces, found 4
(#483) Closing brace indented incorrectly; expected 3 spaces, found 12
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Whitespace found at end of line
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected 12 spaces, found 3
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#486) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Line indented incorrectly; expected at least 16 spaces, found 4
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected at least 16 spaces, found 4
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 16 spaces, found 5
(#488) Variable "dbView" must be all lower-case
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 16 spaces, found 4
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 12 spaces, found 3
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected 8 spaces, found 2
(#492) Closing brace must be on a line by itself
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected 4 spaces, found 1
(#495) This comment is 53% valid code; is this commented out code?
(#495) Line indented incorrectly; expected at least 4 spaces, found 0
(#496) Line indented incorrectly; expected at least 4 spaces, found 2
(#497) Line indented incorrectly; expected at least 4 spaces, found 1
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 4 spaces, found 1
(#498) Variable "dbView" must be all lower-case
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#498) Line exceeds 132 characters; contains 136 characters
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) This comment is 98% valid code; is this commented out code?
(#500) Line indented incorrectly; expected at least 4 spaces, found 0
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#505) Variable "postView" must be all lower-case
(#506) Variable "postView" must be all lower-case
(#507) Variable "postView" must be all lower-case
(#508) Variable "postView" must be all lower-case
(#510) Variable "postView" must be all lower-case
(#510) Commas (,) must be followed by white space.
(#510) Expected 1 space before "=>"; 0 found
(#510) Expected 1 space after "=>"; 0 found
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#510) Line exceeds maximum limit of 180 characters; contains 216 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#512) Line exceeds 132 characters; contains 136 characters
(#513) Variable "postView" must be all lower-case
(#513) Expected 1 space before "=>"; 0 found
(#513) Expected 1 space after "=>"; 0 found
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#513) Line exceeds maximum limit of 180 characters; contains 184 characters
(#514) Variable "targetDraftitemid" must be all lower-case
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#514) Line exceeds 132 characters; contains 145 characters
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 4 spaces, found 1
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Whitespace found at end of line
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) Line indented incorrectly; expected at least 4 spaces, found 1
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 4 spaces, found 1
(#521) Variable "file_record" must not contain underscores.
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Variable "targetDraftitemid" must be all lower-case
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 4 spaces, found 1
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 8 spaces, found 2
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected 12 spaces, found 3
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Inline comments must start with a capital letter, digit or 3-dots sequence
(#525) Line indented incorrectly; expected at least 16 spaces, found 4
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#526) Line indented incorrectly; expected at least 16 spaces, found 4
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 16 spaces, found 4
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected 12 spaces, found 3
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected 12 spaces, found 3
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 16 spaces, found 4
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected 12 spaces, found 3
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 12 spaces, found 3
(#533) Variable "file_record" must not contain underscores.
(#533) Variable "file_record" must not contain underscores.
(#533) Variable "file_record" must not contain underscores.
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 12 spaces, found 5
(#534) Variable "file_record" must not contain underscores.
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 16 spaces, found 4
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected 12 spaces, found 3
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 12 spaces, found 3
(#538) Variable "file_record" must not contain underscores.
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 12 spaces, found 3
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 12 spaces, found 3
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 12 spaces, found 3
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) This comment is 55% valid code; is this commented out code?
(#542) Line indented incorrectly; expected at least 12 spaces, found 3
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) This comment is 55% valid code; is this commented out code?
(#543) Line indented incorrectly; expected at least 12 spaces, found 3
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 12 spaces, found 3
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected at least 12 spaces, found 3
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 12 spaces, found 3
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 12 spaces, found 3
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 12 spaces, found 3
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 12 spaces, found 3
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 12 spaces, found 3
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 12 spaces, found 3
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 12 spaces, found 3
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 12 spaces, found 3
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 12 spaces, found 3
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 12 spaces, found 3
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) Line indented incorrectly; expected at least 12 spaces, found 3
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected 8 spaces, found 2
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected 4 spaces, found 1
(#561) Variable "postView" must be all lower-case
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected 4 spaces, found 1
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 8 spaces, found 2
(#565) Variable "postView" must be all lower-case
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 8 spaces, found 2
(#566) Variable "postView" must be all lower-case
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 8 spaces, found 2
(#568) Variable "strAction" must be all lower-case
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected 4 spaces, found 1
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected 8 spaces, found 2
(#571) Variable "postView" must be all lower-case
(#571) Variable "postView" must be all lower-case
(#571) Variable "hasSharedUsers" must be all lower-case
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 12 spaces, found 3
(#572) Variable "postView" must be all lower-case
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 8 spaces, found 2
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 8 spaces, found 2
(#574) Variable "strAction" must be all lower-case
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 4 spaces, found 1
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 8 spaces, found 2
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 4 spaces, found 1
(#581) Variable "postView" must be all lower-case
(#584) "require_once" must be immediately followed by an open parenthesis
(#591) Variable "postView" must be all lower-case
(#592) Expected 1 space before "<>"; 0 found
(#592) Expected 1 space after "<>"; 0 found
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Whitespace found at end of line
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 4 spaces, found 1
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 4 spaces, found 1
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 4 spaces, found 1
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 4 spaces, found 1
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Whitespace found at end of line
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#603) Whitespace found at end of line
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#604) Line exceeds maximum limit of 180 characters; contains 184 characters
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Commas (,) must be followed by white space.
(#605) Commas (,) must be followed by white space.
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 4 spaces, found 1
(#619) Variable "portfolioItems" must be all lower-case
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#621) Line exceeds 132 characters; contains 166 characters
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 4 spaces, found 1
(#625) Inline control structures are not allowed
(#625) Variable "portfolioItems" must be all lower-case
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 4 spaces, found 2
(#626) Variable "portfolioItems" must be all lower-case
(#626) Variable "portfolioItems" must be all lower-case
(#632) Spaces must be used for alignment; tabs are not allowed
(#632) Variable "portfolioItems" must be all lower-case
(#633) Spaces must be used for alignment; tabs are not allowed
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected 4 spaces, found 1
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Line indented incorrectly; expected 4 spaces, found 2
(#643) 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
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#646) Line exceeds maximum limit of 180 characters; contains 188 characters
(#647) Spaces must be used for alignment; tabs are not allowed
(#648) Spaces must be used for alignment; tabs are not allowed
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Line exceeds 132 characters; contains 151 characters
(#649) Spaces must be used for alignment; tabs are not allowed
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Line indented incorrectly; expected 4 spaces, found 2
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Inline comments must start with a capital letter, digit or 3-dots sequence
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#651) Line indented incorrectly; expected at least 4 spaces, found 2
(#652) Line indented incorrectly; expected at least 4 spaces, found 0
(#653) Line indented incorrectly; expected at least 4 spaces, found 0
(#654) Line indented incorrectly; expected at least 4 spaces, found 0
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#655) Line exceeds 132 characters; contains 151 characters
(#658) Line indented incorrectly; expected at least 4 spaces, found 0
(#684) Commas (,) must be followed by white space.
(#686) Whitespace found at end of line within string
(#691) Commas (,) must be followed by white space.
(#695) Line indented incorrectly; expected 4 spaces, found 0
(#696) Line indented incorrectly; expected at least 8 spaces, found 4
(#700) Commas (,) must be followed by white space.
(#703) Line indented incorrectly; expected 4 spaces, found 0
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Whitespace found at end of line
(#705) Line indented incorrectly; expected at least 4 spaces, found 0
(#706) Line indented incorrectly; expected at least 4 spaces, found 0
(#708) Line indented incorrectly; expected at least 4 spaces, found 0
(#708) Variable "cols_layout" must not contain underscores.
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected at least 4 spaces, found 1
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 11 spaces, found 0
(#712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#712) Inline comments must end in full-stops, exclamation marks, or question marks
(#712) Line indented incorrectly; expected at least 11 spaces, found 0
(#713) Line indented incorrectly; expected at least 11 spaces, found 0
(#713) Inline control structures are not allowed
(#713) Expected 1 space before "=="; 0 found
(#713) Expected 1 space after "=="; 0 found
(#713) Whitespace found at end of line
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 11 spaces, found 1
(#716) Line indented incorrectly; expected at least 11 spaces, found 0
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 11 spaces, found 1
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 11 spaces, found 2
(#720) Spaces must be used for alignment; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 11 spaces, found 2
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected at least 11 spaces, found 3
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected 11 spaces, found 3
(#722) Expected 1 space before "="; 0 found
(#722) Expected 1 space after "="; 0 found
(#722) Expected 1 space before "<="; 0 found
(#722) Expected 1 space after "<="; 0 found
(#722) Variable "cols_layout" must not contain underscores.
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 15 spaces, found 4
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 15 spaces, found 4
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 15 spaces, found 4
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 15 spaces, found 4
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected 12 spaces, found 3
(#728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#728) Inline comments must end in full-stops, exclamation marks, or question marks
(#728) This comment is 60% valid code; is this commented out code?
(#728) Line indented incorrectly; expected at least 12 spaces, found 0
(#728) Tab found before comment text; expected "// echo '<ul class="portfolioDesignBlocks portfolioDesignBlocks-left">';" but found "// echo '<ul class="portfolioDesignBlocks portfolioDesignBlocks-left">';"
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 12 spaces, found 3
(#730) Spaces must be used for alignment; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 12 spaces, found 2
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected at least 12 spaces, found 1
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 12 spaces, found 1
(#733) Line indented incorrectly; expected at least 12 spaces, found 0
(#735) Inline comments must start with a capital letter, digit or 3-dots sequence
(#735) Inline comments must end in full-stops, exclamation marks, or question marks
(#735) This comment is 67% valid code; is this commented out code?
(#735) Line indented incorrectly; expected at least 12 spaces, found 0
(#735) No space found before comment text; expected "// include dirname(__FILE__).'/blocks_tmpl.php';" but found "//include dirname(__FILE__).'/blocks_tmpl.php';"
(#738) Line indented incorrectly; expected at least 4 spaces, found 0
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected 4 spaces, found 1
(#739) Whitespace found at end of line
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 8 spaces, found 3
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected at least 8 spaces, found 3
(#742) This comment is 69% valid code; is this commented out code?
(#742) Inline comments must start with a capital letter, digit or 3-dots sequence
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line indented incorrectly; expected at least 8 spaces, found 0
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Line exceeds maximum limit of 180 characters; contains 316 characters
(#742) Tab found before comment text; expected "// echo '<div class="fitem required"><div class="fitemtitle"><label>'.get_string('viewtitle', 'block_exaport').'<img class="req" title="Required field" alt="Required field" src="'.$CFG->wwwroot.'/pix/req.gif" /> </label></div><div class="felement ftext">'.$form['elements_by_name']['name']['html'].'</div></div>';" but found "// echo '<div class="fitem required"><div class="fitemtitle"><label>'.get_string('viewtitle', 'block_exaport').'<img class="req" title="Required field" alt="Required field" src="'.$CFG->wwwroot.'/pix/req.gif" /> </label></div><div class="felement ftext">'.$form['elements_by_name']['name']['html'].'</div></div>';"
(#743) Inline comments must end in full-stops, exclamation marks, or question marks
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line indented incorrectly; expected at least 8 spaces, found 0
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Line exceeds maximum limit of 180 characters; contains 220 characters
(#743) Tab found before comment text; expected "// echo '<div class="fitem"><div class="fitemtitle"><label>'.get_string('viewdescription', 'block_exaport').'</label></div><div class="felement ftext">'.$form['elements_by_name']['description']['html'].'</div></div>';" but found "// echo '<div class="fitem"><div class="fitemtitle"><label>'.get_string('viewdescription', 'block_exaport').'</label></div><div class="felement ftext">'.$form['elements_by_name']['description']['html'].'</div></div>';"
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 8 spaces, found 3
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 8 spaces, found 3
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 8 spaces, found 3
(#747) Expected 1 space before "="; 0 found
(#747) Expected 1 space after "="; 0 found
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected 8 spaces, found 3
(#748) Expected 1 space before ">"; 0 found
(#748) Expected 1 space after ">"; 0 found
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected at least 12 spaces, found 4
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 12 spaces, found 4
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 8 spaces, found 3
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected 8 spaces, found 3
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 12 spaces, found 4
(#753) Variable "draftid_editor" must not contain underscores.
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 12 spaces, found 4
(#754) Variable "draftid_editor" must not contain underscores.
(#754) Expected 1 space before "=>"; 0 found
(#754) Expected 1 space after "=>"; 0 found
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Line exceeds maximum limit of 180 characters; contains 235 characters
(#754) Tab found within whitespace
(#754) Whitespace found at end of line
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 12 spaces, found 4
(#755) Variable "draftid_editor" must not contain underscores.
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Line exceeds 132 characters; contains 172 characters
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Whitespace found at end of line
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 12 spaces, found 4
(#756) Expected 1 space before "=>"; 0 found
(#756) Expected 1 space after "=>"; 0 found
(#756) Expected 1 space before "=>"; 0 found
(#756) Expected 1 space after "=>"; 0 found
(#756) Expected 1 space before "=>"; 0 found
(#756) Expected 1 space after "=>"; 0 found
(#756) Variable "draftid_editor" must not contain underscores.
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected 8 spaces, found 3
(#758) Spaces must be used for alignment; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 8 spaces, found 3
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected at least 8 spaces, found 3
(#760) This comment is 78% valid code; is this commented out code?
(#760) Inline comments must start with a capital letter, digit or 3-dots sequence
(#760) Line indented incorrectly; expected at least 8 spaces, found 0
(#760) Tab found before comment text; expected "// if (isset($view))" but found "// if (isset($view))"
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Inline comments must end in full-stops, exclamation marks, or question marks
(#761) This comment is 63% valid code; is this commented out code?
(#761) Line indented incorrectly; expected at least 8 spaces, found 4
(#761) No space found before comment text; expected "// $data = file_prepare_standard_editor($data, 'description', $textfieldoptions, $context, 'block_exaport', 'veiw', $view->id);" but found "//$data = file_prepare_standard_editor($data, 'description', $textfieldoptions, $context, 'block_exaport', 'veiw', $view->id);"
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 8 spaces, found 3
(#762) Space found before object operator
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Whitespace found at end of line
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected at least 8 spaces, found 3
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Whitespace found at end of line
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Line indented incorrectly; expected at least 8 spaces, found 3
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 8 spaces, found 3
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#768) Line indented incorrectly; expected at least 4 spaces, found 0
(#768) Whitespace found at end of line
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected 4 spaces, found 1
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 8 spaces, found 2
(#770) Inline control structures are not allowed
(#770) Expected 1 space before "=="; 0 found
(#770) Expected 1 space after "=="; 0 found
(#770) Whitespace found at end of line
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 8 spaces, found 2
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 8 spaces, found 3
(#773) Commas (,) must be followed by white space.
(#778) Expected 1 space before "=="; 0 found
(#778) Expected 1 space after "=="; 0 found
(#778) Expected 1 space before "?"; 0 found
(#778) Expected 1 space after "?"; 0 found
(#778) Expected 1 space before ":"; 0 found
(#778) Expected 1 space after ":"; 0 found
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#778) Line exceeds 132 characters; contains 142 characters
(#785) Expected 1 space before "=="; 0 found
(#785) Expected 1 space after "=="; 0 found
(#785) Expected 1 space before "?"; 0 found
(#785) Expected 1 space after "?"; 0 found
(#785) Expected 1 space before ":"; 0 found
(#785) Expected 1 space after ":"; 0 found
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#785) Line exceeds 132 characters; contains 142 characters
(#790) Expected 1 space before "=="; 0 found
(#790) Expected 1 space after "=="; 0 found
(#790) Expected 1 space before "?"; 0 found
(#790) Expected 1 space after "?"; 0 found
(#790) Expected 1 space before ":"; 0 found
(#790) Expected 1 space after ":"; 0 found
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#790) Line exceeds 132 characters; contains 142 characters
(#795) Expected 1 space before "=="; 0 found
(#795) Expected 1 space after "=="; 0 found
(#795) Expected 1 space before "?"; 0 found
(#795) Expected 1 space after "?"; 0 found
(#795) Expected 1 space before ":"; 0 found
(#795) Expected 1 space after ":"; 0 found
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#795) Line exceeds 132 characters; contains 142 characters
(#802) Expected 1 space before "=="; 0 found
(#802) Expected 1 space after "=="; 0 found
(#802) Expected 1 space before "?"; 0 found
(#802) Expected 1 space after "?"; 0 found
(#802) Expected 1 space before ":"; 0 found
(#802) Expected 1 space after ":"; 0 found
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#802) Line exceeds 132 characters; contains 157 characters
(#807) Expected 1 space before "=="; 0 found
(#807) Expected 1 space after "=="; 0 found
(#807) Expected 1 space before "?"; 0 found
(#807) Expected 1 space after "?"; 0 found
(#807) Expected 1 space before ":"; 0 found
(#807) Expected 1 space after ":"; 0 found
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#807) Line exceeds 132 characters; contains 142 characters
(#812) Expected 1 space before "=="; 0 found
(#812) Expected 1 space after "=="; 0 found
(#812) Expected 1 space before "?"; 0 found
(#812) Expected 1 space after "?"; 0 found
(#812) Expected 1 space before ":"; 0 found
(#812) Expected 1 space after ":"; 0 found
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#812) Line exceeds 132 characters; contains 142 characters
(#819) Expected 1 space before "=="; 0 found
(#819) Expected 1 space after "=="; 0 found
(#819) Expected 1 space before "?"; 0 found
(#819) Expected 1 space after "?"; 0 found
(#819) Expected 1 space before ":"; 0 found
(#819) Expected 1 space after ":"; 0 found
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#819) Line exceeds 132 characters; contains 157 characters
(#824) Expected 1 space before "=="; 0 found
(#824) Expected 1 space after "=="; 0 found
(#824) Expected 1 space before "?"; 0 found
(#824) Expected 1 space after "?"; 0 found
(#824) Expected 1 space before ":"; 0 found
(#824) Expected 1 space after ":"; 0 found
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#824) Line exceeds 132 characters; contains 142 characters
(#831) Expected 1 space before "=="; 0 found
(#831) Expected 1 space after "=="; 0 found
(#831) Expected 1 space before "?"; 0 found
(#831) Expected 1 space after "?"; 0 found
(#831) Expected 1 space before ":"; 0 found
(#831) Expected 1 space after ":"; 0 found
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#831) Line exceeds 132 characters; contains 144 characters
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Whitespace found at end of line
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#837) Line indented incorrectly; expected at least 4 spaces, found 0
(#837) Whitespace found at end of line
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 4 spaces, found 1
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected at least 8 spaces, found 2
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 8 spaces, found 3
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#840) Line exceeds 132 characters; contains 142 characters
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 8 spaces, found 3
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Line indented incorrectly; expected at least 8 spaces, found 4
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Whitespace found at end of line
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected 8 spaces, found 4
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 12 spaces, found 5
(#847) Spaces must be used for alignment; tabs are not allowed
(#847) Tab found within whitespace
(#847) Line indented incorrectly; expected at least 12 spaces, found 5
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Line indented incorrectly; expected at least 12 spaces, found 5
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Whitespace found at end of line
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected 12 spaces, found 5
(#851) Spaces must be used for alignment; tabs are not allowed
(#851) Tab found within whitespace
(#851) Line indented incorrectly; expected at least 16 spaces, found 6
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#852) Line indented incorrectly; expected at least 16 spaces, found 6
(#853) Spaces must be used for alignment; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected at least 16 spaces, found 6
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Line indented incorrectly; expected at least 16 spaces, found 7
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Line indented incorrectly; expected 16 spaces, found 7
(#856) Spaces must be used for alignment; tabs are not allowed
(#856) Tab found within whitespace
(#856) Line indented incorrectly; expected at least 20 spaces, found 8
(#857) Spaces must be used for alignment; tabs are not allowed
(#857) Tab found within whitespace
(#857) Line indented incorrectly; expected at least 20 spaces, found 8
(#858) Spaces must be used for alignment; tabs are not allowed
(#858) Tab found within whitespace
(#858) Line indented incorrectly; expected at least 20 spaces, found 8
(#858) Variable "postView" must be all lower-case
(#858) Expected 1 space before "?"; 0 found
(#858) Expected 1 space after "?"; 0 found
(#858) Expected 1 space before ":"; 0 found
(#858) Expected 1 space after ":"; 0 found
(#859) Spaces must be used for alignment; tabs are not allowed
(#859) Tab found within whitespace
(#859) Line indented incorrectly; expected at least 20 spaces, found 8
(#860) Spaces must be used for alignment; tabs are not allowed
(#860) Tab found within whitespace
(#860) Line indented incorrectly; expected at least 20 spaces, found 8
(#861) Spaces must be used for alignment; tabs are not allowed
(#861) Tab found within whitespace
(#861) Line indented incorrectly; expected 16 spaces, found 7
(#862) Spaces must be used for alignment; tabs are not allowed
(#862) Tab found within whitespace
(#862) This comment is 69% valid code; is this commented out code?
(#862) Line indented incorrectly; expected at least 16 spaces, found 7
(#863) Line indented incorrectly; expected at least 16 spaces, found 7
(#864) Line indented incorrectly; expected at least 16 spaces, found 7
(#865) Line indented incorrectly; expected at least 16 spaces, found 7
(#866) Line indented incorrectly; expected at least 16 spaces, found 7
(#867) Line indented incorrectly; expected at least 16 spaces, found 7
(#868) Spaces must be used for alignment; tabs are not allowed
(#868) Tab found within whitespace
(#868) Line indented incorrectly; expected at least 16 spaces, found 6
(#869) Spaces must be used for alignment; tabs are not allowed
(#869) Tab found within whitespace
(#869) Line indented incorrectly; expected 12 spaces, found 5
(#870) Spaces must be used for alignment; tabs are not allowed
(#870) Tab found within whitespace
(#870) Whitespace found at end of line
(#871) Spaces must be used for alignment; tabs are not allowed
(#871) Tab found within whitespace
(#871) Line indented incorrectly; expected at least 12 spaces, found 5
(#872) Spaces must be used for alignment; tabs are not allowed
(#872) Tab found within whitespace
(#872) Line indented incorrectly; expected 8 spaces, found 4
(#873) Spaces must be used for alignment; tabs are not allowed
(#873) Tab found within whitespace
(#873) Whitespace found at end of line
(#874) Spaces must be used for alignment; tabs are not allowed
(#874) Tab found within whitespace
(#874) Line indented incorrectly; expected 8 spaces, found 4
(#875) Spaces must be used for alignment; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 12 spaces, found 5
(#876) Spaces must be used for alignment; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 12 spaces, found 5
(#877) Spaces must be used for alignment; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected at least 12 spaces, found 5
(#878) Spaces must be used for alignment; tabs are not allowed
(#878) Tab found within whitespace
(#878) Line indented incorrectly; expected at least 12 spaces, found 5
(#879) Spaces must be used for alignment; tabs are not allowed
(#879) Tab found within whitespace
(#879) Line indented incorrectly; expected at least 12 spaces, found 6
(#880) Spaces must be used for alignment; tabs are not allowed
(#880) Tab found within whitespace
(#880) Line indented incorrectly; expected 12 spaces, found 7
(#881) Spaces must be used for alignment; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected at least 16 spaces, found 8
(#882) Spaces must be used for alignment; tabs are not allowed
(#882) Tab found within whitespace
(#882) Line indented incorrectly; expected at least 16 spaces, found 8
(#882) Variable "postView" must be all lower-case
(#882) Expected 1 space before "=="; 0 found
(#882) Expected 1 space after "=="; 0 found
(#882) Expected 1 space before ":"; 0 found
(#882) Expected 1 space after ":"; 0 found
(#883) Spaces must be used for alignment; tabs are not allowed
(#883) Tab found within whitespace
(#883) Line indented incorrectly; expected at least 16 spaces, found 8
(#884) Spaces must be used for alignment; tabs are not allowed
(#884) Tab found within whitespace
(#884) Line indented incorrectly; expected 12 spaces, found 7
(#886) Spaces must be used for alignment; tabs are not allowed
(#886) Tab found within whitespace
(#886) Line indented incorrectly; expected at least 12 spaces, found 7
(#887) Spaces must be used for alignment; tabs are not allowed
(#887) Tab found within whitespace
(#887) Line indented incorrectly; expected at least 12 spaces, found 7
(#887) Variable "postView" must be all lower-case
(#887) Expected 1 space before "?"; 0 found
(#887) Expected 1 space after "?"; 0 found
(#887) Expected 1 space before ":"; 0 found
(#887) Expected 1 space after ":"; 0 found
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Line indented incorrectly; expected at least 12 spaces, found 7
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Line indented incorrectly; expected at least 12 spaces, found 7
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Line indented incorrectly; expected 12 spaces, found 7
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Inline comments must start with a capital letter, digit or 3-dots sequence
(#891) Inline comments must end in full-stops, exclamation marks, or question marks
(#891) Line indented incorrectly; expected at least 16 spaces, found 8
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Tab found within whitespace
(#892) Line indented incorrectly; expected at least 16 spaces, found 8
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected at least 16 spaces, found 8
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected at least 16 spaces, found 8
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 16 spaces, found 8
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected at least 16 spaces, found 8
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected 12 spaces, found 7
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected at least 12 spaces, found 7
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected at least 12 spaces, found 7
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Line indented incorrectly; expected at least 12 spaces, found 7
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected at least 12 spaces, found 7
(#902) Variable "postView" must be all lower-case
(#902) Expected 1 space before ":"; 0 found
(#902) Expected 1 space after ":"; 0 found
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected at least 12 spaces, found 7
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected at least 12 spaces, found 7
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 12 spaces, found 7
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Line indented incorrectly; expected at least 12 spaces, found 7
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected at least 12 spaces, found 6
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 12 spaces, found 5
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 8 spaces, found 4
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Whitespace found at end of line
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected at least 8 spaces, found 4
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected at least 8 spaces, found 3
(#913) Spaces must be used for alignment; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected at least 8 spaces, found 2
(#914) Spaces must be used for alignment; tabs are not allowed
(#914) Tab found within whitespace
(#915) Spaces must be used for alignment; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected 4 spaces, found 1
(#915) Closing brace must be on a line by itself
(#918) Expected 1 space before "!="; 0 found
(#918) Expected 1 space after "!="; 0 found
(#919) Spaces must be used for alignment; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 4 spaces, found 1
(#920) Spaces must be used for alignment; tabs are not allowed
(#920) Tab found within whitespace
(#920) Line indented incorrectly; expected at least 4 spaces, found 1
(#921) Spaces must be used for alignment; tabs are not allowed
(#921) Tab found within whitespace
(#921) Line indented incorrectly; expected at least 4 spaces, found 1
(#922) Spaces must be used for alignment; tabs are not allowed
(#922) Tab found within whitespace
(#922) Line indented incorrectly; expected at least 4 spaces, found 1
(#926) Whitespace found at end of line within string
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#927) Line exceeds maximum limit of 180 characters; contains 198 characters
(#930) Commas (,) must be followed by white space.
(#940) Spaces must be used for alignment; tabs are not allowed
(#940) Tab found within whitespace
(#941) Spaces must be used for alignment; tabs are not allowed
(#941) Tab found within whitespace
(#941) Whitespace found at end of line
blocks/exaport/views_mod_share_user_search.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Variable "sharedUsers" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#57) Variable "sharedUsers" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Variable "shareItem" 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 12 spaces, found 3
(#60) Variable "shareItem" must be all lower-case
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Variable "shareItem" must be all lower-case
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Variable "shareItem" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#63) Variable "sharedUsers" must be all lower-case
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#66) Empty ELSE statement detected
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#71) 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) 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) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 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 4 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 4 spaces, found 1
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#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) Line exceeds 132 characters; contains 149 characters
(#80) Line exceeds 132 characters; contains 149 characters
(#80) Line exceeds 132 characters; contains 149 characters
(#80) Line exceeds 132 characters; contains 149 characters
(#80) Line exceeds 132 characters; contains 149 characters
(#80) Line exceeds 132 characters; contains 149 characters
(#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
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 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 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) 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) Variable "sharedUsers" must be all lower-case
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Variable "shared_to" must not contain underscores.
(#102) Variable "sharedUsers" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 3
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 4
(#107) Variable "shared_to" must not contain underscores.
(#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
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Line exceeds 132 characters; contains 157 characters
(#112) Line exceeds 132 characters; contains 157 characters
(#112) Line exceeds 132 characters; contains 157 characters
(#112) Line exceeds 132 characters; contains 157 characters
(#112) Line exceeds 132 characters; contains 157 characters
(#112) Line exceeds 132 characters; contains 157 characters
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 4 spaces, found 1
(#118) Empty ELSE statement detected

Javascript coding style problems

(14008 errors, 32891 warnings)

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

blocks/exaport/javascript/category.js
(#1) 'jQueryExaport' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#3) Expected space or tab after '//' in comment. (spaced-comment)
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#11) Identifier 'update_sharing' is not in camel case. (camelcase)
(#13) Identifier 'share_text' is not in camel case. (camelcase)
(#13) 'share_text' is defined but never used (no-unused-vars)
(#20) Trailing spaces not allowed. (no-trailing-spaces)
(#26) 'ExabisEportfolio' is not defined. (no-undef)
(#30) 'ExabisEportfolio' is not defined. (no-undef)
(#36) Trailing spaces not allowed. (no-trailing-spaces)
(#38) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) Identifier 'update_structure_sharing' is not in camel case. (camelcase)
(#40) Identifier 'share_text' is not in camel case. (camelcase)
(#40) 'share_text' is defined but never used (no-unused-vars)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#51) 'ExabisEportfolio' is not defined. (no-undef)
(#55) 'ExabisEportfolio' is not defined. (no-undef)
(#61) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Missing space before opening brace. (space-before-blocks)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
blocks/exaport/javascript/exaport.js
(#2) 'jQuery' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#10) There should be no spaces inside this paren. (space-in-parens)
(#10) 'key' is not defined. (no-undef)
(#16) '$E' is not defined. (no-undef)
(#18) Trailing spaces not allowed. (no-trailing-spaces)
(#19) '$E' is not defined. (no-undef)
(#24) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#37) Identifier 'userlist_loaded' is not in camel case. (camelcase)
(#38) Identifier 'structure_userlist_loaded' is not in camel case. (camelcase)
(#39) Identifier 'load_userlist' is not in camel case. (camelcase)
(#39) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Identifier 'structure_userlist_loaded' is not in camel case. (camelcase)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Identifier 'userlist_loaded' is not in camel case. (camelcase)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Infix operators must be spaced. (space-infix-ops)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing space before opening brace. (space-before-blocks)
(#59) Missing space before opening brace. (space-before-blocks)
(#61) '$E' is not defined. (no-undef)
(#63) '$E' is not defined. (no-undef)
(#70) Expected { after 'if' condition. (curly)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) '$E' is not defined. (no-undef)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) '$E' is not defined. (no-undef)
(#71) Infix operators must be spaced. (space-infix-ops)
(#73) Unnecessary escape character: \" (no-useless-escape)
(#73) Unnecessary escape character: \" (no-useless-escape)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) '$E' is not defined. (no-undef)
(#78) Missing space before opening brace. (space-before-blocks)
(#79) Unnecessary escape character: \" (no-useless-escape)
(#79) Unnecessary escape character: \" (no-useless-escape)
(#80) Line 80 exceeds the maximum line length of 132. (max-len)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) '$E' is not defined. (no-undef)
(#85) Unnecessary escape character: \" (no-useless-escape)
(#85) Unnecessary escape character: \" (no-useless-escape)
(#86) Line 86 exceeds the maximum line length of 132. (max-len)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Infix operators must be spaced. (space-infix-ops)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) '$E' is not defined. (no-undef)
(#89) Line 89 exceeds the maximum line length of 132. (max-len)
(#94) '$E' is not defined. (no-undef)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) '$E' is not defined. (no-undef)
(#100) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#104) Trailing spaces not allowed. (no-trailing-spaces)
(#107) 'sharedusersarr' is not defined. (no-undef)
(#108) 'sharedusersarr' is not defined. (no-undef)
(#108) Missing space before opening brace. (space-before-blocks)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#110) Missing semicolon. (semi)
(#112) Trailing spaces not allowed. (no-trailing-spaces)
(#113) Identifier 'structure_sharedusersarr' is not in camel case. (camelcase)
(#114) 'structure_sharedusersarr' is not defined. (no-undef)
(#114) Identifier 'structure_sharedusersarr' is not in camel case. (camelcase)
(#115) 'structure_sharedusersarr' is not defined. (no-undef)
(#115) Missing space before opening brace. (space-before-blocks)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Infix operators must be spaced. (space-infix-ops)
(#117) Missing semicolon. (semi)
(#118) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing space before opening brace. (space-before-blocks)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#131) Trailing spaces not allowed. (no-trailing-spaces)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Missing space before opening brace. (space-before-blocks)
(#148) Trailing spaces not allowed. (no-trailing-spaces)
(#150) Line 150 exceeds the maximum line length of 132. (max-len)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Infix operators must be spaced. (space-infix-ops)
(#151) Line 151 exceeds the maximum line length of 132. (max-len)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Infix operators must be spaced. (space-infix-ops)
(#153) Missing space before opening brace. (space-before-blocks)
(#155) There should be no spaces inside this paren. (space-in-parens)
(#155) Expected to return a value at the end of this function. (consistent-return)
(#155) Missing space before opening brace. (space-before-blocks)
(#156) Expected { after 'if' condition. (curly)
(#156) Infix operators must be spaced. (space-infix-ops)
(#158) Expected { after 'if' condition. (curly)
(#158) Infix operators must be spaced. (space-infix-ops)
(#173) Missing space before opening brace. (space-before-blocks)
(#181) Identifier 'grouplist_loaded' is not in camel case. (camelcase)
(#182) Identifier 'structure_grouplist_loaded' is not in camel case. (camelcase)
(#183) Identifier 'load_grouplist' is not in camel case. (camelcase)
(#183) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#185) Trailing spaces not allowed. (no-trailing-spaces)
(#190) Identifier 'structure_grouplist_loaded' is not in camel case. (camelcase)
(#190) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Identifier 'grouplist_loaded' is not in camel case. (camelcase)
(#196) Unnecessary semicolon. (no-extra-semi)
(#198) Infix operators must be spaced. (space-infix-ops)
(#198) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#204) Missing space before opening brace. (space-before-blocks)
(#206) '$E' is not defined. (no-undef)
(#208) '$E' is not defined. (no-undef)
(#215) Expected { after 'if' condition. (curly)
(#216) Line 216 exceeds the maximum line length of 132. (max-len)
(#216) Infix operators must be spaced. (space-infix-ops)
(#216) '$E' is not defined. (no-undef)
(#216) Infix operators must be spaced. (space-infix-ops)
(#216) Infix operators must be spaced. (space-infix-ops)
(#216) '$E' is not defined. (no-undef)
(#216) Infix operators must be spaced. (space-infix-ops)
(#218) Unnecessary escape character: \" (no-useless-escape)
(#218) Unnecessary escape character: \" (no-useless-escape)
(#219) Infix operators must be spaced. (space-infix-ops)
(#219) Infix operators must be spaced. (space-infix-ops)
(#220) Infix operators must be spaced. (space-infix-ops)
(#220) '$E' is not defined. (no-undef)
(#223) Missing space before opening brace. (space-before-blocks)
(#224) Unnecessary escape character: \" (no-useless-escape)
(#224) Unnecessary escape character: \" (no-useless-escape)
(#225) Line 225 exceeds the maximum line length of 132. (max-len)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#225) Infix operators must be spaced. (space-infix-ops)
(#228) Line 228 exceeds the maximum line length of 132. (max-len)
(#233) '$E' is not defined. (no-undef)
(#239) Infix operators must be spaced. (space-infix-ops)
(#239) '$E' is not defined. (no-undef)
(#239) Infix operators must be spaced. (space-infix-ops)
(#242) Infix operators must be spaced. (space-infix-ops)
(#242) Infix operators must be spaced. (space-infix-ops)
(#245) 'sharedgroupsarr' is not defined. (no-undef)
(#245) 'sharedgroupsarr' is not defined. (no-undef)
(#246) 'sharedgroupsarr' is not defined. (no-undef)
(#246) Missing space before opening brace. (space-before-blocks)
(#247) Infix operators must be spaced. (space-infix-ops)
(#247) Infix operators must be spaced. (space-infix-ops)
(#248) Missing semicolon. (semi)
(#250) Trailing spaces not allowed. (no-trailing-spaces)
(#251) Identifier 'structure_sharedgroupsarr' is not in camel case. (camelcase)
(#251) Trailing spaces not allowed. (no-trailing-spaces)
(#252) 'structure_sharedgroupsarr' is not defined. (no-undef)
(#252) Identifier 'structure_sharedgroupsarr' is not in camel case. (camelcase)
(#252) 'structure_sharedgroupsarr' is not defined. (no-undef)
(#252) Identifier 'structure_sharedgroupsarr' is not in camel case. (camelcase)
(#253) 'structure_sharedgroupsarr' is not defined. (no-undef)
(#253) Missing space before opening brace. (space-before-blocks)
(#254) Infix operators must be spaced. (space-infix-ops)
(#254) Infix operators must be spaced. (space-infix-ops)
(#255) Missing semicolon. (semi)
(#257) Unnecessary semicolon. (no-extra-semi)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#258) Trailing spaces not allowed. (no-trailing-spaces)
(#259) Infix operators must be spaced. (space-infix-ops)
(#259) Infix operators must be spaced. (space-infix-ops)
(#259) Missing space before opening brace. (space-before-blocks)
(#261) Infix operators must be spaced. (space-infix-ops)
(#261) Infix operators must be spaced. (space-infix-ops)
(#261) Infix operators must be spaced. (space-infix-ops)
(#261) Infix operators must be spaced. (space-infix-ops)
(#264) Missing space before opening brace. (space-before-blocks)
(#271) Infix operators must be spaced. (space-infix-ops)
(#271) Infix operators must be spaced. (space-infix-ops)
(#271) Missing space before opening brace. (space-before-blocks)
(#273) Line 273 exceeds the maximum line length of 132. (max-len)
(#273) Infix operators must be spaced. (space-infix-ops)
(#273) Infix operators must be spaced. (space-infix-ops)
(#273) Infix operators must be spaced. (space-infix-ops)
(#273) Infix operators must be spaced. (space-infix-ops)
(#274) Line 274 exceeds the maximum line length of 132. (max-len)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#274) Infix operators must be spaced. (space-infix-ops)
(#276) Missing space before opening brace. (space-before-blocks)
(#278) There should be no spaces inside this paren. (space-in-parens)
(#278) Expected to return a value at the end of this function. (consistent-return)
(#278) Missing space before opening brace. (space-before-blocks)
(#279) Expected { after 'if' condition. (curly)
(#279) Infix operators must be spaced. (space-infix-ops)
(#281) Expected { after 'if' condition. (curly)
(#281) Infix operators must be spaced. (space-infix-ops)
(#290) Missing space before opening brace. (space-before-blocks)
(#300) Missing space before opening brace. (space-before-blocks)
(#302) '$E' is not defined. (no-undef)
(#305) Trailing spaces not allowed. (no-trailing-spaces)
(#306) 'jQueryExaport' is not defined. (no-undef)
blocks/exaport/javascript/jquery-ui.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Statement inside of curly braces should be on next line. (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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Expected space(s) after "return". (keyword-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'keyCode'. (key-spacing)
(#6) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'COMMA'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'DELETE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'DOWN'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'END'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ENTER'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ESCAPE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'HOME'. (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 'NUMPAD_ADD'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'NUMPAD_DECIMAL'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'NUMPAD_DIVIDE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'NUMPAD_ENTER'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'NUMPAD_MULTIPLY'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'NUMPAD_SUBTRACT'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'PERIOD'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'RIGHT'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'SPACE'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'TAB'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'UP'. (key-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before value for key 'focus'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) Statement inside of curly braces should be on next line. (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) 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) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollParent'. (key-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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) after "return". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-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) 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) after "return". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-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) 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) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "while". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Expected space(s) before "return". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'uniqueId'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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) Statement inside of curly braces should be on next line. (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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'removeUniqueId'. (key-spacing)
(#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) 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) Statement inside of curly braces should be on next line. (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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Missing space before value for key 'data'. (key-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) 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 space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focusable'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tabbable'. (key-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) 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) 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) after "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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'minHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (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) Missing space before value for key 'borderWidth'. (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) 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 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) 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) Missing JSDoc comment. (require-jsdoc)
(#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) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (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) A space is required after ','. (comma-spacing)
(#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) Statement inside of curly braces should be on next line. (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) 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) 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) 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) 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) 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) Expected space(s) before "var". (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) 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 space before value for key 'innerWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'innerHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'outerWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'outerHeight'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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 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) Statement inside of curly braces should be on next line. (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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#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) 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) Missing space before opening brace. (space-before-blocks)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Statement inside of curly braces should be on next line. (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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Statement inside of curly braces should be on next line. (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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'disableSelection'. (key-spacing)
(#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) 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) 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) 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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'enableSelection'. (key-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) 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) Missing space before value for key 'plugin'. (key-spacing)
(#6) Missing space before value for key 'add'. (key-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) 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 "for". (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) Expected { after 'for-in'. (curly)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'call'. (key-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) 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) Expected { after 'if' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (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) Expected { after 'for' condition. (curly)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'contains'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hasScroll'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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 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) 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) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'isOverAxis'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'isOver'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Expected { after 'for' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) before "try". (keyword-spacing)
(#6) Expected space(s) after "try". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (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 space(s) before "catch". (keyword-spacing)
(#6) Expected space(s) after "catch". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Empty block statement. (no-empty)
(#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) 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 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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected { after 'if' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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 space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_proto'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_childConstructors'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing '()' invoking a constructor (new-parens)
(#6) A constructor name should not start with a lowercase letter. (new-cap)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing semicolon. (semi)
(#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) 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) 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 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) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Missing space before value for key 'widgetEventPrefix'. (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 space before value for key 'constructor'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'namespace'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetName'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetBaseClass'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetFullName'. (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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of this function. (consistent-return)
(#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) 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 { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) 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 constructor name should not start with a lowercase letter. (new-cap)
(#6) A space is required after ','. (comma-spacing)
(#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) Missing semicolon. (semi)
(#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) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected empty function. (no-empty-function)
(#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 'widgetName'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'defaultElement'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'disabled'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'create'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_createWidget'. (key-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) 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) 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) 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) 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) 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) 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) 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 value for key 'remove'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_init'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'destroy'. (key-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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widget'. (key-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) 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) Missing space before value for key 'option'. (key-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 { 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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 whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (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 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) 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) 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) Unexpected use of comma operator. (no-sequences)
(#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) 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 "return". (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOptions'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOption'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'enable'. (key-spacing)
(#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) 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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'disable'. (key-spacing)
(#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) 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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_on'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) 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 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 JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-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) Expected space(s) before "return". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected no return value. (consistent-return)
(#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) 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) Missing semicolon. (semi)
(#6) Expected space(s) before "typeof". (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) 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) 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) 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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_off'. (key-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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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 JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (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) 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) Missing semicolon. (semi)
(#6) Expected space(s) before "var". (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) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_hoverable'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'mouseenter'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'mouseleave'. (key-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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_focusable'. (key-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focusin'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'focusout'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-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) 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) 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) 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) 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 whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Expected space(s) before "for". (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) 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) 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) 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) 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) Missing space before value for key 'hide'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'effect'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'duration'. (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) 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) 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) 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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#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) 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) 'e' is defined but never used (no-unused-vars)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-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 value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'cancel'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'distance'. (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 '_mouseInit'. (key-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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected to return a value at the end of this 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 { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (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) 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 "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDestroy'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDown'. (key-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-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) 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 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) 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 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) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Expected no return value. (consistent-return)
(#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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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 "return". (keyword-spacing)
(#6) Expected no return value. (consistent-return)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected no return value. (consistent-return)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) 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 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseMove'. (key-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseUp'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDistanceMet'. (key-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDelayMet'. (key-spacing)
(#6) 'e' is defined but never used (no-unused-vars)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-spacing)
(#6) 'e' is defined but never used (no-unused-vars)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Unexpected empty function. (no-empty-function)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-spacing)
(#6) 'e' is defined but never used (no-unused-vars)
(#6) Unexpected empty function. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-spacing)
(#6) 'e' is defined but never used (no-unused-vars)
(#6) Unexpected empty function. (no-empty-function)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseCapture'. (key-spacing)
(#6) 'e' is defined but never used (no-unused-vars)
(#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) 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) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-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) Missing JSDoc comment. (require-jsdoc)
(#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) 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) after "return". (keyword-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) 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) Expected space(s) before "function". (keyword-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'scrollbarWidth'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'if' condition. (curly)
(#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) Expected space(s) before "return". (keyword-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'getScrollInfo'. (key-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) 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) 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) 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) 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) after "return". (keyword-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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'getWithinInfo'. (key-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) 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 "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 space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'isWindow'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollTop'. (key-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 semicolon. (semi)
(#6) Requires a space before '}'. (block-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) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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) Expected space(s) before "return". (keyword-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 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) 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) 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) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'left'. (key-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) A space is required after ','. (comma-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) 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) 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) 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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'marginLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginTop'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Statement inside of curly braces should be on next line. (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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'targetWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'targetHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'elemWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'elemHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'collisionPosition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'collisionWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'collisionHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-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) Missing space before value for key 'my'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'at'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'within'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'elem'. (key-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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 space before value for key 'target'. (key-spacing)
(#6) Missing space before value for key 'element'. (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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) Missing space before value for key 'element'. (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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'horizontal'. (key-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) A space is required after ','. (comma-spacing)
(#6) Do not nest ternary expressions (no-nested-ternary)
(#6) Missing space before value for key 'vertical'. (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) 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) 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) 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) 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) 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) 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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Missing space before value for key 'fit'. (key-spacing)
(#6) Missing space before value for key 'left'. (key-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) 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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Do not nest ternary expressions (no-nested-ternary)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'flip'. (key-spacing)
(#6) Missing space before value for key 'left'. (key-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) 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) 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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) 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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'flipfit'. (key-spacing)
(#6) Missing space before value for key 'left'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (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) 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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'top'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) 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) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'visibility'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'border'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'margin'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'background'. (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) Missing space before value for key 'position'. (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 'top'. (key-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'for-in'. (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) 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) 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) 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) 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) 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) 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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-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) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) 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) 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 value for key 'at'. (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 'offset'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'addClasses'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'appendTo'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'axis'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'connectToSortable'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'containment'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cursor'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cursorAt'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'grid'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'handle'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'iframeFix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'refreshPositions'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'revert'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'revertDuration'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scope'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scroll'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'snap'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'snapMode'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'snapTolerance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stack'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-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) 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) 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 space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-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) 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) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseCapture'. (key-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) 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) 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) 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) 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) 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 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-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) 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) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'click'. (key-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) 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 'parent'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relative'. (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) 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) 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) 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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-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) 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 whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'while' condition. (curly)
(#6) Expected space(s) after "while". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-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) 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) 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) 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) 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) Missing space before opening brace. (space-before-blocks)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'else'. (curly)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseUp'. (key-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) 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 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cancel'. (key-spacing)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getHandle'. (key-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) 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) 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) Missing space before opening brace. (space-before-blocks)
(#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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_createHelper'. (key-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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_adjustOffsetFromHelper'. (key-spacing)
(#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) 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) 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 space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getParentOffset'. (key-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) 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) 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) 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) 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) 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 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 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getRelativeOffset'. (key-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#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 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) 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 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) 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) 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) 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) after "return". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_cacheMargins'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'left'. (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) Missing space before value for key 'top'. (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) Missing space before value for key 'right'. (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) Missing space before value for key 'bottom'. (key-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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setContainment'. (key-spacing)
(#6) Function '_setContainment' has a complexity of 22. (complexity)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 'i' is defined but never used (no-unused-vars)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) 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) 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) Identifier 'relative_container' is not in camel case. (camelcase)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_convertPositionTo'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 'i' is defined but never used (no-unused-vars)
(#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) 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) 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 "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 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Function '_generatePosition' has a complexity of 21. (complexity)
(#6) Missing space before value for key '_generatePosition'. (key-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) 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) 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) 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 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) Missing whitespace after semicolon. (semi-spacing)
(#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 "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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'else'. (curly)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) Expected space(s) before "if". (keyword-spacing)
(#6) Expected space(s) after "if". (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 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) 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) Do not nest ternary expressions (no-nested-ternary)
(#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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "return". (keyword-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 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_clear'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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 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) 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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'plugins'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_uiHash'. (key-spacing)
(#6) 'e' is defined but never used (no-unused-vars)
(#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) 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) after "return". (keyword-spacing)
(#6) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'originalPosition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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 space before value for key 'start'. (key-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) 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) Missing space before value for key 'item'. (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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) 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) Missing space before value for key 'instance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'shouldRevert'. (key-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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-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) 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) Missing space before value for key 'item'. (key-spacing)
(#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) 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) 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) 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) 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 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'drag'. (key-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) 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) 's' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#6) 's' is defined but never used (no-unused-vars)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Return statement should not contain assignment. (no-return-assign)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (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) 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) 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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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 value for key 'start'. (key-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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-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) 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) 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) 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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'drag'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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) 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 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 { 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) 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) 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) 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) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'item'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'drag'. (key-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) 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) 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) 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) Expected space(s) after "for". (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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-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) 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) 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) 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) 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) 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) 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) 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) 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 value for key 'snapItem'. (key-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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "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) 'v' used outside of binding context. (block-scoped-var)
(#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) 'm' used outside of binding context. (block-scoped-var)
(#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) 'g' used outside of binding context. (block-scoped-var)
(#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) 'y' used outside of binding context. (block-scoped-var)
(#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) 'v' used outside of binding context. (block-scoped-var)
(#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) 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 '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) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#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 '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) 'g' used outside of binding context. (block-scoped-var)
(#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 '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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#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 '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) 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) 'v' used outside of binding context. (block-scoped-var)
(#6) 'v' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#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) 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) 'v' is already defined (no-redeclare)
(#6) 'v' used outside of binding context. (block-scoped-var)
(#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) 'm' used outside of binding context. (block-scoped-var)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) 'm' is already defined (no-redeclare)
(#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) 'g' is already defined (no-redeclare)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#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) 'y' used outside of binding context. (block-scoped-var)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) 'y' is already defined (no-redeclare)
(#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) 'v' used outside of binding context. (block-scoped-var)
(#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) 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 '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) Unexpected use of comma operator. (no-sequences)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#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 '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) A space is required after ','. (comma-spacing)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#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 '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) 'y' used outside of binding context. (block-scoped-var)
(#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 '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) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'v' used outside of binding context. (block-scoped-var)
(#6) 'v' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#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) Missing space before value for key 'snapItem'. (key-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) 'v' used outside of binding context. (block-scoped-var)
(#6) 'v' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#6) 'm' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#6) 'g' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#6) 'y' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "return". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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 "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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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 space before value for key 'start'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-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) 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) 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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#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) Statement inside of curly braces should be on next line. (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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'accept'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'activeClass'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'addClasses'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'greedy'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'hoverClass'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scope'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tolerance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) 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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-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) 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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setOption'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_activate'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_deactivate'. (key-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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_over'. (key-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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_out'. (key-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 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) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "return". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_drop'. (key-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) 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) 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) Expected space(s) after "return". (keyword-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) 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 to return a value at the end of this 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) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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) 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) 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) Missing space before value for key 'offset'. (key-spacing)
(#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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ui'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'draggable'. (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 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "return". (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) 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) 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) 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) 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) after "switch". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "case". (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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (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) 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 space(s) after "case". (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) 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) 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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected space(s) after "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) 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) 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 space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#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) Missing space before value for key 'current'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'droppables'. (key-spacing)
(#6) Missing space before value for key 'default'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'prepareOffsets'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Unexpected labeled statement. (no-labels)
(#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) after "for". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected { after 'if' condition. (curly)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "continue". (keyword-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) 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 space(s) before "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) Missing whitespace after semicolon. (semi-spacing)
(#6) Unexpected label in continue statement. (no-labels)
(#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) 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) Expected space(s) before "continue". (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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) unnecessary '.call()'. (no-useless-call)
(#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) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'drop'. (key-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) 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) 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) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) before "return". (keyword-spacing)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) unnecessary '.call()'. (no-useless-call)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) unnecessary '.call()'. (no-useless-call)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dragStart'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'drag'. (key-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) 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) 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) 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 { 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) 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) 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) 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) 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) 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) 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 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) unnecessary '.call()'. (no-useless-call)
(#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) 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) unnecessary '.call()'. (no-useless-call)
(#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) 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) unnecessary '.call()'. (no-useless-call)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dragStop'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'alsoResize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'animate'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'animateDuration'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'animateEasing'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'aspectRatio'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'autoHide'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'containment'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ghost'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'grid'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'handles'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'maxHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'maxWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'minHeight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'minWidth'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-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) 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) Missing space before value for key '_aspectRatio'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'aspectRatio'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'originalElement'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_proportionallyResizeElements'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_helper'. (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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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 space before value for key 'marginLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginTop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginRight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginBottom'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginLeft'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginTop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginRight'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'marginBottom'. (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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zoom'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'display'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'margin'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'n'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'e'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 's'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'w'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'se'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'sw'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ne'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'nw'. (key-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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (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) 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) Missing whitespace after semicolon. (semi-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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Missing space before value for key 'zIndex'. (key-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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) Expected space(s) after "for". (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 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) 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) 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) 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) Do not nest ternary expressions (no-nested-ternary)
(#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 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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) after "if". (keyword-spacing)
(#6) Expected space(s) before "continue". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#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) 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) 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) 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) Expected { after 'if' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "var". (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) 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) 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) Missing space before opening brace. (space-before-blocks)
(#6) Expected { after 'if' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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 { 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) Expected space(s) before "return". (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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseCapture'. (key-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 space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-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) 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) 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) 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 'position'. (key-spacing)
(#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 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) 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 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 'left'. (key-spacing)
(#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) 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 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) 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 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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 'top'. (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) 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) 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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-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) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 'r' is defined but never used (no-unused-vars)
(#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) 'i' is defined but never used (no-unused-vars)
(#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) 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) 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) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-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) 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 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) 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) 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) 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 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_updateVirtualBoundaries'. (key-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) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'minWidth'. (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 'maxWidth'. (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 'minHeight'. (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 'maxHeight'. (key-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 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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_updateCache'. (key-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) 't' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_updateRatio'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#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) 'n' is defined but never used (no-unused-vars)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) 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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_respectSize'. (key-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) 'n' is defined but never used (no-unused-vars)
(#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) 's' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) 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) 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 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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_proportionallyResize'. (key-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) 't' is defined but never used (no-unused-vars)
(#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) 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) Expected space(s) after "for". (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) 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) Missing whitespace after semicolon. (semi-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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Don't make functions within a loop (no-loop-func)
(#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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#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) Missing space before value for key 'height'. (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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_renderProxy'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (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 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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (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) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-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) Expected { after 'else'. (curly)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_change'. (key-spacing)
(#6) Missing space before value for key 'e'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'w'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 'r' is defined but never used (no-unused-vars)
(#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) 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) after "return". (keyword-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) Missing space before value for key 'width'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'n'. (key-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) 'r' is defined but never used (no-unused-vars)
(#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 "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 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 'height'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 's'. (key-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) Expected space(s) after "return". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (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) Missing space before value for key 'height'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'se'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'sw'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ne'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'nw'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_propagate'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Statement inside of curly braces should be on next line. (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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'plugins'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ui'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before value for key 'originalElement'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'size'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'originalSize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'originalPosition'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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 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) 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 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'resize'. (key-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) 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) 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 'height'. (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 'width'. (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 'top'. (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 'left'. (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) 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) 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 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#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) 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 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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 space before value for key 'stop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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) 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) 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 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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'duration'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'easing'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'step'. (key-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) Missing space before value for key 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'r' is defined but never used (no-unused-vars)
(#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) 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) 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 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) 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) 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) 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 space before value for key 'left'. (key-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#6) Infix operators must be spaced. (space-infix-ops)
(#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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'element'. (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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) Missing space before value for key 'height'. (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 'width'. (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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'element'. (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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'resize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) 's' is defined but never used (no-unused-vars)
(#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) 'u' is defined but never used (no-unused-vars)
(#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 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#6) 's' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) 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 'left'. (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 'width'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-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 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) A space is required after ','. (comma-spacing)
(#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 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 space before value for key 'start'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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) 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) 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 leading decimal point can be confused with a dot. (no-floating-decimal)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'display'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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 'margin'. (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 'top'. (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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'resize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 'i' is defined but never used (no-unused-vars)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'height'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'width'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'stop'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 'i' is defined but never used (no-unused-vars)
(#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) 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) 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) 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 value for key 'resize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' is defined but never used (no-unused-vars)
(#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) 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) 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) 'f' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (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) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) after "return". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'appendTo'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'autoRefresh'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'distance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'filter'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tolerance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#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) 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 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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) Missing space before value for key 'element'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '$element'. (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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'right'. (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 'bottom'. (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 'startselected'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selected'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selecting'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'unselecting'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-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) 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) Expected space(s) before "return". (keyword-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) 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) 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) 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 'top'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'unselecting'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selecting'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'unselecting'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-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) 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) 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) 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) 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' used outside of binding context. (block-scoped-var)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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' used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "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) 'a' is already defined (no-redeclare)
(#6) 'a' used outside of binding context. (block-scoped-var)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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' used outside of binding context. (block-scoped-var)
(#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 "return". (keyword-spacing)
(#6) Expected no return value. (consistent-return)
(#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 'top'. (key-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) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) 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) 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) 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) 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) 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) 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 value for key 'selecting'. (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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'unselecting'. (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) 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) 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 value for key 'unselecting'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'r' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'unselected'. (key-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'selected'. (key-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) 'jQuery' is not defined. (no-undef)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 't' is defined but never used (no-unused-vars)
(#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) 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) Missing space before value for key 'version'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'ready'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'options'. (key-spacing)
(#6) Missing space before value for key 'appendTo'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'axis'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'connectWith'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'containment'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cursor'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cursorAt'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dropOnEmpty'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'forcePlaceholderSize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'forceHelperSize'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'grid'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'handle'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'items'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'placeholder'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'revert'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scroll'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'scope'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'tolerance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'zIndex'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_create'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_destroy'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) before "this". (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) Missing space before value for key '_setOption'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseCapture'. (key-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) 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) after "return". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-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) 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 whitespace after semicolon. (semi-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) 's' is defined but never used (no-unused-vars)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected to return a value at the end of this function. (consistent-return)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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 { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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 "return". (keyword-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) 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) 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) 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 "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) A space is required after ','. (comma-spacing)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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) after "if". (keyword-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "return". (keyword-spacing)
(#6) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStart'. (key-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) 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) 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) 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 '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) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'click'. (key-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) 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 'parent'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'relative'. (key-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) 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) Missing space before value for key 'prev'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'parent'. (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) 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) 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) 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) 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) 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) 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) Expected { after 'if' condition. (curly)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) before "this". (keyword-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseDrag'. (key-spacing)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) Missing semicolon. (semi)
(#6) Expected space(s) before "this". (keyword-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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-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) 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) Expected { after 'if' condition. (curly)
(#6) Expected space(s) before "continue". (keyword-spacing)
(#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 "continue". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (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) 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) 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) 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) 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) Expected space(s) before "break". (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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_mouseStop'. (key-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) 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) 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 whitespace after semicolon. (semi-spacing)
(#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) 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) 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) 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 '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) A space is required after ','. (comma-spacing)
(#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) 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) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected no return value. (consistent-return)
(#6) Expected space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'cancel'. (key-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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before value for key 'target'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Expected space(s) before "this". (keyword-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) 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 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 "return". (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) 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) Missing space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'dragging'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'reverting'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_noFinalSort'. (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) Unexpected use of comma operator. (no-sequences)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'serialize'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) 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 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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'toArray'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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 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) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_intersectsWith'. (key-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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_intersectsWithPointer'. (key-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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Do not nest ternary expressions (no-nested-ternary)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_intersectsWithSides'. (key-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) 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) 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getDragVerticalDirection'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getDragHorizontalDirection'. (key-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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'refresh'. (key-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_connectWith'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getItemsAsjQuery'. (key-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) 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) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "for". (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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (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) Missing space before value for key 'options'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'item'. (key-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 "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) 's' is already defined (no-redeclare)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#6) 's' used outside of binding context. (block-scoped-var)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#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) Missing space before value for key '_removeCurrentsFromItems'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Expected space(s) after "for". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected { after 'for' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) before "if". (keyword-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 "return". (keyword-spacing)
(#6) Expected space(s) after "return". (keyword-spacing)
(#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) Expected space(s) after "return". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_refreshItems'. (key-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) 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 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'item'. (key-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) 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) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "for". (keyword-spacing)
(#6) 'u' used outside of binding context. (block-scoped-var)
(#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) 'u' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'u' used outside of binding context. (block-scoped-var)
(#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) 'u' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'item'. (key-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 before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "for". (keyword-spacing)
(#6) Expected space(s) after "for". (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) 's' is already defined (no-redeclare)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#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) Expected space(s) after "for". (keyword-spacing)
(#6) 'u' is already defined (no-redeclare)
(#6) 'u' used outside of binding context. (block-scoped-var)
(#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) 'u' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'u' used outside of binding context. (block-scoped-var)
(#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) 'u' used outside of binding context. (block-scoped-var)
(#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) 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) Missing space before value for key 'item'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'instance'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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 'top'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'refreshPositions'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#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) 'n' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#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) 'n' used outside of binding context. (block-scoped-var)
(#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) 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 "continue". (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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 's' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected { after 'else'. (curly)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) 'n' is already defined (no-redeclare)
(#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) 'n' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#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) 's' used outside of binding context. (block-scoped-var)
(#6) 's' is already defined (no-redeclare)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 'n' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 's' used outside of binding context. (block-scoped-var)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 's' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'n' used outside of binding context. (block-scoped-var)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Missing space before value for key '_createPlaceholder'. (key-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) 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) 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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'element'. (key-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'update'. (key-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) Expected space(s) before "return". (keyword-spacing)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_contactContainers'. (key-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 space(s) after "for". (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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected { after 'if' condition. (curly)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "continue". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected { after 'if' condition. (curly)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "continue". (keyword-spacing)
(#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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "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) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#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) Infix operators must be spaced. (space-infix-ops)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Expected space(s) before "this". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "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) 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) 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 "for". (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) 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) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Expected space(s) before "continue". (keyword-spacing)
(#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 "continue". (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) 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) 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) 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) 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) 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) 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) before "return". (keyword-spacing)
(#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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_createHelper'. (key-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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'position'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_adjustOffsetFromHelper'. (key-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) 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) 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) Missing space before value for key 'left'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getParentOffset'. (key-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) 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) 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) 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) 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) 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 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 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_getRelativeOffset'. (key-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 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 "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 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "return". (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 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_cacheMargins'. (key-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before value for key 'left'. (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) Missing space before value for key 'top'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_cacheHelperProportions'. (key-spacing)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_setContainment'. (key-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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (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) 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) 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) 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) 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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_convertPositionTo'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 'i' is defined but never used (no-unused-vars)
(#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) 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) 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) 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) after "return". (keyword-spacing)
(#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) 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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_generatePosition'. (key-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) 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) 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) 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) 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) 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) 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) 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) 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 "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) 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) 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) 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) Do not nest ternary expressions (no-nested-ternary)
(#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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) 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) 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) 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) Requires a space before '}'. (block-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) Expected space(s) before "return". (keyword-spacing)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_rearrange'. (key-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) 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) 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) 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 whitespace after semicolon. (semi-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 after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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 semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_clear'. (key-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) 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) 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) Missing whitespace after semicolon. (semi-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) Requires a space after '{'. (block-spacing)
(#6) Expected { after 'for-in'. (curly)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected { after 'if' condition. (curly)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Expected space(s) before "this". (keyword-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected { after 'else'. (curly)
(#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) 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-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) Infix operators must be spaced. (space-infix-ops)
(#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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#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) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' is already defined (no-redeclare)
(#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) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#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) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (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 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) 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Statement inside of curly braces should be on next line. (brace-style)
(#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 "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' is already defined (no-redeclare)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) 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) 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 "for". (keyword-spacing)
(#6) Expected { after 'for' condition. (curly)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' is already defined (no-redeclare)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_trigger'. (key-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) 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) 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) Requires a space before '}'. (block-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key '_uiHash'. (key-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) Infix operators must be spaced. (space-infix-ops)
(#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 space before value for key 'helper'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'placeholder'. (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 'position'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'originalPosition'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'offset'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'item'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'sender'. (key-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) 'jQuery' is not defined. (no-undef)
blocks/exaport/javascript/jquery.colorbox.js
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#62) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Trailing spaces not allowed. (no-trailing-spaces)
(#64) Identifier 'event_open' is not in camel case. (camelcase)
(#65) Identifier 'event_load' is not in camel case. (camelcase)
(#66) Identifier 'event_complete' is not in camel case. (camelcase)
(#67) Identifier 'event_cleanup' is not in camel case. (camelcase)
(#68) Identifier 'event_closed' is not in camel case. (camelcase)
(#69) Identifier 'event_purge' is not in camel case. (camelcase)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#74) Identifier 'event_ie6' is not in camel case. (camelcase)
(#112) Trailing spaces not allowed. (no-trailing-spaces)
(#115) Trailing spaces not allowed. (no-trailing-spaces)
(#121) Missing JSDoc comment. (require-jsdoc)
(#121) Trailing spaces not allowed. (no-trailing-spaces)
(#131) Missing JSDoc comment. (require-jsdoc)
(#133) Line 133 exceeds the maximum line length of 132. (max-len)
(#135) Trailing spaces not allowed. (no-trailing-spaces)
(#138) Missing JSDoc comment. (require-jsdoc)
(#141) Trailing spaces not allowed. (no-trailing-spaces)
(#143) Missing JSDoc comment. (require-jsdoc)
(#145) Line 145 exceeds the maximum line length of 132. (max-len)
(#146) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#149) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Trailing spaces not allowed. (no-trailing-spaces)
(#159) Missing JSDoc comment. (require-jsdoc)
(#167) Missing JSDoc comment. (require-jsdoc)
(#174) 'clear' is defined but never used (no-unused-vars)
(#175) Trailing spaces not allowed. (no-trailing-spaces)
(#177) Unexpected space before function parentheses. (space-before-function-paren)
(#181) Unexpected space before function parentheses. (space-before-function-paren)
(#186) Unexpected space before function parentheses. (space-before-function-paren)
(#189) Identifier 'event_cleanup' is not in camel case. (camelcase)
(#193) Trailing spaces not allowed. (no-trailing-spaces)
(#194) Unexpected space before function parentheses. (space-before-function-paren)
(#198) Identifier 'event_complete' is not in camel case. (camelcase)
(#198) Identifier 'event_load' is not in camel case. (camelcase)
(#198) Identifier 'event_cleanup' is not in camel case. (camelcase)
(#202) Trailing spaces not allowed. (no-trailing-spaces)
(#213) Missing JSDoc comment. (require-jsdoc)
(#215) Trailing spaces not allowed. (no-trailing-spaces)
(#217) Trailing spaces not allowed. (no-trailing-spaces)
(#219) Trailing spaces not allowed. (no-trailing-spaces)
(#221) Trailing spaces not allowed. (no-trailing-spaces)
(#223) Trailing spaces not allowed. (no-trailing-spaces)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#230) Trailing spaces not allowed. (no-trailing-spaces)
(#237) Trailing spaces not allowed. (no-trailing-spaces)
(#239) Line 239 exceeds the maximum line length of 132. (max-len)
(#240) Trailing spaces not allowed. (no-trailing-spaces)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#246) Unexpected space before function parentheses. (space-before-function-paren)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#260) Trailing spaces not allowed. (no-trailing-spaces)
(#265) Trailing spaces not allowed. (no-trailing-spaces)
(#267) Identifier 'event_ie6' is not in camel case. (camelcase)
(#267) Identifier 'event_ie6' is not in camel case. (camelcase)
(#267) Unexpected space before function parentheses. (space-before-function-paren)
(#268) Line 268 exceeds the maximum line length of 132. (max-len)
(#269) Identifier 'event_ie6' is not in camel case. (camelcase)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#273) Trailing spaces not allowed. (no-trailing-spaces)
(#275) Trailing spaces not allowed. (no-trailing-spaces)
(#278) Trailing spaces not allowed. (no-trailing-spaces)
(#288) Trailing spaces not allowed. (no-trailing-spaces)
(#289) Unexpected space before function parentheses. (space-before-function-paren)
(#290) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#291) Trailing spaces not allowed. (no-trailing-spaces)
(#295) Trailing spaces not allowed. (no-trailing-spaces)
(#297) Trailing spaces not allowed. (no-trailing-spaces)
(#301) Trailing spaces not allowed. (no-trailing-spaces)
(#306) Trailing spaces not allowed. (no-trailing-spaces)
(#307) Unexpected space before function parentheses. (space-before-function-paren)
(#311) Trailing spaces not allowed. (no-trailing-spaces)
(#313) Trailing spaces not allowed. (no-trailing-spaces)
(#317) Trailing spaces not allowed. (no-trailing-spaces)
(#321) Trailing spaces not allowed. (no-trailing-spaces)
(#328) Unexpected space before function parentheses. (space-before-function-paren)
(#333) Trailing spaces not allowed. (no-trailing-spaces)
(#362) Trailing spaces not allowed. (no-trailing-spaces)
(#364) Trailing spaces not allowed. (no-trailing-spaces)
(#366) Trailing spaces not allowed. (no-trailing-spaces)
(#368) Unexpected space before function parentheses. (space-before-function-paren)
(#370) Unexpected space before function parentheses. (space-before-function-paren)
(#373) Trailing spaces not allowed. (no-trailing-spaces)
(#375) Line 375 exceeds the maximum line length of 132. (max-len)
(#375) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Trailing spaces not allowed. (no-trailing-spaces)
(#382) Trailing spaces not allowed. (no-trailing-spaces)
(#384) Unexpected space before function parentheses. (space-before-function-paren)
(#387) Unexpected space before function parentheses. (space-before-function-paren)
(#390) Unexpected space before function parentheses. (space-before-function-paren)
(#393) Trailing spaces not allowed. (no-trailing-spaces)
(#395) Trailing spaces not allowed. (no-trailing-spaces)
(#399) Trailing spaces not allowed. (no-trailing-spaces)
(#402) Trailing spaces not allowed. (no-trailing-spaces)
(#402) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#403) Unexpected space before function parentheses. (space-before-function-paren)
(#408) Trailing spaces not allowed. (no-trailing-spaces)
(#410) Unexpected space before function parentheses. (space-before-function-paren)
(#429) Infix operators must be spaced. (space-infix-ops)
(#430) Infix operators must be spaced. (space-infix-ops)
(#431) Infix operators must be spaced. (space-infix-ops)
(#434) Expected space(s) after "for". (keyword-spacing)
(#434) Infix operators must be spaced. (space-infix-ops)
(#434) Missing space before opening brace. (space-before-blocks)
(#436) Infix operators must be spaced. (space-infix-ops)
(#437) Expected space(s) after "if". (keyword-spacing)
(#438) Expected { after 'if' condition. (curly)
(#438) Expected space(s) after "if". (keyword-spacing)
(#438) Infix operators must be spaced. (space-infix-ops)
(#441) Expected space(s) after "if". (keyword-spacing)
(#441) Expected { after 'if' condition. (curly)
(#444) Expected space(s) after "if". (keyword-spacing)
(#446) 'subid' is not defined. (no-undef)
(#446) Infix operators must be spaced. (space-infix-ops)
(#447) 'subid' is not defined. (no-undef)
(#447) Infix operators must be spaced. (space-infix-ops)
(#447) Missing space before opening brace. (space-before-blocks)
(#448) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#448) Infix operators must be spaced. (space-infix-ops)
(#448) 'subid' is not defined. (no-undef)
(#449) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#449) 'subtitl' is not defined. (no-undef)
(#449) Infix operators must be spaced. (space-infix-ops)
(#449) Infix operators must be spaced. (space-infix-ops)
(#449) 'subid' is not defined. (no-undef)
(#450) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#450) Infix operators must be spaced. (space-infix-ops)
(#450) 'subtitl' is not defined. (no-undef)
(#452) Trailing spaces not allowed. (no-trailing-spaces)
(#453) Infix operators must be spaced. (space-infix-ops)
(#459) Trailing spaces not allowed. (no-trailing-spaces)
(#460) Unexpected space before function parentheses. (space-before-function-paren)
(#465) Unexpected space before function parentheses. (space-before-function-paren)
(#466) Identifier 'animate_speed' is not in camel case. (camelcase)
(#466) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#466) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#467) Trailing spaces not allowed. (no-trailing-spaces)
(#468) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Trailing spaces not allowed. (no-trailing-spaces)
(#478) Trailing spaces not allowed. (no-trailing-spaces)
(#487) Trailing spaces not allowed. (no-trailing-spaces)
(#489) Line 489 exceeds the maximum line length of 132. (max-len)
(#495) Trailing spaces not allowed. (no-trailing-spaces)
(#497) Trailing spaces not allowed. (no-trailing-spaces)
(#499) Identifier 'animate_speed' is not in camel case. (camelcase)
(#500) Trailing spaces not allowed. (no-trailing-spaces)
(#505) Trailing spaces not allowed. (no-trailing-spaces)
(#506) Missing JSDoc comment. (require-jsdoc)
(#509) Line 509 exceeds the maximum line length of 132. (max-len)
(#511) Trailing spaces not allowed. (no-trailing-spaces)
(#513) Identifier 'animate_speed' is not in camel case. (camelcase)
(#514) Unexpected space before function parentheses. (space-before-function-paren)
(#516) Trailing spaces not allowed. (no-trailing-spaces)
(#518) Trailing spaces not allowed. (no-trailing-spaces)
(#522) Trailing spaces not allowed. (no-trailing-spaces)
(#527) Unexpected space before function parentheses. (space-before-function-paren)
(#533) Unexpected space before function parentheses. (space-before-function-paren)
(#536) Trailing spaces not allowed. (no-trailing-spaces)
(#544) Trailing spaces not allowed. (no-trailing-spaces)
(#551) Trailing spaces not allowed. (no-trailing-spaces)
(#552) Line 552 exceeds the maximum line length of 132. (max-len)
(#557) Trailing spaces not allowed. (no-trailing-spaces)
(#562) Unexpected space before function parentheses. (space-before-function-paren)
(#566) Trailing spaces not allowed. (no-trailing-spaces)
(#568) Trailing spaces not allowed. (no-trailing-spaces)
(#572) Trailing spaces not allowed. (no-trailing-spaces)
(#573) Missing JSDoc comment. (require-jsdoc)
(#578) Missing JSDoc comment. (require-jsdoc)
(#583) Trailing spaces not allowed. (no-trailing-spaces)
(#587) Line 587 exceeds the maximum line length of 132. (max-len)
(#589) Trailing spaces not allowed. (no-trailing-spaces)
(#591) Trailing spaces not allowed. (no-trailing-spaces)
(#592) Line 592 exceeds the maximum line length of 132. (max-len)
(#593) Expected space or tab after '//' in comment. (spaced-comment)
(#594) Trailing spaces not allowed. (no-trailing-spaces)
(#596) Trailing spaces not allowed. (no-trailing-spaces)
(#599) Unexpected space before function parentheses. (space-before-function-paren)
(#601) Unexpected space before function parentheses. (space-before-function-paren)
(#605) Trailing spaces not allowed. (no-trailing-spaces)
(#606) Missing JSDoc comment. (require-jsdoc)
(#607) Function 'anonymous' has a complexity of 25. (complexity)
(#607) Unexpected space before function parentheses. (space-before-function-paren)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#608) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#609) Trailing spaces not allowed. (no-trailing-spaces)
(#613) Trailing spaces not allowed. (no-trailing-spaces)
(#614) Missing JSDoc comment. (require-jsdoc)
(#619) Trailing spaces not allowed. (no-trailing-spaces)
(#620) Unexpected space before function parentheses. (space-before-function-paren)
(#625) Trailing spaces not allowed. (no-trailing-spaces)
(#627) Expected space or tab after '//' in comment. (spaced-comment)
(#632) Trailing spaces not allowed. (no-trailing-spaces)
(#634) Trailing spaces not allowed. (no-trailing-spaces)
(#639) Trailing spaces not allowed. (no-trailing-spaces)
(#642) Trailing spaces not allowed. (no-trailing-spaces)
(#645) Trailing spaces not allowed. (no-trailing-spaces)
(#649) Trailing spaces not allowed. (no-trailing-spaces)
(#654) Trailing spaces not allowed. (no-trailing-spaces)
(#657) Trailing spaces not allowed. (no-trailing-spaces)
(#661) Trailing spaces not allowed. (no-trailing-spaces)
(#669) Trailing spaces not allowed. (no-trailing-spaces)
(#672) Trailing spaces not allowed. (no-trailing-spaces)
(#680) Trailing spaces not allowed. (no-trailing-spaces)
(#684) Trailing spaces not allowed. (no-trailing-spaces)
(#689) Trailing spaces not allowed. (no-trailing-spaces)
(#690) Unexpected space before function parentheses. (space-before-function-paren)
(#696) Trailing spaces not allowed. (no-trailing-spaces)
(#702) Trailing spaces not allowed. (no-trailing-spaces)
(#703) Unexpected space before function parentheses. (space-before-function-paren)
(#708) Trailing spaces not allowed. (no-trailing-spaces)
(#710) Unexpected space before function parentheses. (space-before-function-paren)
(#718) Unexpected space before function parentheses. (space-before-function-paren)
(#719) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#720) Trailing spaces not allowed. (no-trailing-spaces)
(#722) Trailing spaces not allowed. (no-trailing-spaces)
(#724) Trailing spaces not allowed. (no-trailing-spaces)
(#726) Trailing spaces not allowed. (no-trailing-spaces)
(#730) Trailing spaces not allowed. (no-trailing-spaces)
(#732) Trailing spaces not allowed. (no-trailing-spaces)
(#734) Trailing spaces not allowed. (no-trailing-spaces)
(#738) Trailing spaces not allowed. (no-trailing-spaces)
(#742) Trailing spaces not allowed. (no-trailing-spaces)
(#746) Trailing spaces not allowed. (no-trailing-spaces)
(#757) Trailing spaces not allowed. (no-trailing-spaces)
(#759) Trailing spaces not allowed. (no-trailing-spaces)
(#760) Unexpected space before function parentheses. (space-before-function-paren)
(#763) Trailing spaces not allowed. (no-trailing-spaces)
(#767) Unexpected space before function parentheses. (space-before-function-paren)
(#780) Unexpected space before function parentheses. (space-before-function-paren)
(#784) Unexpected space before function parentheses. (space-before-function-paren)
(#786) Expected space or tab after '//' in comment. (spaced-comment)
(#787) Trailing spaces not allowed. (no-trailing-spaces)
(#789) Unexpected space before function parentheses. (space-before-function-paren)
(#791) Trailing spaces not allowed. (no-trailing-spaces)
(#802) Trailing spaces not allowed. (no-trailing-spaces)
(#806) Trailing spaces not allowed. (no-trailing-spaces)
(#809) Unexpected space before function parentheses. (space-before-function-paren)
(#813) Trailing spaces not allowed. (no-trailing-spaces)
(#817) Trailing spaces not allowed. (no-trailing-spaces)
(#818) Unexpected space before function parentheses. (space-before-function-paren)
(#822) Trailing spaces not allowed. (no-trailing-spaces)
(#823) Unexpected space before function parentheses. (space-before-function-paren)
(#827) Unexpected space before function parentheses. (space-before-function-paren)
(#832) Trailing spaces not allowed. (no-trailing-spaces)
(#834) Unexpected space before function parentheses. (space-before-function-paren)
(#840) Trailing spaces not allowed. (no-trailing-spaces)
(#841) Unexpected space before function parentheses. (space-before-function-paren)
(#849) Unexpected space before function parentheses. (space-before-function-paren)
(#851) Trailing spaces not allowed. (no-trailing-spaces)
(#853) Trailing spaces not allowed. (no-trailing-spaces)
(#855) Trailing spaces not allowed. (no-trailing-spaces)
(#857) Trailing spaces not allowed. (no-trailing-spaces)
(#858) Identifier 'event_ie6' is not in camel case. (camelcase)
(#859) Trailing spaces not allowed. (no-trailing-spaces)
(#861) Trailing spaces not allowed. (no-trailing-spaces)
(#862) Unexpected space before function parentheses. (space-before-function-paren)
(#863) Trailing spaces not allowed. (no-trailing-spaces)
(#865) Trailing spaces not allowed. (no-trailing-spaces)
(#867) Trailing spaces not allowed. (no-trailing-spaces)
(#869) Trailing spaces not allowed. (no-trailing-spaces)
(#870) Unexpected space before function parentheses. (space-before-function-paren)
(#875) Trailing spaces not allowed. (no-trailing-spaces)
(#877) Infix operators must be spaced. (space-infix-ops)
(#878) Infix operators must be spaced. (space-infix-ops)
(#879) Infix operators must be spaced. (space-infix-ops)
(#880) Expected space(s) after "for". (keyword-spacing)
(#880) Infix operators must be spaced. (space-infix-ops)
(#880) Missing space before opening brace. (space-before-blocks)
(#881) Expected space(s) after "if". (keyword-spacing)
(#883) 'subid' is not defined. (no-undef)
(#883) Infix operators must be spaced. (space-infix-ops)
(#884) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#884) Blocks are nested too deeply (5). (max-depth)
(#884) 'subid' is not defined. (no-undef)
(#884) Infix operators must be spaced. (space-infix-ops)
(#884) Missing space before opening brace. (space-before-blocks)
(#885) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#885) Infix operators must be spaced. (space-infix-ops)
(#885) 'subid' is not defined. (no-undef)
(#886) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#886) 'subtitl' is not defined. (no-undef)
(#886) Infix operators must be spaced. (space-infix-ops)
(#886) Infix operators must be spaced. (space-infix-ops)
(#886) 'subid' is not defined. (no-undef)
(#887) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#887) Infix operators must be spaced. (space-infix-ops)
(#887) 'subtitl' is not defined. (no-undef)
(#888) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#889) Line 889 exceeds the maximum line length of 132. (max-len)
(#889) Infix operators must be spaced. (space-infix-ops)
(#894) Expected space or tab after '//' in comment. (spaced-comment)
(#901) Unexpected space before function parentheses. (space-before-function-paren)
(#906) Trailing spaces not allowed. (no-trailing-spaces)
(#908) Unexpected space before function parentheses. (space-before-function-paren)
(#915) Trailing spaces not allowed. (no-trailing-spaces)
(#921) Trailing spaces not allowed. (no-trailing-spaces)
(#925) 'jQuery' is not defined. (no-undef)
blocks/exaport/javascript/jquery.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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Function 'anonymous' has a complexity of 26. (complexity)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) There should be no spaces inside this paren. (space-in-parens)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) 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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Identifier 'core_push' is not in camel case. (camelcase)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Identifier 'core_slice' is not in camel case. (camelcase)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Identifier 'core_indexOf' is not in camel case. (camelcase)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Identifier 'core_toString' is not in camel case. (camelcase)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Identifier 'core_hasOwn' is not in camel case. (camelcase)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Identifier 'core_trim' is not in camel case. (camelcase)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#42) There should be no spaces inside this paren. (space-in-parens)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Identifier 'core_pnum' is not in camel case. (camelcase)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Identifier 'core_rnotwhite' is not in camel case. (camelcase)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Identifier 'core_rspace' is not in camel case. (camelcase)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) There should be no spaces inside this paren. (space-in-parens)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) There should be no spaces inside this paren. (space-in-parens)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) There should be no spaces inside this paren. (space-in-parens)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) There should be no spaces inside this paren. (space-in-parens)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) There should be no spaces inside this paren. (space-in-parens)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) 'ret' is defined but never used (no-unused-vars)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) There should be no spaces inside this paren. (space-in-parens)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) There should be no spaces inside this paren. (space-in-parens)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) There should be no spaces inside this paren. (space-in-parens)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#114) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no space after '[' (array-bracket-spacing)
(#116) There should be no space before ']' (array-bracket-spacing)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) There should be no spaces inside this paren. (space-in-parens)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) There should be no spaces inside this paren. (space-in-parens)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) There should be no spaces inside this paren. (space-in-parens)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) There should be no spaces inside this paren. (space-in-parens)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) There should be no spaces inside this paren. (space-in-parens)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) There should be no spaces inside this paren. (space-in-parens)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Blocks are nested too deeply (5). (max-depth)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) There should be no spaces inside this paren. (space-in-parens)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) There should be no spaces inside this paren. (space-in-parens)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) There should be no spaces inside this paren. (space-in-parens)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#163) There should be no spaces inside this paren. (space-in-parens)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) There should be no spaces inside this paren. (space-in-parens)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) There should be no spaces inside this paren. (space-in-parens)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) There should be no spaces inside this paren. (space-in-parens)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) There should be no spaces inside this paren. (space-in-parens)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) There should be no spaces inside this paren. (space-in-parens)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Identifier 'core_slice' is not in camel case. (camelcase)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) There should be no spaces inside this paren. (space-in-parens)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#206) Do not nest ternary expressions (no-nested-ternary)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) There should be no space after '[' (computed-property-spacing)
(#212) There should be no space before ']' (computed-property-spacing)
(#212) There should be no space after '[' (computed-property-spacing)
(#212) There should be no space before ']' (computed-property-spacing)
(#212) There should be no spaces inside this paren. (space-in-parens)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) There should be no spaces inside this paren. (space-in-parens)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) There should be no spaces inside this paren. (space-in-parens)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) There should be no spaces inside this paren. (space-in-parens)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) There should be no spaces inside this paren. (space-in-parens)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#241) There should be no spaces inside this paren. (space-in-parens)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) There should be no spaces inside this paren. (space-in-parens)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) There should be no spaces inside this paren. (space-in-parens)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) There should be no spaces inside this paren. (space-in-parens)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) There should be no spaces inside this paren. (space-in-parens)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) There should be no spaces inside this paren. (space-in-parens)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#263) There should be no spaces inside this paren. (space-in-parens)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) Identifier 'core_slice' is not in camel case. (camelcase)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) There should be no spaces inside this paren. (space-in-parens)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Identifier 'core_slice' is not in camel case. (camelcase)
(#268) There should be no spaces inside this paren. (space-in-parens)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) There should be no spaces inside this paren. (space-in-parens)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) There should be no spaces inside this paren. (space-in-parens)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) There should be no spaces inside this paren. (space-in-parens)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Identifier 'core_push' is not in camel case. (camelcase)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) There should be no spaces inside this paren. (space-in-parens)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) There should be no spaces inside this paren. (space-in-parens)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#319) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#319) There should be no space after '[' (computed-property-spacing)
(#319) There should be no space before ']' (computed-property-spacing)
(#319) There should be no spaces inside this paren. (space-in-parens)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#322) There should be no space before ']' (computed-property-spacing)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) There should be no space after '[' (computed-property-spacing)
(#323) There should be no space before ']' (computed-property-spacing)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) There should be no spaces inside this paren. (space-in-parens)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) There should be no spaces inside this paren. (space-in-parens)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Blocks are nested too deeply (5). (max-depth)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) There should be no spaces inside this paren. (space-in-parens)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) There should be no space after '[' (computed-property-spacing)
(#341) There should be no space before ']' (computed-property-spacing)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#341) There should be no spaces inside this paren. (space-in-parens)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#345) There should be no space before ']' (computed-property-spacing)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#356) There should be no spaces inside this paren. (space-in-parens)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) There should be no spaces inside this paren. (space-in-parens)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) There should be no spaces inside this paren. (space-in-parens)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#377) There should be no spaces inside this paren. (space-in-parens)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) There should be no spaces inside this paren. (space-in-parens)
(#380) There should be no spaces inside this paren. (space-in-parens)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#385) There should be no spaces inside this paren. (space-in-parens)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) There should be no spaces inside this paren. (space-in-parens)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Expected no return value. (consistent-return)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) There should be no spaces inside this paren. (space-in-parens)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) There should be no space after '[' (array-bracket-spacing)
(#406) There should be no space before ']' (array-bracket-spacing)
(#406) There should be no spaces inside this paren. (space-in-parens)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) There should be no spaces inside this paren. (space-in-parens)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) There should be no spaces inside this paren. (space-in-parens)
(#410) There should be no spaces inside this paren. (space-in-parens)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#417) There should be no spaces inside this paren. (space-in-parens)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) There should be no spaces inside this paren. (space-in-parens)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) There should be no spaces inside this paren. (space-in-parens)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) There should be no spaces inside this paren. (space-in-parens)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#435) There should be no spaces inside this paren. (space-in-parens)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) There should be no space after '[' (computed-property-spacing)
(#436) Identifier 'core_toString' is not in camel case. (camelcase)
(#436) There should be no space before ']' (computed-property-spacing)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) There should be no spaces inside this paren. (space-in-parens)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) There should be no spaces inside this paren. (space-in-parens)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) There should be no spaces inside this paren. (space-in-parens)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Identifier 'core_hasOwn' is not in camel case. (camelcase)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Identifier 'core_hasOwn' is not in camel case. (camelcase)
(#451) There should be no spaces inside this paren. (space-in-parens)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#463) There should be no spaces inside this paren. (space-in-parens)
(#463) Empty block statement. (no-empty)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Identifier 'core_hasOwn' is not in camel case. (camelcase)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#465) There should be no spaces inside this paren. (space-in-parens)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#468) There should be no spaces inside this paren. (space-in-parens)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#469) 'name' is defined but never used (no-unused-vars)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#477) There should be no spaces inside this paren. (space-in-parens)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) There should be no spaces inside this paren. (space-in-parens)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) There should be no spaces inside this paren. (space-in-parens)
(#488) There should be no spaces inside this paren. (space-in-parens)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) There should be no spaces inside this paren. (space-in-parens)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) There should be no space after '[' (array-bracket-spacing)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no spaces inside this paren. (space-in-parens)
(#496) There should be no space before ']' (array-bracket-spacing)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) There should be no space after '[' (array-bracket-spacing)
(#499) There should be no space before ']' (array-bracket-spacing)
(#499) There should be no spaces inside this paren. (space-in-parens)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) There should be no spaces inside this paren. (space-in-parens)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#501) There should be no spaces inside this paren. (space-in-parens)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected to return a value at the end of this function. (consistent-return)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#504) There should be no spaces inside this paren. (space-in-parens)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) There should be no spaces inside this paren. (space-in-parens)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) There should be no spaces inside this paren. (space-in-parens)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#513) There should be no spaces inside this paren. (space-in-parens)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#520) There should be no spaces inside this paren. (space-in-parens)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) There should be no spaces inside this paren. (space-in-parens)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) The Function constructor is eval. (no-new-func)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) There should be no spaces inside this paren. (space-in-parens)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) There should be no spaces inside this paren. (space-in-parens)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#530) There should be no spaces inside this paren. (space-in-parens)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) There should be no spaces inside this paren. (space-in-parens)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) There should be no spaces inside this paren. (space-in-parens)
(#538) There should be no space before ','. (comma-spacing)
(#538) There should be no spaces inside this paren. (space-in-parens)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) 'ActiveXObject' is not defined. (no-undef)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) There should be no spaces inside this paren. (space-in-parens)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) Expected space(s) after "catch". (keyword-spacing)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) There should be no spaces inside this paren. (space-in-parens)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#548) There should be no spaces inside this paren. (space-in-parens)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Unexpected empty function. (no-empty-function)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) There should be no spaces inside this paren. (space-in-parens)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) Identifier 'core_rnotwhite' is not in camel case. (camelcase)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) There should be no spaces inside this paren. (space-in-parens)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) There should be no spaces inside this paren. (space-in-parens)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) unnecessary '.call()'. (no-useless-call)
(#564) There should be no space after '[' (computed-property-spacing)
(#564) ["eval"] is better written in dot notation. (dot-notation)
(#564) There should be no space before ']' (computed-property-spacing)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) There should be no spaces inside this paren. (space-in-parens)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) There should be no spaces inside this paren. (space-in-parens)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#571) There should be no spaces inside this paren. (space-in-parens)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#572) There should be no spaces inside this paren. (space-in-parens)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) There should be no spaces inside this paren. (space-in-parens)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#580) There should be no spaces inside this paren. (space-in-parens)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) There should be no spaces inside this paren. (space-in-parens)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) There should be no spaces inside this paren. (space-in-parens)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) There should be no spaces inside this paren. (space-in-parens)
(#587) There should be no spaces inside this paren. (space-in-parens)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) There should be no spaces inside this paren. (space-in-parens)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no space after '[' (computed-property-spacing)
(#589) There should be no space before ']' (computed-property-spacing)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) There should be no spaces inside this paren. (space-in-parens)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no space after '[' (computed-property-spacing)
(#595) There should be no space before ']' (computed-property-spacing)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) There should be no spaces inside this paren. (space-in-parens)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) There should be no spaces inside this paren. (space-in-parens)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) There should be no spaces inside this paren. (space-in-parens)
(#604) There should be no spaces inside this paren. (space-in-parens)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) There should be no spaces inside this paren. (space-in-parens)
(#605) There should be no spaces inside this paren. (space-in-parens)
(#605) There should be no space after '[' (computed-property-spacing)
(#605) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no space after '[' (computed-property-spacing)
(#611) There should be no space before ']' (computed-property-spacing)
(#611) There should be no space after '[' (computed-property-spacing)
(#611) There should be no space before ']' (computed-property-spacing)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) There should be no spaces inside this paren. (space-in-parens)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Identifier 'core_trim' is not in camel case. (camelcase)
(#622) Identifier 'core_trim' is not in camel case. (camelcase)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#623) There should be no spaces inside this paren. (space-in-parens)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) Identifier 'core_trim' is not in camel case. (camelcase)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) There should be no spaces inside this paren. (space-in-parens)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) There should be no spaces inside this paren. (space-in-parens)
(#637) There should be no spaces inside this paren. (space-in-parens)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#641) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#641) There should be no spaces inside this paren. (space-in-parens)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) There should be no spaces inside this paren. (space-in-parens)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Identifier 'core_push' is not in camel case. (camelcase)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#649) There should be no spaces inside this paren. (space-in-parens)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) There should be no spaces inside this paren. (space-in-parens)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#660) Identifier 'core_indexOf' is not in camel case. (camelcase)
(#660) There should be no spaces inside this paren. (space-in-parens)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Identifier 'core_indexOf' is not in camel case. (camelcase)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) There should be no spaces inside this paren. (space-in-parens)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#665) Do not nest ternary expressions (no-nested-ternary)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) There should be no spaces inside this paren. (space-in-parens)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) There should be no space after '[' (computed-property-spacing)
(#669) There should be no space before ']' (computed-property-spacing)
(#669) There should be no spaces inside this paren. (space-in-parens)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#678) There should be no spaces inside this paren. (space-in-parens)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) There should be no spaces inside this paren. (space-in-parens)
(#683) There should be no spaces inside this paren. (space-in-parens)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) There should be no spaces inside this paren. (space-in-parens)
(#684) There should be no spaces inside this paren. (space-in-parens)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) There should be no space after '[' (computed-property-spacing)
(#685) There should be no space before ']' (computed-property-spacing)
(#685) There should be no space after '[' (computed-property-spacing)
(#685) There should be no space before ']' (computed-property-spacing)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) There should be no spaces inside this paren. (space-in-parens)
(#699) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#708) There should be no spaces inside this paren. (space-in-parens)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) There should be no spaces inside this paren. (space-in-parens)
(#709) There should be no space after '[' (computed-property-spacing)
(#709) There should be no space before ']' (computed-property-spacing)
(#709) There should be no spaces inside this paren. (space-in-parens)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) There should be no spaces inside this paren. (space-in-parens)
(#710) There should be no spaces inside this paren. (space-in-parens)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#711) There should be no space after '[' (computed-property-spacing)
(#711) There should be no space before ']' (computed-property-spacing)
(#711) There should be no spaces inside this paren. (space-in-parens)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#719) There should be no spaces inside this paren. (space-in-parens)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Line 725 exceeds the maximum line length of 132. (max-len)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no space after '[' (computed-property-spacing)
(#725) There should be no space before ']' (computed-property-spacing)
(#725) There should be no space after '[' (computed-property-spacing)
(#725) Infix operators must be spaced. (space-infix-ops)
(#725) There should be no space before ']' (computed-property-spacing)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) There should be no spaces inside this paren. (space-in-parens)
(#725) Unexpected whitespace before semicolon. (semi-spacing)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#729) There should be no spaces inside this paren. (space-in-parens)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#732) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#732) There should be no spaces inside this paren. (space-in-parens)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) There should be no spaces inside this paren. (space-in-parens)
(#739) There should be no spaces inside this paren. (space-in-parens)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) There should be no spaces inside this paren. (space-in-parens)
(#740) There should be no space after '[' (computed-property-spacing)
(#740) There should be no space before ']' (computed-property-spacing)
(#740) There should be no spaces inside this paren. (space-in-parens)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) There should be no spaces inside this paren. (space-in-parens)
(#742) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#742) There should be no spaces inside this paren. (space-in-parens)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) There should be no space after '[' (computed-property-spacing)
(#743) There should be no space before ']' (computed-property-spacing)
(#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 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) There should be no spaces inside this paren. (space-in-parens)
(#749) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#757) There should be no spaces inside this paren. (space-in-parens)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) There should be no spaces inside this paren. (space-in-parens)
(#760) There should be no spaces inside this paren. (space-in-parens)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) There should be no space after '[' (computed-property-spacing)
(#761) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) There should be no spaces inside this paren. (space-in-parens)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#773) Identifier 'core_slice' is not in camel case. (camelcase)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) There should be no spaces inside this paren. (space-in-parens)
(#773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Identifier 'core_slice' is not in camel case. (camelcase)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#788) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#793) There should be no spaces inside this paren. (space-in-parens)
(#793) There should be no spaces inside this paren. (space-in-parens)
(#793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) There should be no spaces inside this paren. (space-in-parens)
(#794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#800) There should be no spaces inside this paren. (space-in-parens)
(#800) There should be no spaces inside this paren. (space-in-parens)
(#800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#804) There should be no spaces inside this paren. (space-in-parens)
(#804) There should be no spaces inside this paren. (space-in-parens)
(#804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#806) There should be no spaces inside this paren. (space-in-parens)
(#806) There should be no spaces inside this paren. (space-in-parens)
(#806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#808) There should be no spaces inside this paren. (space-in-parens)
(#808) There should be no spaces inside this paren. (space-in-parens)
(#808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) There should be no spaces inside this paren. (space-in-parens)
(#809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) There should be no spaces inside this paren. (space-in-parens)
(#814) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#819) There should be no spaces inside this paren. (space-in-parens)
(#819) There should be no spaces inside this paren. (space-in-parens)
(#819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#820) There should be no spaces inside this paren. (space-in-parens)
(#820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) There should be no spaces inside this paren. (space-in-parens)
(#821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#828) Do not nest ternary expressions (no-nested-ternary)
(#828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#832) Do not nest ternary expressions (no-nested-ternary)
(#832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#834) There should be no spaces inside this paren. (space-in-parens)
(#834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#838) There should be no spaces inside this paren. (space-in-parens)
(#838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#842) There should be no spaces inside this paren. (space-in-parens)
(#842) There should be no spaces inside this paren. (space-in-parens)
(#842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#850) There should be no spaces inside this paren. (space-in-parens)
(#850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#852) There should be no spaces inside this paren. (space-in-parens)
(#852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#857) There should be no spaces inside this paren. (space-in-parens)
(#857) There should be no spaces inside this paren. (space-in-parens)
(#857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) There should be no spaces inside this paren. (space-in-parens)
(#860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#865) There should be no spaces inside this paren. (space-in-parens)
(#865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#868) There should be no spaces inside this paren. (space-in-parens)
(#868) There should be no spaces inside this paren. (space-in-parens)
(#868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#875) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#876) Expected space(s) after "catch". (keyword-spacing)
(#876) Empty block statement. (no-empty)
(#876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) There should be no spaces inside this paren. (space-in-parens)
(#878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#879) Expected to return a value at the end of this function. (consistent-return)
(#879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#880) There should be no spaces inside this paren. (space-in-parens)
(#880) There should be no spaces inside this paren. (space-in-parens)
(#880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Expected space(s) after "catch". (keyword-spacing)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#887) There should be no spaces inside this paren. (space-in-parens)
(#887) There should be no spaces inside this paren. (space-in-parens)
(#887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#897) There should be no spaces inside this paren. (space-in-parens)
(#897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#902) There should be no space after '[' (computed-property-spacing)
(#902) There should be no space before ']' (computed-property-spacing)
(#902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#911) Missing JSDoc comment. (require-jsdoc)
(#911) There should be no spaces inside this paren. (space-in-parens)
(#911) There should be no spaces inside this paren. (space-in-parens)
(#911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#912) There should be no space after '[' (computed-property-spacing)
(#912) There should be no space before ']' (computed-property-spacing)
(#912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#913) There should be no spaces inside this paren. (space-in-parens)
(#913) There should be no spaces inside this paren. (space-in-parens)
(#913) There should be no spaces inside this paren. (space-in-parens)
(#913) There should be no spaces inside this paren. (space-in-parens)
(#913) There should be no spaces inside this paren. (space-in-parens)
(#913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#914) There should be no space after '[' (computed-property-spacing)
(#914) There should be no space before ']' (computed-property-spacing)
(#914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#941) There should be no spaces inside this paren. (space-in-parens)
(#941) There should be no spaces inside this paren. (space-in-parens)
(#941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#946) There should be no spaces inside this paren. (space-in-parens)
(#946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) There should be no spaces inside this paren. (space-in-parens)
(#947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#973) There should be no spaces inside this paren. (space-in-parens)
(#973) 'list' is not modified in this loop. (no-unmodified-loop-condition)
(#973) There should be no spaces inside this paren. (space-in-parens)
(#973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#974) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#980) There should be no spaces inside this paren. (space-in-parens)
(#980) There should be no spaces inside this paren. (space-in-parens)
(#980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) There should be no spaces inside this paren. (space-in-parens)
(#981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) There should be no spaces inside this paren. (space-in-parens)
(#982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) There should be no spaces inside this paren. (space-in-parens)
(#983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) There should be no spaces inside this paren. (space-in-parens)
(#985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#996) There should be no spaces inside this paren. (space-in-parens)
(#996) There should be no spaces inside this paren. (space-in-parens)
(#996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#999) There should be no spaces inside this paren. (space-in-parens)
(#999) There should be no spaces inside this paren. (space-in-parens)
(#999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1000) There should be no spaces inside this paren. (space-in-parens)
(#1000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1001) There should be no spaces inside this paren. (space-in-parens)
(#1001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1002) There should be no spaces inside this paren. (space-in-parens)
(#1002) There should be no spaces inside this paren. (space-in-parens)
(#1002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) There should be no spaces inside this paren. (space-in-parens)
(#1003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1004) There should be no spaces inside this paren. (space-in-parens)
(#1004) There should be no spaces inside this paren. (space-in-parens)
(#1004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1006) There should be no spaces inside this paren. (space-in-parens)
(#1006) There should be no spaces inside this paren. (space-in-parens)
(#1006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1008) There should be no spaces inside this paren. (space-in-parens)
(#1008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1011) There should be no spaces inside this paren. (space-in-parens)
(#1011) There should be no spaces inside this paren. (space-in-parens)
(#1011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1014) There should be no spaces inside this paren. (space-in-parens)
(#1014) There should be no spaces inside this paren. (space-in-parens)
(#1014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1018) There should be no spaces inside this paren. (space-in-parens)
(#1018) There should be no spaces inside this paren. (space-in-parens)
(#1018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1020) There should be no spaces inside this paren. (space-in-parens)
(#1020) There should be no spaces inside this paren. (space-in-parens)
(#1020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) There should be no spaces inside this paren. (space-in-parens)
(#1027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) There should be no spaces inside this paren. (space-in-parens)
(#1028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1030) Expected space(s) after "while". (keyword-spacing)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) There should be no spaces inside this paren. (space-in-parens)
(#1030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1031) There should be no spaces inside this paren. (space-in-parens)
(#1031) There should be no spaces inside this paren. (space-in-parens)
(#1031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1034) There should be no spaces inside this paren. (space-in-parens)
(#1034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1037) There should be no spaces inside this paren. (space-in-parens)
(#1037) There should be no spaces inside this paren. (space-in-parens)
(#1037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1047) There should be no spaces inside this paren. (space-in-parens)
(#1047) There should be no spaces inside this paren. (space-in-parens)
(#1047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1077) There should be no spaces inside this paren. (space-in-parens)
(#1077) There should be no spaces inside this paren. (space-in-parens)
(#1077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1079) There should be no space after '[' (array-bracket-spacing)
(#1079) There should be no space before ']' (array-bracket-spacing)
(#1079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1080) There should be no spaces inside this paren. (space-in-parens)
(#1080) There should be no spaces inside this paren. (space-in-parens)
(#1080) There should be no spaces inside this paren. (space-in-parens)
(#1080) There should be no spaces inside this paren. (space-in-parens)
(#1080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1081) There should be no spaces inside this paren. (space-in-parens)
(#1081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1082) There should be no spaces inside this paren. (space-in-parens)
(#1082) There should be no spaces inside this paren. (space-in-parens)
(#1082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1084) There should be no spaces inside this paren. (space-in-parens)
(#1084) There should be no spaces inside this paren. (space-in-parens)
(#1084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1091) There should be no spaces inside this paren. (space-in-parens)
(#1091) There should be no spaces inside this paren. (space-in-parens)
(#1091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1104) There should be no spaces inside this paren. (space-in-parens)
(#1104) There should be no spaces inside this paren. (space-in-parens)
(#1104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1107) There should be no space after '[' (array-bracket-spacing)
(#1107) There should be no space before ']' (array-bracket-spacing)
(#1107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1108) There should be no space after '[' (array-bracket-spacing)
(#1108) There should be no space before ']' (array-bracket-spacing)
(#1108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1109) There should be no space after '[' (array-bracket-spacing)
(#1109) There should be no space before ']' (array-bracket-spacing)
(#1109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1120) There should be no spaces inside this paren. (space-in-parens)
(#1120) There should be no spaces inside this paren. (space-in-parens)
(#1120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1123) There should be no spaces inside this paren. (space-in-parens)
(#1123) There should be no spaces inside this paren. (space-in-parens)
(#1123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1124) There should be no space after '[' (computed-property-spacing)
(#1124) There should be no space before ']' (computed-property-spacing)
(#1124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1125) There should be no space after '[' (computed-property-spacing)
(#1125) There should be no space before ']' (computed-property-spacing)
(#1125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1127) There should be no space after '[' (computed-property-spacing)
(#1127) There should be no space before ']' (computed-property-spacing)
(#1127) There should be no spaces inside this paren. (space-in-parens)
(#1127) There should be no spaces inside this paren. (space-in-parens)
(#1127) There should be no spaces inside this paren. (space-in-parens)
(#1127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1129) There should be no spaces inside this paren. (space-in-parens)
(#1129) There should be no spaces inside this paren. (space-in-parens)
(#1129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1132) There should be no spaces inside this paren. (space-in-parens)
(#1132) There should be no spaces inside this paren. (space-in-parens)
(#1132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1133) There should be no spaces inside this paren. (space-in-parens)
(#1133) There should be no spaces inside this paren. (space-in-parens)
(#1133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1136) There should be no space after '[' (computed-property-spacing)
(#1136) There should be no space before ']' (computed-property-spacing)
(#1136) There should be no spaces inside this paren. (space-in-parens)
(#1136) There should be no space after '[' (array-bracket-spacing)
(#1136) There should be no space before ']' (array-bracket-spacing)
(#1136) There should be no spaces inside this paren. (space-in-parens)
(#1136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1139) There should be no space after '[' (computed-property-spacing)
(#1139) There should be no space before ']' (computed-property-spacing)
(#1139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1148) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1148) There should be no spaces inside this paren. (space-in-parens)
(#1148) There should be no spaces inside this paren. (space-in-parens)
(#1148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1157) There should be no spaces inside this paren. (space-in-parens)
(#1157) There should be no spaces inside this paren. (space-in-parens)
(#1157) There should be no spaces inside this paren. (space-in-parens)
(#1157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1158) There should be no space after '[' (computed-property-spacing)
(#1158) There should be no space before ']' (computed-property-spacing)
(#1158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1165) There should be no spaces inside this paren. (space-in-parens)
(#1165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1171) There should be no space after '[' (computed-property-spacing)
(#1171) Unexpected use of '^'. (no-bitwise)
(#1171) There should be no space before ']' (computed-property-spacing)
(#1171) There should be no space after '[' (computed-property-spacing)
(#1171) There should be no space before ']' (computed-property-spacing)
(#1171) There should be no space after '[' (computed-property-spacing)
(#1171) There should be no space before ']' (computed-property-spacing)
(#1171) There should be no space after '[' (computed-property-spacing)
(#1171) There should be no space before ']' (computed-property-spacing)
(#1171) There should be no spaces inside this paren. (space-in-parens)
(#1171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1175) There should be no space after '[' (computed-property-spacing)
(#1175) There should be no space before ']' (computed-property-spacing)
(#1175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1176) There should be no space after '[' (computed-property-spacing)
(#1176) There should be no space before ']' (computed-property-spacing)
(#1176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1183) There should be no spaces inside this paren. (space-in-parens)
(#1183) There should be no spaces inside this paren. (space-in-parens)
(#1183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1184) There should be no spaces inside this paren. (space-in-parens)
(#1184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) There should be no spaces inside this paren. (space-in-parens)
(#1192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1194) Identifier 'core_slice' is not in camel case. (camelcase)
(#1194) There should be no spaces inside this paren. (space-in-parens)
(#1194) There should be no spaces inside this paren. (space-in-parens)
(#1194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1198) There should be no spaces inside this paren. (space-in-parens)
(#1198) There should be no spaces inside this paren. (space-in-parens)
(#1198) There should be no spaces inside this paren. (space-in-parens)
(#1198) There should be no spaces inside this paren. (space-in-parens)
(#1198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1204) There should be no spaces inside this paren. (space-in-parens)
(#1204) There should be no spaces inside this paren. (space-in-parens)
(#1204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#1206) There should be no space before ']' (computed-property-spacing)
(#1206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1207) There should be no space after '[' (computed-property-spacing)
(#1207) There should be no space before ']' (computed-property-spacing)
(#1207) Identifier 'core_slice' is not in camel case. (camelcase)
(#1207) There should be no spaces inside this paren. (space-in-parens)
(#1207) There should be no spaces inside this paren. (space-in-parens)
(#1207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1208) Expected space(s) after "if". (keyword-spacing)
(#1208) There should be no spaces inside this paren. (space-in-parens)
(#1208) There should be no spaces inside this paren. (space-in-parens)
(#1208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1209) There should be no spaces inside this paren. (space-in-parens)
(#1209) There should be no spaces inside this paren. (space-in-parens)
(#1209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1210) There should be no spaces inside this paren. (space-in-parens)
(#1210) There should be no spaces inside this paren. (space-in-parens)
(#1210) There should be no spaces inside this paren. (space-in-parens)
(#1210) There should be no spaces inside this paren. (space-in-parens)
(#1210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#1221) There should be no spaces inside this paren. (space-in-parens)
(#1221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1222) There should be no spaces inside this paren. (space-in-parens)
(#1222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1224) There should be no space after '[' (computed-property-spacing)
(#1224) There should be no space before ']' (computed-property-spacing)
(#1224) There should be no spaces inside this paren. (space-in-parens)
(#1224) There should be no space after '[' (computed-property-spacing)
(#1224) There should be no space before ']' (computed-property-spacing)
(#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) There should be no space after '[' (computed-property-spacing)
(#1225) There should be no space before ']' (computed-property-spacing)
(#1225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1226) There should be no spaces inside this paren. (space-in-parens)
(#1226) There should be no spaces inside this paren. (space-in-parens)
(#1226) There should be no spaces inside this paren. (space-in-parens)
(#1226) There should be no spaces inside this paren. (space-in-parens)
(#1226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1227) There should be no spaces inside this paren. (space-in-parens)
(#1227) There should be no spaces inside this paren. (space-in-parens)
(#1227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1228) There should be no spaces inside this paren. (space-in-parens)
(#1228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1236) There should be no spaces inside this paren. (space-in-parens)
(#1236) There should be no spaces inside this paren. (space-in-parens)
(#1236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1237) There should be no spaces inside this paren. (space-in-parens)
(#1237) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1259) There should be no spaces inside this paren. (space-in-parens)
(#1259) There should be no spaces inside this paren. (space-in-parens)
(#1259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1264) There should be no space after '[' (computed-property-spacing)
(#1264) There should be no space before ']' (computed-property-spacing)
(#1264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1265) There should be no spaces inside this paren. (space-in-parens)
(#1265) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1271) There should be no spaces inside this paren. (space-in-parens)
(#1271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1272) There should be no space after '[' (computed-property-spacing)
(#1272) There should be no space before ']' (computed-property-spacing)
(#1272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1277) There should be no spaces inside this paren. (space-in-parens)
(#1277) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1289) There should be no spaces inside this paren. (space-in-parens)
(#1289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1293) There should be no spaces inside this paren. (space-in-parens)
(#1293) There should be no spaces inside this paren. (space-in-parens)
(#1293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1298) There should be no spaces inside this paren. (space-in-parens)
(#1298) There should be no spaces inside this paren. (space-in-parens)
(#1298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1307) There should be no spaces inside this paren. (space-in-parens)
(#1307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1321) There should be no spaces inside this paren. (space-in-parens)
(#1321) There should be no spaces inside this paren. (space-in-parens)
(#1321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1324) There should be no spaces inside this paren. (space-in-parens)
(#1324) There should be no spaces inside this paren. (space-in-parens)
(#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) 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 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1341) There should be no spaces inside this paren. (space-in-parens)
(#1341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1352) Expected space(s) after "catch". (keyword-spacing)
(#1352) There should be no spaces inside this paren. (space-in-parens)
(#1352) There should be no spaces inside this paren. (space-in-parens)
(#1352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1356) There should be no spaces inside this paren. (space-in-parens)
(#1356) There should be no spaces inside this paren. (space-in-parens)
(#1356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1357) There should be no spaces inside this paren. (space-in-parens)
(#1357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1362) There should be no spaces inside this paren. (space-in-parens)
(#1362) There should be no spaces inside this paren. (space-in-parens)
(#1362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1363) There should be no spaces inside this paren. (space-in-parens)
(#1363) There should be no spaces inside this paren. (space-in-parens)
(#1363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1370) There should be no spaces inside this paren. (space-in-parens)
(#1370) There should be no spaces inside this paren. (space-in-parens)
(#1370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) There should be no spaces inside this paren. (space-in-parens)
(#1376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1378) There should be no spaces inside this paren. (space-in-parens)
(#1378) There should be no spaces inside this paren. (space-in-parens)
(#1378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1380) There should be no spaces inside this paren. (space-in-parens)
(#1380) There should be no spaces inside this paren. (space-in-parens)
(#1380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1383) There should be no spaces inside this paren. (space-in-parens)
(#1383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1389) There should be no spaces inside this paren. (space-in-parens)
(#1389) There should be no spaces inside this paren. (space-in-parens)
(#1389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1390) There should be no spaces inside this paren. (space-in-parens)
(#1390) There should be no spaces inside this paren. (space-in-parens)
(#1390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1398) There should be no spaces inside this paren. (space-in-parens)
(#1398) There should be no spaces inside this paren. (space-in-parens)
(#1398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1399) There should be no spaces inside this paren. (space-in-parens)
(#1399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#1407) There should be no spaces inside this paren. (space-in-parens)
(#1407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1408) There should be no spaces inside this paren. (space-in-parens)
(#1408) There should be no space after '[' (computed-property-spacing)
(#1408) There should be no space before ']' (computed-property-spacing)
(#1408) There should be no spaces inside this paren. (space-in-parens)
(#1408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1410) There should be no space after '[' (computed-property-spacing)
(#1410) There should be no space before ']' (computed-property-spacing)
(#1410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1420) There should be no spaces inside this paren. (space-in-parens)
(#1420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1427) There should be no spaces inside this paren. (space-in-parens)
(#1427) There should be no spaces inside this paren. (space-in-parens)
(#1427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) There should be no spaces inside this paren. (space-in-parens)
(#1431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1442) There should be no space after '[' (computed-property-spacing)
(#1442) There should be no space before ']' (computed-property-spacing)
(#1442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1443) There should be no spaces inside this paren. (space-in-parens)
(#1443) There should be no space after '[' (computed-property-spacing)
(#1443) There should be no space before ']' (computed-property-spacing)
(#1443) There should be no spaces inside this paren. (space-in-parens)
(#1443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1445) There should be no space after '[' (computed-property-spacing)
(#1445) There should be no space before ']' (computed-property-spacing)
(#1445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1446) There should be no space after '[' (computed-property-spacing)
(#1446) There should be no space before ']' (computed-property-spacing)
(#1446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1450) There should be no spaces inside this paren. (space-in-parens)
(#1450) There should be no space after '[' (computed-property-spacing)
(#1450) There should be no space before ']' (computed-property-spacing)
(#1450) There should be no spaces inside this paren. (space-in-parens)
(#1450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1454) Line 1454 exceeds the maximum line length of 132. (max-len)
(#1454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1455) There should be no spaces inside this paren. (space-in-parens)
(#1455) There should be no spaces inside this paren. (space-in-parens)
(#1455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1456) There should be no spaces inside this paren. (space-in-parens)
(#1456) There should be no spaces inside this paren. (space-in-parens)
(#1456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1460) There should be no spaces inside this paren. (space-in-parens)
(#1460) There should be no spaces inside this paren. (space-in-parens)
(#1460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1461) There should be no spaces inside this paren. (space-in-parens)
(#1461) There should be no spaces inside this paren. (space-in-parens)
(#1461) There should be no spaces inside this paren. (space-in-parens)
(#1461) There should be no spaces inside this paren. (space-in-parens)
(#1461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1462) There should be no spaces inside this paren. (space-in-parens)
(#1462) There should be no spaces inside this paren. (space-in-parens)
(#1462) There should be no spaces inside this paren. (space-in-parens)
(#1462) There should be no space after '{' (object-curly-spacing)
(#1462) There should be no space before '}' (object-curly-spacing)
(#1462) There should be no spaces inside this paren. (space-in-parens)
(#1462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) There should be no spaces inside this paren. (space-in-parens)
(#1475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1478) There should be no spaces inside this paren. (space-in-parens)
(#1478) There should be no spaces inside this paren. (space-in-parens)
(#1478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1485) There should be no spaces inside this paren. (space-in-parens)
(#1485) There should be no spaces inside this paren. (space-in-parens)
(#1485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1493) There should be no spaces inside this paren. (space-in-parens)
(#1493) There should be no spaces inside this paren. (space-in-parens)
(#1493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1499) There should be no spaces inside this paren. (space-in-parens)
(#1499) There should be no spaces inside this paren. (space-in-parens)
(#1499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1504) There should be no spaces inside this paren. (space-in-parens)
(#1504) There should be no spaces inside this paren. (space-in-parens)
(#1504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1533) There should be no spaces inside this paren. (space-in-parens)
(#1533) There should be no spaces inside this paren. (space-in-parens)
(#1533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1534) There should be no space after '[' (computed-property-spacing)
(#1534) There should be no space before ']' (computed-property-spacing)
(#1534) There should be no space after '[' (computed-property-spacing)
(#1534) There should be no space before ']' (computed-property-spacing)
(#1534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1538) There should be no spaces inside this paren. (space-in-parens)
(#1538) There should be no spaces inside this paren. (space-in-parens)
(#1538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) There should be no spaces inside this paren. (space-in-parens)
(#1539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1557) There should be no space after '[' (computed-property-spacing)
(#1557) There should be no space before ']' (computed-property-spacing)
(#1557) There should be no space after '[' (computed-property-spacing)
(#1557) There should be no space before ']' (computed-property-spacing)
(#1557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1568) There should be no spaces inside this paren. (space-in-parens)
(#1568) There should be no spaces inside this paren. (space-in-parens)
(#1568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1569) There should be no space after '[' (computed-property-spacing)
(#1569) There should be no space before ']' (computed-property-spacing)
(#1569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1575) There should be no space after '[' (computed-property-spacing)
(#1575) There should be no space before ']' (computed-property-spacing)
(#1575) There should be no spaces inside this paren. (space-in-parens)
(#1575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1576) There should be no space after '[' (computed-property-spacing)
(#1576) There should be no space before ']' (computed-property-spacing)
(#1576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1580) There should be no spaces inside this paren. (space-in-parens)
(#1580) There should be no spaces inside this paren. (space-in-parens)
(#1580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1581) There should be no space after '[' (computed-property-spacing)
(#1581) There should be no space before ']' (computed-property-spacing)
(#1581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1587) There should be no spaces inside this paren. (space-in-parens)
(#1587) There should be no spaces inside this paren. (space-in-parens)
(#1587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1588) There should be no spaces inside this paren. (space-in-parens)
(#1588) There should be no spaces inside this paren. (space-in-parens)
(#1588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1589) There should be no space after '[' (computed-property-spacing)
(#1589) There should be no space before ']' (computed-property-spacing)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) There should be no space after '[' (computed-property-spacing)
(#1589) There should be no space before ']' (computed-property-spacing)
(#1589) There should be no spaces inside this paren. (space-in-parens)
(#1589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1591) There should be no space after '[' (computed-property-spacing)
(#1591) There should be no space before ']' (computed-property-spacing)
(#1591) There should be no spaces inside this paren. (space-in-parens)
(#1591) There should be no space after '[' (computed-property-spacing)
(#1591) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1595) There should be no space after '[' (computed-property-spacing)
(#1595) There should be no space before ']' (computed-property-spacing)
(#1595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1600) There should be no spaces inside this paren. (space-in-parens)
(#1600) There should be no spaces inside this paren. (space-in-parens)
(#1600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1608) There should be no spaces inside this paren. (space-in-parens)
(#1608) There should be no spaces inside this paren. (space-in-parens)
(#1608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1609) There should be no space after '[' (computed-property-spacing)
(#1609) There should be no spaces inside this paren. (space-in-parens)
(#1609) There should be no spaces inside this paren. (space-in-parens)
(#1609) There should be no space before ']' (computed-property-spacing)
(#1609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1614) There should be no spaces inside this paren. (space-in-parens)
(#1614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1617) There should be no space after '[' (computed-property-spacing)
(#1617) There should be no space before ']' (computed-property-spacing)
(#1617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1620) There should be no spaces inside this paren. (space-in-parens)
(#1620) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1620) There should be no spaces inside this paren. (space-in-parens)
(#1620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1623) There should be no space after '[' (computed-property-spacing)
(#1623) There should be no spaces inside this paren. (space-in-parens)
(#1623) There should be no spaces inside this paren. (space-in-parens)
(#1623) There should be no space before ']' (computed-property-spacing)
(#1623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1629) Expected no return value. (consistent-return)
(#1629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) There should be no spaces inside this paren. (space-in-parens)
(#1633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1643) There should be no space after '[' (computed-property-spacing)
(#1643) There should be no space before ']' (computed-property-spacing)
(#1643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1647) There should be no space after '[' (computed-property-spacing)
(#1647) There should be no space before ']' (computed-property-spacing)
(#1647) There should be no spaces inside this paren. (space-in-parens)
(#1647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1651) There should be no spaces inside this paren. (space-in-parens)
(#1651) There should be no spaces inside this paren. (space-in-parens)
(#1651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1653) There should be no space after '[' (computed-property-spacing)
(#1653) There should be no space before ']' (computed-property-spacing)
(#1653) There should be no space after '[' (computed-property-spacing)
(#1653) There should be no space before ']' (computed-property-spacing)
(#1653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1658) There should be no spaces inside this paren. (space-in-parens)
(#1658) There should be no spaces inside this paren. (space-in-parens)
(#1658) There should be no spaces inside this paren. (space-in-parens)
(#1658) There should be no spaces inside this paren. (space-in-parens)
(#1658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1661) There should be no spaces inside this paren. (space-in-parens)
(#1661) There should be no spaces inside this paren. (space-in-parens)
(#1661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1662) There should be no space after '[' (array-bracket-spacing)
(#1662) There should be no space before ']' (array-bracket-spacing)
(#1662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1666) There should be no spaces inside this paren. (space-in-parens)
(#1666) There should be no spaces inside this paren. (space-in-parens)
(#1666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1667) Blocks are nested too deeply (5). (max-depth)
(#1667) There should be no spaces inside this paren. (space-in-parens)
(#1667) There should be no spaces inside this paren. (space-in-parens)
(#1667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1668) There should be no space after '[' (array-bracket-spacing)
(#1668) There should be no space before ']' (array-bracket-spacing)
(#1668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1675) There should be no spaces inside this paren. (space-in-parens)
(#1675) There should be no spaces inside this paren. (space-in-parens)
(#1675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1676) There should be no space after '[' (computed-property-spacing)
(#1676) There should be no space before ']' (computed-property-spacing)
(#1676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1681) There should be no spaces inside this paren. (space-in-parens)
(#1681) There should be no spaces inside this paren. (space-in-parens)
(#1681) There should be no spaces inside this paren. (space-in-parens)
(#1681) There should be no spaces inside this paren. (space-in-parens)
(#1681) There should be no spaces inside this paren. (space-in-parens)
(#1681) There should be no spaces inside this paren. (space-in-parens)
(#1681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1688) There should be no spaces inside this paren. (space-in-parens)
(#1688) There should be no spaces inside this paren. (space-in-parens)
(#1688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1689) There should be no space after '[' (computed-property-spacing)
(#1689) There should be no space before ']' (computed-property-spacing)
(#1689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no space after '[' (computed-property-spacing)
(#1693) There should be no space before ']' (computed-property-spacing)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1693) There should be no spaces inside this paren. (space-in-parens)
(#1693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1699) There should be no spaces inside this paren. (space-in-parens)
(#1699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1700) There should be no spaces inside this paren. (space-in-parens)
(#1700) There should be no space after '[' (array-bracket-spacing)
(#1700) There should be no space before ']' (array-bracket-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1704) There should be no space after '[' (computed-property-spacing)
(#1704) There should be no space before ']' (computed-property-spacing)
(#1704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1708) There should be no space after '[' (computed-property-spacing)
(#1708) There should be no space before ']' (computed-property-spacing)
(#1708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) There should be no spaces inside this paren. (space-in-parens)
(#1713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1714) There should be no spaces inside this paren. (space-in-parens)
(#1714) There should be no spaces inside this paren. (space-in-parens)
(#1714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1718) There should be no spaces inside this paren. (space-in-parens)
(#1718) There should be no spaces inside this paren. (space-in-parens)
(#1718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1719) There should be no space after '[' (computed-property-spacing)
(#1719) There should be no space before ']' (computed-property-spacing)
(#1719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1734) There should be no spaces inside this paren. (space-in-parens)
(#1734) There should be no spaces inside this paren. (space-in-parens)
(#1734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1735) There should be no spaces inside this paren. (space-in-parens)
(#1735) There should be no spaces inside this paren. (space-in-parens)
(#1735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) There should be no spaces inside this paren. (space-in-parens)
(#1736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1738) There should be no spaces inside this paren. (space-in-parens)
(#1738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1740) There should be no spaces inside this paren. (space-in-parens)
(#1740) There should be no spaces inside this paren. (space-in-parens)
(#1740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1743) Blocks are nested too deeply (5). (max-depth)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) There should be no spaces inside this paren. (space-in-parens)
(#1743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1746) There should be no spaces inside this paren. (space-in-parens)
(#1746) There should be no space after '[' (computed-property-spacing)
(#1746) There should be no space before ']' (computed-property-spacing)
(#1746) There should be no spaces inside this paren. (space-in-parens)
(#1746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1749) There should be no spaces inside this paren. (space-in-parens)
(#1749) There should be no spaces inside this paren. (space-in-parens)
(#1749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1757) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1759) There should be no spaces inside this paren. (space-in-parens)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1767) There should be no spaces inside this paren. (space-in-parens)
(#1767) Expected to return a value at the end of this function. (consistent-return)
(#1767) There should be no spaces inside this paren. (space-in-parens)
(#1767) There should be no spaces inside this paren. (space-in-parens)
(#1767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) There should be no spaces inside this paren. (space-in-parens)
(#1769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1770) There should be no space after '[' (array-bracket-spacing)
(#1770) There should be no space before ']' (array-bracket-spacing)
(#1770) There should be no spaces inside this paren. (space-in-parens)
(#1770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) There should be no spaces inside this paren. (space-in-parens)
(#1773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1774) There should be no spaces inside this paren. (space-in-parens)
(#1774) There should be no spaces inside this paren. (space-in-parens)
(#1774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1775) There should be no spaces inside this paren. (space-in-parens)
(#1775) There should be no spaces inside this paren. (space-in-parens)
(#1775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1779) There should be no spaces inside this paren. (space-in-parens)
(#1779) There should be no spaces inside this paren. (space-in-parens)
(#1779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) There should be no spaces inside this paren. (space-in-parens)
(#1787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1788) There should be no spaces inside this paren. (space-in-parens)
(#1788) There should be no spaces inside this paren. (space-in-parens)
(#1788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1789) There should be no spaces inside this paren. (space-in-parens)
(#1789) There should be no spaces inside this paren. (space-in-parens)
(#1789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1791) There should be no spaces inside this paren. (space-in-parens)
(#1791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1801) Missing JSDoc comment. (require-jsdoc)
(#1801) There should be no spaces inside this paren. (space-in-parens)
(#1801) There should be no spaces inside this paren. (space-in-parens)
(#1801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1808) There should be no spaces inside this paren. (space-in-parens)
(#1808) There should be no spaces inside this paren. (space-in-parens)
(#1808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1810) There should be no spaces inside this paren. (space-in-parens)
(#1810) There should be no spaces inside this paren. (space-in-parens)
(#1810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1812) Do not nest ternary expressions (no-nested-ternary)
(#1812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1813) Do not nest ternary expressions (no-nested-ternary)
(#1813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1814) Do not nest ternary expressions (no-nested-ternary)
(#1814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1816) Do not nest ternary expressions (no-nested-ternary)
(#1816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1817) There should be no spaces inside this paren. (space-in-parens)
(#1817) There should be no spaces inside this paren. (space-in-parens)
(#1817) There should be no spaces inside this paren. (space-in-parens)
(#1817) There should be no spaces inside this paren. (space-in-parens)
(#1817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1819) Expected space(s) after "catch". (keyword-spacing)
(#1819) There should be no spaces inside this paren. (space-in-parens)
(#1819) There should be no spaces inside this paren. (space-in-parens)
(#1819) Empty block statement. (no-empty)
(#1819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1835) There should be no spaces inside this paren. (space-in-parens)
(#1835) There should be no spaces inside this paren. (space-in-parens)
(#1835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) There should be no spaces inside this paren. (space-in-parens)
(#1838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1841) There should be no spaces inside this paren. (space-in-parens)
(#1841) There should be no spaces inside this paren. (space-in-parens)
(#1841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1849) Expected to return a value at the end of this function. (consistent-return)
(#1849) There should be no spaces inside this paren. (space-in-parens)
(#1849) There should be no spaces inside this paren. (space-in-parens)
(#1849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1853) There should be no spaces inside this paren. (space-in-parens)
(#1853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1854) There should be no spaces inside this paren. (space-in-parens)
(#1854) There should be no spaces inside this paren. (space-in-parens)
(#1854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1857) There should be no spaces inside this paren. (space-in-parens)
(#1857) There should be no spaces inside this paren. (space-in-parens)
(#1857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1858) There should be no spaces inside this paren. (space-in-parens)
(#1858) There should be no spaces inside this paren. (space-in-parens)
(#1858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1859) There should be no spaces inside this paren. (space-in-parens)
(#1859) There should be no spaces inside this paren. (space-in-parens)
(#1859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1861) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1871) There should be no spaces inside this paren. (space-in-parens)
(#1871) There should be no spaces inside this paren. (space-in-parens)
(#1871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1874) There should be no spaces inside this paren. (space-in-parens)
(#1874) There should be no spaces inside this paren. (space-in-parens)
(#1874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1876) There should be no spaces inside this paren. (space-in-parens)
(#1876) There should be no spaces inside this paren. (space-in-parens)
(#1876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1885) There should be no spaces inside this paren. (space-in-parens)
(#1885) There should be no spaces inside this paren. (space-in-parens)
(#1885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1889) There should be no spaces inside this paren. (space-in-parens)
(#1889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) There should be no spaces inside this paren. (space-in-parens)
(#1895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1906) There should be no spaces inside this paren. (space-in-parens)
(#1906) There should be no spaces inside this paren. (space-in-parens)
(#1906) There should be no spaces inside this paren. (space-in-parens)
(#1906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1908) There should be no spaces inside this paren. (space-in-parens)
(#1908) There should be no spaces inside this paren. (space-in-parens)
(#1908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1909) There should be no spaces inside this paren. (space-in-parens)
(#1909) There should be no spaces inside this paren. (space-in-parens)
(#1909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1916) There should be no spaces inside this paren. (space-in-parens)
(#1916) There should be no spaces inside this paren. (space-in-parens)
(#1916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1926) There should be no spaces inside this paren. (space-in-parens)
(#1926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1932) There should be no spaces inside this paren. (space-in-parens)
(#1932) There should be no spaces inside this paren. (space-in-parens)
(#1932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1935) There should be no spaces inside this paren. (space-in-parens)
(#1935) There should be no spaces inside this paren. (space-in-parens)
(#1935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1937) There should be no spaces inside this paren. (space-in-parens)
(#1937) There should be no spaces inside this paren. (space-in-parens)
(#1937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1938) There should be no spaces inside this paren. (space-in-parens)
(#1938) There should be no spaces inside this paren. (space-in-parens)
(#1938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1942) There should be no spaces inside this paren. (space-in-parens)
(#1942) There should be no spaces inside this paren. (space-in-parens)
(#1942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1949) There should be no spaces inside this paren. (space-in-parens)
(#1949) There should be no spaces inside this paren. (space-in-parens)
(#1949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1950) There should be no space after '[' (computed-property-spacing)
(#1950) There should be no space before ']' (computed-property-spacing)
(#1950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1956) There should be no spaces inside this paren. (space-in-parens)
(#1956) There should be no spaces inside this paren. (space-in-parens)
(#1956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1960) There should be no spaces inside this paren. (space-in-parens)
(#1960) There should be no spaces inside this paren. (space-in-parens)
(#1960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1961) There should be no spaces inside this paren. (space-in-parens)
(#1961) There should be no spaces inside this paren. (space-in-parens)
(#1961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1965) There should be no spaces inside this paren. (space-in-parens)
(#1965) There should be no spaces inside this paren. (space-in-parens)
(#1965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) There should be no spaces inside this paren. (space-in-parens)
(#1972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1973) There should be no spaces inside this paren. (space-in-parens)
(#1973) There should be no space after '[' (array-bracket-spacing)
(#1973) There should be no space before ']' (array-bracket-spacing)
(#1973) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#1977) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1983) Expected space(s) after "while". (keyword-spacing)
(#1983) There should be no spaces inside this paren. (space-in-parens)
(#1983) There should be no spaces inside this paren. (space-in-parens)
(#1983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1984) There should be no spaces inside this paren. (space-in-parens)
(#1984) There should be no space after '[' (computed-property-spacing)
(#1984) There should be no space before ']' (computed-property-spacing)
(#1984) There should be no spaces inside this paren. (space-in-parens)
(#1984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1985) There should be no spaces inside this paren. (space-in-parens)
(#1985) There should be no spaces inside this paren. (space-in-parens)
(#1985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1987) There should be no spaces inside this paren. (space-in-parens)
(#1987) There should be no spaces inside this paren. (space-in-parens)
(#1987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1991) There should be no spaces inside this paren. (space-in-parens)
(#1991) There should be no spaces inside this paren. (space-in-parens)
(#1991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2000) Line 2000 exceeds the maximum line length of 132. (max-len)
(#2000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2004) There should be no spaces inside this paren. (space-in-parens)
(#2004) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2008) There should be no spaces inside this paren. (space-in-parens)
(#2008) There should be no spaces inside this paren. (space-in-parens)
(#2008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2010) There should be no spaces inside this paren. (space-in-parens)
(#2010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2014) There should be no spaces inside this paren. (space-in-parens)
(#2014) There should be no spaces inside this paren. (space-in-parens)
(#2014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2015) There should be no spaces inside this paren. (space-in-parens)
(#2015) There should be no spaces inside this paren. (space-in-parens)
(#2015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2018) There should be no spaces inside this paren. (space-in-parens)
(#2018) There should be no spaces inside this paren. (space-in-parens)
(#2018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2019) There should be no space after '[' (computed-property-spacing)
(#2019) There should be no space before ']' (computed-property-spacing)
(#2019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2023) There should be no space after '[' (computed-property-spacing)
(#2023) There should be no space before ']' (computed-property-spacing)
(#2023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2024) There should be no space after '[' (computed-property-spacing)
(#2024) There should be no space before ']' (computed-property-spacing)
(#2024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2025) Expected space(s) after "catch". (keyword-spacing)
(#2025) There should be no spaces inside this paren. (space-in-parens)
(#2025) There should be no spaces inside this paren. (space-in-parens)
(#2025) Empty block statement. (no-empty)
(#2025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2033) There should be no spaces inside this paren. (space-in-parens)
(#2033) There should be no spaces inside this paren. (space-in-parens)
(#2033) There should be no spaces inside this paren. (space-in-parens)
(#2033) There should be no spaces inside this paren. (space-in-parens)
(#2033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2034) There should be no spaces inside this paren. (space-in-parens)
(#2034) There should be no spaces inside this paren. (space-in-parens)
(#2034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2035) There should be no spaces inside this paren. (space-in-parens)
(#2035) There should be no spaces inside this paren. (space-in-parens)
(#2035) There should be no spaces inside this paren. (space-in-parens)
(#2035) There should be no spaces inside this paren. (space-in-parens)
(#2035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2039) There should be no spaces inside this paren. (space-in-parens)
(#2039) There should be no spaces inside this paren. (space-in-parens)
(#2039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2042) There should be no spaces inside this paren. (space-in-parens)
(#2042) There should be no spaces inside this paren. (space-in-parens)
(#2042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2043) There should be no space after '[' (computed-property-spacing)
(#2043) There should be no space before ']' (computed-property-spacing)
(#2043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2045) There should be no spaces inside this paren. (space-in-parens)
(#2045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2052) Blocks are nested too deeply (5). (max-depth)
(#2052) There should be no spaces inside this paren. (space-in-parens)
(#2052) There should be no spaces inside this paren. (space-in-parens)
(#2052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2053) Blocks are nested too deeply (6). (max-depth)
(#2053) There should be no spaces inside this paren. (space-in-parens)
(#2053) There should be no spaces inside this paren. (space-in-parens)
(#2053) There should be no space after '[' (computed-property-spacing)
(#2053) There should be no space before ']' (computed-property-spacing)
(#2053) There should be no spaces inside this paren. (space-in-parens)
(#2053) There should be no spaces inside this paren. (space-in-parens)
(#2053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2054) There should be no space after '[' (computed-property-spacing)
(#2054) There should be no space before ']' (computed-property-spacing)
(#2054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2057) There should be no spaces inside this paren. (space-in-parens)
(#2057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2066) There should be no spaces inside this paren. (space-in-parens)
(#2066) There should be no spaces inside this paren. (space-in-parens)
(#2066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#2070) There should be no spaces inside this paren. (space-in-parens)
(#2070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) There should be no spaces inside this paren. (space-in-parens)
(#2071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2074) There should be no spaces inside this paren. (space-in-parens)
(#2074) There should be no spaces inside this paren. (space-in-parens)
(#2074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2075) There should be no spaces inside this paren. (space-in-parens)
(#2075) There should be no spaces inside this paren. (space-in-parens)
(#2075) There should be no spaces inside this paren. (space-in-parens)
(#2075) There should be no spaces inside this paren. (space-in-parens)
(#2075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2077) There should be no spaces inside this paren. (space-in-parens)
(#2077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2078) There should be no space after '[' (computed-property-spacing)
(#2078) There should be no space before ']' (computed-property-spacing)
(#2078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2079) There should be no spaces inside this paren. (space-in-parens)
(#2079) There should be no spaces inside this paren. (space-in-parens)
(#2079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2081) There should be no spaces inside this paren. (space-in-parens)
(#2081) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2086) Blocks are nested too deeply (5). (max-depth)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2086) There should be no space after '[' (computed-property-spacing)
(#2086) There should be no space before ']' (computed-property-spacing)
(#2086) There should be no spaces inside this paren. (space-in-parens)
(#2086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) There should be no space after '[' (computed-property-spacing)
(#2087) There should be no space before ']' (computed-property-spacing)
(#2087) There should be no space before ','. (comma-spacing)
(#2087) There should be no spaces inside this paren. (space-in-parens)
(#2087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2090) There should be no spaces inside this paren. (space-in-parens)
(#2090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2098) There should be no spaces inside this paren. (space-in-parens)
(#2098) There should be no spaces inside this paren. (space-in-parens)
(#2098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2102) There should be no spaces inside this paren. (space-in-parens)
(#2102) There should be no spaces inside this paren. (space-in-parens)
(#2102) There should be no spaces inside this paren. (space-in-parens)
(#2102) There should be no spaces inside this paren. (space-in-parens)
(#2102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2104) There should be no spaces inside this paren. (space-in-parens)
(#2104) There should be no spaces inside this paren. (space-in-parens)
(#2104) There should be no spaces inside this paren. (space-in-parens)
(#2104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2109) There should be no spaces inside this paren. (space-in-parens)
(#2109) There should be no spaces inside this paren. (space-in-parens)
(#2109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2113) There should be no spaces inside this paren. (space-in-parens)
(#2113) There should be no spaces inside this paren. (space-in-parens)
(#2113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2115) There should be no spaces inside this paren. (space-in-parens)
(#2115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2117) There should be no spaces inside this paren. (space-in-parens)
(#2117) There should be no space after '[' (computed-property-spacing)
(#2117) There should be no space before ']' (computed-property-spacing)
(#2117) There should be no spaces inside this paren. (space-in-parens)
(#2117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2119) There should be no spaces inside this paren. (space-in-parens)
(#2119) There should be no spaces inside this paren. (space-in-parens)
(#2119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2120) There should be no space after '[' (computed-property-spacing)
(#2120) There should be no space before ']' (computed-property-spacing)
(#2120) There should be no spaces inside this paren. (space-in-parens)
(#2120) There should be no spaces inside this paren. (space-in-parens)
(#2120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2124) There should be no spaces inside this paren. (space-in-parens)
(#2124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2126) There should be no spaces inside this paren. (space-in-parens)
(#2126) There should be no spaces inside this paren. (space-in-parens)
(#2126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2130) There should be no spaces inside this paren. (space-in-parens)
(#2130) There should be no spaces inside this paren. (space-in-parens)
(#2130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2135) There should be no spaces inside this paren. (space-in-parens)
(#2135) There should be no spaces inside this paren. (space-in-parens)
(#2135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2139) There should be no spaces inside this paren. (space-in-parens)
(#2139) There should be no spaces inside this paren. (space-in-parens)
(#2139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) There should be no spaces inside this paren. (space-in-parens)
(#2140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2148) There should be no spaces inside this paren. (space-in-parens)
(#2148) There should be no spaces inside this paren. (space-in-parens)
(#2148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2152) There should be no spaces inside this paren. (space-in-parens)
(#2152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2153) There should be no spaces inside this paren. (space-in-parens)
(#2153) There should be no spaces inside this paren. (space-in-parens)
(#2153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2154) There should be no space after '[' (computed-property-spacing)
(#2154) There should be no space before ']' (computed-property-spacing)
(#2154) There should be no space after '[' (computed-property-spacing)
(#2154) There should be no space before ']' (computed-property-spacing)
(#2154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2162) Do not nest ternary expressions (no-nested-ternary)
(#2162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2166) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2169) Expected a return value. (consistent-return)
(#2169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2172) There should be no spaces inside this paren. (space-in-parens)
(#2172) There should be no spaces inside this paren. (space-in-parens)
(#2172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2174) There should be no spaces inside this paren. (space-in-parens)
(#2174) There should be no spaces inside this paren. (space-in-parens)
(#2174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2183) There should be no spaces inside this paren. (space-in-parens)
(#2183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2189) There should be no spaces inside this paren. (space-in-parens)
(#2189) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2191) There should be no spaces inside this paren. (space-in-parens)
(#2191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2193) There should be no spaces inside this paren. (space-in-parens)
(#2193) There should be no spaces inside this paren. (space-in-parens)
(#2193) There should be no spaces inside this paren. (space-in-parens)
(#2193) There should be no spaces inside this paren. (space-in-parens)
(#2193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2194) Unexpected space before function parentheses. (space-before-function-paren)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) There should be no spaces inside this paren. (space-in-parens)
(#2194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2195) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2199) There should be no space after '[' (computed-property-spacing)
(#2199) There should be no space before ']' (computed-property-spacing)
(#2199) There should be no space after '[' (computed-property-spacing)
(#2199) There should be no space before ']' (computed-property-spacing)
(#2199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) There should be no spaces inside this paren. (space-in-parens)
(#2202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2212) There should be no spaces inside this paren. (space-in-parens)
(#2212) There should be no spaces inside this paren. (space-in-parens)
(#2212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2220) There should be no spaces inside this paren. (space-in-parens)
(#2220) There should be no spaces inside this paren. (space-in-parens)
(#2220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2227) Do not nest ternary expressions (no-nested-ternary)
(#2227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2232) There should be no spaces inside this paren. (space-in-parens)
(#2232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2233) There should be no space after '[' (computed-property-spacing)
(#2233) There should be no space before ']' (computed-property-spacing)
(#2233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2236) There should be no spaces inside this paren. (space-in-parens)
(#2236) There should be no spaces inside this paren. (space-in-parens)
(#2236) There should be no spaces inside this paren. (space-in-parens)
(#2236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2238) There should be no spaces inside this paren. (space-in-parens)
(#2238) There should be no spaces inside this paren. (space-in-parens)
(#2238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) There should be no spaces inside this paren. (space-in-parens)
(#2239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2242) There should be no spaces inside this paren. (space-in-parens)
(#2242) There should be no spaces inside this paren. (space-in-parens)
(#2242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2250) There should be no spaces inside this paren. (space-in-parens)
(#2250) There should be no spaces inside this paren. (space-in-parens)
(#2250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2258) There should be no spaces inside this paren. (space-in-parens)
(#2258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2261) There should be no spaces inside this paren. (space-in-parens)
(#2261) There should be no spaces inside this paren. (space-in-parens)
(#2261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2264) There should be no spaces inside this paren. (space-in-parens)
(#2264) There should be no spaces inside this paren. (space-in-parens)
(#2264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2275) There should be no spaces inside this paren. (space-in-parens)
(#2275) There should be no spaces inside this paren. (space-in-parens)
(#2275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2280) There should be no spaces inside this paren. (space-in-parens)
(#2280) There should be no spaces inside this paren. (space-in-parens)
(#2280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2284) There should be no spaces inside this paren. (space-in-parens)
(#2284) There should be no spaces inside this paren. (space-in-parens)
(#2284) There should be no space after '[' (computed-property-spacing)
(#2284) There should be no space before ']' (computed-property-spacing)
(#2284) There should be no spaces inside this paren. (space-in-parens)
(#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 no return value. (consistent-return)
(#2285) There should be no spaces inside this paren. (space-in-parens)
(#2285) There should be no spaces inside this paren. (space-in-parens)
(#2285) There should be no space after '[' (computed-property-spacing)
(#2285) There should be no space before ']' (computed-property-spacing)
(#2285) There should be no spaces inside this paren. (space-in-parens)
(#2285) There should be no spaces inside this paren. (space-in-parens)
(#2285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2289) There should be no spaces inside this paren. (space-in-parens)
(#2289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2290) Expected no return value. (consistent-return)
(#2290) There should be no spaces inside this paren. (space-in-parens)
(#2290) There should be no spaces inside this paren. (space-in-parens)
(#2290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2293) There should be no spaces inside this paren. (space-in-parens)
(#2293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2297) There should be no spaces inside this paren. (space-in-parens)
(#2297) There should be no spaces inside this paren. (space-in-parens)
(#2297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2299) There should be no space after '[' (computed-property-spacing)
(#2299) There should be no space before ']' (computed-property-spacing)
(#2299) There should be no spaces inside this paren. (space-in-parens)
(#2299) There should be no spaces inside this paren. (space-in-parens)
(#2299) There should be no spaces inside this paren. (space-in-parens)
(#2299) There should be no spaces inside this paren. (space-in-parens)
(#2299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2304) There should be no spaces inside this paren. (space-in-parens)
(#2304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) There should be no spaces inside this paren. (space-in-parens)
(#2308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2309) Expected no return value. (consistent-return)
(#2309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2312) There should be no spaces inside this paren. (space-in-parens)
(#2312) There should be no spaces inside this paren. (space-in-parens)
(#2312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2313) Expected no return value. (consistent-return)
(#2313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) There should be no spaces inside this paren. (space-in-parens)
(#2316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2317) Expected no return value. (consistent-return)
(#2317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2321) There should be no spaces inside this paren. (space-in-parens)
(#2321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2324) Expected no return value. (consistent-return)
(#2324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2330) There should be no spaces inside this paren. (space-in-parens)
(#2330) There should be no spaces inside this paren. (space-in-parens)
(#2330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2334) There should be no spaces inside this paren. (space-in-parens)
(#2334) There should be no spaces inside this paren. (space-in-parens)
(#2334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no space after '[' (computed-property-spacing)
(#2339) There should be no space before ']' (computed-property-spacing)
(#2339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#2342) There should be no space before ']' (computed-property-spacing)
(#2342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2343) There should be no spaces inside this paren. (space-in-parens)
(#2343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2347) There should be no spaces inside this paren. (space-in-parens)
(#2347) There should be no spaces inside this paren. (space-in-parens)
(#2347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2350) There should be no spaces inside this paren. (space-in-parens)
(#2350) There should be no spaces inside this paren. (space-in-parens)
(#2350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2353) There should be no spaces inside this paren. (space-in-parens)
(#2353) There should be no spaces inside this paren. (space-in-parens)
(#2353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2354) There should be no space after '[' (computed-property-spacing)
(#2354) There should be no space before ']' (computed-property-spacing)
(#2354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2363) Expected to return a value at the end of this function. (consistent-return)
(#2363) There should be no spaces inside this paren. (space-in-parens)
(#2363) There should be no spaces inside this paren. (space-in-parens)
(#2363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2365) There should be no spaces inside this paren. (space-in-parens)
(#2365) There should be no spaces inside this paren. (space-in-parens)
(#2365) There should be no spaces inside this paren. (space-in-parens)
(#2365) There should be no spaces inside this paren. (space-in-parens)
(#2365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2366) There should be no spaces inside this paren. (space-in-parens)
(#2366) There should be no spaces inside this paren. (space-in-parens)
(#2366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2367) There should be no spaces inside this paren. (space-in-parens)
(#2367) There should be no spaces inside this paren. (space-in-parens)
(#2367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2372) There should be no spaces inside this paren. (space-in-parens)
(#2372) There should be no spaces inside this paren. (space-in-parens)
(#2372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#2385) There should be no spaces inside this paren. (space-in-parens)
(#2385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2391) Expected to return a value at the end of this function. (consistent-return)
(#2391) There should be no spaces inside this paren. (space-in-parens)
(#2391) There should be no spaces inside this paren. (space-in-parens)
(#2391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2392) There should be no spaces inside this paren. (space-in-parens)
(#2392) There should be no spaces inside this paren. (space-in-parens)
(#2392) There should be no spaces inside this paren. (space-in-parens)
(#2392) There should be no spaces inside this paren. (space-in-parens)
(#2392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2393) There should be no spaces inside this paren. (space-in-parens)
(#2393) There should be no spaces inside this paren. (space-in-parens)
(#2393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) There should be no spaces inside this paren. (space-in-parens)
(#2416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2429) There should be no space after '[' (computed-property-spacing)
(#2429) There should be no space before ']' (computed-property-spacing)
(#2429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2430) There should be no space after '[' (computed-property-spacing)
(#2430) There should be no space before ']' (computed-property-spacing)
(#2430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2433) There should be no spaces inside this paren. (space-in-parens)
(#2433) There should be no spaces inside this paren. (space-in-parens)
(#2433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2434) There should be no spaces inside this paren. (space-in-parens)
(#2434) There should be no spaces inside this paren. (space-in-parens)
(#2434) There should be no spaces inside this paren. (space-in-parens)
(#2434) There should be no spaces inside this paren. (space-in-parens)
(#2434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2435) Expected no return value. (consistent-return)
(#2435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2438) Expected no return value. (consistent-return)
(#2438) There should be no spaces inside this paren. (space-in-parens)
(#2438) There should be no space after '[' (computed-property-spacing)
(#2438) There should be no space before ']' (computed-property-spacing)
(#2438) There should be no spaces inside this paren. (space-in-parens)
(#2438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2442) There should be no spaces inside this paren. (space-in-parens)
(#2442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2443) Expected no return value. (consistent-return)
(#2443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2446) Expected no return value. (consistent-return)
(#2446) There should be no space after '[' (computed-property-spacing)
(#2446) There should be no space before ']' (computed-property-spacing)
(#2446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2453) There should be no spaces inside this paren. (space-in-parens)
(#2453) There should be no spaces inside this paren. (space-in-parens)
(#2453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2458) Do not nest ternary expressions (no-nested-ternary)
(#2458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2459) There should be no spaces inside this paren. (space-in-parens)
(#2459) There should be no spaces inside this paren. (space-in-parens)
(#2459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2460) There should be no spaces inside this paren. (space-in-parens)
(#2460) There should be no spaces inside this paren. (space-in-parens)
(#2460) There should be no spaces inside this paren. (space-in-parens)
(#2460) There should be no spaces inside this paren. (space-in-parens)
(#2460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2470) There should be no spaces inside this paren. (space-in-parens)
(#2470) There should be no spaces inside this paren. (space-in-parens)
(#2470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2474) There should be no spaces inside this paren. (space-in-parens)
(#2474) There should be no spaces inside this paren. (space-in-parens)
(#2474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2475) Line 2475 exceeds the maximum line length of 132. (max-len)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2479) There should be no spaces inside this paren. (space-in-parens)
(#2479) There should be no spaces inside this paren. (space-in-parens)
(#2479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2481) There should be no spaces inside this paren. (space-in-parens)
(#2481) There should be no spaces inside this paren. (space-in-parens)
(#2481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2483) There should be no spaces inside this paren. (space-in-parens)
(#2483) There should be no spaces inside this paren. (space-in-parens)
(#2483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2487) There should be no space after '[' (computed-property-spacing)
(#2487) There should be no space before ']' (computed-property-spacing)
(#2487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2490) There should be no space after '[' (computed-property-spacing)
(#2490) There should be no space before ']' (computed-property-spacing)
(#2490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) There should be no spaces inside this paren. (space-in-parens)
(#2511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2514) There should be no space after '[' (computed-property-spacing)
(#2514) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2518) There should be no spaces inside this paren. (space-in-parens)
(#2518) There should be no spaces inside this paren. (space-in-parens)
(#2518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2520) There should be no spaces inside this paren. (space-in-parens)
(#2520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2521) There should be no spaces inside this paren. (space-in-parens)
(#2521) There should be no spaces inside this paren. (space-in-parens)
(#2521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2522) There should be no spaces inside this paren. (space-in-parens)
(#2522) There should be no spaces inside this paren. (space-in-parens)
(#2522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2523) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2525) There should be no spaces inside this paren. (space-in-parens)
(#2525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2531) There should be no space after '[' (array-bracket-spacing)
(#2531) There should be no space before ']' (array-bracket-spacing)
(#2531) There should be no spaces inside this paren. (space-in-parens)
(#2531) There should be no spaces inside this paren. (space-in-parens)
(#2531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2532) There should be no space after '[' (computed-property-spacing)
(#2532) There should be no space before ']' (computed-property-spacing)
(#2532) There should be no spaces inside this paren. (space-in-parens)
(#2532) There should be no space after '[' (computed-property-spacing)
(#2532) There should be no space before ']' (computed-property-spacing)
(#2532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2533) Expected to return a value at the end of this function. (consistent-return)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) There should be no spaces inside this paren. (space-in-parens)
(#2533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2535) There should be no spaces inside this paren. (space-in-parens)
(#2535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2546) There should be no spaces inside this paren. (space-in-parens)
(#2546) There should be no spaces inside this paren. (space-in-parens)
(#2546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2550) There should be no spaces inside this paren. (space-in-parens)
(#2550) There should be no spaces inside this paren. (space-in-parens)
(#2550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2557) There should be no spaces inside this paren. (space-in-parens)
(#2557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2558) There should be no space after '[' (array-bracket-spacing)
(#2558) There should be no space before ']' (array-bracket-spacing)
(#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) There should be no space after '[' (computed-property-spacing)
(#2559) There should be no space before ']' (computed-property-spacing)
(#2559) There should be no spaces inside this paren. (space-in-parens)
(#2559) There should be no space after '[' (computed-property-spacing)
(#2559) There should be no space before ']' (computed-property-spacing)
(#2559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2560) There should be no spaces inside this paren. (space-in-parens)
(#2560) There should be no spaces inside this paren. (space-in-parens)
(#2560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2568) There should be no spaces inside this paren. (space-in-parens)
(#2568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2570) There should be no spaces inside this paren. (space-in-parens)
(#2570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2576) There should be no spaces inside this paren. (space-in-parens)
(#2576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2583) There should be no spaces inside this paren. (space-in-parens)
(#2583) There should be no spaces inside this paren. (space-in-parens)
(#2583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2584) There should be no spaces inside this paren. (space-in-parens)
(#2584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2585) There should be no spaces inside this paren. (space-in-parens)
(#2585) There should be no spaces inside this paren. (space-in-parens)
(#2585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2588) There should be no spaces inside this paren. (space-in-parens)
(#2588) There should be no spaces inside this paren. (space-in-parens)
(#2588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2589) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2592) There should be no spaces inside this paren. (space-in-parens)
(#2592) There should be no spaces inside this paren. (space-in-parens)
(#2592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2593) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2602) There should be no spaces inside this paren. (space-in-parens)
(#2602) There should be no spaces inside this paren. (space-in-parens)
(#2602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2607) There should be no spaces inside this paren. (space-in-parens)
(#2607) There should be no spaces inside this paren. (space-in-parens)
(#2607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2608) There should be no space after '[' (array-bracket-spacing)
(#2608) There should be no space before ']' (array-bracket-spacing)
(#2608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2609) There should be no space after '[' (computed-property-spacing)
(#2609) There should be no space before ']' (computed-property-spacing)
(#2609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2617) There should be no space after '[' (array-bracket-spacing)
(#2617) There should be no space before ']' (array-bracket-spacing)
(#2617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#2618) There should be no space before ']' (computed-property-spacing)
(#2618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2619) Expected to return a value at the end of this function. (consistent-return)
(#2619) There should be no spaces inside this paren. (space-in-parens)
(#2619) There should be no spaces inside this paren. (space-in-parens)
(#2619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) There should be no spaces inside this paren. (space-in-parens)
(#2620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2621) There should be no spaces inside this paren. (space-in-parens)
(#2621) There should be no spaces inside this paren. (space-in-parens)
(#2621) There should be no spaces inside this paren. (space-in-parens)
(#2621) There should be no spaces inside this paren. (space-in-parens)
(#2621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2632) There should be no spaces inside this paren. (space-in-parens)
(#2632) There should be no spaces inside this paren. (space-in-parens)
(#2632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2633) There should be no spaces inside this paren. (space-in-parens)
(#2633) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2642) Function 'add' has a complexity of 25. (complexity)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2642) There should be no spaces inside this paren. (space-in-parens)
(#2642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2649) There should be no spaces inside this paren. (space-in-parens)
(#2649) There should be no spaces inside this paren. (space-in-parens)
(#2649) There should be no spaces inside this paren. (space-in-parens)
(#2649) There should be no spaces inside this paren. (space-in-parens)
(#2649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2654) There should be no spaces inside this paren. (space-in-parens)
(#2654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2661) There should be no spaces inside this paren. (space-in-parens)
(#2661) There should be no spaces inside this paren. (space-in-parens)
(#2661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2667) There should be no spaces inside this paren. (space-in-parens)
(#2667) There should be no spaces inside this paren. (space-in-parens)
(#2667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2671) There should be no spaces inside this paren. (space-in-parens)
(#2671) There should be no spaces inside this paren. (space-in-parens)
(#2671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2672) There should be no spaces inside this paren. (space-in-parens)
(#2672) There should be no spaces inside this paren. (space-in-parens)
(#2672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2685) There should be no spaces inside this paren. (space-in-parens)
(#2685) There should be no spaces inside this paren. (space-in-parens)
(#2685) There should be no spaces inside this paren. (space-in-parens)
(#2685) There should be no spaces inside this paren. (space-in-parens)
(#2685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2686) There should be no spaces inside this paren. (space-in-parens)
(#2686) There should be no spaces inside this paren. (space-in-parens)
(#2686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2690) There should be no spaces inside this paren. (space-in-parens)
(#2690) There should be no spaces inside this paren. (space-in-parens)
(#2690) There should be no spaces inside this paren. (space-in-parens)
(#2690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2693) There should be no space after '[' (computed-property-spacing)
(#2693) There should be no space before ']' (computed-property-spacing)
(#2693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2696) There should be no spaces inside this paren. (space-in-parens)
(#2696) There should be no spaces inside this paren. (space-in-parens)
(#2696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2699) There should be no space after '[' (computed-property-spacing)
(#2699) There should be no space before ']' (computed-property-spacing)
(#2699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2709) There should be no spaces inside this paren. (space-in-parens)
(#2709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2711) There should be no spaces inside this paren. (space-in-parens)
(#2711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2714) There should be no space after '[' (computed-property-spacing)
(#2714) There should be no space before ']' (computed-property-spacing)
(#2714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2715) There should be no spaces inside this paren. (space-in-parens)
(#2715) There should be no spaces inside this paren. (space-in-parens)
(#2715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2716) There should be no space after '[' (computed-property-spacing)
(#2716) There should be no space before ']' (computed-property-spacing)
(#2716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2720) There should be no spaces inside this paren. (space-in-parens)
(#2720) There should be no spaces inside this paren. (space-in-parens)
(#2720) There should be no spaces inside this paren. (space-in-parens)
(#2720) There should be no spaces inside this paren. (space-in-parens)
(#2720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2722) There should be no spaces inside this paren. (space-in-parens)
(#2722) There should be no spaces inside this paren. (space-in-parens)
(#2722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2723) There should be no spaces inside this paren. (space-in-parens)
(#2723) There should be no spaces inside this paren. (space-in-parens)
(#2723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2725) There should be no spaces inside this paren. (space-in-parens)
(#2725) There should be no spaces inside this paren. (space-in-parens)
(#2725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2731) There should be no spaces inside this paren. (space-in-parens)
(#2731) There should be no spaces inside this paren. (space-in-parens)
(#2731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2732) There should be no spaces inside this paren. (space-in-parens)
(#2732) There should be no spaces inside this paren. (space-in-parens)
(#2732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2734) There should be no spaces inside this paren. (space-in-parens)
(#2734) There should be no spaces inside this paren. (space-in-parens)
(#2734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2740) There should be no spaces inside this paren. (space-in-parens)
(#2740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2743) There should be no spaces inside this paren. (space-in-parens)
(#2743) There should be no spaces inside this paren. (space-in-parens)
(#2743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2747) There should be no space after '[' (computed-property-spacing)
(#2747) There should be no space before ']' (computed-property-spacing)
(#2747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2757) Function 'remove' has a complexity of 26. (complexity)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2761) There should be no spaces inside this paren. (space-in-parens)
(#2761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2763) There should be no spaces inside this paren. (space-in-parens)
(#2763) There should be no spaces inside this paren. (space-in-parens)
(#2763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2768) There should be no spaces inside this paren. (space-in-parens)
(#2768) There should be no spaces inside this paren. (space-in-parens)
(#2768) There should be no spaces inside this paren. (space-in-parens)
(#2768) There should be no spaces inside this paren. (space-in-parens)
(#2768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2775) There should be no spaces inside this paren. (space-in-parens)
(#2775) There should be no spaces inside this paren. (space-in-parens)
(#2775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2777) There should be no space after '[' (computed-property-spacing)
(#2777) There should be no space before ']' (computed-property-spacing)
(#2777) There should be no spaces inside this paren. (space-in-parens)
(#2777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2782) There should be no space after '[' (computed-property-spacing)
(#2782) There should be no space before ']' (computed-property-spacing)
(#2782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2783) There should be no spaces inside this paren. (space-in-parens)
(#2783) Infix operators must be spaced. (space-infix-ops)
(#2783) There should be no spaces inside this paren. (space-in-parens)
(#2783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2784) There should be no space after '[' (computed-property-spacing)
(#2784) There should be no space before ']' (computed-property-spacing)
(#2784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2789) There should be no spaces inside this paren. (space-in-parens)
(#2789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2790) There should be no space after '[' (computed-property-spacing)
(#2790) There should be no space before ']' (computed-property-spacing)
(#2790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2792) There should be no spaces inside this paren. (space-in-parens)
(#2792) There should be no spaces inside this paren. (space-in-parens)
(#2792) There should be no spaces inside this paren. (space-in-parens)
(#2792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2793) Mixed spaces and tabs. (no-mixed-spaces-and-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) Mixed spaces and tabs. (no-mixed-spaces-and-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) 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) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2795) There should be no spaces inside this paren. (space-in-parens)
(#2795) There should be no spaces inside this paren. (space-in-parens)
(#2795) There should be no spaces inside this paren. (space-in-parens)
(#2795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2796) There should be no spaces inside this paren. (space-in-parens)
(#2796) There should be no spaces inside this paren. (space-in-parens)
(#2796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2809) There should be no spaces inside this paren. (space-in-parens)
(#2809) There should be no spaces inside this paren. (space-in-parens)
(#2809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2810) There should be no spaces inside this paren. (space-in-parens)
(#2810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2811) There should be no spaces inside this paren. (space-in-parens)
(#2811) There should be no spaces inside this paren. (space-in-parens)
(#2811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2814) There should be no space after '[' (computed-property-spacing)
(#2814) There should be no space before ']' (computed-property-spacing)
(#2814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2819) There should be no spaces inside this paren. (space-in-parens)
(#2819) There should be no spaces inside this paren. (space-in-parens)
(#2819) There should be no spaces inside this paren. (space-in-parens)
(#2819) There should be no spaces inside this paren. (space-in-parens)
(#2819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2824) There should be no spaces inside this paren. (space-in-parens)
(#2824) There should be no spaces inside this paren. (space-in-parens)
(#2824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2836) Function 'trigger' has a complexity of 40. (complexity)
(#2836) There should be no spaces inside this paren. (space-in-parens)
(#2836) There should be no spaces inside this paren. (space-in-parens)
(#2836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2838) There should be no spaces inside this paren. (space-in-parens)
(#2838) There should be no spaces inside this paren. (space-in-parens)
(#2838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2848) There should be no spaces inside this paren. (space-in-parens)
(#2848) There should be no spaces inside this paren. (space-in-parens)
(#2848) There should be no spaces inside this paren. (space-in-parens)
(#2848) There should be no spaces inside this paren. (space-in-parens)
(#2848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2865) There should be no spaces inside this paren. (space-in-parens)
(#2865) There should be no space after '[' (computed-property-spacing)
(#2865) There should be no space before ']' (computed-property-spacing)
(#2865) There should be no space after '[' (computed-property-spacing)
(#2865) There should be no space before ']' (computed-property-spacing)
(#2865) There should be no spaces inside this paren. (space-in-parens)
(#2865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2871) Do not nest ternary expressions (no-nested-ternary)
(#2871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2873) There should be no space after '[' (computed-property-spacing)
(#2873) There should be no space before ']' (computed-property-spacing)
(#2873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) There should be no spaces inside this paren. (space-in-parens)
(#2875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2877) There should be no spaces inside this paren. (space-in-parens)
(#2877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2882) There should be no spaces inside this paren. (space-in-parens)
(#2882) There should be no spaces inside this paren. (space-in-parens)
(#2882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2883) Identifier 'namespace_re' is not in camel case. (camelcase)
(#2883) Infix operators must be spaced. (space-infix-ops)
(#2883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2884) There should be no spaces inside this paren. (space-in-parens)
(#2884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2887) There should be no spaces inside this paren. (space-in-parens)
(#2887) There should be no spaces inside this paren. (space-in-parens)
(#2887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2892) There should be no space after '[' (computed-property-spacing)
(#2892) There should be no space before ']' (computed-property-spacing)
(#2892) There should be no space after '[' (computed-property-spacing)
(#2892) There should be no space before ']' (computed-property-spacing)
(#2892) There should be no space after '[' (computed-property-spacing)
(#2892) There should be no space before ']' (computed-property-spacing)
(#2892) There should be no spaces inside this paren. (space-in-parens)
(#2892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) There should be no space after '[' (computed-property-spacing)
(#2893) There should be no space before ']' (computed-property-spacing)
(#2893) There should be no spaces inside this paren. (space-in-parens)
(#2893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) There should be no spaces inside this paren. (space-in-parens)
(#2901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2906) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2906) There should be no spaces inside this paren. (space-in-parens)
(#2906) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2910) There should be no space after '[' (computed-property-spacing)
(#2910) There should be no space before ']' (computed-property-spacing)
(#2910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2911) There should be no spaces inside this paren. (space-in-parens)
(#2911) There should be no spaces inside this paren. (space-in-parens)
(#2911) There should be no spaces inside this paren. (space-in-parens)
(#2911) There should be no spaces inside this paren. (space-in-parens)
(#2911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2917) There should be no space after '[' (array-bracket-spacing)
(#2917) There should be no space before ']' (array-bracket-spacing)
(#2917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2918) There should be no spaces inside this paren. (space-in-parens)
(#2918) There should be no spaces inside this paren. (space-in-parens)
(#2918) There should be no spaces inside this paren. (space-in-parens)
(#2918) There should be no spaces inside this paren. (space-in-parens)
(#2918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) There should be no spaces inside this paren. (space-in-parens)
(#2921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2922) There should be no spaces inside this paren. (space-in-parens)
(#2922) There should be no spaces inside this paren. (space-in-parens)
(#2922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2923) There should be no space after '[' (array-bracket-spacing)
(#2923) There should be no space before ']' (array-bracket-spacing)
(#2923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2928) There should be no spaces inside this paren. (space-in-parens)
(#2928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2929) There should be no space after '[' (array-bracket-spacing)
(#2929) There should be no space before ']' (array-bracket-spacing)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2934) There should be no spaces inside this paren. (space-in-parens)
(#2934) There should be no spaces inside this paren. (space-in-parens)
(#2934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no space after '[' (computed-property-spacing)
(#2939) There should be no space before ']' (computed-property-spacing)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) There should be no spaces inside this paren. (space-in-parens)
(#2939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) There should be no spaces inside this paren. (space-in-parens)
(#2940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2944) There should be no space after '[' (computed-property-spacing)
(#2944) There should be no space before ']' (computed-property-spacing)
(#2944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) There should be no spaces inside this paren. (space-in-parens)
(#2945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2952) There should be no spaces inside this paren. (space-in-parens)
(#2952) There should be no spaces inside this paren. (space-in-parens)
(#2952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#2954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) There should be no spaces inside this paren. (space-in-parens)
(#2955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2961) Line 2961 exceeds the maximum line length of 132. (max-len)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no space after '[' (computed-property-spacing)
(#2961) There should be no space before ']' (computed-property-spacing)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) There should be no spaces inside this paren. (space-in-parens)
(#2961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2964) There should be no space after '[' (computed-property-spacing)
(#2964) There should be no space before ']' (computed-property-spacing)
(#2964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2966) There should be no spaces inside this paren. (space-in-parens)
(#2966) There should be no spaces inside this paren. (space-in-parens)
(#2966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2967) There should be no space after '[' (computed-property-spacing)
(#2967) There should be no space before ']' (computed-property-spacing)
(#2967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2972) There should be no space after '[' (computed-property-spacing)
(#2972) There should be no space before ']' (computed-property-spacing)
(#2972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) There should be no spaces inside this paren. (space-in-parens)
(#2975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2976) There should be no space after '[' (computed-property-spacing)
(#2976) There should be no space before ']' (computed-property-spacing)
(#2976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2982) Expected no return value. (consistent-return)
(#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) Function 'dispatch' has a complexity of 27. (complexity)
(#2985) There should be no spaces inside this paren. (space-in-parens)
(#2985) There should be no spaces inside this paren. (space-in-parens)
(#2985) 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) There should be no spaces inside this paren. (space-in-parens)
(#2988) There should be no spaces inside this paren. (space-in-parens)
(#2988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2990) 'related' is defined but never used (no-unused-vars)
(#2990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2991) There should be no spaces inside this paren. (space-in-parens)
(#2991) There should be no spaces inside this paren. (space-in-parens)
(#2991) There should be no spaces inside this paren. (space-in-parens)
(#2991) There should be no spaces inside this paren. (space-in-parens)
(#2991) There should be no space after '[' (computed-property-spacing)
(#2991) There should be no space before ']' (computed-property-spacing)
(#2991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2993) Identifier 'core_slice' is not in camel case. (camelcase)
(#2993) There should be no spaces inside this paren. (space-in-parens)
(#2993) There should be no spaces inside this paren. (space-in-parens)
(#2993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2994) Identifier 'run_all' is not in camel case. (camelcase)
(#2994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2995) There should be no space after '[' (computed-property-spacing)
(#2995) There should be no space before ']' (computed-property-spacing)
(#2995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3003) There should be no spaces inside this paren. (space-in-parens)
(#3003) There should be no spaces inside this paren. (space-in-parens)
(#3003) There should be no spaces inside this paren. (space-in-parens)
(#3003) There should be no spaces inside this paren. (space-in-parens)
(#3003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3009) There should be no spaces inside this paren. (space-in-parens)
(#3009) There should be no spaces inside this paren. (space-in-parens)
(#3009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3011) There should be no spaces inside this paren. (space-in-parens)
(#3011) There should be no spaces inside this paren. (space-in-parens)
(#3011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3014) There should be no spaces inside this paren. (space-in-parens)
(#3014) There should be no spaces inside this paren. (space-in-parens)
(#3014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3017) There should be no spaces inside this paren. (space-in-parens)
(#3017) There should be no spaces inside this paren. (space-in-parens)
(#3017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3018) There should be no space after '[' (computed-property-spacing)
(#3018) There should be no space before ']' (computed-property-spacing)
(#3018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3021) Blocks are nested too deeply (5). (max-depth)
(#3021) There should be no spaces inside this paren. (space-in-parens)
(#3021) There should be no space after '[' (computed-property-spacing)
(#3021) There should be no space before ']' (computed-property-spacing)
(#3021) There should be no spaces inside this paren. (space-in-parens)
(#3021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3022) There should be no space after '[' (computed-property-spacing)
(#3022) There should be no space before ']' (computed-property-spacing)
(#3022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#3024) There should be no space after '[' (array-bracket-spacing)
(#3024) There should be no space before ']' (array-bracket-spacing)
(#3024) There should be no spaces inside this paren. (space-in-parens)
(#3024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3026) Blocks are nested too deeply (5). (max-depth)
(#3026) There should be no spaces inside this paren. (space-in-parens)
(#3026) There should be no space after '[' (computed-property-spacing)
(#3026) There should be no space before ']' (computed-property-spacing)
(#3026) There should be no spaces inside this paren. (space-in-parens)
(#3026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3027) There should be no spaces inside this paren. (space-in-parens)
(#3027) There should be no spaces inside this paren. (space-in-parens)
(#3027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '{' (object-curly-spacing)
(#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) There should be no space before '}' (object-curly-spacing)
(#3039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#3044) There should be no space before ']' (computed-property-spacing)
(#3044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3047) There should be no spaces inside this paren. (space-in-parens)
(#3047) There should be no spaces inside this paren. (space-in-parens)
(#3047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3052) Line 3052 exceeds the maximum line length of 132. (max-len)
(#3052) There should be no spaces inside this paren. (space-in-parens)
(#3052) Identifier 'run_all' is not in camel case. (camelcase)
(#3052) There should be no spaces inside this paren. (space-in-parens)
(#3052) There should be no spaces inside this paren. (space-in-parens)
(#3052) There should be no spaces inside this paren. (space-in-parens)
(#3052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) There should be no space after '[' (computed-property-spacing)
(#3057) There should be no space before ']' (computed-property-spacing)
(#3057) There should be no spaces inside this paren. (space-in-parens)
(#3057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3058) There should be no spaces inside this paren. (space-in-parens)
(#3058) There should be no spaces inside this paren. (space-in-parens)
(#3058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3060) There should be no spaces inside this paren. (space-in-parens)
(#3060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3062) Blocks are nested too deeply (5). (max-depth)
(#3062) There should be no spaces inside this paren. (space-in-parens)
(#3062) There should be no spaces inside this paren. (space-in-parens)
(#3062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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 no return value. (consistent-return)
(#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) Line 3081 exceeds the maximum line length of 132. (max-len)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3087) There should be no spaces inside this paren. (space-in-parens)
(#3087) There should be no spaces inside this paren. (space-in-parens)
(#3087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3090) There should be no spaces inside this paren. (space-in-parens)
(#3090) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3090) There should be no spaces inside this paren. (space-in-parens)
(#3090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3091) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3100) There should be no spaces inside this paren. (space-in-parens)
(#3100) There should be no spaces inside this paren. (space-in-parens)
(#3100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3106) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3106) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3106) There should be no spaces inside this paren. (space-in-parens)
(#3106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3111) Line 3111 exceeds the maximum line length of 132. (max-len)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3111) There should be no spaces inside this paren. (space-in-parens)
(#3111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3112) Line 3112 exceeds the maximum line length of 132. (max-len)
(#3112) There should be no spaces inside this paren. (space-in-parens)
(#3112) Multiple spaces found before '||'. (no-multi-spaces)
(#3112) Multiple spaces found before '||'. (no-multi-spaces)
(#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) Multiple spaces found before '||'. (no-multi-spaces)
(#3112) Multiple spaces found before '||'. (no-multi-spaces)
(#3112) There should be no spaces inside this paren. (space-in-parens)
(#3112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3116) There should be no spaces inside this paren. (space-in-parens)
(#3116) There should be no spaces inside this paren. (space-in-parens)
(#3116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3122) There should be no spaces inside this paren. (space-in-parens)
(#3122) There should be no spaces inside this paren. (space-in-parens)
(#3122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) Do not nest ternary expressions (no-nested-ternary)
(#3123) Unexpected use of '&'. (no-bitwise)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) Do not nest ternary expressions (no-nested-ternary)
(#3123) Unexpected use of '&'. (no-bitwise)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) Unexpected use of '&'. (no-bitwise)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) There should be no spaces inside this paren. (space-in-parens)
(#3123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 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) There should be no spaces inside this paren. (space-in-parens)
(#3130) There should be no spaces inside this paren. (space-in-parens)
(#3130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3131) There should be no spaces inside this paren. (space-in-parens)
(#3131) There should be no space after '[' (computed-property-spacing)
(#3131) There should be no space before ']' (computed-property-spacing)
(#3131) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3138) There should be no space after '[' (computed-property-spacing)
(#3138) There should be no space before ']' (computed-property-spacing)
(#3138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3139) There should be no spaces inside this paren. (space-in-parens)
(#3139) There should be no spaces inside this paren. (space-in-parens)
(#3139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3141) There should be no spaces inside this paren. (space-in-parens)
(#3141) There should be no spaces inside this paren. (space-in-parens)
(#3141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3143) There should be no spaces inside this paren. (space-in-parens)
(#3143) There should be no spaces inside this paren. (space-in-parens)
(#3143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3144) There should be no space after '[' (computed-property-spacing)
(#3144) There should be no space before ']' (computed-property-spacing)
(#3144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3145) There should be no space after '[' (computed-property-spacing)
(#3145) There should be no space before ']' (computed-property-spacing)
(#3145) There should be no space after '[' (computed-property-spacing)
(#3145) There should be no space before ']' (computed-property-spacing)
(#3145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3149) There should be no spaces inside this paren. (space-in-parens)
(#3149) There should be no spaces inside this paren. (space-in-parens)
(#3149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3154) There should be no spaces inside this paren. (space-in-parens)
(#3154) There should be no spaces inside this paren. (space-in-parens)
(#3154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3161) Infix operators must be spaced. (space-infix-ops)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3178) There should be no spaces inside this paren. (space-in-parens)
(#3178) There should be no spaces inside this paren. (space-in-parens)
(#3178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3180) There should be no spaces inside this paren. (space-in-parens)
(#3180) There should be no spaces inside this paren. (space-in-parens)
(#3180) There should be no spaces inside this paren. (space-in-parens)
(#3180) There should be no spaces inside this paren. (space-in-parens)
(#3180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3185) There should be no spaces inside this paren. (space-in-parens)
(#3185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3186) There should be no spaces inside this paren. (space-in-parens)
(#3186) 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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3193) There should be no spaces inside this paren. (space-in-parens)
(#3193) There should be no spaces inside this paren. (space-in-parens)
(#3193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3200) There should be no space after '{' (object-curly-spacing)
(#3200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3205) There should be no spaces inside this paren. (space-in-parens)
(#3205) There should be no spaces inside this paren. (space-in-parens)
(#3205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) There should be no spaces inside this paren. (space-in-parens)
(#3208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3210) There should be no spaces inside this paren. (space-in-parens)
(#3210) There should be no spaces inside this paren. (space-in-parens)
(#3210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3222) There should be no spaces inside this paren. (space-in-parens)
(#3222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3223) There should be no spaces inside this paren. (space-in-parens)
(#3223) There should be no spaces inside this paren. (space-in-parens)
(#3223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3226) There should be no spaces inside this paren. (space-in-parens)
(#3226) There should be no spaces inside this paren. (space-in-parens)
(#3226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3233) There should be no spaces inside this paren. (space-in-parens)
(#3233) There should be no space after '[' (computed-property-spacing)
(#3233) There should be no space before ']' (computed-property-spacing)
(#3233) There should be no spaces inside this paren. (space-in-parens)
(#3233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3234) There should be no space after '[' (computed-property-spacing)
(#3234) There should be no space before ']' (computed-property-spacing)
(#3234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3237) There should be no spaces inside this paren. (space-in-parens)
(#3237) There should be no spaces inside this paren. (space-in-parens)
(#3237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3241) Expected to return a value at the end of this function. (consistent-return)
(#3241) There should be no spaces inside this paren. (space-in-parens)
(#3241) There should be no spaces inside this paren. (space-in-parens)
(#3241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3243) There should be no spaces inside this paren. (space-in-parens)
(#3243) There should be no spaces inside this paren. (space-in-parens)
(#3243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3244) There should be no spaces inside this paren. (space-in-parens)
(#3244) There should be no spaces inside this paren. (space-in-parens)
(#3244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3248) There should be no spaces inside this paren. (space-in-parens)
(#3248) There should be no spaces inside this paren. (space-in-parens)
(#3248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3254) There should be no spaces inside this paren. (space-in-parens)
(#3254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3255) There should be no spaces inside this paren. (space-in-parens)
(#3255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3264) There should be no spaces inside this paren. (space-in-parens)
(#3264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3271) There should be no space after '[' (computed-property-spacing)
(#3271) There should be no space before ']' (computed-property-spacing)
(#3271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3274) Missing JSDoc comment. (require-jsdoc)
(#3274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3277) Missing JSDoc comment. (require-jsdoc)
(#3277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3288) There should be no spaces inside this paren. (space-in-parens)
(#3288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3293) There should be no spaces inside this paren. (space-in-parens)
(#3293) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3305) There should be no spaces inside this paren. (space-in-parens)
(#3305) There should be no spaces inside this paren. (space-in-parens)
(#3305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3309) There should be no spaces inside this paren. (space-in-parens)
(#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 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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3328) There should be no spaces inside this paren. (space-in-parens)
(#3328) There should be no spaces inside this paren. (space-in-parens)
(#3328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3329) There should be no space after '[' (computed-property-spacing)
(#3329) There should be no space before ']' (computed-property-spacing)
(#3329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3333) There should be no spaces inside this paren. (space-in-parens)
(#3333) There should be no spaces inside this paren. (space-in-parens)
(#3333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3338) 'selector' is defined but never used (no-unused-vars)
(#3338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#3344) There should be no spaces inside this paren. (space-in-parens)
(#3344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) There should be no spaces inside this paren. (space-in-parens)
(#3353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3356) Expected to return a value at the end of this function. (consistent-return)
(#3356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3358) There should be no spaces inside this paren. (space-in-parens)
(#3358) There should be no spaces inside this paren. (space-in-parens)
(#3358) There should be no spaces inside this paren. (space-in-parens)
(#3358) There should be no spaces inside this paren. (space-in-parens)
(#3358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3363) There should be no spaces inside this paren. (space-in-parens)
(#3363) There should be no spaces inside this paren. (space-in-parens)
(#3363) There should be no spaces inside this paren. (space-in-parens)
(#3363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3366) There should be no spaces inside this paren. (space-in-parens)
(#3366) There should be no spaces inside this paren. (space-in-parens)
(#3366) There should be no spaces inside this paren. (space-in-parens)
(#3366) There should be no spaces inside this paren. (space-in-parens)
(#3366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3367) There should be no spaces inside this paren. (space-in-parens)
(#3367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3368) There should be no spaces inside this paren. (space-in-parens)
(#3368) There should be no spaces inside this paren. (space-in-parens)
(#3368) There should be no spaces inside this paren. (space-in-parens)
(#3368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3369) Identifier '_submit_bubble' is not in camel case. (camelcase)
(#3369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3377) There should be no spaces inside this paren. (space-in-parens)
(#3377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3382) There should be no spaces inside this paren. (space-in-parens)
(#3382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 to return a value at the end of this function. (consistent-return)
(#3387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3389) There should be no spaces inside this paren. (space-in-parens)
(#3389) There should be no spaces inside this paren. (space-in-parens)
(#3389) There should be no spaces inside this paren. (space-in-parens)
(#3389) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3394) There should be no spaces inside this paren. (space-in-parens)
(#3394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3400) There should be no spaces inside this paren. (space-in-parens)
(#3400) There should be no spaces inside this paren. (space-in-parens)
(#3400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3404) Expected to return a value at the end of this function. (consistent-return)
(#3404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) There should be no spaces inside this paren. (space-in-parens)
(#3406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3411) There should be no spaces inside this paren. (space-in-parens)
(#3411) There should be no spaces inside this paren. (space-in-parens)
(#3411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3412) There should be no spaces inside this paren. (space-in-parens)
(#3412) There should be no spaces inside this paren. (space-in-parens)
(#3412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3413) Identifier '_just_changed' is not in camel case. (camelcase)
(#3413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3416) There should be no spaces inside this paren. (space-in-parens)
(#3416) There should be no spaces inside this paren. (space-in-parens)
(#3416) There should be no spaces inside this paren. (space-in-parens)
(#3416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3417) There should be no spaces inside this paren. (space-in-parens)
(#3417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3418) Identifier '_just_changed' is not in camel case. (camelcase)
(#3418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3421) There should be no spaces inside this paren. (space-in-parens)
(#3421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#3427) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) There should be no spaces inside this paren. (space-in-parens)
(#3430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3431) There should be no spaces inside this paren. (space-in-parens)
(#3431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3432) There should be no spaces inside this paren. (space-in-parens)
(#3432) There should be no spaces inside this paren. (space-in-parens)
(#3432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3433) There should be no spaces inside this paren. (space-in-parens)
(#3433) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3436) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3441) Expected to return a value at the end of this function. (consistent-return)
(#3441) There should be no spaces inside this paren. (space-in-parens)
(#3441) There should be no spaces inside this paren. (space-in-parens)
(#3441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3445) There should be no spaces inside this paren. (space-in-parens)
(#3445) There should be no spaces inside this paren. (space-in-parens)
(#3445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3446) There should be no spaces inside this paren. (space-in-parens)
(#3446) There should be no spaces inside this paren. (space-in-parens)
(#3446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3453) There should be no spaces inside this paren. (space-in-parens)
(#3453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3459) There should be no spaces inside this paren. (space-in-parens)
(#3459) There should be no spaces inside this paren. (space-in-parens)
(#3459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3460) There should be no space after '{' (object-curly-spacing)
(#3460) There should be no space before '}' (object-curly-spacing)
(#3460) There should be no spaces inside this paren. (space-in-parens)
(#3460) There should be no spaces inside this paren. (space-in-parens)
(#3460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3464) There should be no spaces inside this paren. (space-in-parens)
(#3464) There should be no spaces inside this paren. (space-in-parens)
(#3464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3468) There should be no space after '[' (computed-property-spacing)
(#3468) There should be no space before ']' (computed-property-spacing)
(#3468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3470) There should be no spaces inside this paren. (space-in-parens)
(#3470) There should be no spaces inside this paren. (space-in-parens)
(#3470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3475) There should be no spaces inside this paren. (space-in-parens)
(#3475) There should be no spaces inside this paren. (space-in-parens)
(#3475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3476) There should be no spaces inside this paren. (space-in-parens)
(#3476) There should be no spaces inside this paren. (space-in-parens)
(#3476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3485) There should be no spaces inside this paren. (space-in-parens)
(#3485) Expected space or tab after '/*' in comment. (spaced-comment)
(#3485) There should be no spaces inside this paren. (space-in-parens)
(#3485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3489) There should be no spaces inside this paren. (space-in-parens)
(#3489) There should be no spaces inside this paren. (space-in-parens)
(#3489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3491) There should be no spaces inside this paren. (space-in-parens)
(#3491) There should be no spaces inside this paren. (space-in-parens)
(#3491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3496) There should be no spaces inside this paren. (space-in-parens)
(#3496) There should be no spaces inside this paren. (space-in-parens)
(#3496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3497) There should be no spaces inside this paren. (space-in-parens)
(#3497) There should be no space after '[' (computed-property-spacing)
(#3497) There should be no space before ']' (computed-property-spacing)
(#3497) There should be no spaces inside this paren. (space-in-parens)
(#3497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3502) There should be no spaces inside this paren. (space-in-parens)
(#3502) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3502) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3502) There should be no spaces inside this paren. (space-in-parens)
(#3502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3506) There should be no spaces inside this paren. (space-in-parens)
(#3506) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3506) There should be no spaces inside this paren. (space-in-parens)
(#3506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3507) There should be no spaces inside this paren. (space-in-parens)
(#3507) There should be no spaces inside this paren. (space-in-parens)
(#3507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3524) There should be no spaces inside this paren. (space-in-parens)
(#3524) There should be no spaces inside this paren. (space-in-parens)
(#3524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3532) There should be no spaces inside this paren. (space-in-parens)
(#3532) There should be no spaces inside this paren. (space-in-parens)
(#3532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3534) There should be no spaces inside this paren. (space-in-parens)
(#3534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3538) There should be no spaces inside this paren. (space-in-parens)
(#3538) There should be no spaces inside this paren. (space-in-parens)
(#3538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3539) There should be no spaces inside this paren. (space-in-parens)
(#3539) There should be no spaces inside this paren. (space-in-parens)
(#3539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3541) There should be no spaces inside this paren. (space-in-parens)
(#3541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3543) There should be no spaces inside this paren. (space-in-parens)
(#3543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3546) There should be no spaces inside this paren. (space-in-parens)
(#3546) There should be no spaces inside this paren. (space-in-parens)
(#3546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3553) There should be no spaces inside this paren. (space-in-parens)
(#3553) There should be no spaces inside this paren. (space-in-parens)
(#3553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3555) There should be no spaces inside this paren. (space-in-parens)
(#3555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3556) There should be no spaces inside this paren. (space-in-parens)
(#3556) There should be no space after '[' (computed-property-spacing)
(#3556) There should be no space before ']' (computed-property-spacing)
(#3556) There should be no spaces inside this paren. (space-in-parens)
(#3556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3560) There should be no spaces inside this paren. (space-in-parens)
(#3560) There should be no spaces inside this paren. (space-in-parens)
(#3560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3565) There should be no spaces inside this paren. (space-in-parens)
(#3565) There should be no spaces inside this paren. (space-in-parens)
(#3565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3569) There should be no spaces inside this paren. (space-in-parens)
(#3569) There should be no spaces inside this paren. (space-in-parens)
(#3569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3573) There should be no spaces inside this paren. (space-in-parens)
(#3573) There should be no spaces inside this paren. (space-in-parens)
(#3573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3574) There should be no spaces inside this paren. (space-in-parens)
(#3574) There should be no spaces inside this paren. (space-in-parens)
(#3574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3576) There should be no spaces inside this paren. (space-in-parens)
(#3576) There should be no spaces inside this paren. (space-in-parens)
(#3576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3577) There should be no spaces inside this paren. (space-in-parens)
(#3577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3580) There should be no spaces inside this paren. (space-in-parens)
(#3580) There should be no spaces inside this paren. (space-in-parens)
(#3580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3581) There should be no spaces inside this paren. (space-in-parens)
(#3581) There should be no spaces inside this paren. (space-in-parens)
(#3581) There should be no spaces inside this paren. (space-in-parens)
(#3581) There should be no spaces inside this paren. (space-in-parens)
(#3581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3584) There should be no spaces inside this paren. (space-in-parens)
(#3584) There should be no spaces inside this paren. (space-in-parens)
(#3584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3585) There should be no spaces inside this paren. (space-in-parens)
(#3585) There should be no spaces inside this paren. (space-in-parens)
(#3585) There should be no spaces inside this paren. (space-in-parens)
(#3585) There should be no spaces inside this paren. (space-in-parens)
(#3585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3589) There should be no spaces inside this paren. (space-in-parens)
(#3589) There should be no spaces inside this paren. (space-in-parens)
(#3589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) There should be no spaces inside this paren. (space-in-parens)
(#3594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3599) There should be no spaces inside this paren. (space-in-parens)
(#3599) There should be no spaces inside this paren. (space-in-parens)
(#3599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3602) Expected to return a value at the end of this function. (consistent-return)
(#3602) There should be no spaces inside this paren. (space-in-parens)
(#3602) There should be no spaces inside this paren. (space-in-parens)
(#3602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3603) There should be no spaces inside this paren. (space-in-parens)
(#3603) There should be no spaces inside this paren. (space-in-parens)
(#3603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3604) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3608) There should be no spaces inside this paren. (space-in-parens)
(#3608) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3613) There should be no spaces inside this paren. (space-in-parens)
(#3613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3615) There should be no spaces inside this paren. (space-in-parens)
(#3615) There should be no spaces inside this paren. (space-in-parens)
(#3615) There should be no spaces inside this paren. (space-in-parens)
(#3615) There should be no spaces inside this paren. (space-in-parens)
(#3615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3616) There should be no spaces inside this paren. (space-in-parens)
(#3616) There should be no spaces inside this paren. (space-in-parens)
(#3616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3622) There should be no space after '[' (computed-property-spacing)
(#3622) There should be no space before ']' (computed-property-spacing)
(#3622) There should be no spaces inside this paren. (space-in-parens)
(#3622) There should be no spaces inside this paren. (space-in-parens)
(#3622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#3628) There should be no space before ']' (computed-property-spacing)
(#3628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3631) There should be no spaces inside this paren. (space-in-parens)
(#3631) There should be no spaces inside this paren. (space-in-parens)
(#3631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) There should be no spaces inside this paren. (space-in-parens)
(#3635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3639) There should be no spaces inside this paren. (space-in-parens)
(#3639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3641) There should be no spaces inside this paren. (space-in-parens)
(#3641) There should be no spaces inside this paren. (space-in-parens)
(#3641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3644) There should be no space after '[' (computed-property-spacing)
(#3644) There should be no space before ']' (computed-property-spacing)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#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 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) There should be no spaces inside this paren. (space-in-parens)
(#3651) There should be no spaces inside this paren. (space-in-parens)
(#3651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3652) There should be no spaces inside this paren. (space-in-parens)
(#3652) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3655) There should be no spaces inside this paren. (space-in-parens)
(#3655) There should be no spaces inside this paren. (space-in-parens)
(#3655) There should be no spaces inside this paren. (space-in-parens)
(#3655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3656) There should be no space after '[' (computed-property-spacing)
(#3656) There should be no space before ']' (computed-property-spacing)
(#3656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3659) There should be no spaces inside this paren. (space-in-parens)
(#3659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3660) There should be no space after '[' (computed-property-spacing)
(#3660) There should be no space before ']' (computed-property-spacing)
(#3660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3663) Expected space or tab after '/*' in comment. (spaced-comment)
(#3663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3669) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3685) There should be no spaces inside this paren. (space-in-parens)
(#3685) There should be no spaces inside this paren. (space-in-parens)
(#3685) There should be no spaces inside this paren. (space-in-parens)
(#3685) There should be no spaces inside this paren. (space-in-parens)
(#3685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3696) There should be no spaces inside this paren. (space-in-parens)
(#3696) There should be no spaces inside this paren. (space-in-parens)
(#3696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3699) There should be no spaces inside this paren. (space-in-parens)
(#3699) There should be no spaces inside this paren. (space-in-parens)
(#3699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3708) There should be no spaces inside this paren. (space-in-parens)
(#3708) There should be no spaces inside this paren. (space-in-parens)
(#3708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3709) There should be no space after '[' (computed-property-spacing)
(#3709) There should be no space before ']' (computed-property-spacing)
(#3709) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3717) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) There should be no spaces inside this paren. (space-in-parens)
(#3719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3720) There should be no space after '[' (computed-property-spacing)
(#3720) There should be no space before ']' (computed-property-spacing)
(#3720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3724) There should be no space after '[' (computed-property-spacing)
(#3724) There should be no space before ']' (computed-property-spacing)
(#3724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3725) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3754) Line 3754 exceeds the maximum line length of 132. (max-len)
(#3754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3761) There should be no spaces inside this paren. (space-in-parens)
(#3761) There should be no spaces inside this paren. (space-in-parens)
(#3761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#3765) There should be no spaces inside this paren. (space-in-parens)
(#3765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3770) 'rnot' is defined but never used (no-unused-vars)
(#3770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3772) 'rendsWithNot' is defined but never used (no-unused-vars)
(#3772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3780) There should be no spaces inside this paren. (space-in-parens)
(#3780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3783) There should be no spaces inside this paren. (space-in-parens)
(#3783) There should be no spaces inside this paren. (space-in-parens)
(#3783) There should be no spaces inside this paren. (space-in-parens)
(#3783) There should be no spaces inside this paren. (space-in-parens)
(#3783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3784) There should be no spaces inside this paren. (space-in-parens)
(#3784) There should be no spaces inside this paren. (space-in-parens)
(#3784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3785) There should be no spaces inside this paren. (space-in-parens)
(#3785) There should be no spaces inside this paren. (space-in-parens)
(#3785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3786) There should be no spaces inside this paren. (space-in-parens)
(#3786) There should be no spaces inside this paren. (space-in-parens)
(#3786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3787) There should be no spaces inside this paren. (space-in-parens)
(#3787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3789) There should be no spaces inside this paren. (space-in-parens)
(#3789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#3791) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3797) There should be no spaces inside this paren. (space-in-parens)
(#3797) There should be no spaces inside this paren. (space-in-parens)
(#3797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3801) There should be no spaces inside this paren. (space-in-parens)
(#3801) There should be no spaces inside this paren. (space-in-parens)
(#3801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3811) There should be no spaces inside this paren. (space-in-parens)
(#3811) There should be no spaces inside this paren. (space-in-parens)
(#3811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3812) There should be no spaces inside this paren. (space-in-parens)
(#3812) There should be no spaces inside this paren. (space-in-parens)
(#3812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3817) There should be no spaces inside this paren. (space-in-parens)
(#3817) There should be no spaces inside this paren. (space-in-parens)
(#3817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3824) There should be no spaces inside this paren. (space-in-parens)
(#3824) There should be no spaces inside this paren. (space-in-parens)
(#3824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3832) There should be no spaces inside this paren. (space-in-parens)
(#3832) There should be no spaces inside this paren. (space-in-parens)
(#3832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3835) There should be no spaces inside this paren. (space-in-parens)
(#3835) There should be no spaces inside this paren. (space-in-parens)
(#3835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3846) There should be no spaces inside this paren. (space-in-parens)
(#3846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3850) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3855) There should be no spaces inside this paren. (space-in-parens)
(#3855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3857) There should be no spaces inside this paren. (space-in-parens)
(#3857) There should be no spaces inside this paren. (space-in-parens)
(#3857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3858) There should be no spaces inside this paren. (space-in-parens)
(#3858) There should be no spaces inside this paren. (space-in-parens)
(#3858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3861) There should be no spaces inside this paren. (space-in-parens)
(#3861) There should be no spaces inside this paren. (space-in-parens)
(#3861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3868) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3868) There should be no spaces inside this paren. (space-in-parens)
(#3868) There should be no spaces inside this paren. (space-in-parens)
(#3868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3869) There should be no spaces inside this paren. (space-in-parens)
(#3869) There should be no spaces inside this paren. (space-in-parens)
(#3869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3870) There should be no spaces inside this paren. (space-in-parens)
(#3870) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3873) There should be no spaces inside this paren. (space-in-parens)
(#3873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3874) There should be no spaces inside this paren. (space-in-parens)
(#3874) 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) Missing JSDoc comment. (require-jsdoc)
(#3880) There should be no spaces inside this paren. (space-in-parens)
(#3880) There should be no spaces inside this paren. (space-in-parens)
(#3880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3886) There should be no spaces inside this paren. (space-in-parens)
(#3886) There should be no spaces inside this paren. (space-in-parens)
(#3886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3896) There should be no spaces inside this paren. (space-in-parens)
(#3896) There should be no spaces inside this paren. (space-in-parens)
(#3896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3899) There should be no spaces inside this paren. (space-in-parens)
(#3899) There should be no spaces inside this paren. (space-in-parens)
(#3899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3904) Blocks are nested too deeply (5). (max-depth)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3907) Blocks are nested too deeply (6). (max-depth)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3908) There should be no spaces inside this paren. (space-in-parens)
(#3908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3916) Blocks are nested too deeply (5). (max-depth)
(#3916) There should be no spaces inside this paren. (space-in-parens)
(#3916) There should be no spaces inside this paren. (space-in-parens)
(#3916) There should be no spaces inside this paren. (space-in-parens)
(#3916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3917) There should be no spaces inside this paren. (space-in-parens)
(#3917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3925) There should be no spaces inside this paren. (space-in-parens)
(#3925) There should be no spaces inside this paren. (space-in-parens)
(#3925) There should be no spaces inside this paren. (space-in-parens)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3937) There should be no spaces inside this paren. (space-in-parens)
(#3937) There should be no spaces inside this paren. (space-in-parens)
(#3937) There should be no spaces inside this paren. (space-in-parens)
(#3937) There should be no spaces inside this paren. (space-in-parens)
(#3937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3941) There should be no spaces inside this paren. (space-in-parens)
(#3941) There should be no spaces inside this paren. (space-in-parens)
(#3941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3944) There should be no spaces inside this paren. (space-in-parens)
(#3944) There should be no spaces inside this paren. (space-in-parens)
(#3944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3945) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3945) There should be no spaces inside this paren. (space-in-parens)
(#3945) There should be no space after '[' (array-bracket-spacing)
(#3945) There should be no space before ']' (array-bracket-spacing)
(#3945) There should be no spaces inside this paren. (space-in-parens)
(#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) Missing JSDoc comment. (require-jsdoc)
(#3949) There should be no spaces inside this paren. (space-in-parens)
(#3949) There should be no spaces inside this paren. (space-in-parens)
(#3949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3950) There should be no spaces inside this paren. (space-in-parens)
(#3950) There should be no spaces inside this paren. (space-in-parens)
(#3950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Missing JSDoc comment. (require-jsdoc)
(#3957) There should be no spaces inside this paren. (space-in-parens)
(#3957) There should be no spaces inside this paren. (space-in-parens)
(#3957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3958) There should be no spaces inside this paren. (space-in-parens)
(#3958) There should be no spaces inside this paren. (space-in-parens)
(#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) Missing JSDoc comment. (require-jsdoc)
(#3965) There should be no spaces inside this paren. (space-in-parens)
(#3965) There should be no spaces inside this paren. (space-in-parens)
(#3965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3966) There should be no spaces inside this paren. (space-in-parens)
(#3966) There should be no spaces inside this paren. (space-in-parens)
(#3966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3968) There should be no spaces inside this paren. (space-in-parens)
(#3968) There should be no spaces inside this paren. (space-in-parens)
(#3968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3970) There should be no spaces inside this paren. (space-in-parens)
(#3970) There should be no spaces inside this paren. (space-in-parens)
(#3970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3974) There should be no spaces inside this paren. (space-in-parens)
(#3974) There should be no spaces inside this paren. (space-in-parens)
(#3974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3983) Missing JSDoc @returns for function. (valid-jsdoc)
(#3983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3987) There should be no spaces inside this paren. (space-in-parens)
(#3987) There should be no spaces inside this paren. (space-in-parens)
(#3987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#3994) There should be no spaces inside this paren. (space-in-parens)
(#3994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3997) There should be no spaces inside this paren. (space-in-parens)
(#3997) There should be no spaces inside this paren. (space-in-parens)
(#3997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4001) There should be no spaces inside this paren. (space-in-parens)
(#4001) There should be no spaces inside this paren. (space-in-parens)
(#4001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) There should be no spaces inside this paren. (space-in-parens)
(#4002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4005) There should be no spaces inside this paren. (space-in-parens)
(#4005) There should be no spaces inside this paren. (space-in-parens)
(#4005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4012) There should be no spaces inside this paren. (space-in-parens)
(#4012) There should be no spaces inside this paren. (space-in-parens)
(#4012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4020) There should be no spaces inside this paren. (space-in-parens)
(#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) Do not nest ternary expressions (no-nested-ternary)
(#4028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4029) There should be no spaces inside this paren. (space-in-parens)
(#4029) There should be no spaces inside this paren. (space-in-parens)
(#4029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4032) There should be no spaces inside this paren. (space-in-parens)
(#4032) There should be no spaces inside this paren. (space-in-parens)
(#4032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4035) There should be no spaces inside this paren. (space-in-parens)
(#4035) There should be no spaces inside this paren. (space-in-parens)
(#4035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4036) There should be no spaces inside this paren. (space-in-parens)
(#4036) Unexpected use of '&'. (no-bitwise)
(#4036) There should be no spaces inside this paren. (space-in-parens)
(#4036) There should be no spaces inside this paren. (space-in-parens)
(#4036) There should be no spaces inside this paren. (space-in-parens)
(#4036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4038) There should be no spaces inside this paren. (space-in-parens)
(#4038) There should be no spaces inside this paren. (space-in-parens)
(#4038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4039) There should be no spaces inside this paren. (space-in-parens)
(#4039) There should be no spaces inside this paren. (space-in-parens)
(#4039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4040) There should be no spaces inside this paren. (space-in-parens)
(#4040) There should be no spaces inside this paren. (space-in-parens)
(#4040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4049) There should be no spaces inside this paren. (space-in-parens)
(#4049) There should be no spaces inside this paren. (space-in-parens)
(#4049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4051) There should be no spaces inside this paren. (space-in-parens)
(#4051) There should be no spaces inside this paren. (space-in-parens)
(#4051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4054) There should be no spaces inside this paren. (space-in-parens)
(#4054) There should be no space after '[' (computed-property-spacing)
(#4054) There should be no space before ']' (computed-property-spacing)
(#4054) There should be no spaces inside this paren. (space-in-parens)
(#4054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4055) There should be no spaces inside this paren. (space-in-parens)
(#4055) There should be no spaces inside this paren. (space-in-parens)
(#4055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4058) There should be no spaces inside this paren. (space-in-parens)
(#4058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Do not nest ternary expressions (no-nested-ternary)
(#4061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4062) Do not nest ternary expressions (no-nested-ternary)
(#4062) There should be no space after '[' (computed-property-spacing)
(#4062) There should be no space before ']' (computed-property-spacing)
(#4062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4063) There should be no space after '[' (computed-property-spacing)
(#4063) There should be no space before ']' (computed-property-spacing)
(#4063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4084) There should be no spaces inside this paren. (space-in-parens)
(#4084) There should be no spaces inside this paren. (space-in-parens)
(#4084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4091) Expected to return a value at the end of this function. (consistent-return)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4092) There should be no spaces inside this paren. (space-in-parens)
(#4092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4099) Expected to return a value at the end of this function. (consistent-return)
(#4099) There should be no spaces inside this paren. (space-in-parens)
(#4099) There should be no spaces inside this paren. (space-in-parens)
(#4099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4100) There should be no spaces inside this paren. (space-in-parens)
(#4100) There should be no spaces inside this paren. (space-in-parens)
(#4100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4101) There should be no spaces inside this paren. (space-in-parens)
(#4101) There should be no spaces inside this paren. (space-in-parens)
(#4101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4103) Do not nest ternary expressions (no-nested-ternary)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4112) Expected to return a value at the end of this function. (consistent-return)
(#4112) There should be no spaces inside this paren. (space-in-parens)
(#4112) There should be no spaces inside this paren. (space-in-parens)
(#4112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4113) There should be no spaces inside this paren. (space-in-parens)
(#4113) There should be no spaces inside this paren. (space-in-parens)
(#4113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4114) There should be no spaces inside this paren. (space-in-parens)
(#4114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4117) There should be no spaces inside this paren. (space-in-parens)
(#4117) There should be no spaces inside this paren. (space-in-parens)
(#4117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4118) There should be no spaces inside this paren. (space-in-parens)
(#4118) There should be no spaces inside this paren. (space-in-parens)
(#4118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4121) There should be no spaces inside this paren. (space-in-parens)
(#4121) There should be no spaces inside this paren. (space-in-parens)
(#4121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4126) There should be no spaces inside this paren. (space-in-parens)
(#4126) There should be no spaces inside this paren. (space-in-parens)
(#4126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4127) There should be no spaces inside this paren. (space-in-parens)
(#4127) There should be no spaces inside this paren. (space-in-parens)
(#4127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4128) There should be no spaces inside this paren. (space-in-parens)
(#4128) There should be no spaces inside this paren. (space-in-parens)
(#4128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected to return a value at the end of this function. (consistent-return)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4137) There should be no spaces inside this paren. (space-in-parens)
(#4137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4138) There should be no spaces inside this paren. (space-in-parens)
(#4138) There should be no spaces inside this paren. (space-in-parens)
(#4138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4143) Expected to return a value at the end of this function. (consistent-return)
(#4143) There should be no spaces inside this paren. (space-in-parens)
(#4143) There should be no spaces inside this paren. (space-in-parens)
(#4143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4144) There should be no spaces inside this paren. (space-in-parens)
(#4144) There should be no spaces inside this paren. (space-in-parens)
(#4144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4145) There should be no spaces inside this paren. (space-in-parens)
(#4145) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no space after '{' (object-curly-spacing)
(#4151) There should be no space before '}' (object-curly-spacing)
(#4151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4152) There should be no space after '{' (object-curly-spacing)
(#4152) There should be no space before '}' (object-curly-spacing)
(#4152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4153) There should be no space after '{' (object-curly-spacing)
(#4153) There should be no space before '}' (object-curly-spacing)
(#4153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4154) There should be no space after '{' (object-curly-spacing)
(#4154) There should be no space before '}' (object-curly-spacing)
(#4154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4158) There should be no spaces inside this paren. (space-in-parens)
(#4158) There should be no spaces inside this paren. (space-in-parens)
(#4158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4159) There should be no spaces inside this paren. (space-in-parens)
(#4159) There should be no spaces inside this paren. (space-in-parens)
(#4159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4162) There should be no spaces inside this paren. (space-in-parens)
(#4162) There should be no spaces inside this paren. (space-in-parens)
(#4162) There should be no spaces inside this paren. (space-in-parens)
(#4162) There should be no spaces inside this paren. (space-in-parens)
(#4162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4164) There should be no spaces inside this paren. (space-in-parens)
(#4164) There should be no spaces inside this paren. (space-in-parens)
(#4164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4168) There should be no spaces inside this paren. (space-in-parens)
(#4168) There should be no spaces inside this paren. (space-in-parens)
(#4168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4171) There should be no spaces inside this paren. (space-in-parens)
(#4171) There should be no spaces inside this paren. (space-in-parens)
(#4171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4185) There should be no spaces inside this paren. (space-in-parens)
(#4185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4191) There should be no spaces inside this paren. (space-in-parens)
(#4191) There should be no spaces inside this paren. (space-in-parens)
(#4191) There should be no spaces inside this paren. (space-in-parens)
(#4191) There should be no spaces inside this paren. (space-in-parens)
(#4191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4192) There should be no spaces inside this paren. (space-in-parens)
(#4192) There should be no spaces inside this paren. (space-in-parens)
(#4192) There should be no spaces inside this paren. (space-in-parens)
(#4192) There should be no spaces inside this paren. (space-in-parens)
(#4192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4195) There should be no spaces inside this paren. (space-in-parens)
(#4195) There should be no spaces inside this paren. (space-in-parens)
(#4195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4196) There should be no spaces inside this paren. (space-in-parens)
(#4196) There should be no spaces inside this paren. (space-in-parens)
(#4196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4202) There should be no spaces inside this paren. (space-in-parens)
(#4202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) ["CHILD"] is better written in dot notation. (dot-notation)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) There should be no spaces inside this paren. (space-in-parens)
(#4204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4208) There should be no spaces inside this paren. (space-in-parens)
(#4208) There should be no spaces inside this paren. (space-in-parens)
(#4208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4210) There should be no spaces inside this paren. (space-in-parens)
(#4210) There should be no spaces inside this paren. (space-in-parens)
(#4210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4212) There should be no spaces inside this paren. (space-in-parens)
(#4212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4216) There should be no spaces inside this paren. (space-in-parens)
(#4216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4220) There should be no spaces inside this paren. (space-in-parens)
(#4220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4226) There should be no spaces inside this paren. (space-in-parens)
(#4226) There should be no spaces inside this paren. (space-in-parens)
(#4226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4232) There should be no spaces inside this paren. (space-in-parens)
(#4232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4233) There should be no spaces inside this paren. (space-in-parens)
(#4233) There should be no spaces inside this paren. (space-in-parens)
(#4233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4234) There should be no spaces inside this paren. (space-in-parens)
(#4234) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4238) There should be no spaces inside this paren. (space-in-parens)
(#4238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4239) There should be no spaces inside this paren. (space-in-parens)
(#4239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4240) There should be no spaces inside this paren. (space-in-parens)
(#4240) There should be no spaces inside this paren. (space-in-parens)
(#4240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4246) There should be no spaces inside this paren. (space-in-parens)
(#4246) There should be no spaces inside this paren. (space-in-parens)
(#4246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4247) There should be no spaces inside this paren. (space-in-parens)
(#4247) There should be no spaces inside this paren. (space-in-parens)
(#4247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4248) Statement inside of curly braces should be on next line. (brace-style)
(#4248) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4257) There should be no spaces inside this paren. (space-in-parens)
(#4257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4258) There should be no space after '[' (computed-property-spacing)
(#4258) There should be no space before ']' (computed-property-spacing)
(#4258) There should be no space after '[' (computed-property-spacing)
(#4258) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4261) There should be no spaces inside this paren. (space-in-parens)
(#4261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) There should be no spaces inside this paren. (space-in-parens)
(#4262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4263) Line 4263 exceeds the maximum line length of 132. (max-len)
(#4263) There should be no spaces inside this paren. (space-in-parens)
(#4263) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4267) There should be no spaces inside this paren. (space-in-parens)
(#4267) There should be no spaces inside this paren. (space-in-parens)
(#4267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) 'context' is defined but never used (no-unused-vars)
(#4268) There should be no spaces inside this paren. (space-in-parens)
(#4268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) There should be no spaces inside this paren. (space-in-parens)
(#4269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4271) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4271) There should be no spaces inside this paren. (space-in-parens)
(#4271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) There should be no spaces inside this paren. (space-in-parens)
(#4274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4280) Do not nest ternary expressions (no-nested-ternary)
(#4280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4281) Do not nest ternary expressions (no-nested-ternary)
(#4281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4282) Do not nest ternary expressions (no-nested-ternary)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) There should be no spaces inside this paren. (space-in-parens)
(#4282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4283) Do not nest ternary expressions (no-nested-ternary)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4283) There should be no spaces inside this paren. (space-in-parens)
(#4283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4284) Do not nest ternary expressions (no-nested-ternary)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4284) There should be no spaces inside this paren. (space-in-parens)
(#4284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4285) Do not nest ternary expressions (no-nested-ternary)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4285) There should be no spaces inside this paren. (space-in-parens)
(#4285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) There should be no spaces inside this paren. (space-in-parens)
(#4286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4291) There should be no spaces inside this paren. (space-in-parens)
(#4291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) There should be no spaces inside this paren. (space-in-parens)
(#4293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4294) There should be no spaces inside this paren. (space-in-parens)
(#4294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4298) There should be no spaces inside this paren. (space-in-parens)
(#4298) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4302) There should be no spaces inside this paren. (space-in-parens)
(#4302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4304) There should be no spaces inside this paren. (space-in-parens)
(#4304) There should be no spaces inside this paren. (space-in-parens)
(#4304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4305) There should be no spaces inside this paren. (space-in-parens)
(#4305) There should be no spaces inside this paren. (space-in-parens)
(#4305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) There should be no spaces inside this paren. (space-in-parens)
(#4307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4316) There should be no spaces inside this paren. (space-in-parens)
(#4316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4320) Expected to return a value at the end of this function. (consistent-return)
(#4320) There should be no spaces inside this paren. (space-in-parens)
(#4320) There should be no spaces inside this paren. (space-in-parens)
(#4320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4323) There should be no spaces inside this paren. (space-in-parens)
(#4323) There should be no spaces inside this paren. (space-in-parens)
(#4323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4326) There should be no spaces inside this paren. (space-in-parens)
(#4326) There should be no spaces inside this paren. (space-in-parens)
(#4326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4327) There should be no spaces inside this paren. (space-in-parens)
(#4327) There should be no spaces inside this paren. (space-in-parens)
(#4327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4332) There should be no spaces inside this paren. (space-in-parens)
(#4332) There should be no spaces inside this paren. (space-in-parens)
(#4332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) There should be no spaces inside this paren. (space-in-parens)
(#4340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4341) There should be no spaces inside this paren. (space-in-parens)
(#4341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4351) There should be no spaces inside this paren. (space-in-parens)
(#4351) There should be no spaces inside this paren. (space-in-parens)
(#4351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4357) There should be no space after '[' (computed-property-spacing)
(#4357) There should be no space before ']' (computed-property-spacing)
(#4357) There should be no space after '[' (computed-property-spacing)
(#4357) There should be no space before ']' (computed-property-spacing)
(#4357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4358) There should be no spaces inside this paren. (space-in-parens)
(#4358) There should be no spaces inside this paren. (space-in-parens)
(#4358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4363) There should be no space after '[' (computed-property-spacing)
(#4363) There should be no space before ']' (computed-property-spacing)
(#4363) There should be no spaces inside this paren. (space-in-parens)
(#4363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4364) There should be no spaces inside this paren. (space-in-parens)
(#4364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4368) There should be no spaces inside this paren. (space-in-parens)
(#4368) There should be no spaces inside this paren. (space-in-parens)
(#4368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4369) There should be no space after '[' (array-bracket-spacing)
(#4369) There should be no space before ']' (array-bracket-spacing)
(#4369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) There should be no spaces inside this paren. (space-in-parens)
(#4370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4371) There should be no spaces inside this paren. (space-in-parens)
(#4371) There should be no spaces inside this paren. (space-in-parens)
(#4371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4375) There should be no spaces inside this paren. (space-in-parens)
(#4375) There should be no spaces inside this paren. (space-in-parens)
(#4375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) There should be no spaces inside this paren. (space-in-parens)
(#4376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4377) There should be no space after '[' (computed-property-spacing)
(#4377) There should be no space before ']' (computed-property-spacing)
(#4377) There should be no spaces inside this paren. (space-in-parens)
(#4377) There should be no space after '[' (computed-property-spacing)
(#4377) There should be no space before ']' (computed-property-spacing)
(#4377) There should be no spaces inside this paren. (space-in-parens)
(#4377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4380) There should be no spaces inside this paren. (space-in-parens)
(#4380) There should be no spaces inside this paren. (space-in-parens)
(#4380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4381) There should be no spaces inside this paren. (space-in-parens)
(#4381) There should be no spaces inside this paren. (space-in-parens)
(#4381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4398) There should be no space after '[' (computed-property-spacing)
(#4398) There should be no space before ']' (computed-property-spacing)
(#4398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4399) There should be no spaces inside this paren. (space-in-parens)
(#4399) There should be no spaces inside this paren. (space-in-parens)
(#4399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4401) There should be no spaces inside this paren. (space-in-parens)
(#4401) There should be no spaces inside this paren. (space-in-parens)
(#4401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4405) There should be no spaces inside this paren. (space-in-parens)
(#4405) There should be no spaces inside this paren. (space-in-parens)
(#4405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4406) There should be no spaces inside this paren. (space-in-parens)
(#4406) There should be no spaces inside this paren. (space-in-parens)
(#4406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4411) There should be no spaces inside this paren. (space-in-parens)
(#4411) There should be no spaces inside this paren. (space-in-parens)
(#4411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4413) There should be no spaces inside this paren. (space-in-parens)
(#4413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4418) There should be no spaces inside this paren. (space-in-parens)
(#4418) There should be no spaces inside this paren. (space-in-parens)
(#4418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4419) There should be no spaces inside this paren. (space-in-parens)
(#4419) There should be no spaces inside this paren. (space-in-parens)
(#4419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4420) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4420) There should be no spaces inside this paren. (space-in-parens)
(#4420) There should be no spaces inside this paren. (space-in-parens)
(#4420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4424) There should be no spaces inside this paren. (space-in-parens)
(#4424) There should be no spaces inside this paren. (space-in-parens)
(#4424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) There should be no spaces inside this paren. (space-in-parens)
(#4426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) There should be no spaces inside this paren. (space-in-parens)
(#4455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4456) ["empty"] is better written in dot notation. (dot-notation)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) There should be no spaces inside this paren. (space-in-parens)
(#4456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4459) There should be no spaces inside this paren. (space-in-parens)
(#4459) There should be no spaces inside this paren. (space-in-parens)
(#4459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4467) There should be no spaces inside this paren. (space-in-parens)
(#4467) There should be no spaces inside this paren. (space-in-parens)
(#4467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4476) There should be no spaces inside this paren. (space-in-parens)
(#4476) There should be no spaces inside this paren. (space-in-parens)
(#4476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4477) There should be no spaces inside this paren. (space-in-parens)
(#4477) There should be no spaces inside this paren. (space-in-parens)
(#4477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4486) There should be no spaces inside this paren. (space-in-parens)
(#4486) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4486) There should be no spaces inside this paren. (space-in-parens)
(#4486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4499) There should be no spaces inside this paren. (space-in-parens)
(#4499) There should be no spaces inside this paren. (space-in-parens)
(#4499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4508) There should be no spaces inside this paren. (space-in-parens)
(#4508) There should be no spaces inside this paren. (space-in-parens)
(#4508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4510) Unexpected use of '~'. (no-bitwise)
(#4510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4519) There should be no space after '[' (array-bracket-spacing)
(#4519) There should be no space before ']' (array-bracket-spacing)
(#4519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4522) There should be no spaces inside this paren. (space-in-parens)
(#4522) There should be no spaces inside this paren. (space-in-parens)
(#4522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4523) There should be no space after '[' (array-bracket-spacing)
(#4523) There should be no space before ']' (array-bracket-spacing)
(#4523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) There should be no spaces inside this paren. (space-in-parens)
(#4526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4527) There should be no space after '[' (array-bracket-spacing)
(#4527) There should be no space before ']' (array-bracket-spacing)
(#4527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4531) There should be no spaces inside this paren. (space-in-parens)
(#4531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4532) There should be no spaces inside this paren. (space-in-parens)
(#4532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4537) There should be no spaces inside this paren. (space-in-parens)
(#4537) There should be no spaces inside this paren. (space-in-parens)
(#4537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) There should be no spaces inside this paren. (space-in-parens)
(#4538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4539) There should be no spaces inside this paren. (space-in-parens)
(#4539) There should be no spaces inside this paren. (space-in-parens)
(#4539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) There should be no spaces inside this paren. (space-in-parens)
(#4544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4545) There should be no spaces inside this paren. (space-in-parens)
(#4545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) There should be no spaces inside this paren. (space-in-parens)
(#4546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) There should be no spaces inside this paren. (space-in-parens)
(#4551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4552) There should be no spaces inside this paren. (space-in-parens)
(#4552) There should be no spaces inside this paren. (space-in-parens)
(#4552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4553) There should be no spaces inside this paren. (space-in-parens)
(#4553) There should be no spaces inside this paren. (space-in-parens)
(#4553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4560) Missing JSDoc comment. (require-jsdoc)
(#4560) There should be no spaces inside this paren. (space-in-parens)
(#4560) There should be no spaces inside this paren. (space-in-parens)
(#4560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4567) There should be no spaces inside this paren. (space-in-parens)
(#4567) There should be no spaces inside this paren. (space-in-parens)
(#4567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4568) There should be no spaces inside this paren. (space-in-parens)
(#4568) There should be no spaces inside this paren. (space-in-parens)
(#4568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4579) There should be no spaces inside this paren. (space-in-parens)
(#4579) There should be no spaces inside this paren. (space-in-parens)
(#4579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4580) There should be no spaces inside this paren. (space-in-parens)
(#4580) There should be no spaces inside this paren. (space-in-parens)
(#4580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4585) There should be no spaces inside this paren. (space-in-parens)
(#4585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4587) Unexpected use of '&'. (no-bitwise)
(#4587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4592) There should be no spaces inside this paren. (space-in-parens)
(#4592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4597) There should be no spaces inside this paren. (space-in-parens)
(#4597) There should be no spaces inside this paren. (space-in-parens)
(#4597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4609) There should be no spaces inside this paren. (space-in-parens)
(#4609) There should be no spaces inside this paren. (space-in-parens)
(#4609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4610) There should be no spaces inside this paren. (space-in-parens)
(#4610) There should be no spaces inside this paren. (space-in-parens)
(#4610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4613) There should be no spaces inside this paren. (space-in-parens)
(#4613) There should be no spaces inside this paren. (space-in-parens)
(#4613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4616) There should be no spaces inside this paren. (space-in-parens)
(#4616) There should be no spaces inside this paren. (space-in-parens)
(#4616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4622) There should be no spaces inside this paren. (space-in-parens)
(#4622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4623) There should be no spaces inside this paren. (space-in-parens)
(#4623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4629) There should be no spaces inside this paren. (space-in-parens)
(#4629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4639) There should be no spaces inside this paren. (space-in-parens)
(#4639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4640) There should be no spaces inside this paren. (space-in-parens)
(#4640) There should be no spaces inside this paren. (space-in-parens)
(#4640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4645) 'i' used outside of binding context. (block-scoped-var)
(#4645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4646) 'i' used outside of binding context. (block-scoped-var)
(#4646) There should be no spaces inside this paren. (space-in-parens)
(#4646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4647) There should be no spaces inside this paren. (space-in-parens)
(#4647) 'i' used outside of binding context. (block-scoped-var)
(#4647) There should be no spaces inside this paren. (space-in-parens)
(#4647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) There should be no spaces inside this paren. (space-in-parens)
(#4652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4656) There should be no spaces inside this paren. (space-in-parens)
(#4656) There should be no spaces inside this paren. (space-in-parens)
(#4656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4665) There should be no spaces inside this paren. (space-in-parens)
(#4665) There should be no spaces inside this paren. (space-in-parens)
(#4665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4666) There should be no spaces inside this paren. (space-in-parens)
(#4666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4667) There should be no space after '[' (computed-property-spacing)
(#4667) There should be no space before ']' (computed-property-spacing)
(#4667) There should be no spaces inside this paren. (space-in-parens)
(#4667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4668) There should be no spaces inside this paren. (space-in-parens)
(#4668) There should be no spaces inside this paren. (space-in-parens)
(#4668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4672) There should be no space after '[' (computed-property-spacing)
(#4672) There should be no space before ']' (computed-property-spacing)
(#4672) There should be no spaces inside this paren. (space-in-parens)
(#4672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4679) There should be no spaces inside this paren. (space-in-parens)
(#4679) There should be no spaces inside this paren. (space-in-parens)
(#4679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4680) There should be no spaces inside this paren. (space-in-parens)
(#4680) There should be no spaces inside this paren. (space-in-parens)
(#4680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4683) Missing JSDoc comment. (require-jsdoc)
(#4683) There should be no spaces inside this paren. (space-in-parens)
(#4683) There should be no spaces inside this paren. (space-in-parens)
(#4683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4686) There should be no space after '[' (computed-property-spacing)
(#4686) There should be no space before ']' (computed-property-spacing)
(#4686) There should be no space after '[' (computed-property-spacing)
(#4686) There should be no space before ']' (computed-property-spacing)
(#4686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4688) There should be no spaces inside this paren. (space-in-parens)
(#4688) There should be no spaces inside this paren. (space-in-parens)
(#4688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4696) There should be no spaces inside this paren. (space-in-parens)
(#4696) There should be no spaces inside this paren. (space-in-parens)
(#4696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4699) There should be no spaces inside this paren. (space-in-parens)
(#4699) There should be no spaces inside this paren. (space-in-parens)
(#4699) There should be no spaces inside this paren. (space-in-parens)
(#4699) There should be no spaces inside this paren. (space-in-parens)
(#4699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4700) There should be no spaces inside this paren. (space-in-parens)
(#4700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4702) There should be no spaces inside this paren. (space-in-parens)
(#4702) There should be no spaces inside this paren. (space-in-parens)
(#4702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#4711) There should be no spaces inside this paren. (space-in-parens)
(#4711) There should be no spaces inside this paren. (space-in-parens)
(#4711) There should be no spaces inside this paren. (space-in-parens)
(#4711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4712) There should be no spaces inside this paren. (space-in-parens)
(#4712) There should be no spaces inside this paren. (space-in-parens)
(#4712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4715) There should be no spaces inside this paren. (space-in-parens)
(#4715) There should be no spaces inside this paren. (space-in-parens)
(#4715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4719) There should be no spaces inside this paren. (space-in-parens)
(#4719) There should be no spaces inside this paren. (space-in-parens)
(#4719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4720) There should be no spaces inside this paren. (space-in-parens)
(#4720) There should be no space after '[' (computed-property-spacing)
(#4720) There should be no space before ']' (computed-property-spacing)
(#4720) There should be no spaces inside this paren. (space-in-parens)
(#4720) There should be no spaces inside this paren. (space-in-parens)
(#4720) There should be no space after '[' (computed-property-spacing)
(#4720) There should be no space before ']' (computed-property-spacing)
(#4720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4721) There should be no space after '[' (computed-property-spacing)
(#4721) There should be no space before ']' (computed-property-spacing)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4721) There should be no spaces inside this paren. (space-in-parens)
(#4721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4723) There should be no spaces inside this paren. (space-in-parens)
(#4723) There should be no spaces inside this paren. (space-in-parens)
(#4723) There should be no spaces inside this paren. (space-in-parens)
(#4723) There should be no spaces inside this paren. (space-in-parens)
(#4723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4724) There should be no spaces inside this paren. (space-in-parens)
(#4724) There should be no spaces inside this paren. (space-in-parens)
(#4724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) There should be no spaces inside this paren. (space-in-parens)
(#4730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4738) Do not nest ternary expressions (no-nested-ternary)
(#4738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4741) There should be no spaces inside this paren. (space-in-parens)
(#4741) There should be no spaces inside this paren. (space-in-parens)
(#4741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4746) Missing JSDoc comment. (require-jsdoc)
(#4746) There should be no spaces inside this paren. (space-in-parens)
(#4746) There should be no spaces inside this paren. (space-in-parens)
(#4746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4753) Expected to return a value at the end of this function. (consistent-return)
(#4753) There should be no spaces inside this paren. (space-in-parens)
(#4753) There should be no spaces inside this paren. (space-in-parens)
(#4753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4754) There should be no spaces inside this paren. (space-in-parens)
(#4754) There should be no space after '[' (computed-property-spacing)
(#4754) There should be no space before ']' (computed-property-spacing)
(#4754) There should be no spaces inside this paren. (space-in-parens)
(#4754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Multiple spaces found before ')'. (no-multi-spaces)
(#4755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4762) Expected to return a value at the end of this function. (consistent-return)
(#4762) There should be no spaces inside this paren. (space-in-parens)
(#4762) There should be no spaces inside this paren. (space-in-parens)
(#4762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4764) There should be no spaces inside this paren. (space-in-parens)
(#4764) There should be no spaces inside this paren. (space-in-parens)
(#4764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) There should be no space after '[' (computed-property-spacing)
(#4768) There should be no space before ']' (computed-property-spacing)
(#4768) There should be no spaces inside this paren. (space-in-parens)
(#4768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) There should be no spaces inside this paren. (space-in-parens)
(#4769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) There should be no space after '[' (computed-property-spacing)
(#4770) There should be no space before ']' (computed-property-spacing)
(#4770) There should be no spaces inside this paren. (space-in-parens)
(#4770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Blocks are nested too deeply (5). (max-depth)
(#4773) There should be no spaces inside this paren. (space-in-parens)
(#4773) There should be no spaces inside this paren. (space-in-parens)
(#4773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4777) There should be no space after '[' (computed-property-spacing)
(#4777) There should be no space before ']' (computed-property-spacing)
(#4777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4778) Blocks are nested too deeply (5). (max-depth)
(#4778) There should be no spaces inside this paren. (space-in-parens)
(#4778) There should be no spaces inside this paren. (space-in-parens)
(#4778) There should be no spaces inside this paren. (space-in-parens)
(#4778) There should be no spaces inside this paren. (space-in-parens)
(#4778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4787) There should be no spaces inside this paren. (space-in-parens)
(#4787) There should be no space after '[' (computed-property-spacing)
(#4787) There should be no space before ']' (computed-property-spacing)
(#4787) There should be no spaces inside this paren. (space-in-parens)
(#4787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4788) There should be no spaces inside this paren. (space-in-parens)
(#4788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4789) There should be no spaces inside this paren. (space-in-parens)
(#4789) There should be no spaces inside this paren. (space-in-parens)
(#4789) There should be no spaces inside this paren. (space-in-parens)
(#4789) There should be no spaces inside this paren. (space-in-parens)
(#4789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4798) Missing JSDoc comment. (require-jsdoc)
(#4798) There should be no spaces inside this paren. (space-in-parens)
(#4798) There should be no spaces inside this paren. (space-in-parens)
(#4798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4803) There should be no spaces inside this paren. (space-in-parens)
(#4803) There should be no spaces inside this paren. (space-in-parens)
(#4803) There should be no spaces inside this paren. (space-in-parens)
(#4803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4812) Missing JSDoc comment. (require-jsdoc)
(#4812) There should be no spaces inside this paren. (space-in-parens)
(#4812) There should be no spaces inside this paren. (space-in-parens)
(#4812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4817) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4819) There should be no spaces inside this paren. (space-in-parens)
(#4819) There should be no spaces inside this paren. (space-in-parens)
(#4819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4820) There should be no spaces inside this paren. (space-in-parens)
(#4820) There should be no spaces inside this paren. (space-in-parens)
(#4820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#4822) There should be no spaces inside this paren. (space-in-parens)
(#4822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4824) There should be no spaces inside this paren. (space-in-parens)
(#4824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4833) Missing JSDoc comment. (require-jsdoc)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4834) There should be no space after '[' (computed-property-spacing)
(#4834) There should be no space before ']' (computed-property-spacing)
(#4834) There should be no spaces inside this paren. (space-in-parens)
(#4834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4835) There should be no spaces inside this paren. (space-in-parens)
(#4835) There should be no spaces inside this paren. (space-in-parens)
(#4835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4837) There should be no spaces inside this paren. (space-in-parens)
(#4837) There should be no space after '[' (computed-property-spacing)
(#4837) There should be no space before ']' (computed-property-spacing)
(#4837) There should be no spaces inside this paren. (space-in-parens)
(#4837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4838) There should be no spaces inside this paren. (space-in-parens)
(#4838) There should be no spaces inside this paren. (space-in-parens)
(#4838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4840) Function 'anonymous' has a complexity of 26. (complexity)
(#4840) There should be no spaces inside this paren. (space-in-parens)
(#4840) There should be no spaces inside this paren. (space-in-parens)
(#4840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4847) There should be no space after '[' (array-bracket-spacing)
(#4847) There should be no space before ']' (array-bracket-spacing)
(#4847) There should be no spaces inside this paren. (space-in-parens)
(#4847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4850) There should be no spaces inside this paren. (space-in-parens)
(#4850) There should be no spaces inside this paren. (space-in-parens)
(#4850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4851) There should be no spaces inside this paren. (space-in-parens)
(#4851) There should be no spaces inside this paren. (space-in-parens)
(#4851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4854) Do not nest ternary expressions (no-nested-ternary)
(#4854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4856) There should be no spaces inside this paren. (space-in-parens)
(#4856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4866) There should be no spaces inside this paren. (space-in-parens)
(#4866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4867) There should be no spaces inside this paren. (space-in-parens)
(#4867) There should be no spaces inside this paren. (space-in-parens)
(#4867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4871) There should be no spaces inside this paren. (space-in-parens)
(#4871) There should be no spaces inside this paren. (space-in-parens)
(#4871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4872) There should be no spaces inside this paren. (space-in-parens)
(#4872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4873) There should be no spaces inside this paren. (space-in-parens)
(#4873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4877) There should be no spaces inside this paren. (space-in-parens)
(#4877) There should be no spaces inside this paren. (space-in-parens)
(#4877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4878) There should be no spaces inside this paren. (space-in-parens)
(#4878) There should be no spaces inside this paren. (space-in-parens)
(#4878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4879) There should be no space after '[' (computed-property-spacing)
(#4879) There should be no space before ']' (computed-property-spacing)
(#4879) There should be no space after '[' (computed-property-spacing)
(#4879) There should be no space before ']' (computed-property-spacing)
(#4879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4884) There should be no spaces inside this paren. (space-in-parens)
(#4884) There should be no spaces inside this paren. (space-in-parens)
(#4884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4886) There should be no spaces inside this paren. (space-in-parens)
(#4886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4890) There should be no spaces inside this paren. (space-in-parens)
(#4890) There should be no spaces inside this paren. (space-in-parens)
(#4890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4891) Blocks are nested too deeply (5). (max-depth)
(#4891) There should be no spaces inside this paren. (space-in-parens)
(#4891) There should be no spaces inside this paren. (space-in-parens)
(#4891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4893) There should be no spaces inside this paren. (space-in-parens)
(#4893) There should be no spaces inside this paren. (space-in-parens)
(#4893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4896) There should be no spaces inside this paren. (space-in-parens)
(#4896) There should be no spaces inside this paren. (space-in-parens)
(#4896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#4902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4903) There should be no spaces inside this paren. (space-in-parens)
(#4903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4914) There should be no spaces inside this paren. (space-in-parens)
(#4914) There should be no spaces inside this paren. (space-in-parens)
(#4914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4917) There should be no spaces inside this paren. (space-in-parens)
(#4917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4918) There should be no spaces inside this paren. (space-in-parens)
(#4918) There should be no spaces inside this paren. (space-in-parens)
(#4918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4920) There should be no spaces inside this paren. (space-in-parens)
(#4920) 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 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) Missing JSDoc comment. (require-jsdoc)
(#4926) There should be no spaces inside this paren. (space-in-parens)
(#4926) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no space after '[' (computed-property-spacing)
(#4929) There should be no space before ']' (computed-property-spacing)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4934) There should be no spaces inside this paren. (space-in-parens)
(#4934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4936) There should be no spaces inside this paren. (space-in-parens)
(#4936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4937) There should be no spaces inside this paren. (space-in-parens)
(#4937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4938) There should be no spaces inside this paren. (space-in-parens)
(#4938) There should be no spaces inside this paren. (space-in-parens)
(#4938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4939) There should be no spaces inside this paren. (space-in-parens)
(#4939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4940) There should be no space after '[' (array-bracket-spacing)
(#4940) There should be no spaces inside this paren. (space-in-parens)
(#4940) There should be no spaces inside this paren. (space-in-parens)
(#4940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4941) There should be no spaces inside this paren. (space-in-parens)
(#4941) There should be no spaces inside this paren. (space-in-parens)
(#4941) There should be no spaces inside this paren. (space-in-parens)
(#4941) There should be no spaces inside this paren. (space-in-parens)
(#4941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4943) There should be no spaces inside this paren. (space-in-parens)
(#4943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4944) There should be no spaces inside this paren. (space-in-parens)
(#4944) There should be no spaces inside this paren. (space-in-parens)
(#4944) There should be no spaces inside this paren. (space-in-parens)
(#4944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4945) There should be no space before ']' (array-bracket-spacing)
(#4945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4947) There should be no spaces inside this paren. (space-in-parens)
(#4947) There should be no spaces inside this paren. (space-in-parens)
(#4947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4948) There should be no spaces inside this paren. (space-in-parens)
(#4948) There should be no space after '[' (computed-property-spacing)
(#4948) There should be no space before ']' (computed-property-spacing)
(#4948) There should be no spaces inside this paren. (space-in-parens)
(#4948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4949) There should be no space after '[' (array-bracket-spacing)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no spaces inside this paren. (space-in-parens)
(#4949) There should be no space before ']' (array-bracket-spacing)
(#4949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4951) There should be no space after '[' (computed-property-spacing)
(#4951) There should be no space before ']' (computed-property-spacing)
(#4951) There should be no spaces inside this paren. (space-in-parens)
(#4951) There should be no spaces inside this paren. (space-in-parens)
(#4951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) There should be no space after '[' (computed-property-spacing)
(#4954) There should be no space before ']' (computed-property-spacing)
(#4954) There should be no spaces inside this paren. (space-in-parens)
(#4954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4957) There should be no spaces inside this paren. (space-in-parens)
(#4957) There should be no spaces inside this paren. (space-in-parens)
(#4957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4958) Blocks are nested too deeply (5). (max-depth)
(#4958) There should be no spaces inside this paren. (space-in-parens)
(#4958) There should be no space after '[' (computed-property-spacing)
(#4958) There should be no space before ']' (computed-property-spacing)
(#4958) There should be no spaces inside this paren. (space-in-parens)
(#4958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) There should be no spaces inside this paren. (space-in-parens)
(#4963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) There should be no spaces inside this paren. (space-in-parens)
(#4964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4966) There should be no spaces inside this paren. (space-in-parens)
(#4966) There should be no spaces inside this paren. (space-in-parens)
(#4966) There should be no spaces inside this paren. (space-in-parens)
(#4966) There should be no spaces inside this paren. (space-in-parens)
(#4966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4967) There should be no spaces inside this paren. (space-in-parens)
(#4967) There should be no spaces inside this paren. (space-in-parens)
(#4967) There should be no spaces inside this paren. (space-in-parens)
(#4967) There should be no spaces inside this paren. (space-in-parens)
(#4967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) There should be no spaces inside this paren. (space-in-parens)
(#4971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4975) There should be no spaces inside this paren. (space-in-parens)
(#4975) There should be no spaces inside this paren. (space-in-parens)
(#4975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4978) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4981) Function 'anonymous' has a complexity of 22. (complexity)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4981) There should be no spaces inside this paren. (space-in-parens)
(#4981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4987) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4990) ["TAG"] is better written in dot notation. (dot-notation)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4994) There should be no spaces inside this paren. (space-in-parens)
(#4994) There should be no spaces inside this paren. (space-in-parens)
(#4994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5000) There should be no spaces inside this paren. (space-in-parens)
(#5000) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5000) There should be no spaces inside this paren. (space-in-parens)
(#5000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5002) There should be no spaces inside this paren. (space-in-parens)
(#5002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5003) There should be no spaces inside this paren. (space-in-parens)
(#5003) There should be no spaces inside this paren. (space-in-parens)
(#5003) There should be no spaces inside this paren. (space-in-parens)
(#5003) There should be no spaces inside this paren. (space-in-parens)
(#5003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5004) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) There should be no spaces inside this paren. (space-in-parens)
(#5015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5017) There should be no spaces inside this paren. (space-in-parens)
(#5017) There should be no spaces inside this paren. (space-in-parens)
(#5017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5022) There should be no spaces inside this paren. (space-in-parens)
(#5022) There should be no spaces inside this paren. (space-in-parens)
(#5022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5030) There should be no spaces inside this paren. (space-in-parens)
(#5030) There should be no spaces inside this paren. (space-in-parens)
(#5030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5031) There should be no spaces inside this paren. (space-in-parens)
(#5031) There should be no spaces inside this paren. (space-in-parens)
(#5031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5032) There should be no spaces inside this paren. (space-in-parens)
(#5032) There should be no spaces inside this paren. (space-in-parens)
(#5032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5037) There should be no spaces inside this paren. (space-in-parens)
(#5037) There should be no spaces inside this paren. (space-in-parens)
(#5037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5038) There should be no spaces inside this paren. (space-in-parens)
(#5038) There should be no spaces inside this paren. (space-in-parens)
(#5038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5039) Blocks are nested too deeply (5). (max-depth)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5040) There should be no spaces inside this paren. (space-in-parens)
(#5040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5050) There should be no spaces inside this paren. (space-in-parens)
(#5050) There should be no spaces inside this paren. (space-in-parens)
(#5050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5053) There should be no spaces inside this paren. (space-in-parens)
(#5053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5054) There should be no spaces inside this paren. (space-in-parens)
(#5054) There should be no spaces inside this paren. (space-in-parens)
(#5054) There should be no spaces inside this paren. (space-in-parens)
(#5054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) There should be no spaces inside this paren. (space-in-parens)
(#5061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5071) There should be no spaces inside this paren. (space-in-parens)
(#5071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5075) There should be no spaces inside this paren. (space-in-parens)
(#5075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5079) There should be no space after '[' (computed-property-spacing)
(#5079) There should be no space before ']' (computed-property-spacing)
(#5079) There should be no space after '[' (computed-property-spacing)
(#5079) There should be no space before ']' (computed-property-spacing)
(#5079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5084) There should be no spaces inside this paren. (space-in-parens)
(#5084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#5089) There should be no space after '[' (computed-property-spacing)
(#5089) There should be no space before ']' (computed-property-spacing)
(#5089) There should be no spaces inside this paren. (space-in-parens)
(#5089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5090) There should be no spaces inside this paren. (space-in-parens)
(#5090) There should be no spaces inside this paren. (space-in-parens)
(#5090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5092) There should be no spaces inside this paren. (space-in-parens)
(#5092) There should be no spaces inside this paren. (space-in-parens)
(#5092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) There should be no spaces inside this paren. (space-in-parens)
(#5097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5102) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5105) There should be no spaces inside this paren. (space-in-parens)
(#5105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5106) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5111) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5113) There should be no spaces inside this paren. (space-in-parens)
(#5113) There should be no spaces inside this paren. (space-in-parens)
(#5113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5114) 'j' is defined but never used (no-unused-vars)
(#5114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5116) There should be no spaces inside this paren. (space-in-parens)
(#5116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5118) There should be no spaces inside this paren. (space-in-parens)
(#5118) There should be no spaces inside this paren. (space-in-parens)
(#5118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5121) There should be no spaces inside this paren. (space-in-parens)
(#5121) There should be no spaces inside this paren. (space-in-parens)
(#5121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5122) There should be no spaces inside this paren. (space-in-parens)
(#5122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5124) There should be no space after '[' (computed-property-spacing)
(#5124) There should be no space before ']' (computed-property-spacing)
(#5124) There should be no spaces inside this paren. (space-in-parens)
(#5124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5126) ["ID"] is better written in dot notation. (dot-notation)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#5127) There should be no spaces inside this paren. (space-in-parens)
(#5127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5131) There should be no spaces inside this paren. (space-in-parens)
(#5131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5135) There should be no spaces inside this paren. (space-in-parens)
(#5135) ["POS"] is better written in dot notation. (dot-notation)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5139) There should be no spaces inside this paren. (space-in-parens)
(#5139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5142) There should be no spaces inside this paren. (space-in-parens)
(#5142) There should be no space after '[' (computed-property-spacing)
(#5142) There should be no space before ']' (computed-property-spacing)
(#5142) There should be no spaces inside this paren. (space-in-parens)
(#5142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5144) Blocks are nested too deeply (5). (max-depth)
(#5144) There should be no spaces inside this paren. (space-in-parens)
(#5144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5145) There should be no spaces inside this paren. (space-in-parens)
(#5145) There should be no spaces inside this paren. (space-in-parens)
(#5145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5146) There should be no spaces inside this paren. (space-in-parens)
(#5146) There should be no spaces inside this paren. (space-in-parens)
(#5146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5148) There should be no spaces inside this paren. (space-in-parens)
(#5148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5153) Blocks are nested too deeply (6). (max-depth)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5153) There should be no spaces inside this paren. (space-in-parens)
(#5153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) There should be no spaces inside this paren. (space-in-parens)
(#5154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5167) There should be no spaces inside this paren. (space-in-parens)
(#5167) There should be no spaces inside this paren. (space-in-parens)
(#5167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5172) There should be no spaces inside this paren. (space-in-parens)
(#5172) There should be no spaces inside this paren. (space-in-parens)
(#5172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5177) There should be no spaces inside this paren. (space-in-parens)
(#5177) There should be no spaces inside this paren. (space-in-parens)
(#5177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5182) Unnecessary escape character: \= (no-useless-escape)
(#5182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5186) There should be no space after '[' (array-bracket-spacing)
(#5186) There should be no space before ']' (array-bracket-spacing)
(#5186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5191) There should be no space after '[' (array-bracket-spacing)
(#5191) There should be no space before ']' (array-bracket-spacing)
(#5191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5200) There should be no spaces inside this paren. (space-in-parens)
(#5200) There should be no spaces inside this paren. (space-in-parens)
(#5200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5209) There should be no spaces inside this paren. (space-in-parens)
(#5209) There should be no spaces inside this paren. (space-in-parens)
(#5209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) There should be no spaces inside this paren. (space-in-parens)
(#5210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5221) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5227) There should be no spaces inside this paren. (space-in-parens)
(#5227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5233) There should be no spaces inside this paren. (space-in-parens)
(#5233) There should be no spaces inside this paren. (space-in-parens)
(#5233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5241) 'select' is a function. (no-func-assign)
(#5241) There should be no spaces inside this paren. (space-in-parens)
(#5241) There should be no spaces inside this paren. (space-in-parens)
(#5241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5256) There should be no spaces inside this paren. (space-in-parens)
(#5256) There should be no spaces inside this paren. (space-in-parens)
(#5256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5257) There should be no spaces inside this paren. (space-in-parens)
(#5257) There should be no spaces inside this paren. (space-in-parens)
(#5257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5259) There should be no spaces inside this paren. (space-in-parens)
(#5259) There should be no spaces inside this paren. (space-in-parens)
(#5259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5260) There should be no spaces inside this paren. (space-in-parens)
(#5260) There should be no spaces inside this paren. (space-in-parens)
(#5260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5262) There should be no spaces inside this paren. (space-in-parens)
(#5262) There should be no spaces inside this paren. (space-in-parens)
(#5262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5278) There should be no spaces inside this paren. (space-in-parens)
(#5278) There should be no spaces inside this paren. (space-in-parens)
(#5278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5280) Expected space(s) after "catch". (keyword-spacing)
(#5280) Empty block statement. (no-empty)
(#5280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5292) There should be no spaces inside this paren. (space-in-parens)
(#5292) There should be no spaces inside this paren. (space-in-parens)
(#5292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5296) There should be no spaces inside this paren. (space-in-parens)
(#5296) There should be no spaces inside this paren. (space-in-parens)
(#5296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#5303) There should be no spaces inside this paren. (space-in-parens)
(#5303) Empty block statement. (no-empty)
(#5303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5307) There should be no spaces inside this paren. (space-in-parens)
(#5307) There should be no spaces inside this paren. (space-in-parens)
(#5307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5309) There should be no spaces inside this paren. (space-in-parens)
(#5309) There should be no spaces inside this paren. (space-in-parens)
(#5309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5311) There should be no spaces inside this paren. (space-in-parens)
(#5311) There should be no spaces inside this paren. (space-in-parens)
(#5311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5316) There should be no spaces inside this paren. (space-in-parens)
(#5316) There should be no spaces inside this paren. (space-in-parens)
(#5316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5319) There should be no spaces inside this paren. (space-in-parens)
(#5319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5322) There should be no spaces inside this paren. (space-in-parens)
(#5322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5325) Expected space(s) after "catch". (keyword-spacing)
(#5325) Empty block statement. (no-empty)
(#5325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5328) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5328) There should be no spaces inside this paren. (space-in-parens)
(#5328) There should be no space after '[' (array-bracket-spacing)
(#5328) There should be no space before ']' (array-bracket-spacing)
(#5328) There should be no spaces inside this paren. (space-in-parens)
(#5328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5335) ["nth"] is better written in dot notation. (dot-notation)
(#5335) ["eq"] is better written in dot notation. (dot-notation)
(#5335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5338) Missing JSDoc comment. (require-jsdoc)
(#5338) Unexpected empty function. (no-empty-function)
(#5338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5340) A constructor name should not start with a lowercase letter. (new-cap)
(#5340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5353) There should be no spaces inside this paren. (space-in-parens)
(#5353) There should be no spaces inside this paren. (space-in-parens)
(#5353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5367) There should be no spaces inside this paren. (space-in-parens)
(#5367) There should be no spaces inside this paren. (space-in-parens)
(#5367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5371) There should be no spaces inside this paren. (space-in-parens)
(#5371) There should be no spaces inside this paren. (space-in-parens)
(#5371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5372) There should be no spaces inside this paren. (space-in-parens)
(#5372) There should be no spaces inside this paren. (space-in-parens)
(#5372) Expected to return a value at the end of this function. (consistent-return)
(#5372) Expected to return a value at the end of this function. (array-callback-return)
(#5372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5373) There should be no spaces inside this paren. (space-in-parens)
(#5373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5374) There should be no space after '[' (computed-property-spacing)
(#5374) There should be no space before ']' (computed-property-spacing)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5374) There should be no spaces inside this paren. (space-in-parens)
(#5374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5381) There should be no spaces inside this paren. (space-in-parens)
(#5381) There should be no spaces inside this paren. (space-in-parens)
(#5381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5385) There should be no spaces inside this paren. (space-in-parens)
(#5385) There should be no spaces inside this paren. (space-in-parens)
(#5385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5389) There should be no spaces inside this paren. (space-in-parens)
(#5389) There should be no spaces inside this paren. (space-in-parens)
(#5389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5390) There should be no spaces inside this paren. (space-in-parens)
(#5390) There should be no spaces inside this paren. (space-in-parens)
(#5390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5391) Blocks are nested too deeply (5). (max-depth)
(#5391) There should be no spaces inside this paren. (space-in-parens)
(#5391) There should be no spaces inside this paren. (space-in-parens)
(#5391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5405) There should be no spaces inside this paren. (space-in-parens)
(#5405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5408) Expected to return a value at the end of this function. (array-callback-return)
(#5408) Expected to return a value at the end of this function. (consistent-return)
(#5408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5409) There should be no spaces inside this paren. (space-in-parens)
(#5409) There should be no spaces inside this paren. (space-in-parens)
(#5409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5410) There should be no spaces inside this paren. (space-in-parens)
(#5410) There should be no spaces inside this paren. (space-in-parens)
(#5410) There should be no spaces inside this paren. (space-in-parens)
(#5410) There should be no spaces inside this paren. (space-in-parens)
(#5410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5417) There should be no spaces inside this paren. (space-in-parens)
(#5417) There should be no spaces inside this paren. (space-in-parens)
(#5417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5418) There should be no spaces inside this paren. (space-in-parens)
(#5418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5427) Do not nest ternary expressions (no-nested-ternary)
(#5427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5430) There should be no spaces inside this paren. (space-in-parens)
(#5430) There should be no spaces inside this paren. (space-in-parens)
(#5430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) There should be no spaces inside this paren. (space-in-parens)
(#5431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5433) There should be no spaces inside this paren. (space-in-parens)
(#5433) There should be no spaces inside this paren. (space-in-parens)
(#5433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5436) There should be no spaces inside this paren. (space-in-parens)
(#5436) There should be no spaces inside this paren. (space-in-parens)
(#5436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5441) There should be no spaces inside this paren. (space-in-parens)
(#5441) There should be no spaces inside this paren. (space-in-parens)
(#5441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5442) There should be no spaces inside this paren. (space-in-parens)
(#5442) There should be no spaces inside this paren. (space-in-parens)
(#5442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5445) There should be no spaces inside this paren. (space-in-parens)
(#5445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5449) There should be no spaces inside this paren. (space-in-parens)
(#5449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5450) There should be no spaces inside this paren. (space-in-parens)
(#5450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5457) There should be no spaces inside this paren. (space-in-parens)
(#5457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5459) There should be no spaces inside this paren. (space-in-parens)
(#5459) There should be no spaces inside this paren. (space-in-parens)
(#5459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5464) There should be no spaces inside this paren. (space-in-parens)
(#5464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5467) There should be no spaces inside this paren. (space-in-parens)
(#5467) There should be no spaces inside this paren. (space-in-parens)
(#5467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) There should be no spaces inside this paren. (space-in-parens)
(#5468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5472) There should be no spaces inside this paren. (space-in-parens)
(#5472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5473) There should be no spaces inside this paren. (space-in-parens)
(#5473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5479) There should be no spaces inside this paren. (space-in-parens)
(#5479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5484) There should be no spaces inside this paren. (space-in-parens)
(#5484) There should be no spaces inside this paren. (space-in-parens)
(#5484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5485) There should be no spaces inside this paren. (space-in-parens)
(#5485) There should be no space after '[' (array-bracket-spacing)
(#5485) There should be no space before ']' (array-bracket-spacing)
(#5485) There should be no spaces inside this paren. (space-in-parens)
(#5485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) There should be no spaces inside this paren. (space-in-parens)
(#5488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5493) There should be no spaces inside this paren. (space-in-parens)
(#5493) There should be no spaces inside this paren. (space-in-parens)
(#5493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5494) There should be no spaces inside this paren. (space-in-parens)
(#5494) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5504) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5508) Missing JSDoc comment. (require-jsdoc)
(#5508) There should be no spaces inside this paren. (space-in-parens)
(#5508) There should be no spaces inside this paren. (space-in-parens)
(#5508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5510) There should be no space after '[' (computed-property-spacing)
(#5510) There should be no space before ']' (computed-property-spacing)
(#5510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5521) There should be no spaces inside this paren. (space-in-parens)
(#5521) There should be no spaces inside this paren. (space-in-parens)
(#5521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5527) There should be no spaces inside this paren. (space-in-parens)
(#5527) There should be no spaces inside this paren. (space-in-parens)
(#5527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5530) There should be no spaces inside this paren. (space-in-parens)
(#5530) There should be no spaces inside this paren. (space-in-parens)
(#5530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5533) There should be no spaces inside this paren. (space-in-parens)
(#5533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5536) There should be no spaces inside this paren. (space-in-parens)
(#5536) There should be no spaces inside this paren. (space-in-parens)
(#5536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5537) There should be no spaces inside this paren. (space-in-parens)
(#5537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5540) There should be no spaces inside this paren. (space-in-parens)
(#5540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5542) There should be no spaces inside this paren. (space-in-parens)
(#5542) There should be no spaces inside this paren. (space-in-parens)
(#5542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5543) There should be no spaces inside this paren. (space-in-parens)
(#5543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5545) There should be no spaces inside this paren. (space-in-parens)
(#5545) There should be no spaces inside this paren. (space-in-parens)
(#5545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5548) There should be no spaces inside this paren. (space-in-parens)
(#5548) There should be no spaces inside this paren. (space-in-parens)
(#5548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5551) There should be no spaces inside this paren. (space-in-parens)
(#5551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5552) There should be no spaces inside this paren. (space-in-parens)
(#5552) There should be no spaces inside this paren. (space-in-parens)
(#5552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) There should be no spaces inside this paren. (space-in-parens)
(#5554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#5557) There should be no space before ']' (computed-property-spacing)
(#5557) There should be no spaces inside this paren. (space-in-parens)
(#5557) There should be no spaces inside this paren. (space-in-parens)
(#5557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5560) There should be no spaces inside this paren. (space-in-parens)
(#5560) There should be no spaces inside this paren. (space-in-parens)
(#5560) There should be no spaces inside this paren. (space-in-parens)
(#5560) There should be no spaces inside this paren. (space-in-parens)
(#5560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5564) There should be no spaces inside this paren. (space-in-parens)
(#5564) There should be no spaces inside this paren. (space-in-parens)
(#5564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5565) There should be no spaces inside this paren. (space-in-parens)
(#5565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5568) There should be no space after '[' (computed-property-spacing)
(#5568) There should be no space before ']' (computed-property-spacing)
(#5568) There should be no spaces inside this paren. (space-in-parens)
(#5568) There should be no spaces inside this paren. (space-in-parens)
(#5568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) There should be no spaces inside this paren. (space-in-parens)
(#5570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5574) There should be no spaces inside this paren. (space-in-parens)
(#5574) Identifier 'core_slice' is not in camel case. (camelcase)
(#5574) There should be no spaces inside this paren. (space-in-parens)
(#5574) There should be no spaces inside this paren. (space-in-parens)
(#5574) There should be no spaces inside this paren. (space-in-parens)
(#5574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5579) There should be no spaces inside this paren. (space-in-parens)
(#5579) There should be no spaces inside this paren. (space-in-parens)
(#5579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5580) There should be no spaces inside this paren. (space-in-parens)
(#5580) 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) Do not nest ternary expressions (no-nested-ternary)
(#5584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5585) There should be no space after '[' (array-bracket-spacing)
(#5585) There should be no space before ']' (array-bracket-spacing)
(#5585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5589) There should be no spaces inside this paren. (space-in-parens)
(#5589) There should be no spaces inside this paren. (space-in-parens)
(#5589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5591) There should be no space after '[' (computed-property-spacing)
(#5591) There should be no space before ']' (computed-property-spacing)
(#5591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) 'until' is not modified in this loop. (no-unmodified-loop-condition)
(#5593) 'undefined' is not modified in this loop. (no-unmodified-loop-condition)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) There should be no spaces inside this paren. (space-in-parens)
(#5593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5594) There should be no spaces inside this paren. (space-in-parens)
(#5594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5595) There should be no spaces inside this paren. (space-in-parens)
(#5595) There should be no spaces inside this paren. (space-in-parens)
(#5595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5602) There should be no spaces inside this paren. (space-in-parens)
(#5602) There should be no spaces inside this paren. (space-in-parens)
(#5602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5605) There should be no spaces inside this paren. (space-in-parens)
(#5605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) There should be no spaces inside this paren. (space-in-parens)
(#5606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5607) There should be no spaces inside this paren. (space-in-parens)
(#5607) There should be no spaces inside this paren. (space-in-parens)
(#5607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5616) Missing JSDoc comment. (require-jsdoc)
(#5616) There should be no spaces inside this paren. (space-in-parens)
(#5616) There should be no spaces inside this paren. (space-in-parens)
(#5616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) There should be no spaces inside this paren. (space-in-parens)
(#5622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5623) There should be no spaces inside this paren. (space-in-parens)
(#5623) There should be no spaces inside this paren. (space-in-parens)
(#5623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) There should be no spaces inside this paren. (space-in-parens)
(#5624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) There should be no spaces inside this paren. (space-in-parens)
(#5628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5629) There should be no spaces inside this paren. (space-in-parens)
(#5629) 'i' is defined but never used (no-unused-vars)
(#5629) There should be no spaces inside this paren. (space-in-parens)
(#5629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5630) There should be no spaces inside this paren. (space-in-parens)
(#5630) There should be no spaces inside this paren. (space-in-parens)
(#5630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5633) There should be no spaces inside this paren. (space-in-parens)
(#5633) There should be no spaces inside this paren. (space-in-parens)
(#5633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5634) There should be no spaces inside this paren. (space-in-parens)
(#5634) There should be no spaces inside this paren. (space-in-parens)
(#5634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) There should be no spaces inside this paren. (space-in-parens)
(#5638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5641) There should be no spaces inside this paren. (space-in-parens)
(#5641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5645) There should be no spaces inside this paren. (space-in-parens)
(#5645) 'i' is defined but never used (no-unused-vars)
(#5645) There should be no spaces inside this paren. (space-in-parens)
(#5645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5646) There should be no spaces inside this paren. (space-in-parens)
(#5646) There should be no spaces inside this paren. (space-in-parens)
(#5646) There should be no spaces inside this paren. (space-in-parens)
(#5646) There should be no spaces inside this paren. (space-in-parens)
(#5646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5649) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5680) There should be no space after '[' (array-bracket-spacing)
(#5680) There should be no space before ']' (array-bracket-spacing)
(#5680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5681) There should be no space after '[' (array-bracket-spacing)
(#5681) There should be no space before ']' (array-bracket-spacing)
(#5681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5682) There should be no space after '[' (array-bracket-spacing)
(#5682) There should be no space before ']' (array-bracket-spacing)
(#5682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5683) There should be no space after '[' (array-bracket-spacing)
(#5683) There should be no space before ']' (array-bracket-spacing)
(#5683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5684) There should be no space after '[' (array-bracket-spacing)
(#5684) There should be no space before ']' (array-bracket-spacing)
(#5684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5685) There should be no space after '[' (array-bracket-spacing)
(#5685) There should be no space before ']' (array-bracket-spacing)
(#5685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5686) There should be no space after '[' (array-bracket-spacing)
(#5686) There should be no space before ']' (array-bracket-spacing)
(#5686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5687) There should be no space after '[' (array-bracket-spacing)
(#5687) There should be no space before ']' (array-bracket-spacing)
(#5687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5689) There should be no spaces inside this paren. (space-in-parens)
(#5689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5690) There should be no spaces inside this paren. (space-in-parens)
(#5690) There should be no spaces inside this paren. (space-in-parens)
(#5690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5698) There should be no spaces inside this paren. (space-in-parens)
(#5698) There should be no spaces inside this paren. (space-in-parens)
(#5698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5699) There should be no space after '[' (array-bracket-spacing)
(#5699) There should be no space before ']' (array-bracket-spacing)
(#5699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5703) There should be no spaces inside this paren. (space-in-parens)
(#5703) There should be no spaces inside this paren. (space-in-parens)
(#5703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) There should be no spaces inside this paren. (space-in-parens)
(#5704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5706) There should be no spaces inside this paren. (space-in-parens)
(#5706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) There should be no spaces inside this paren. (space-in-parens)
(#5707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5708) There should be no spaces inside this paren. (space-in-parens)
(#5708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5711) There should be no spaces inside this paren. (space-in-parens)
(#5711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5712) There should be no spaces inside this paren. (space-in-parens)
(#5712) There should be no spaces inside this paren. (space-in-parens)
(#5712) There should be no spaces inside this paren. (space-in-parens)
(#5712) There should be no spaces inside this paren. (space-in-parens)
(#5712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5714) There should be no spaces inside this paren. (space-in-parens)
(#5714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5718) There should be no spaces inside this paren. (space-in-parens)
(#5718) There should be no spaces inside this paren. (space-in-parens)
(#5718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5722) There should be no spaces inside this paren. (space-in-parens)
(#5722) There should be no spaces inside this paren. (space-in-parens)
(#5722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5729) There should be no spaces inside this paren. (space-in-parens)
(#5729) There should be no spaces inside this paren. (space-in-parens)
(#5729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5740) There should be no spaces inside this paren. (space-in-parens)
(#5740) There should be no spaces inside this paren. (space-in-parens)
(#5740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5741) There should be no spaces inside this paren. (space-in-parens)
(#5741) There should be no spaces inside this paren. (space-in-parens)
(#5741) There should be no spaces inside this paren. (space-in-parens)
(#5741) There should be no spaces inside this paren. (space-in-parens)
(#5741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5743) There should be no spaces inside this paren. (space-in-parens)
(#5743) There should be no spaces inside this paren. (space-in-parens)
(#5743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5748) There should be no spaces inside this paren. (space-in-parens)
(#5748) There should be no spaces inside this paren. (space-in-parens)
(#5748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5751) There should be no spaces inside this paren. (space-in-parens)
(#5751) There should be no spaces inside this paren. (space-in-parens)
(#5751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5752) There should be no spaces inside this paren. (space-in-parens)
(#5752) There should be no spaces inside this paren. (space-in-parens)
(#5752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5760) There should be no spaces inside this paren. (space-in-parens)
(#5760) There should be no spaces inside this paren. (space-in-parens)
(#5760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5764) There should be no spaces inside this paren. (space-in-parens)
(#5764) There should be no spaces inside this paren. (space-in-parens)
(#5764) There should be no spaces inside this paren. (space-in-parens)
(#5764) There should be no spaces inside this paren. (space-in-parens)
(#5764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5770) There should be no spaces inside this paren. (space-in-parens)
(#5770) There should be no spaces inside this paren. (space-in-parens)
(#5770) There should be no spaces inside this paren. (space-in-parens)
(#5770) There should be no spaces inside this paren. (space-in-parens)
(#5770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#5771) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5777) There should be no spaces inside this paren. (space-in-parens)
(#5777) There should be no spaces inside this paren. (space-in-parens)
(#5777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5778) There should be no spaces inside this paren. (space-in-parens)
(#5778) There should be no spaces inside this paren. (space-in-parens)
(#5778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5779) There should be no spaces inside this paren. (space-in-parens)
(#5779) There should be no spaces inside this paren. (space-in-parens)
(#5779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5785) There should be no spaces inside this paren. (space-in-parens)
(#5785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5787) There should be no spaces inside this paren. (space-in-parens)
(#5787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5792) Expected to return a value at the end of this function. (consistent-return)
(#5792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5793) There should be no spaces inside this paren. (space-in-parens)
(#5793) There should be no spaces inside this paren. (space-in-parens)
(#5793) There should be no spaces inside this paren. (space-in-parens)
(#5793) There should be no spaces inside this paren. (space-in-parens)
(#5793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5794) There should be no spaces inside this paren. (space-in-parens)
(#5794) There should be no spaces inside this paren. (space-in-parens)
(#5794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5795) There should be no spaces inside this paren. (space-in-parens)
(#5795) There should be no spaces inside this paren. (space-in-parens)
(#5795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5799) There should be no spaces inside this paren. (space-in-parens)
(#5799) There should be no spaces inside this paren. (space-in-parens)
(#5799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5800) There should be no spaces inside this paren. (space-in-parens)
(#5800) There should be no spaces inside this paren. (space-in-parens)
(#5800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5801) There should be no spaces inside this paren. (space-in-parens)
(#5801) There should be no spaces inside this paren. (space-in-parens)
(#5801) There should be no spaces inside this paren. (space-in-parens)
(#5801) There should be no spaces inside this paren. (space-in-parens)
(#5801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5805) Expected to return a value at the end of this function. (consistent-return)
(#5805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5806) There should be no spaces inside this paren. (space-in-parens)
(#5806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5807) There should be no spaces inside this paren. (space-in-parens)
(#5807) There should be no spaces inside this paren. (space-in-parens)
(#5807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5812) There should be no spaces inside this paren. (space-in-parens)
(#5812) There should be no spaces inside this paren. (space-in-parens)
(#5812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5814) There should be no spaces inside this paren. (space-in-parens)
(#5814) There should be no spaces inside this paren. (space-in-parens)
(#5814) There should be no spaces inside this paren. (space-in-parens)
(#5814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5823) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5823) There should be no spaces inside this paren. (space-in-parens)
(#5823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5824) There should be no spaces inside this paren. (space-in-parens)
(#5824) There should be no spaces inside this paren. (space-in-parens)
(#5824) There should be no space after '[' (array-bracket-spacing)
(#5824) There should be no space before ']' (array-bracket-spacing)
(#5824) There should be no spaces inside this paren. (space-in-parens)
(#5824) There should be no spaces inside this paren. (space-in-parens)
(#5824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5825) There should be no spaces inside this paren. (space-in-parens)
(#5825) There should be no spaces inside this paren. (space-in-parens)
(#5825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5827) There should be no space after '[' (array-bracket-spacing)
(#5827) There should be no space before ']' (array-bracket-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5843) There should be no spaces inside this paren. (space-in-parens)
(#5843) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5843) There should be no spaces inside this paren. (space-in-parens)
(#5843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5845) There should be no spaces inside this paren. (space-in-parens)
(#5845) There should be no spaces inside this paren. (space-in-parens)
(#5845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5846) There should be no spaces inside this paren. (space-in-parens)
(#5846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5850) There should be no spaces inside this paren. (space-in-parens)
(#5850) There should be no spaces inside this paren. (space-in-parens)
(#5850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5851) There should be no spaces inside this paren. (space-in-parens)
(#5851) There should be no spaces inside this paren. (space-in-parens)
(#5851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5858) There should be no spaces inside this paren. (space-in-parens)
(#5858) There should be no spaces inside this paren. (space-in-parens)
(#5858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5859) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5860) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#5860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5862) There should be no spaces inside this paren. (space-in-parens)
(#5862) Unexpected space before function parentheses. (space-before-function-paren)
(#5862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) There should be no spaces inside this paren. (space-in-parens)
(#5863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5867) There should be no spaces inside this paren. (space-in-parens)
(#5867) There should be no spaces inside this paren. (space-in-parens)
(#5867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5868) There should be no spaces inside this paren. (space-in-parens)
(#5868) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5873) There should be no spaces inside this paren. (space-in-parens)
(#5873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5875) There should be no spaces inside this paren. (space-in-parens)
(#5875) There should be no spaces inside this paren. (space-in-parens)
(#5875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5881) There should be no spaces inside this paren. (space-in-parens)
(#5881) There should be no spaces inside this paren. (space-in-parens)
(#5881) There should be no spaces inside this paren. (space-in-parens)
(#5881) There should be no spaces inside this paren. (space-in-parens)
(#5881) Multiple spaces found before ')'. (no-multi-spaces)
(#5881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5882) There should be no spaces inside this paren. (space-in-parens)
(#5882) There should be no spaces inside this paren. (space-in-parens)
(#5882) There should be no spaces inside this paren. (space-in-parens)
(#5882) There should be no spaces inside this paren. (space-in-parens)
(#5882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5883) There should be no space after '[' (computed-property-spacing)
(#5883) There should be no spaces inside this paren. (space-in-parens)
(#5883) There should be no spaces inside this paren. (space-in-parens)
(#5883) There should be no spaces inside this paren. (space-in-parens)
(#5883) There should be no spaces inside this paren. (space-in-parens)
(#5883) There should be no space before ']' (computed-property-spacing)
(#5883) There should be no spaces inside this paren. (space-in-parens)
(#5883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5885) There should be no spaces inside this paren. (space-in-parens)
(#5885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5888) There should be no spaces inside this paren. (space-in-parens)
(#5888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5891) There should be no spaces inside this paren. (space-in-parens)
(#5891) There should be no spaces inside this paren. (space-in-parens)
(#5891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5892) There should be no spaces inside this paren. (space-in-parens)
(#5892) There should be no spaces inside this paren. (space-in-parens)
(#5892) There should be no spaces inside this paren. (space-in-parens)
(#5892) There should be no spaces inside this paren. (space-in-parens)
(#5892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5900) Expected space(s) after "catch". (keyword-spacing)
(#5900) Empty block statement. (no-empty)
(#5900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5903) There should be no spaces inside this paren. (space-in-parens)
(#5903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5906) There should be no spaces inside this paren. (space-in-parens)
(#5906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5909) There should be no spaces inside this paren. (space-in-parens)
(#5909) There should be no spaces inside this paren. (space-in-parens)
(#5909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5910) There should be no spaces inside this paren. (space-in-parens)
(#5910) There should be no spaces inside this paren. (space-in-parens)
(#5910) There should be no spaces inside this paren. (space-in-parens)
(#5910) There should be no spaces inside this paren. (space-in-parens)
(#5910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5913) There should be no spaces inside this paren. (space-in-parens)
(#5913) There should be no spaces inside this paren. (space-in-parens)
(#5913) There should be no spaces inside this paren. (space-in-parens)
(#5913) There should be no spaces inside this paren. (space-in-parens)
(#5913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5915) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5916) There should be no spaces inside this paren. (space-in-parens)
(#5916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5928) There should be no spaces inside this paren. (space-in-parens)
(#5928) There should be no spaces inside this paren. (space-in-parens)
(#5928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5930) There should be no spaces inside this paren. (space-in-parens)
(#5930) There should be no spaces inside this paren. (space-in-parens)
(#5930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5933) There should be no spaces inside this paren. (space-in-parens)
(#5933) There should be no spaces inside this paren. (space-in-parens)
(#5933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5943) There should be no spaces inside this paren. (space-in-parens)
(#5943) There should be no spaces inside this paren. (space-in-parens)
(#5943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5944) There should be no spaces inside this paren. (space-in-parens)
(#5944) There should be no spaces inside this paren. (space-in-parens)
(#5944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5947) There should be no spaces inside this paren. (space-in-parens)
(#5947) There should be no spaces inside this paren. (space-in-parens)
(#5947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5950) There should be no spaces inside this paren. (space-in-parens)
(#5950) There should be no spaces inside this paren. (space-in-parens)
(#5950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5959) There should be no spaces inside this paren. (space-in-parens)
(#5959) There should be no spaces inside this paren. (space-in-parens)
(#5959) There should be no spaces inside this paren. (space-in-parens)
(#5959) There should be no spaces inside this paren. (space-in-parens)
(#5959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5961) There should be no spaces inside this paren. (space-in-parens)
(#5961) There should be no spaces inside this paren. (space-in-parens)
(#5961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#5969) There should be no spaces inside this paren. (space-in-parens)
(#5969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5973) There should be no spaces inside this paren. (space-in-parens)
(#5973) There should be no spaces inside this paren. (space-in-parens)
(#5973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5974) There should be no spaces inside this paren. (space-in-parens)
(#5974) There should be no spaces inside this paren. (space-in-parens)
(#5974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5982) There should be no spaces inside this paren. (space-in-parens)
(#5982) There should be no spaces inside this paren. (space-in-parens)
(#5982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5990) There should be no spaces inside this paren. (space-in-parens)
(#5990) There should be no spaces inside this paren. (space-in-parens)
(#5990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5991) There should be no spaces inside this paren. (space-in-parens)
(#5991) There should be no spaces inside this paren. (space-in-parens)
(#5991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5995) There should be no spaces inside this paren. (space-in-parens)
(#5995) There should be no spaces inside this paren. (space-in-parens)
(#5995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6004) There should be no spaces inside this paren. (space-in-parens)
(#6004) There should be no spaces inside this paren. (space-in-parens)
(#6004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6005) There should be no spaces inside this paren. (space-in-parens)
(#6005) There should be no spaces inside this paren. (space-in-parens)
(#6005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6006) There should be no spaces inside this paren. (space-in-parens)
(#6006) There should be no spaces inside this paren. (space-in-parens)
(#6006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) There should be no spaces inside this paren. (space-in-parens)
(#6019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6033) Missing JSDoc comment. (require-jsdoc)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6037) Missing JSDoc comment. (require-jsdoc)
(#6037) There should be no spaces inside this paren. (space-in-parens)
(#6037) There should be no spaces inside this paren. (space-in-parens)
(#6037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) There should be no spaces inside this paren. (space-in-parens)
(#6039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6044) There should be no spaces inside this paren. (space-in-parens)
(#6044) There should be no spaces inside this paren. (space-in-parens)
(#6044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6045) There should be no spaces inside this paren. (space-in-parens)
(#6045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6052) There should be no spaces inside this paren. (space-in-parens)
(#6052) There should be no spaces inside this paren. (space-in-parens)
(#6052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6053) There should be no spaces inside this paren. (space-in-parens)
(#6053) There should be no space after '[' (computed-property-spacing)
(#6053) There should be no space before ']' (computed-property-spacing)
(#6053) There should be no spaces inside this paren. (space-in-parens)
(#6053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6054) There should be no spaces inside this paren. (space-in-parens)
(#6054) There should be no space after '[' (computed-property-spacing)
(#6054) There should be no space before ']' (computed-property-spacing)
(#6054) There should be no space after '[' (computed-property-spacing)
(#6054) There should be no space before ']' (computed-property-spacing)
(#6054) There should be no spaces inside this paren. (space-in-parens)
(#6054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6060) There should be no spaces inside this paren. (space-in-parens)
(#6060) There should be no spaces inside this paren. (space-in-parens)
(#6060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6061) There should be no spaces inside this paren. (space-in-parens)
(#6061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6065) Missing JSDoc comment. (require-jsdoc)
(#6065) There should be no spaces inside this paren. (space-in-parens)
(#6065) There should be no spaces inside this paren. (space-in-parens)
(#6065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6069) There should be no spaces inside this paren. (space-in-parens)
(#6069) There should be no spaces inside this paren. (space-in-parens)
(#6069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6075) There should be no spaces inside this paren. (space-in-parens)
(#6075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6081) There should be no spaces inside this paren. (space-in-parens)
(#6081) There should be no spaces inside this paren. (space-in-parens)
(#6081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6082) There should be no spaces inside this paren. (space-in-parens)
(#6082) There should be no spaces inside this paren. (space-in-parens)
(#6082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6087) There should be no spaces inside this paren. (space-in-parens)
(#6087) There should be no spaces inside this paren. (space-in-parens)
(#6087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6090) There should be no spaces inside this paren. (space-in-parens)
(#6090) There should be no spaces inside this paren. (space-in-parens)
(#6090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6098) There should be no spaces inside this paren. (space-in-parens)
(#6098) There should be no spaces inside this paren. (space-in-parens)
(#6098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6102) There should be no spaces inside this paren. (space-in-parens)
(#6102) There should be no spaces inside this paren. (space-in-parens)
(#6102) There should be no spaces inside this paren. (space-in-parens)
(#6102) There should be no spaces inside this paren. (space-in-parens)
(#6102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6111) There should be no spaces inside this paren. (space-in-parens)
(#6111) There should be no spaces inside this paren. (space-in-parens)
(#6111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6117) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6122) There should be no spaces inside this paren. (space-in-parens)
(#6122) There should be no spaces inside this paren. (space-in-parens)
(#6122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6132) There should be no spaces inside this paren. (space-in-parens)
(#6132) There should be no spaces inside this paren. (space-in-parens)
(#6132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6135) There should be no spaces inside this paren. (space-in-parens)
(#6135) There should be no spaces inside this paren. (space-in-parens)
(#6135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6137) There should be no space after '[' (computed-property-spacing)
(#6137) There should be no space before ']' (computed-property-spacing)
(#6137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6151) There should be no spaces inside this paren. (space-in-parens)
(#6151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6153) There should be no spaces inside this paren. (space-in-parens)
(#6153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6154) There should be no spaces inside this paren. (space-in-parens)
(#6154) There should be no spaces inside this paren. (space-in-parens)
(#6154) There should be no spaces inside this paren. (space-in-parens)
(#6154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6158) There should be no space after '[' (computed-property-spacing)
(#6158) There should be no space before ']' (computed-property-spacing)
(#6158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6162) There should be no spaces inside this paren. (space-in-parens)
(#6162) There should be no spaces inside this paren. (space-in-parens)
(#6162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6164) There should be no spaces inside this paren. (space-in-parens)
(#6164) There should be no spaces inside this paren. (space-in-parens)
(#6164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6168) There should be no spaces inside this paren. (space-in-parens)
(#6168) There should be no spaces inside this paren. (space-in-parens)
(#6168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6169) There should be no space after '[' (computed-property-spacing)
(#6169) There should be no space before ']' (computed-property-spacing)
(#6169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6173) There should be no space after '{' (object-curly-spacing)
(#6173) There should be no space before '}' (object-curly-spacing)
(#6173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6184) There should be no spaces inside this paren. (space-in-parens)
(#6184) There should be no spaces inside this paren. (space-in-parens)
(#6184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6185) There should be no space after '[' (computed-property-spacing)
(#6185) There should be no space before ']' (computed-property-spacing)
(#6185) There should be no spaces inside this paren. (space-in-parens)
(#6185) There should be no spaces inside this paren. (space-in-parens)
(#6185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6193) There should be no spaces inside this paren. (space-in-parens)
(#6193) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6193) There should be no spaces inside this paren. (space-in-parens)
(#6193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6194) There should be no space after '[' (computed-property-spacing)
(#6194) There should be no space before ']' (computed-property-spacing)
(#6194) There should be no spaces inside this paren. (space-in-parens)
(#6194) There should be no spaces inside this paren. (space-in-parens)
(#6194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6199) There should be no spaces inside this paren. (space-in-parens)
(#6199) There should be no space after '[' (computed-property-spacing)
(#6199) There should be no space before ']' (computed-property-spacing)
(#6199) There should be no spaces inside this paren. (space-in-parens)
(#6199) There should be no spaces inside this paren. (space-in-parens)
(#6199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6200) There should be no spaces inside this paren. (space-in-parens)
(#6200) There should be no spaces inside this paren. (space-in-parens)
(#6200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6208) Missing JSDoc comment. (require-jsdoc)
(#6208) There should be no spaces inside this paren. (space-in-parens)
(#6208) There should be no spaces inside this paren. (space-in-parens)
(#6208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6209) There should be no spaces inside this paren. (space-in-parens)
(#6209) There should be no spaces inside this paren. (space-in-parens)
(#6209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6210) There should be no spaces inside this paren. (space-in-parens)
(#6210) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6213) There should be no spaces inside this paren. (space-in-parens)
(#6213) There should be no spaces inside this paren. (space-in-parens)
(#6213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6221) Missing JSDoc comment. (require-jsdoc)
(#6221) There should be no spaces inside this paren. (space-in-parens)
(#6221) There should be no spaces inside this paren. (space-in-parens)
(#6221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6222) There should be no spaces inside this paren. (space-in-parens)
(#6222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6228) There should be no spaces inside this paren. (space-in-parens)
(#6228) There should be no spaces inside this paren. (space-in-parens)
(#6228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6234) There should be no spaces inside this paren. (space-in-parens)
(#6234) There should be no spaces inside this paren. (space-in-parens)
(#6234) There should be no spaces inside this paren. (space-in-parens)
(#6234) There should be no spaces inside this paren. (space-in-parens)
(#6234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6240) There should be no spaces inside this paren. (space-in-parens)
(#6240) There should be no spaces inside this paren. (space-in-parens)
(#6240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6243) There should be no spaces inside this paren. (space-in-parens)
(#6243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6244) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6251) There should be no spaces inside this paren. (space-in-parens)
(#6251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6254) There should be no spaces inside this paren. (space-in-parens)
(#6254) There should be no spaces inside this paren. (space-in-parens)
(#6254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6255) There should be no spaces inside this paren. (space-in-parens)
(#6255) There should be no spaces inside this paren. (space-in-parens)
(#6255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6260) There should be no spaces inside this paren. (space-in-parens)
(#6260) There should be no spaces inside this paren. (space-in-parens)
(#6260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6262) There should be no spaces inside this paren. (space-in-parens)
(#6262) There should be no spaces inside this paren. (space-in-parens)
(#6262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6263) There should be no spaces inside this paren. (space-in-parens)
(#6263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6269) There should be no spaces inside this paren. (space-in-parens)
(#6269) There should be no spaces inside this paren. (space-in-parens)
(#6269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6270) There should be no spaces inside this paren. (space-in-parens)
(#6270) There should be no spaces inside this paren. (space-in-parens)
(#6270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6272) There should be no spaces inside this paren. (space-in-parens)
(#6272) There should be no spaces inside this paren. (space-in-parens)
(#6272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6273) There should be no spaces inside this paren. (space-in-parens)
(#6273) There should be no spaces inside this paren. (space-in-parens)
(#6273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6274) There should be no spaces inside this paren. (space-in-parens)
(#6274) There should be no spaces inside this paren. (space-in-parens)
(#6274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6276) There should be no spaces inside this paren. (space-in-parens)
(#6276) There should be no spaces inside this paren. (space-in-parens)
(#6276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6277) There should be no spaces inside this paren. (space-in-parens)
(#6277) There should be no spaces inside this paren. (space-in-parens)
(#6277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6288) Function 'clean' has a complexity of 28. (complexity)
(#6288) There should be no spaces inside this paren. (space-in-parens)
(#6288) There should be no spaces inside this paren. (space-in-parens)
(#6288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6289) 'len' is defined but never used (no-unused-vars)
(#6289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6294) There should be no spaces inside this paren. (space-in-parens)
(#6294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6299) There should be no spaces inside this paren. (space-in-parens)
(#6299) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6299) There should be no spaces inside this paren. (space-in-parens)
(#6299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6300) There should be no spaces inside this paren. (space-in-parens)
(#6300) There should be no spaces inside this paren. (space-in-parens)
(#6300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6304) There should be no spaces inside this paren. (space-in-parens)
(#6304) There should be no spaces inside this paren. (space-in-parens)
(#6304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6309) There should be no spaces inside this paren. (space-in-parens)
(#6309) There should be no spaces inside this paren. (space-in-parens)
(#6309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6310) There should be no spaces inside this paren. (space-in-parens)
(#6310) There should be no spaces inside this paren. (space-in-parens)
(#6310) There should be no spaces inside this paren. (space-in-parens)
(#6310) There should be no spaces inside this paren. (space-in-parens)
(#6310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6314) There should be no spaces inside this paren. (space-in-parens)
(#6314) There should be no spaces inside this paren. (space-in-parens)
(#6314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6322) There should be no spaces inside this paren. (space-in-parens)
(#6322) There should be no spaces inside this paren. (space-in-parens)
(#6322) There should be no spaces inside this paren. (space-in-parens)
(#6322) There should be no spaces inside this paren. (space-in-parens)
(#6322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6323) There should be no space after '[' (computed-property-spacing)
(#6323) There should be no space before ']' (computed-property-spacing)
(#6323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6328) There should be no spaces inside this paren. (space-in-parens)
(#6328) There should be no spaces inside this paren. (space-in-parens)
(#6328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6333) There should be no spaces inside this paren. (space-in-parens)
(#6333) There should be no spaces inside this paren. (space-in-parens)
(#6333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6337) Do not nest ternary expressions (no-nested-ternary)
(#6337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6345) Blocks are nested too deeply (5). (max-depth)
(#6345) There should be no spaces inside this paren. (space-in-parens)
(#6345) Unexpected whitespace before semicolon. (semi-spacing)
(#6345) There should be no spaces inside this paren. (space-in-parens)
(#6345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6346) Blocks are nested too deeply (6). (max-depth)
(#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) There should be no space after '[' (computed-property-spacing)
(#6346) There should be no space before ']' (computed-property-spacing)
(#6346) There should be no spaces inside this paren. (space-in-parens)
(#6346) There should be no space after '[' (computed-property-spacing)
(#6346) There should be no space before ']' (computed-property-spacing)
(#6346) There should be no spaces inside this paren. (space-in-parens)
(#6346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6347) There should be no space after '[' (computed-property-spacing)
(#6347) There should be no space before ']' (computed-property-spacing)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) There should be no space after '[' (computed-property-spacing)
(#6347) There should be no space before ']' (computed-property-spacing)
(#6347) There should be no spaces inside this paren. (space-in-parens)
(#6347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6354) There should be no spaces inside this paren. (space-in-parens)
(#6354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6360) There should be no spaces inside this paren. (space-in-parens)
(#6360) There should be no spaces inside this paren. (space-in-parens)
(#6360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6364) There should be no spaces inside this paren. (space-in-parens)
(#6364) There should be no spaces inside this paren. (space-in-parens)
(#6364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6372) There should be no spaces inside this paren. (space-in-parens)
(#6372) There should be no spaces inside this paren. (space-in-parens)
(#6372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) There should be no spaces inside this paren. (space-in-parens)
(#6378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6379) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6379) There should be no spaces inside this paren. (space-in-parens)
(#6379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6380) There should be no spaces inside this paren. (space-in-parens)
(#6380) There should be no spaces inside this paren. (space-in-parens)
(#6380) There should be no spaces inside this paren. (space-in-parens)
(#6380) There should be no spaces inside this paren. (space-in-parens)
(#6380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#6383) There should be no spaces inside this paren. (space-in-parens)
(#6383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6389) There should be no spaces inside this paren. (space-in-parens)
(#6389) There should be no spaces inside this paren. (space-in-parens)
(#6389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6391) Expected to return a value at the end of this function. (consistent-return)
(#6391) There should be no spaces inside this paren. (space-in-parens)
(#6391) There should be no spaces inside this paren. (space-in-parens)
(#6391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6393) There should be no spaces inside this paren. (space-in-parens)
(#6393) There should be no spaces inside this paren. (space-in-parens)
(#6393) There should be no spaces inside this paren. (space-in-parens)
(#6393) There should be no spaces inside this paren. (space-in-parens)
(#6393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#6398) There should be no spaces inside this paren. (space-in-parens)
(#6398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6402) There should be no spaces inside this paren. (space-in-parens)
(#6402) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6402) There should be no spaces inside this paren. (space-in-parens)
(#6402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) There should be no spaces inside this paren. (space-in-parens)
(#6404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6406) There should be no spaces inside this paren. (space-in-parens)
(#6406) There should be no spaces inside this paren. (space-in-parens)
(#6406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6407) There should be no spaces inside this paren. (space-in-parens)
(#6407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6409) There should be no spaces inside this paren. (space-in-parens)
(#6409) There should be no spaces inside this paren. (space-in-parens)
(#6409) There should be no spaces inside this paren. (space-in-parens)
(#6409) There should be no spaces inside this paren. (space-in-parens)
(#6409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6412) There should be no spaces inside this paren. (space-in-parens)
(#6412) There should be no spaces inside this paren. (space-in-parens)
(#6412) There should be no spaces inside this paren. (space-in-parens)
(#6412) There should be no spaces inside this paren. (space-in-parens)
(#6412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6422) There should be no spaces inside this paren. (space-in-parens)
(#6422) There should be no spaces inside this paren. (space-in-parens)
(#6422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6430) There should be no spaces inside this paren. (space-in-parens)
(#6430) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6430) There should be no spaces inside this paren. (space-in-parens)
(#6430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) There should be no spaces inside this paren. (space-in-parens)
(#6432) There should be no 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6434) There should be no space after '[' (computed-property-spacing)
(#6434) There should be no space before ']' (computed-property-spacing)
(#6434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6435) There should be no space after '[' (computed-property-spacing)
(#6435) There should be no space before ']' (computed-property-spacing)
(#6435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6437) There should be no spaces inside this paren. (space-in-parens)
(#6437) There should be no spaces inside this paren. (space-in-parens)
(#6437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6438) There should be no spaces inside this paren. (space-in-parens)
(#6438) There should be no spaces inside this paren. (space-in-parens)
(#6438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6439) Blocks are nested too deeply (5). (max-depth)
(#6439) There should be no spaces inside this paren. (space-in-parens)
(#6439) There should be no spaces inside this paren. (space-in-parens)
(#6439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6440) Blocks are nested too deeply (6). (max-depth)
(#6440) There should be no spaces inside this paren. (space-in-parens)
(#6440) There should be no space after '[' (computed-property-spacing)
(#6440) There should be no space before ']' (computed-property-spacing)
(#6440) There should be no spaces inside this paren. (space-in-parens)
(#6440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6441) There should be no spaces inside this paren. (space-in-parens)
(#6441) There should be no spaces inside this paren. (space-in-parens)
(#6441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6451) There should be no spaces inside this paren. (space-in-parens)
(#6451) There should be no space after '[' (computed-property-spacing)
(#6451) There should be no space before ']' (computed-property-spacing)
(#6451) There should be no spaces inside this paren. (space-in-parens)
(#6451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6453) There should be no space after '[' (computed-property-spacing)
(#6453) There should be no space before ']' (computed-property-spacing)
(#6453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6458) Blocks are nested too deeply (5). (max-depth)
(#6458) There should be no spaces inside this paren. (space-in-parens)
(#6458) There should be no spaces inside this paren. (space-in-parens)
(#6458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6459) There should be no space after '[' (computed-property-spacing)
(#6459) There should be no space before ']' (computed-property-spacing)
(#6459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6462) There should be no spaces inside this paren. (space-in-parens)
(#6462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6465) There should be no space after '[' (computed-property-spacing)
(#6465) There should be no space before ']' (computed-property-spacing)
(#6465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6468) There should be no spaces inside this paren. (space-in-parens)
(#6468) There should be no spaces inside this paren. (space-in-parens)
(#6468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6483) There should be no spaces inside this paren. (space-in-parens)
(#6483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6486) There should be no spaces inside this paren. (space-in-parens)
(#6486) There should be no spaces inside this paren. (space-in-parens)
(#6486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6487) There should be no spaces inside this paren. (space-in-parens)
(#6487) There should be no spaces inside this paren. (space-in-parens)
(#6487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) There should be no spaces inside this paren. (space-in-parens)
(#6488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6490) There should be no spaces inside this paren. (space-in-parens)
(#6490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6494) There should be no space after '[' (computed-property-spacing)
(#6494) There should be no space before ']' (computed-property-spacing)
(#6494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6495) There should be no space after '[' (computed-property-spacing)
(#6495) There should be no space before ']' (computed-property-spacing)
(#6495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6502) There should be no spaces inside this paren. (space-in-parens)
(#6502) There should be no spaces inside this paren. (space-in-parens)
(#6502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6503) There should be no space after '[' (computed-property-spacing)
(#6503) There should be no space before ']' (computed-property-spacing)
(#6503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6510) There should be no spaces inside this paren. (space-in-parens)
(#6510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6517) Missing JSDoc comment. (require-jsdoc)
(#6517) There should be no spaces inside this paren. (space-in-parens)
(#6517) There should be no spaces inside this paren. (space-in-parens)
(#6517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6518) There should be no spaces inside this paren. (space-in-parens)
(#6518) There should be no spaces inside this paren. (space-in-parens)
(#6518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6520) There should be no spaces inside this paren. (space-in-parens)
(#6520) There should be no spaces inside this paren. (space-in-parens)
(#6520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6525) There should be no spaces inside this paren. (space-in-parens)
(#6525) There should be no spaces inside this paren. (space-in-parens)
(#6525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6526) There should be no spaces inside this paren. (space-in-parens)
(#6526) There should be no spaces inside this paren. (space-in-parens)
(#6526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6527) There should be no spaces inside this paren. (space-in-parens)
(#6527) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6530) There should be no spaces inside this paren. (space-in-parens)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6546) There should be no spaces inside this paren. (space-in-parens)
(#6546) Identifier 'core_pnum' is not in camel case. (camelcase)
(#6546) There should be no spaces inside this paren. (space-in-parens)
(#6546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6547) There should be no spaces inside this paren. (space-in-parens)
(#6547) Identifier 'core_pnum' is not in camel case. (camelcase)
(#6547) There should be no spaces inside this paren. (space-in-parens)
(#6547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6548) There should be no spaces inside this paren. (space-in-parens)
(#6548) Identifier 'core_pnum' is not in camel case. (camelcase)
(#6548) There should be no spaces inside this paren. (space-in-parens)
(#6548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6549) There should be no space after '{' (object-curly-spacing)
(#6549) There should be no space before '}' (object-curly-spacing)
(#6549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6551) There should be no space after '{' (object-curly-spacing)
(#6551) There should be no space before '}' (object-curly-spacing)
(#6551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6557) There should be no space after '[' (array-bracket-spacing)
(#6557) There should be no space before ']' (array-bracket-spacing)
(#6557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6558) There should be no space after '[' (array-bracket-spacing)
(#6558) There should be no space before ']' (array-bracket-spacing)
(#6558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6563) Missing JSDoc comment. (require-jsdoc)
(#6563) There should be no spaces inside this paren. (space-in-parens)
(#6563) There should be no spaces inside this paren. (space-in-parens)
(#6563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6566) There should be no spaces inside this paren. (space-in-parens)
(#6566) There should be no spaces inside this paren. (space-in-parens)
(#6566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#6576) There should be no space before ']' (computed-property-spacing)
(#6576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6577) There should be no spaces inside this paren. (space-in-parens)
(#6577) There should be no spaces inside this paren. (space-in-parens)
(#6577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6585) Missing JSDoc comment. (require-jsdoc)
(#6585) There should be no spaces inside this paren. (space-in-parens)
(#6585) There should be no spaces inside this paren. (space-in-parens)
(#6585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6587) There should be no spaces inside this paren. (space-in-parens)
(#6587) There should be no spaces inside this paren. (space-in-parens)
(#6587) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6590) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6596) There should be no spaces inside this paren. (space-in-parens)
(#6596) There should be no spaces inside this paren. (space-in-parens)
(#6596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6597) There should be no space after '[' (computed-property-spacing)
(#6597) There should be no space before ']' (computed-property-spacing)
(#6597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6598) There should be no spaces inside this paren. (space-in-parens)
(#6598) There should be no spaces inside this paren. (space-in-parens)
(#6598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6601) There should be no space after '[' (computed-property-spacing)
(#6601) There should be no space before ']' (computed-property-spacing)
(#6601) There should be no spaces inside this paren. (space-in-parens)
(#6601) There should be no spaces inside this paren. (space-in-parens)
(#6601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6602) There should be no spaces inside this paren. (space-in-parens)
(#6602) There should be no spaces inside this paren. (space-in-parens)
(#6602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6605) There should be no spaces inside this paren. (space-in-parens)
(#6605) There should be no space after '[' (computed-property-spacing)
(#6605) There should be no space before ']' (computed-property-spacing)
(#6605) There should be no spaces inside this paren. (space-in-parens)
(#6605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no space after '[' (computed-property-spacing)
(#6613) There should be no space before ']' (computed-property-spacing)
(#6613) There should be no spaces inside this paren. (space-in-parens)
(#6613) There should be no spaces inside this paren. (space-in-parens)
(#6613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6616) There should be no spaces inside this paren. (space-in-parens)
(#6616) There should be no spaces inside this paren. (space-in-parens)
(#6616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6618) There should be no spaces inside this paren. (space-in-parens)
(#6618) There should be no space after '[' (computed-property-spacing)
(#6618) There should be no space before ']' (computed-property-spacing)
(#6618) There should be no spaces inside this paren. (space-in-parens)
(#6618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6619) There should be no spaces inside this paren. (space-in-parens)
(#6619) There should be no spaces inside this paren. (space-in-parens)
(#6619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#6627) There should be no space before ']' (computed-property-spacing)
(#6627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6631) There should be no spaces inside this paren. (space-in-parens)
(#6631) There should be no spaces inside this paren. (space-in-parens)
(#6631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6632) There should be no space after '[' (computed-property-spacing)
(#6632) There should be no space before ']' (computed-property-spacing)
(#6632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6640) There should be no spaces inside this paren. (space-in-parens)
(#6640) There should be no spaces inside this paren. (space-in-parens)
(#6640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6641) There should be no spaces inside this paren. (space-in-parens)
(#6641) There should be no spaces inside this paren. (space-in-parens)
(#6641) There should be no spaces inside this paren. (space-in-parens)
(#6641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6643) There should be no spaces inside this paren. (space-in-parens)
(#6643) There should be no spaces inside this paren. (space-in-parens)
(#6643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6644) There should be no spaces inside this paren. (space-in-parens)
(#6644) There should be no spaces inside this paren. (space-in-parens)
(#6644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6645) There should be no spaces inside this paren. (space-in-parens)
(#6645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) There should be no spaces inside this paren. (space-in-parens)
(#6648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6651) There should be no spaces inside this paren. (space-in-parens)
(#6651) There should be no spaces inside this paren. (space-in-parens)
(#6651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6653) There should be no spaces inside this paren. (space-in-parens)
(#6653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) There should be no spaces inside this paren. (space-in-parens)
(#6656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6657) There should be no spaces inside this paren. (space-in-parens)
(#6657) There should be no spaces inside this paren. (space-in-parens)
(#6657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6661) There should be no spaces inside this paren. (space-in-parens)
(#6661) There should be no spaces inside this paren. (space-in-parens)
(#6661) There should be no spaces inside this paren. (space-in-parens)
(#6661) There should be no spaces inside this paren. (space-in-parens)
(#6661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6662) There should be no spaces inside this paren. (space-in-parens)
(#6662) There should be no spaces inside this paren. (space-in-parens)
(#6662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6664) There should be no spaces inside this paren. (space-in-parens)
(#6664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6675) Expected to return a value at the end of this function. (consistent-return)
(#6675) There should be no spaces inside this paren. (space-in-parens)
(#6675) There should be no spaces inside this paren. (space-in-parens)
(#6675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6678) There should be no spaces inside this paren. (space-in-parens)
(#6678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6706) There should be no spaces inside this paren. (space-in-parens)
(#6706) There should be no spaces inside this paren. (space-in-parens)
(#6706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6708) There should be no spaces inside this paren. (space-in-parens)
(#6708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6714) There should be no spaces inside this paren. (space-in-parens)
(#6714) There should be no spaces inside this paren. (space-in-parens)
(#6714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6717) There should be no space after '[' (computed-property-spacing)
(#6717) There should be no space before ']' (computed-property-spacing)
(#6717) There should be no spaces inside this paren. (space-in-parens)
(#6717) There should be no space after '[' (computed-property-spacing)
(#6717) There should be no space before ']' (computed-property-spacing)
(#6717) There should be no spaces inside this paren. (space-in-parens)
(#6717) There should be no spaces inside this paren. (space-in-parens)
(#6717) There should be no spaces inside this paren. (space-in-parens)
(#6717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6721) There should be no space after '[' (computed-property-spacing)
(#6721) There should be no space before ']' (computed-property-spacing)
(#6721) There should be no space after '[' (computed-property-spacing)
(#6721) There should be no space before ']' (computed-property-spacing)
(#6721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6728) There should be no spaces inside this paren. (space-in-parens)
(#6728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6729) There should be no spaces inside this paren. (space-in-parens)
(#6729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6735) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6735) There should be no spaces inside this paren. (space-in-parens)
(#6735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6740) There should be no spaces inside this paren. (space-in-parens)
(#6740) There should be no space after '[' (computed-property-spacing)
(#6740) There should be no space before ']' (computed-property-spacing)
(#6740) There should be no spaces inside this paren. (space-in-parens)
(#6740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6745) There should be no spaces inside this paren. (space-in-parens)
(#6745) There should be no spaces inside this paren. (space-in-parens)
(#6745) There should be no spaces inside this paren. (space-in-parens)
(#6745) There should be no spaces inside this paren. (space-in-parens)
(#6745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6749) There should be no space after '[' (computed-property-spacing)
(#6749) There should be no space before ']' (computed-property-spacing)
(#6749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6750) Expected space(s) after "catch". (keyword-spacing)
(#6750) Empty block statement. (no-empty)
(#6750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected no return value. (consistent-return)
(#6756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6760) Expected no return value. (consistent-return)
(#6760) There should be no space after '[' (computed-property-spacing)
(#6760) There should be no space before ']' (computed-property-spacing)
(#6760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6764) There should be no spaces inside this paren. (space-in-parens)
(#6764) There should be no spaces inside this paren. (space-in-parens)
(#6764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6769) There should be no space after '[' (computed-property-spacing)
(#6769) There should be no space before ']' (computed-property-spacing)
(#6769) There should be no spaces inside this paren. (space-in-parens)
(#6769) There should be no space after '[' (computed-property-spacing)
(#6769) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6773) There should be no space after '[' (computed-property-spacing)
(#6773) There should be no space before ']' (computed-property-spacing)
(#6773) There should be no space after '[' (computed-property-spacing)
(#6773) There should be no space before ']' (computed-property-spacing)
(#6773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6776) There should be no spaces inside this paren. (space-in-parens)
(#6776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6777) There should be no spaces inside this paren. (space-in-parens)
(#6777) There should be no spaces inside this paren. (space-in-parens)
(#6777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6785) Expected space or tab after '//' in comment. (spaced-comment)
(#6785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6786) There should be no spaces inside this paren. (space-in-parens)
(#6786) There should be no spaces inside this paren. (space-in-parens)
(#6786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6787) There should be no space after '[' (computed-property-spacing)
(#6787) There should be no space before ']' (computed-property-spacing)
(#6787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6791) There should be no spaces inside this paren. (space-in-parens)
(#6791) There should be no spaces inside this paren. (space-in-parens)
(#6791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) There should be no spaces inside this paren. (space-in-parens)
(#6792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6793) There should be no spaces inside this paren. (space-in-parens)
(#6793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6799) There should be no spaces inside this paren. (space-in-parens)
(#6799) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6804) There should be no spaces inside this paren. (space-in-parens)
(#6804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6805) There should be no space after '[' (computed-property-spacing)
(#6805) There should be no space before ']' (computed-property-spacing)
(#6805) There should be no space after '[' (computed-property-spacing)
(#6805) There should be no space before ']' (computed-property-spacing)
(#6805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6806) There should be no space after '[' (computed-property-spacing)
(#6806) There should be no space before ']' (computed-property-spacing)
(#6806) There should be no space after '[' (computed-property-spacing)
(#6806) There should be no space before ']' (computed-property-spacing)
(#6806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) There should be no spaces inside this paren. (space-in-parens)
(#6809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6812) There should be no spaces inside this paren. (space-in-parens)
(#6812) There should be no spaces inside this paren. (space-in-parens)
(#6812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6813) There should be no space after '[' (computed-property-spacing)
(#6813) There should be no space before ']' (computed-property-spacing)
(#6813) There should be no space after '[' (computed-property-spacing)
(#6813) There should be no space before ']' (computed-property-spacing)
(#6813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6822) There should be no spaces inside this paren. (space-in-parens)
(#6822) There should be no spaces inside this paren. (space-in-parens)
(#6822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6823) There should be no spaces inside this paren. (space-in-parens)
(#6823) There should be no spaces inside this paren. (space-in-parens)
(#6823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6825) There should be no spaces inside this paren. (space-in-parens)
(#6825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6828) There should be no spaces inside this paren. (space-in-parens)
(#6828) There should be no spaces inside this paren. (space-in-parens)
(#6828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6831) There should be no spaces inside this paren. (space-in-parens)
(#6831) There should be no spaces inside this paren. (space-in-parens)
(#6831) There should be no space after '[' (computed-property-spacing)
(#6831) There should be no space before ']' (computed-property-spacing)
(#6831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6833) There should be no spaces inside this paren. (space-in-parens)
(#6833) There should be no spaces inside this paren. (space-in-parens)
(#6833) There should be no spaces inside this paren. (space-in-parens)
(#6833) There should be no spaces inside this paren. (space-in-parens)
(#6833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6834) There should be no spaces inside this paren. (space-in-parens)
(#6834) There should be no spaces inside this paren. (space-in-parens)
(#6834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) There should be no spaces inside this paren. (space-in-parens)
(#6841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6857) There should be no spaces inside this paren. (space-in-parens)
(#6857) There should be no spaces inside this paren. (space-in-parens)
(#6857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6858) There should be no spaces inside this paren. (space-in-parens)
(#6858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6860) There should be no space after '[' (computed-property-spacing)
(#6860) There should be no space before ']' (computed-property-spacing)
(#6860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6865) There should be no spaces inside this paren. (space-in-parens)
(#6865) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6865) There should be no space after '[' (computed-property-spacing)
(#6865) There should be no space before ']' (computed-property-spacing)
(#6865) There should be no spaces inside this paren. (space-in-parens)
(#6865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6866) There should be no space after '[' (computed-property-spacing)
(#6866) There should be no space before ']' (computed-property-spacing)
(#6866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#6876) There should be no spaces inside this paren. (space-in-parens)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6883) There should be no spaces inside this paren. (space-in-parens)
(#6883) There should be no spaces inside this paren. (space-in-parens)
(#6883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6900) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no space after '[' (computed-property-spacing)
(#6903) There should be no space before ']' (computed-property-spacing)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) There should be no space after '[' (computed-property-spacing)
(#6903) There should be no space before ']' (computed-property-spacing)
(#6903) There should be no spaces inside this paren. (space-in-parens)
(#6903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6907) Missing JSDoc comment. (require-jsdoc)
(#6907) There should be no spaces inside this paren. (space-in-parens)
(#6907) There should be no spaces inside this paren. (space-in-parens)
(#6907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6908) Do not nest ternary expressions (no-nested-ternary)
(#6908) There should be no spaces inside this paren. (space-in-parens)
(#6908) There should be no spaces inside this paren. (space-in-parens)
(#6908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6916) There should be no spaces inside this paren. (space-in-parens)
(#6916) There should be no spaces inside this paren. (space-in-parens)
(#6916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6921) There should be no spaces inside this paren. (space-in-parens)
(#6921) There should be no space after '[' (computed-property-spacing)
(#6921) There should be no space before ']' (computed-property-spacing)
(#6921) There should be no spaces inside this paren. (space-in-parens)
(#6921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#6928) There should be no spaces inside this paren. (space-in-parens)
(#6928) There should be no space after '[' (computed-property-spacing)
(#6928) There should be no space before ']' (computed-property-spacing)
(#6928) There should be no spaces inside this paren. (space-in-parens)
(#6928) There should be no spaces inside this paren. (space-in-parens)
(#6928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6933) There should be no spaces inside this paren. (space-in-parens)
(#6933) There should be no space after '[' (computed-property-spacing)
(#6933) There should be no space before ']' (computed-property-spacing)
(#6933) There should be no spaces inside this paren. (space-in-parens)
(#6933) There should be no spaces inside this paren. (space-in-parens)
(#6933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6937) There should be no spaces inside this paren. (space-in-parens)
(#6937) There should be no spaces inside this paren. (space-in-parens)
(#6937) There should be no space after '[' (computed-property-spacing)
(#6937) There should be no space before ']' (computed-property-spacing)
(#6937) There should be no spaces inside this paren. (space-in-parens)
(#6937) There should be no spaces inside this paren. (space-in-parens)
(#6937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6941) There should be no spaces inside this paren. (space-in-parens)
(#6941) There should be no space after '[' (computed-property-spacing)
(#6941) There should be no space before ']' (computed-property-spacing)
(#6941) There should be no spaces inside this paren. (space-in-parens)
(#6941) There should be no spaces inside this paren. (space-in-parens)
(#6941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6949) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6954) There should be no spaces inside this paren. (space-in-parens)
(#6954) There should be no spaces inside this paren. (space-in-parens)
(#6954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6959) There should be no spaces inside this paren. (space-in-parens)
(#6959) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6959) There should be no spaces inside this paren. (space-in-parens)
(#6959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#6962) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#6962) There should be no spaces inside this paren. (space-in-parens)
(#6962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6963) There should be no space after '[' (computed-property-spacing)
(#6963) There should be no space before ']' (computed-property-spacing)
(#6963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6967) There should be no spaces inside this paren. (space-in-parens)
(#6967) There should be no spaces inside this paren. (space-in-parens)
(#6967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6973) There should be no spaces inside this paren. (space-in-parens)
(#6973) There should be no space after '[' (computed-property-spacing)
(#6973) There should be no space before ']' (computed-property-spacing)
(#6973) There should be no spaces inside this paren. (space-in-parens)
(#6973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6976) There should be no spaces inside this paren. (space-in-parens)
(#6976) There should be no spaces inside this paren. (space-in-parens)
(#6976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6980) There should be no spaces inside this paren. (space-in-parens)
(#6980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6992) Missing JSDoc comment. (require-jsdoc)
(#6992) Identifier 'css_defaultDisplay' is not in camel case. (camelcase)
(#6992) There should be no spaces inside this paren. (space-in-parens)
(#6992) There should be no spaces inside this paren. (space-in-parens)
(#6992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6993) There should be no spaces inside this paren. (space-in-parens)
(#6993) There should be no space after '[' (computed-property-spacing)
(#6993) There should be no space before ']' (computed-property-spacing)
(#6993) There should be no spaces inside this paren. (space-in-parens)
(#6993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6994) There should be no space after '[' (computed-property-spacing)
(#6994) There should be no space before ']' (computed-property-spacing)
(#6994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6997) There should be no spaces inside this paren. (space-in-parens)
(#6997) There should be no spaces inside this paren. (space-in-parens)
(#6997) There should be no spaces inside this paren. (space-in-parens)
(#6997) There should be no spaces inside this paren. (space-in-parens)
(#6997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7006) There should be no spaces inside this paren. (space-in-parens)
(#7006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7024) There should be no spaces inside this paren. (space-in-parens)
(#7024) There should be no spaces inside this paren. (space-in-parens)
(#7024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7025) There should be no spaces inside this paren. (space-in-parens)
(#7025) There should be no spaces inside this paren. (space-in-parens)
(#7025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7029) There should be no space after '[' (computed-property-spacing)
(#7029) There should be no space before ']' (computed-property-spacing)
(#7029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7034) There should be no space after '[' (array-bracket-spacing)
(#7034) There should be no space before ']' (array-bracket-spacing)
(#7034) There should be no spaces inside this paren. (space-in-parens)
(#7034) There should be no spaces inside this paren. (space-in-parens)
(#7034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7035) There should be no space after '[' (computed-property-spacing)
(#7035) There should be no space before ']' (computed-property-spacing)
(#7035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7036) Expected to return a value at the end of this function. (consistent-return)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7037) There should be no spaces inside this paren. (space-in-parens)
(#7037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) There should be no spaces inside this paren. (space-in-parens)
(#7040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7041) There should be no spaces inside this paren. (space-in-parens)
(#7041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7042) There should be no spaces inside this paren. (space-in-parens)
(#7042) There should be no spaces inside this paren. (space-in-parens)
(#7042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7045) There should be no spaces inside this paren. (space-in-parens)
(#7045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7050) There should be no spaces inside this paren. (space-in-parens)
(#7050) There should be no spaces inside this paren. (space-in-parens)
(#7050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7051) There should be no spaces inside this paren. (space-in-parens)
(#7051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7056) There should be no spaces inside this paren. (space-in-parens)
(#7056) There should be no spaces inside this paren. (space-in-parens)
(#7056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7065) There should be no spaces inside this paren. (space-in-parens)
(#7065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7067) Do not nest ternary expressions (no-nested-ternary)
(#7067) There should be no spaces inside this paren. (space-in-parens)
(#7067) There should be no spaces inside this paren. (space-in-parens)
(#7067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) There should be no spaces inside this paren. (space-in-parens)
(#7068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7072) There should be no spaces inside this paren. (space-in-parens)
(#7072) There should be no spaces inside this paren. (space-in-parens)
(#7072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7075) There should be no spaces inside this paren. (space-in-parens)
(#7075) There should be no spaces inside this paren. (space-in-parens)
(#7075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) There should be no spaces inside this paren. (space-in-parens)
(#7083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7084) There should be no spaces inside this paren. (space-in-parens)
(#7084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7089) There should be no spaces inside this paren. (space-in-parens)
(#7089) There should be no spaces inside this paren. (space-in-parens)
(#7089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7092) There should be no spaces inside this paren. (space-in-parens)
(#7092) There should be no spaces inside this paren. (space-in-parens)
(#7092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7099) There should be no spaces inside this paren. (space-in-parens)
(#7099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7113) There should be no spaces inside this paren. (space-in-parens)
(#7113) There should be no space after '{' (object-curly-spacing)
(#7113) There should be no space before '}' (object-curly-spacing)
(#7113) Expected to return a value at the end of this function. (consistent-return)
(#7113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7114) There should be no spaces inside this paren. (space-in-parens)
(#7114) There should be no spaces inside this paren. (space-in-parens)
(#7114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7115) There should be no spaces inside this paren. (space-in-parens)
(#7115) There should be no spaces inside this paren. (space-in-parens)
(#7115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7126) There should be no space after '[' (array-bracket-spacing)
(#7126) There should be no space before ']' (array-bracket-spacing)
(#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) There should be no space after '[' (computed-property-spacing)
(#7127) There should be no space before ']' (computed-property-spacing)
(#7127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7128) Expected to return a value at the end of this function. (consistent-return)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#7130) There should be no spaces inside this paren. (space-in-parens)
(#7130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7132) There should be no spaces inside this paren. (space-in-parens)
(#7132) There should be no spaces inside this paren. (space-in-parens)
(#7132) There should be no spaces inside this paren. (space-in-parens)
(#7132) There should be no spaces inside this paren. (space-in-parens)
(#7132) There should be no space after '[' (computed-property-spacing)
(#7132) There should be no space before ']' (computed-property-spacing)
(#7132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Line 7143 exceeds the maximum line length of 132. (max-len)
(#7143) There should be no spaces inside this paren. (space-in-parens)
(#7143) There should be no spaces inside this paren. (space-in-parens)
(#7143) There should be no spaces inside this paren. (space-in-parens)
(#7143) There should be no spaces inside this paren. (space-in-parens)
(#7143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7146) There should be no spaces inside this paren. (space-in-parens)
(#7146) There should be no spaces inside this paren. (space-in-parens)
(#7146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7147) There should be no spaces inside this paren. (space-in-parens)
(#7147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#7157) There should be no space before ']' (computed-property-spacing)
(#7157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7158) There should be no spaces inside this paren. (space-in-parens)
(#7158) There should be no spaces inside this paren. (space-in-parens)
(#7158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7162) There should be no space after '[' (array-bracket-spacing)
(#7162) There should be no space before ']' (array-bracket-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7165) There should be no spaces inside this paren. (space-in-parens)
(#7165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7166) There should be no space after '[' (computed-property-spacing)
(#7166) There should be no space after '[' (computed-property-spacing)
(#7166) There should be no space before ']' (computed-property-spacing)
(#7166) There should be no space before ']' (computed-property-spacing)
(#7166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7167) There should be no space after '[' (computed-property-spacing)
(#7167) There should be no space before ']' (computed-property-spacing)
(#7167) There should be no space after '[' (computed-property-spacing)
(#7167) There should be no space before ']' (computed-property-spacing)
(#7167) There should be no space after '[' (computed-property-spacing)
(#7167) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7174) There should be no spaces inside this paren. (space-in-parens)
(#7174) There should be no spaces inside this paren. (space-in-parens)
(#7174) There should be no spaces inside this paren. (space-in-parens)
(#7174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7175) There should be no space after '[' (computed-property-spacing)
(#7175) There should be no space before ']' (computed-property-spacing)
(#7175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7186) There should be no spaces inside this paren. (space-in-parens)
(#7186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7189) Missing space before opening brace. (space-before-blocks)
(#7189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7190) There should be no spaces inside this paren. (space-in-parens)
(#7190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7192) Missing space before opening brace. (space-before-blocks)
(#7192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) There should be no spaces inside this paren. (space-in-parens)
(#7194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7195) There should be no spaces inside this paren. (space-in-parens)
(#7195) There should be no spaces inside this paren. (space-in-parens)
(#7195) There should be no spaces inside this paren. (space-in-parens)
(#7195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Missing space before opening brace. (space-before-blocks)
(#7197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7198) There should be no spaces inside this paren. (space-in-parens)
(#7198) There should be no spaces inside this paren. (space-in-parens)
(#7198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7200) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7200) Do not nest ternary expressions (no-nested-ternary)
(#7200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7202) There should be no spaces inside this paren. (space-in-parens)
(#7202) There should be no spaces inside this paren. (space-in-parens)
(#7202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 'i' is defined but never used (no-unused-vars)
(#7203) There should be no spaces inside this paren. (space-in-parens)
(#7203) Missing space before opening brace. (space-before-blocks)
(#7203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7204) There should be no space after '{' (object-curly-spacing)
(#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 space before '}' (object-curly-spacing)
(#7204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7206) There should be no space after '{' (object-curly-spacing)
(#7206) There should be no spaces inside this paren. (space-in-parens)
(#7206) There should be no spaces inside this paren. (space-in-parens)
(#7206) There should be no space before '}' (object-curly-spacing)
(#7206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7211) Expected space or tab after '//' in comment. (spaced-comment)
(#7211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7212) Expected space or tab after '//' in comment. (spaced-comment)
(#7212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7213) There should be no spaces inside this paren. (space-in-parens)
(#7213) 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) There should be no spaces inside this paren. (space-in-parens)
(#7216) There should be no spaces inside this paren. (space-in-parens)
(#7216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7218) Do not nest ternary expressions (no-nested-ternary)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7218) There should be no spaces inside this paren. (space-in-parens)
(#7218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7219) There should be no space after '[' (computed-property-spacing)
(#7219) There should be no space before ']' (computed-property-spacing)
(#7219) There should be no spaces inside this paren. (space-in-parens)
(#7219) There should be no spaces inside this paren. (space-in-parens)
(#7219) There should be no spaces inside this paren. (space-in-parens)
(#7219) There should be no spaces inside this paren. (space-in-parens)
(#7219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7223) There should be no spaces inside this paren. (space-in-parens)
(#7223) There should be no spaces inside this paren. (space-in-parens)
(#7223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) There should be no spaces inside this paren. (space-in-parens)
(#7228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7230) There should be no spaces inside this paren. (space-in-parens)
(#7230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7231) There should be no spaces inside this paren. (space-in-parens)
(#7231) There should be no spaces inside this paren. (space-in-parens)
(#7231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7237) There should be no spaces inside this paren. (space-in-parens)
(#7237) There should be no spaces inside this paren. (space-in-parens)
(#7237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7238) There should be no spaces inside this paren. (space-in-parens)
(#7238) There should be no space after '[' (computed-property-spacing)
(#7238) There should be no space before ']' (computed-property-spacing)
(#7238) There should be no spaces inside this paren. (space-in-parens)
(#7238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7243) There should be no spaces inside this paren. (space-in-parens)
(#7243) There should be no spaces inside this paren. (space-in-parens)
(#7243) There should be no spaces inside this paren. (space-in-parens)
(#7243) There should be no spaces inside this paren. (space-in-parens)
(#7243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7246) Missing JSDoc comment. (require-jsdoc)
(#7246) There should be no spaces inside this paren. (space-in-parens)
(#7246) There should be no spaces inside this paren. (space-in-parens)
(#7246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7249) There should be no spaces inside this paren. (space-in-parens)
(#7249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7251) There should be no spaces inside this paren. (space-in-parens)
(#7251) There should be no spaces inside this paren. (space-in-parens)
(#7251) There should be no spaces inside this paren. (space-in-parens)
(#7251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7252) There should be no spaces inside this paren. (space-in-parens)
(#7252) There should be no spaces inside this paren. (space-in-parens)
(#7252) There should be no spaces inside this paren. (space-in-parens)
(#7252) There should be no spaces inside this paren. (space-in-parens)
(#7252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7254) There should be no spaces inside this paren. (space-in-parens)
(#7254) There should be no spaces inside this paren. (space-in-parens)
(#7254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7264) There should be no spaces inside this paren. (space-in-parens)
(#7264) There should be no spaces inside this paren. (space-in-parens)
(#7264) There should be no spaces inside this paren. (space-in-parens)
(#7264) There should be no spaces inside this paren. (space-in-parens)
(#7264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7268) There should be no spaces inside this paren. (space-in-parens)
(#7268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7270) There should be no spaces inside this paren. (space-in-parens)
(#7270) There should be no spaces inside this paren. (space-in-parens)
(#7270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7271) There should be no spaces inside this paren. (space-in-parens)
(#7271) There should be no space after '[' (computed-property-spacing)
(#7271) There should be no space before ']' (computed-property-spacing)
(#7271) There should be no spaces inside this paren. (space-in-parens)
(#7271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7276) There should be no spaces inside this paren. (space-in-parens)
(#7276) There should be no spaces inside this paren. (space-in-parens)
(#7276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7323) Expected space(s) after "catch". (keyword-spacing)
(#7323) There should be no spaces inside this paren. (space-in-parens)
(#7323) There should be no spaces inside this paren. (space-in-parens)
(#7323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7326) There should be no spaces inside this paren. (space-in-parens)
(#7326) There should be no spaces inside this paren. (space-in-parens)
(#7326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7332) There should be no spaces inside this paren. (space-in-parens)
(#7332) There should be no spaces inside this paren. (space-in-parens)
(#7332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7335) Missing JSDoc comment. (require-jsdoc)
(#7335) There should be no spaces inside this paren. (space-in-parens)
(#7335) There should be no spaces inside this paren. (space-in-parens)
(#7335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7338) There should be no spaces inside this paren. (space-in-parens)
(#7338) There should be no spaces inside this paren. (space-in-parens)
(#7338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7340) There should be no spaces inside this paren. (space-in-parens)
(#7340) There should be no spaces inside this paren. (space-in-parens)
(#7340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) There should be no spaces inside this paren. (space-in-parens)
(#7350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) There should be no spaces inside this paren. (space-in-parens)
(#7352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7353) There should be no space after '[' (computed-property-spacing)
(#7353) There should be no space before ']' (computed-property-spacing)
(#7353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7356) There should be no spaces inside this paren. (space-in-parens)
(#7356) There should be no spaces inside this paren. (space-in-parens)
(#7356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7357) There should be no spaces inside this paren. (space-in-parens)
(#7357) There should be no spaces inside this paren. (space-in-parens)
(#7357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7360) There should be no space after '[' (computed-property-spacing)
(#7360) There should be no space before ']' (computed-property-spacing)
(#7360) There should be no space after '[' (computed-property-spacing)
(#7360) There should be no space before ']' (computed-property-spacing)
(#7360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7362) There should be no space after '[' (computed-property-spacing)
(#7362) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7369) Missing JSDoc comment. (require-jsdoc)
(#7369) There should be no spaces inside this paren. (space-in-parens)
(#7369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7370) There should be no spaces inside this paren. (space-in-parens)
(#7370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7372) There should be no space after '[' (computed-property-spacing)
(#7372) There should be no space before ']' (computed-property-spacing)
(#7372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7375) There should be no space after '[' (computed-property-spacing)
(#7375) There should be no space before ']' (computed-property-spacing)
(#7375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7378) There should be no space after '[' (computed-property-spacing)
(#7378) There should be no space before ']' (computed-property-spacing)
(#7378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7381) There should be no spaces inside this paren. (space-in-parens)
(#7381) There should be no spaces inside this paren. (space-in-parens)
(#7381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7383) There should be no spaces inside this paren. (space-in-parens)
(#7383) There should be no spaces inside this paren. (space-in-parens)
(#7383) There should be no spaces inside this paren. (space-in-parens)
(#7383) There should be no spaces inside this paren. (space-in-parens)
(#7383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7384) There should be no space after '[' (computed-property-spacing)
(#7384) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7388) There should be no space after '[' (computed-property-spacing)
(#7388) There should be no space before ']' (computed-property-spacing)
(#7388) There should be no spaces inside this paren. (space-in-parens)
(#7388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7393) There should be no spaces inside this paren. (space-in-parens)
(#7393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7399) There should be no spaces inside this paren. (space-in-parens)
(#7399) There should be no spaces inside this paren. (space-in-parens)
(#7399) There should be no spaces inside this paren. (space-in-parens)
(#7399) There should be no space after '[' (computed-property-spacing)
(#7399) There should be no space before ']' (computed-property-spacing)
(#7399) There should be no spaces inside this paren. (space-in-parens)
(#7399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7401) There should be no spaces inside this paren. (space-in-parens)
(#7401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7411) Missing JSDoc comment. (require-jsdoc)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7415) There should be no space after '[' (computed-property-spacing)
(#7415) There should be no space before ']' (computed-property-spacing)
(#7415) There should be no spaces inside this paren. (space-in-parens)
(#7415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#7416) There should be no spaces inside this paren. (space-in-parens)
(#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 space after '[' (computed-property-spacing)
(#7416) There should be no space before ']' (computed-property-spacing)
(#7416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7419) There should be no spaces inside this paren. (space-in-parens)
(#7419) There should be no spaces inside this paren. (space-in-parens)
(#7419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7420) There should be no spaces inside this paren. (space-in-parens)
(#7420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7424) There should be no spaces inside this paren. (space-in-parens)
(#7424) There should be no spaces inside this paren. (space-in-parens)
(#7424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7425) There should be no spaces inside this paren. (space-in-parens)
(#7425) There should be no spaces inside this paren. (space-in-parens)
(#7425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7426) There should be no spaces inside this paren. (space-in-parens)
(#7426) There should be no spaces inside this paren. (space-in-parens)
(#7426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7438) There should be no spaces inside this paren. (space-in-parens)
(#7438) There should be no spaces inside this paren. (space-in-parens)
(#7438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7439) There should be no spaces inside this paren. (space-in-parens)
(#7439) There should be no spaces inside this paren. (space-in-parens)
(#7439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) There should be no spaces inside this paren. (space-in-parens)
(#7444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#7465) There should be no space after '[' (array-bracket-spacing)
(#7465) There should be no space before ']' (array-bracket-spacing)
(#7465) There should be no spaces inside this paren. (space-in-parens)
(#7465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7468) There should be no spaces inside this paren. (space-in-parens)
(#7468) There should be no spaces inside this paren. (space-in-parens)
(#7468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7474) There should be no spaces inside this paren. (space-in-parens)
(#7474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7481) There should be no spaces inside this paren. (space-in-parens)
(#7481) There should be no spaces inside this paren. (space-in-parens)
(#7481) There should be no spaces inside this paren. (space-in-parens)
(#7481) There should be no spaces inside this paren. (space-in-parens)
(#7481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) There should be no spaces inside this paren. (space-in-parens)
(#7484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7487) There should be no spaces inside this paren. (space-in-parens)
(#7487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7495) There should be no spaces inside this paren. (space-in-parens)
(#7495) There should be no spaces inside this paren. (space-in-parens)
(#7495) There should be no spaces inside this paren. (space-in-parens)
(#7495) There should be no spaces inside this paren. (space-in-parens)
(#7495) There should be no spaces inside this paren. (space-in-parens)
(#7495) Missing space before opening brace. (space-before-blocks)
(#7495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7496) There should be no space after '[' (computed-property-spacing)
(#7496) There should be no space before ']' (computed-property-spacing)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) There should be no spaces inside this paren. (space-in-parens)
(#7496) Missing space before opening brace. (space-before-blocks)
(#7496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7497) There should be no spaces inside this paren. (space-in-parens)
(#7497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7501) There should be no space after '[' (array-bracket-spacing)
(#7501) There should be no space before ']' (array-bracket-spacing)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7501) There should be no spaces inside this paren. (space-in-parens)
(#7501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) There should be no spaces inside this paren. (space-in-parens)
(#7504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7523) There should be no spaces inside this paren. (space-in-parens)
(#7523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7526) There should be no spaces inside this paren. (space-in-parens)
(#7526) There should be no spaces inside this paren. (space-in-parens)
(#7526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7527) There should be no spaces inside this paren. (space-in-parens)
(#7527) There should be no spaces inside this paren. (space-in-parens)
(#7527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7533) There should be no spaces inside this paren. (space-in-parens)
(#7533) There should be no spaces inside this paren. (space-in-parens)
(#7533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7542) There should be no spaces inside this paren. (space-in-parens)
(#7542) There should be no spaces inside this paren. (space-in-parens)
(#7542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) There should be no space after '[' (computed-property-spacing)
(#7548) There should be no space before ']' (computed-property-spacing)
(#7548) There should be no spaces inside this paren. (space-in-parens)
(#7548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7613) There should be no spaces inside this paren. (space-in-parens)
(#7613) There should be no spaces inside this paren. (space-in-parens)
(#7613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7614) There should be no spaces inside this paren. (space-in-parens)
(#7614) There should be no spaces inside this paren. (space-in-parens)
(#7614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7617) Function 'ajax' has a complexity of 42. (complexity)
(#7617) There should be no spaces inside this paren. (space-in-parens)
(#7617) There should be no spaces inside this paren. (space-in-parens)
(#7617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) There should be no spaces inside this paren. (space-in-parens)
(#7620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7651) There should be no spaces inside this paren. (space-in-parens)
(#7651) There should be no spaces inside this paren. (space-in-parens)
(#7651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) There should be no spaces inside this paren. (space-in-parens)
(#7652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7655) There should be no spaces inside this paren. (space-in-parens)
(#7655) There should be no spaces inside this paren. (space-in-parens)
(#7655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7671) There should be no spaces inside this paren. (space-in-parens)
(#7671) There should be no spaces inside this paren. (space-in-parens)
(#7671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7672) There should be no spaces inside this paren. (space-in-parens)
(#7672) There should be no spaces inside this paren. (space-in-parens)
(#7672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7674) There should be no space after '[' (computed-property-spacing)
(#7674) There should be no space before ']' (computed-property-spacing)
(#7674) There should be no space after '[' (computed-property-spacing)
(#7674) There should be no space before ']' (computed-property-spacing)
(#7674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7675) There should be no space after '[' (computed-property-spacing)
(#7675) There should be no space before ']' (computed-property-spacing)
(#7675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7691) Expected space(s) after "while". (keyword-spacing)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#7691) There should be no spaces inside this paren. (space-in-parens)
(#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) There should be no space after '[' (computed-property-spacing)
(#7692) There should be no space before ']' (computed-property-spacing)
(#7692) There should be no space after '[' (computed-property-spacing)
(#7692) There should be no space before ']' (computed-property-spacing)
(#7692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7695) There should be no space after '[' (computed-property-spacing)
(#7695) There should be no space before ']' (computed-property-spacing)
(#7695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7709) There should be no spaces inside this paren. (space-in-parens)
(#7709) There should be no spaces inside this paren. (space-in-parens)
(#7709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7711) There should be no spaces inside this paren. (space-in-parens)
(#7711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) There should be no spaces inside this paren. (space-in-parens)
(#7712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7722) Function 'done' has a complexity of 22. (complexity)
(#7722) Missing JSDoc comment. (require-jsdoc)
(#7722) There should be no spaces inside this paren. (space-in-parens)
(#7722) There should be no spaces inside this paren. (space-in-parens)
(#7722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7735) There should be no spaces inside this paren. (space-in-parens)
(#7735) There should be no spaces inside this paren. (space-in-parens)
(#7735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7736) There should be no spaces inside this paren. (space-in-parens)
(#7736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7751) There should be no spaces inside this paren. (space-in-parens)
(#7751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7758) There should be no spaces inside this paren. (space-in-parens)
(#7758) There should be no spaces inside this paren. (space-in-parens)
(#7758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7761) There should be no spaces inside this paren. (space-in-parens)
(#7761) There should be no spaces inside this paren. (space-in-parens)
(#7761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7762) There should be no space after '[' (computed-property-spacing)
(#7762) There should be no space before ']' (computed-property-spacing)
(#7762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) There should be no spaces inside this paren. (space-in-parens)
(#7765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7766) There should be no space after '[' (computed-property-spacing)
(#7766) There should be no space before ']' (computed-property-spacing)
(#7766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) There should be no spaces inside this paren. (space-in-parens)
(#7789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7791) There should be no spaces inside this paren. (space-in-parens)
(#7791) There should be no spaces inside this paren. (space-in-parens)
(#7791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7799) There should be no spaces inside this paren. (space-in-parens)
(#7799) There should be no spaces inside this paren. (space-in-parens)
(#7799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7802) There should be no spaces inside this paren. (space-in-parens)
(#7802) There should be no spaces inside this paren. (space-in-parens)
(#7802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7803) There should be no spaces inside this paren. (space-in-parens)
(#7803) There should be no space after '[' (array-bracket-spacing)
(#7803) There should be no space before ']' (array-bracket-spacing)
(#7803) There should be no spaces inside this paren. (space-in-parens)
(#7803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) There should be no space after '[' (array-bracket-spacing)
(#7805) There should be no space before ']' (array-bracket-spacing)
(#7805) There should be no spaces inside this paren. (space-in-parens)
(#7805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7809) There should be no spaces inside this paren. (space-in-parens)
(#7809) There should be no spaces inside this paren. (space-in-parens)
(#7809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7813) There should be no spaces inside this paren. (space-in-parens)
(#7813) There should be no spaces inside this paren. (space-in-parens)
(#7813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7814) There should be no space after '[' (array-bracket-spacing)
(#7814) There should be no space before ']' (array-bracket-spacing)
(#7814) There should be no spaces inside this paren. (space-in-parens)
(#7814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7818) There should be no spaces inside this paren. (space-in-parens)
(#7818) There should be no space after '[' (array-bracket-spacing)
(#7818) There should be no space before ']' (array-bracket-spacing)
(#7818) There should be no spaces inside this paren. (space-in-parens)
(#7818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7820) There should be no spaces inside this paren. (space-in-parens)
(#7820) There should be no spaces inside this paren. (space-in-parens)
(#7820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7821) There should be no space after '[' (array-bracket-spacing)
(#7821) There should be no space before ']' (array-bracket-spacing)
(#7821) There should be no spaces inside this paren. (space-in-parens)
(#7821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7836) There should be no spaces inside this paren. (space-in-parens)
(#7836) There should be no spaces inside this paren. (space-in-parens)
(#7836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7839) There should be no spaces inside this paren. (space-in-parens)
(#7839) There should be no spaces inside this paren. (space-in-parens)
(#7839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7840) There should be no spaces inside this paren. (space-in-parens)
(#7840) There should be no spaces inside this paren. (space-in-parens)
(#7840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7841) There should be no space after '[' (computed-property-spacing)
(#7841) There should be no space before ']' (computed-property-spacing)
(#7841) There should be no space after '[' (array-bracket-spacing)
(#7841) There should be no space before ']' (array-bracket-spacing)
(#7841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7844) There should be no space after '[' (computed-property-spacing)
(#7844) There should be no space before ']' (computed-property-spacing)
(#7844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7845) There should be no spaces inside this paren. (space-in-parens)
(#7845) There should be no spaces inside this paren. (space-in-parens)
(#7845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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 space after '[' (computed-property-spacing)
(#7854) There should be no space before ']' (computed-property-spacing)
(#7854) There should be no spaces inside this paren. (space-in-parens)
(#7854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7860) There should be no spaces inside this paren. (space-in-parens)
(#7860) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#7860) There should be no spaces inside this paren. (space-in-parens)
(#7860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7861) There should be no spaces inside this paren. (space-in-parens)
(#7861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7862) There should be no spaces inside this paren. (space-in-parens)
(#7862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7863) There should be no spaces inside this paren. (space-in-parens)
(#7863) There should be no space after '[' (computed-property-spacing)
(#7863) There should be no space before ']' (computed-property-spacing)
(#7863) There should be no space after '[' (computed-property-spacing)
(#7863) There should be no space before ']' (computed-property-spacing)
(#7863) There should be no space after '[' (computed-property-spacing)
(#7863) There should be no space before ']' (computed-property-spacing)
(#7863) There should be no space after '[' (computed-property-spacing)
(#7863) There should be no space before ']' (computed-property-spacing)
(#7863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no space after '[' (computed-property-spacing)
(#7864) There should be no space before ']' (computed-property-spacing)
(#7864) There should be no spaces inside this paren. (space-in-parens)
(#7864) There should be no space after '[' (computed-property-spacing)
(#7864) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7865) There should be no space after '[' (computed-property-spacing)
(#7865) There should be no space before ']' (computed-property-spacing)
(#7865) There should be no spaces inside this paren. (space-in-parens)
(#7865) There should be no space after '[' (computed-property-spacing)
(#7865) There should be no space before ']' (computed-property-spacing)
(#7865) There should be no spaces inside this paren. (space-in-parens)
(#7865) There should be no spaces inside this paren. (space-in-parens)
(#7865) There should be no spaces inside this paren. (space-in-parens)
(#7865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7871) There should be no spaces inside this paren. (space-in-parens)
(#7871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7893) There should be no spaces inside this paren. (space-in-parens)
(#7893) There should be no spaces inside this paren. (space-in-parens)
(#7893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7897) There should be no spaces inside this paren. (space-in-parens)
(#7897) There should be no spaces inside this paren. (space-in-parens)
(#7897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7900) There should be no spaces inside this paren. (space-in-parens)
(#7900) There should be no spaces inside this paren. (space-in-parens)
(#7900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7901) There should be no spaces inside this paren. (space-in-parens)
(#7901) There should be no spaces inside this paren. (space-in-parens)
(#7901) There should be no spaces inside this paren. (space-in-parens)
(#7901) There should be no spaces inside this paren. (space-in-parens)
(#7901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7914) There should be no spaces inside this paren. (space-in-parens)
(#7914) There should be no spaces inside this paren. (space-in-parens)
(#7914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) There should be no spaces inside this paren. (space-in-parens)
(#7917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) There should be no spaces inside this paren. (space-in-parens)
(#7922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7923) There should be no spaces inside this paren. (space-in-parens)
(#7923) There should be no spaces inside this paren. (space-in-parens)
(#7923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7927) There should be no spaces inside this paren. (space-in-parens)
(#7927) There should be no spaces inside this paren. (space-in-parens)
(#7927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7929) There should be no spaces inside this paren. (space-in-parens)
(#7929) There should be no space after '[' (computed-property-spacing)
(#7929) There should be no space before ']' (computed-property-spacing)
(#7929) There should be no spaces inside this paren. (space-in-parens)
(#7929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7930) There should be no spaces inside this paren. (space-in-parens)
(#7930) There should be no space after '[' (computed-property-spacing)
(#7930) There should be no space before ']' (computed-property-spacing)
(#7930) There should be no spaces inside this paren. (space-in-parens)
(#7930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7932) There should be no spaces inside this paren. (space-in-parens)
(#7932) There should be no space after '[' (computed-property-spacing)
(#7932) There should be no space before ']' (computed-property-spacing)
(#7932) There should be no spaces inside this paren. (space-in-parens)
(#7932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7933) There should be no spaces inside this paren. (space-in-parens)
(#7933) There should be no space after '[' (computed-property-spacing)
(#7933) There should be no space before ']' (computed-property-spacing)
(#7933) There should be no 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7940) There should be no space after '[' (computed-property-spacing)
(#7940) There should be no space before ']' (computed-property-spacing)
(#7940) There should be no space after '[' (computed-property-spacing)
(#7940) There should be no space before ']' (computed-property-spacing)
(#7940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7941) There should be no space after '[' (computed-property-spacing)
(#7941) There should be no space before ']' (computed-property-spacing)
(#7941) There should be no spaces inside this paren. (space-in-parens)
(#7941) There should be no space after '[' (computed-property-spacing)
(#7941) There should be no space before ']' (computed-property-spacing)
(#7941) There should be no spaces inside this paren. (space-in-parens)
(#7941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7942) There should be no space after '[' (computed-property-spacing)
(#7942) There should be no space before ']' (computed-property-spacing)
(#7942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7946) There should be no spaces inside this paren. (space-in-parens)
(#7946) There should be no spaces inside this paren. (space-in-parens)
(#7946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7947) There should be no spaces inside this paren. (space-in-parens)
(#7947) There should be no space after '[' (computed-property-spacing)
(#7947) There should be no space before ']' (computed-property-spacing)
(#7947) There should be no spaces inside this paren. (space-in-parens)
(#7947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) There should be no spaces inside this paren. (space-in-parens)
(#7951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) There should be no space after '{' (object-curly-spacing)
(#7961) There should be no space before '}' (object-curly-spacing)
(#7961) There should be no spaces inside this paren. (space-in-parens)
(#7961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7962) There should be no space after '[' (computed-property-spacing)
(#7962) There should be no space before ']' (computed-property-spacing)
(#7962) There should be no spaces inside this paren. (space-in-parens)
(#7962) There should be no space after '[' (computed-property-spacing)
(#7962) There should be no space before ']' (computed-property-spacing)
(#7962) There should be no spaces inside this paren. (space-in-parens)
(#7962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7966) There should be no spaces inside this paren. (space-in-parens)
(#7966) There should be no spaces inside this paren. (space-in-parens)
(#7966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7969) There should be no spaces inside this paren. (space-in-parens)
(#7969) There should be no spaces inside this paren. (space-in-parens)
(#7969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7970) There should be no spaces inside this paren. (space-in-parens)
(#7970) There should be no spaces inside this paren. (space-in-parens)
(#7970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7974) There should be no spaces inside this paren. (space-in-parens)
(#7974) There should be no spaces inside this paren. (space-in-parens)
(#7974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7975) There should be no spaces inside this paren. (space-in-parens)
(#7975) There should be no space after '[' (array-bracket-spacing)
(#7975) There should be no space before ']' (array-bracket-spacing)
(#7975) There should be no spaces inside this paren. (space-in-parens)
(#7975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7978) There should be no spaces inside this paren. (space-in-parens)
(#7978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7979) There should be no spaces inside this paren. (space-in-parens)
(#7979) Missing space before opening brace. (space-before-blocks)
(#7979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#7981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8015) Missing JSDoc comment. (require-jsdoc)
(#8015) Expected to return a value at the end of this function. (consistent-return)
(#8015) There should be no spaces inside this paren. (space-in-parens)
(#8015) There should be no spaces inside this paren. (space-in-parens)
(#8015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8023) There should be no spaces inside this paren. (space-in-parens)
(#8023) There should be no spaces inside this paren. (space-in-parens)
(#8023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#8025) There should be no space before ']' (computed-property-spacing)
(#8025) There should be no space after '[' (computed-property-spacing)
(#8025) There should be no space before ']' (computed-property-spacing)
(#8025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8030) Expected space(s) after "while". (keyword-spacing)
(#8030) There should be no spaces inside this paren. (space-in-parens)
(#8030) There should be no space after '[' (computed-property-spacing)
(#8030) There should be no space before ']' (computed-property-spacing)
(#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) 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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#8040) There should be no space after '[' (computed-property-spacing)
(#8040) There should be no space before ']' (computed-property-spacing)
(#8040) There should be no space after '[' (computed-property-spacing)
(#8040) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8041) There should be no spaces inside this paren. (space-in-parens)
(#8041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8048) There should be no spaces inside this paren. (space-in-parens)
(#8048) There should be no space after '[' (computed-property-spacing)
(#8048) There should be no space before ']' (computed-property-spacing)
(#8048) There should be no spaces inside this paren. (space-in-parens)
(#8048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8049) There should be no space after '[' (computed-property-spacing)
(#8049) There should be no space before ']' (computed-property-spacing)
(#8049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8052) There should be no spaces inside this paren. (space-in-parens)
(#8052) There should be no spaces inside this paren. (space-in-parens)
(#8052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) There should be no space after '[' (computed-property-spacing)
(#8053) There should be no space before ']' (computed-property-spacing)
(#8053) There should be no space after '[' (computed-property-spacing)
(#8053) There should be no space before ']' (computed-property-spacing)
(#8053) There should be no spaces inside this paren. (space-in-parens)
(#8053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8057) There should be no spaces inside this paren. (space-in-parens)
(#8057) There should be no spaces inside this paren. (space-in-parens)
(#8057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8068) There should be no spaces inside this paren. (space-in-parens)
(#8068) There should be no spaces inside this paren. (space-in-parens)
(#8068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8069) There should be no spaces inside this paren. (space-in-parens)
(#8069) There should be no space after '[' (computed-property-spacing)
(#8069) There should be no space before ']' (computed-property-spacing)
(#8069) There should be no spaces inside this paren. (space-in-parens)
(#8069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8072) There should be no space after '[' (computed-property-spacing)
(#8072) There should be no space before ']' (computed-property-spacing)
(#8072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8077) Missing JSDoc comment. (require-jsdoc)
(#8077) There should be no spaces inside this paren. (space-in-parens)
(#8077) There should be no spaces inside this paren. (space-in-parens)
(#8077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8082) There should be no space after '[' (computed-property-spacing)
(#8082) There should be no space before ']' (computed-property-spacing)
(#8082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8087) There should be no spaces inside this paren. (space-in-parens)
(#8087) There should be no spaces inside this paren. (space-in-parens)
(#8087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8088) There should be no spaces inside this paren. (space-in-parens)
(#8088) There should be no spaces inside this paren. (space-in-parens)
(#8088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8093) There should be no spaces inside this paren. (space-in-parens)
(#8093) There should be no spaces inside this paren. (space-in-parens)
(#8093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8094) There should be no space after '[' (computed-property-spacing)
(#8094) There should be no space before ']' (computed-property-spacing)
(#8094) There should be no space after '[' (computed-property-spacing)
(#8094) There should be no space before ']' (computed-property-spacing)
(#8094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8099) There should be no spaces inside this paren. (space-in-parens)
(#8099) There should be no spaces inside this paren. (space-in-parens)
(#8099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8102) There should be no spaces inside this paren. (space-in-parens)
(#8102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8105) There should be no spaces inside this paren. (space-in-parens)
(#8105) There should be no spaces inside this paren. (space-in-parens)
(#8105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8108) There should be no space after '[' (computed-property-spacing)
(#8108) There should be no space before ']' (computed-property-spacing)
(#8108) There should be no space after '[' (computed-property-spacing)
(#8108) There should be no space before ']' (computed-property-spacing)
(#8108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8111) There should be no spaces inside this paren. (space-in-parens)
(#8111) There should be no spaces inside this paren. (space-in-parens)
(#8111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8112) Blocks are nested too deeply (5). (max-depth)
(#8112) There should be no spaces inside this paren. (space-in-parens)
(#8112) There should be no spaces inside this paren. (space-in-parens)
(#8112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8116) Blocks are nested too deeply (6). (max-depth)
(#8116) There should be no spaces inside this paren. (space-in-parens)
(#8116) There should be no space after '[' (computed-property-spacing)
(#8116) There should be no space before ']' (computed-property-spacing)
(#8116) There should be no spaces inside this paren. (space-in-parens)
(#8116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8119) There should be no space after '[' (computed-property-spacing)
(#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 space before ']' (computed-property-spacing)
(#8119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8120) There should be no space after '[' (computed-property-spacing)
(#8120) There should be no space after '[' (computed-property-spacing)
(#8120) There should be no space before ']' (computed-property-spacing)
(#8120) There should be no space before ']' (computed-property-spacing)
(#8120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8121) Blocks are nested too deeply (7). (max-depth)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8123) Blocks are nested too deeply (8). (max-depth)
(#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) There should be no space after '[' (computed-property-spacing)
(#8124) There should be no space before ']' (computed-property-spacing)
(#8124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8127) There should be no spaces inside this paren. (space-in-parens)
(#8127) There should be no space after '[' (computed-property-spacing)
(#8127) There should be no space before ']' (computed-property-spacing)
(#8127) There should be no spaces inside this paren. (space-in-parens)
(#8127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8128) There should be no space after '[' (computed-property-spacing)
(#8128) There should be no space before ']' (computed-property-spacing)
(#8128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8129) There should be no spaces inside this paren. (space-in-parens)
(#8129) There should be no spaces inside this paren. (space-in-parens)
(#8129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8139) There should be no spaces inside this paren. (space-in-parens)
(#8139) There should be no spaces inside this paren. (space-in-parens)
(#8139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8142) There should be no spaces inside this paren. (space-in-parens)
(#8142) ["throws"] is better written in dot notation. (dot-notation)
(#8142) There should be no spaces inside this paren. (space-in-parens)
(#8142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8143) There should be no spaces inside this paren. (space-in-parens)
(#8143) There should be no spaces inside this paren. (space-in-parens)
(#8143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8145) Blocks are nested too deeply (5). (max-depth)
(#8145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8147) There should be no spaces inside this paren. (space-in-parens)
(#8147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8148) There should be no space after '{' (object-curly-spacing)
(#8148) There should be no space before '}' (object-curly-spacing)
(#8148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8159) There should be no space after '{' (object-curly-spacing)
(#8159) There should be no space before '}' (object-curly-spacing)
(#8159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 spaces inside this paren. (space-in-parens)
(#8170) There should be no spaces inside this paren. (space-in-parens)
(#8170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8171) There should be no space after '[' (computed-property-spacing)
(#8171) There should be no space before ']' (computed-property-spacing)
(#8171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8177) There should be no spaces inside this paren. (space-in-parens)
(#8177) Expected to return a value at the end of this function. (consistent-return)
(#8177) There should be no spaces inside this paren. (space-in-parens)
(#8177) There should be no spaces inside this paren. (space-in-parens)
(#8177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8185) There should be no spaces inside this paren. (space-in-parens)
(#8185) There should be no spaces inside this paren. (space-in-parens)
(#8185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8186) There should be no spaces inside this paren. (space-in-parens)
(#8186) There should be no spaces inside this paren. (space-in-parens)
(#8186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8189) There should be no spaces inside this paren. (space-in-parens)
(#8189) There should be no space after '[' (computed-property-spacing)
(#8189) There should be no space before ']' (computed-property-spacing)
(#8189) There should be no spaces inside this paren. (space-in-parens)
(#8189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8195) There should be no space after '[' (computed-property-spacing)
(#8195) There should be no space before ']' (computed-property-spacing)
(#8195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8199) There should be no spaces inside this paren. (space-in-parens)
(#8199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8200) There should be no spaces inside this paren. (space-in-parens)
(#8200) There should be no spaces inside this paren. (space-in-parens)
(#8200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8201) There should be no spaces inside this paren. (space-in-parens)
(#8201) There should be no spaces inside this paren. (space-in-parens)
(#8201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8203) There should be no spaces inside this paren. (space-in-parens)
(#8203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8211) There should be no space after '[' (computed-property-spacing)
(#8211) There should be no space before ']' (computed-property-spacing)
(#8211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8215) There should be no space after '[' (computed-property-spacing)
(#8215) There should be no space before ']' (computed-property-spacing)
(#8215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8218) There should be no space after '[' (computed-property-spacing)
(#8218) There should be no space before ']' (computed-property-spacing)
(#8218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8225) There should be no space after '[' (computed-property-spacing)
(#8225) There should be no space before ']' (computed-property-spacing)
(#8225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8228) There should be no spaces inside this paren. (space-in-parens)
(#8228) There should be no space after '[' (computed-property-spacing)
(#8228) There should be no space before ']' (computed-property-spacing)
(#8228) There should be no spaces inside this paren. (space-in-parens)
(#8228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8237) There should be no spaces inside this paren. (space-in-parens)
(#8237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) There should be no space after '[' (computed-property-spacing)
(#8238) There should be no space before ']' (computed-property-spacing)
(#8238) There should be no spaces inside this paren. (space-in-parens)
(#8238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8257) There should be no spaces inside this paren. (space-in-parens)
(#8257) There should be no spaces inside this paren. (space-in-parens)
(#8257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8265) There should be no spaces inside this paren. (space-in-parens)
(#8265) There should be no spaces inside this paren. (space-in-parens)
(#8265) There should be no spaces inside this paren. (space-in-parens)
(#8265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8269) There should be no spaces inside this paren. (space-in-parens)
(#8269) There should be no spaces inside this paren. (space-in-parens)
(#8269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8276) There should be no spaces inside this paren. (space-in-parens)
(#8276) Expected to return a value at the end of this function. (consistent-return)
(#8276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8279) There should be no spaces inside this paren. (space-in-parens)
(#8279) There should be no spaces inside this paren. (space-in-parens)
(#8279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8282) There should be no spaces inside this paren. (space-in-parens)
(#8282) There should be no spaces inside this paren. (space-in-parens)
(#8282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8286) There should be no spaces inside this paren. (space-in-parens)
(#8286) There should be no spaces inside this paren. (space-in-parens)
(#8286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8288) There should be no spaces inside this paren. (space-in-parens)
(#8288) There should be no spaces inside this paren. (space-in-parens)
(#8288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8292) There should be no spaces inside this paren. (space-in-parens)
(#8292) There should be no spaces inside this paren. (space-in-parens)
(#8292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8307) There should be no spaces inside this paren. (space-in-parens)
(#8307) There should be no spaces inside this paren. (space-in-parens)
(#8307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8308) There should be no spaces inside this paren. (space-in-parens)
(#8308) There should be no spaces inside this paren. (space-in-parens)
(#8308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8315) There should be no spaces inside this paren. (space-in-parens)
(#8315) There should be no spaces inside this paren. (space-in-parens)
(#8315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8316) There should be no spaces inside this paren. (space-in-parens)
(#8316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8322) There should be no spaces inside this paren. (space-in-parens)
(#8322) There should be no spaces inside this paren. (space-in-parens)
(#8322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#8338) There should be no space before ']' (computed-property-spacing)
(#8338) There should be no spaces inside this paren. (space-in-parens)
(#8338) There should be no spaces inside this paren. (space-in-parens)
(#8338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8344) Missing JSDoc comment. (require-jsdoc)
(#8344) Expected to return a value at the end of this function. (consistent-return)
(#8344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8347) Expected space(s) after "catch". (keyword-spacing)
(#8347) There should be no spaces inside this paren. (space-in-parens)
(#8347) There should be no spaces inside this paren. (space-in-parens)
(#8347) Empty block statement. (no-empty)
(#8347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8350) Missing JSDoc comment. (require-jsdoc)
(#8350) Expected to return a value at the end of this function. (consistent-return)
(#8350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8352) There should be no spaces inside this paren. (space-in-parens)
(#8352) There should be no spaces inside this paren. (space-in-parens)
(#8352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8353) Expected space(s) after "catch". (keyword-spacing)
(#8353) There should be no spaces inside this paren. (space-in-parens)
(#8353) There should be no spaces inside this paren. (space-in-parens)
(#8353) Empty block statement. (no-empty)
(#8353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8372) There should be no spaces inside this paren. (space-in-parens)
(#8372) There should be no spaces inside this paren. (space-in-parens)
(#8372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8373) There should be no spaces inside this paren. (space-in-parens)
(#8373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8375) There should be no spaces inside this paren. (space-in-parens)
(#8375) There should be no spaces inside this paren. (space-in-parens)
(#8375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8377) There should be no spaces inside this paren. (space-in-parens)
(#8377) There should be no spaces inside this paren. (space-in-parens)
(#8377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8380) There should be no spaces inside this paren. (space-in-parens)
(#8380) There should be no spaces inside this paren. (space-in-parens)
(#8380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8382) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8384) There should be no spaces inside this paren. (space-in-parens)
(#8384) There should be no spaces inside this paren. (space-in-parens)
(#8384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8389) There should be no spaces inside this paren. (space-in-parens)
(#8389) There should be no spaces inside this paren. (space-in-parens)
(#8389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8397) There should be no spaces inside this paren. (space-in-parens)
(#8397) There should be no spaces inside this paren. (space-in-parens)
(#8397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8398) There should be no spaces inside this paren. (space-in-parens)
(#8398) There should be no spaces inside this paren. (space-in-parens)
(#8398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8404) There should be no spaces inside this paren. (space-in-parens)
(#8404) There should be no spaces inside this paren. (space-in-parens)
(#8404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8405) There should be no spaces inside this paren. (space-in-parens)
(#8405) There should be no spaces inside this paren. (space-in-parens)
(#8405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8406) There should be no space after '[' (computed-property-spacing)
(#8406) There should be no space before ']' (computed-property-spacing)
(#8406) There should be no space after '[' (computed-property-spacing)
(#8406) There should be no space before ']' (computed-property-spacing)
(#8406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8411) There should be no spaces inside this paren. (space-in-parens)
(#8411) There should be no spaces inside this paren. (space-in-parens)
(#8411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8412) There should be no spaces inside this paren. (space-in-parens)
(#8412) There should be no spaces inside this paren. (space-in-parens)
(#8412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#8421) There should be no space before ']' (computed-property-spacing)
(#8421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8426) There should be no spaces inside this paren. (space-in-parens)
(#8426) There should be no spaces inside this paren. (space-in-parens)
(#8426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8427) There should be no spaces inside this paren. (space-in-parens)
(#8427) There should be no space after '[' (computed-property-spacing)
(#8427) There should be no space before ']' (computed-property-spacing)
(#8427) There should be no spaces inside this paren. (space-in-parens)
(#8427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8429) Expected space(s) after "catch". (keyword-spacing)
(#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) Empty block statement. (no-empty)
(#8429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8434) There should be no spaces inside this paren. (space-in-parens)
(#8434) There should be no spaces inside this paren. (space-in-parens)
(#8434) There should be no spaces inside this paren. (space-in-parens)
(#8434) There should be no spaces inside this paren. (space-in-parens)
(#8434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8447) Line 8447 exceeds the maximum line length of 132. (max-len)
(#8447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8451) There should be no spaces inside this paren. (space-in-parens)
(#8451) There should be no spaces inside this paren. (space-in-parens)
(#8451) There should be no spaces inside this paren. (space-in-parens)
(#8451) There should be no spaces inside this paren. (space-in-parens)
(#8451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8457) There should be no spaces inside this paren. (space-in-parens)
(#8457) There should be no spaces inside this paren. (space-in-parens)
(#8457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8459) There should be no spaces inside this paren. (space-in-parens)
(#8459) There should be no spaces inside this paren. (space-in-parens)
(#8459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8460) There should be no space after '[' (computed-property-spacing)
(#8460) There should be no space before ']' (computed-property-spacing)
(#8460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8465) There should be no spaces inside this paren. (space-in-parens)
(#8465) There should be no spaces inside this paren. (space-in-parens)
(#8465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8477) There should be no spaces inside this paren. (space-in-parens)
(#8477) There should be no spaces inside this paren. (space-in-parens)
(#8477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8485) Expected space(s) after "catch". (keyword-spacing)
(#8485) There should be no spaces inside this paren. (space-in-parens)
(#8485) There should be no spaces inside this paren. (space-in-parens)
(#8485) Empty block statement. (no-empty)
(#8485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8492) Expected space(s) after "catch". (keyword-spacing)
(#8492) There should be no spaces inside this paren. (space-in-parens)
(#8492) There should be no spaces inside this paren. (space-in-parens)
(#8492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8502) There should be no spaces inside this paren. (space-in-parens)
(#8502) There should be no spaces inside this paren. (space-in-parens)
(#8502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8510) Expected space(s) after "catch". (keyword-spacing)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#8512) There should be no spaces inside this paren. (space-in-parens)
(#8512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8517) There should be no spaces inside this paren. (space-in-parens)
(#8517) There should be no spaces inside this paren. (space-in-parens)
(#8517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8522) There should be no spaces inside this paren. (space-in-parens)
(#8522) There should be no spaces inside this paren. (space-in-parens)
(#8522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8525) There should be no spaces inside this paren. (space-in-parens)
(#8525) There should be no spaces inside this paren. (space-in-parens)
(#8525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8528) There should be no spaces inside this paren. (space-in-parens)
(#8528) There should be no spaces inside this paren. (space-in-parens)
(#8528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8531) There should be no spaces inside this paren. (space-in-parens)
(#8531) There should be no spaces inside this paren. (space-in-parens)
(#8531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8534) There should be no spaces inside this paren. (space-in-parens)
(#8534) There should be no spaces inside this paren. (space-in-parens)
(#8534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8539) There should be no space after '[' (computed-property-spacing)
(#8539) There should be no space before ']' (computed-property-spacing)
(#8539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) A space is required after ','. (comma-spacing)
(#8547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8556) There should be no spaces inside this paren. (space-in-parens)
(#8556) Identifier 'core_pnum' is not in camel case. (camelcase)
(#8556) There should be no spaces inside this paren. (space-in-parens)
(#8556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8558) There should be no space after '[' (array-bracket-spacing)
(#8558) There should be no space before ']' (array-bracket-spacing)
(#8558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8560) There should be no spaces inside this paren. (space-in-parens)
(#8560) There should be no spaces inside this paren. (space-in-parens)
(#8560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8569) There should be no spaces inside this paren. (space-in-parens)
(#8569) There should be no spaces inside this paren. (space-in-parens)
(#8569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8571) There should be no spaces inside this paren. (space-in-parens)
(#8571) There should be no space after '[' (computed-property-spacing)
(#8571) There should be no space before ']' (computed-property-spacing)
(#8571) There should be no spaces inside this paren. (space-in-parens)
(#8571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8574) There should be no spaces inside this paren. (space-in-parens)
(#8574) There should be no spaces inside this paren. (space-in-parens)
(#8574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8578) There should be no spaces inside this paren. (space-in-parens)
(#8578) There should be no spaces inside this paren. (space-in-parens)
(#8578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8587) There should be no spaces inside this paren. (space-in-parens)
(#8587) There should be no spaces inside this paren. (space-in-parens)
(#8587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8591) There should be no spaces inside this paren. (space-in-parens)
(#8591) There should be no spaces inside this paren. (space-in-parens)
(#8591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8597) There should be no spaces inside this paren. (space-in-parens)
(#8597) There should be no spaces inside this paren. (space-in-parens)
(#8597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8604) Missing JSDoc comment. (require-jsdoc)
(#8604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8607) There should be no spaces inside this paren. (space-in-parens)
(#8607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8608) There should be no spaces inside this paren. (space-in-parens)
(#8608) There should be no spaces inside this paren. (space-in-parens)
(#8608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8611) Missing JSDoc comment. (require-jsdoc)
(#8611) There should be no spaces inside this paren. (space-in-parens)
(#8611) There should be no spaces inside this paren. (space-in-parens)
(#8611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8612) There should be no spaces inside this paren. (space-in-parens)
(#8612) There should be no spaces inside this paren. (space-in-parens)
(#8612) There should be no spaces inside this paren. (space-in-parens)
(#8612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8613) There should be no spaces inside this paren. (space-in-parens)
(#8613) There should be no space after '[' (computed-property-spacing)
(#8613) There should be no space before ']' (computed-property-spacing)
(#8613) There should be no spaces inside this paren. (space-in-parens)
(#8613) There should be no spaces inside this paren. (space-in-parens)
(#8613) There should be no space after '[' (computed-property-spacing)
(#8613) There should be no space before ']' (computed-property-spacing)
(#8613) There should be no spaces inside this paren. (space-in-parens)
(#8613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8616) There should be no spaces inside this paren. (space-in-parens)
(#8616) There should be no spaces inside this paren. (space-in-parens)
(#8616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8617) There should be no spaces inside this paren. (space-in-parens)
(#8617) There should be no space after '[' (computed-property-spacing)
(#8617) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8626) Missing JSDoc comment. (require-jsdoc)
(#8626) There should be no spaces inside this paren. (space-in-parens)
(#8626) There should be no spaces inside this paren. (space-in-parens)
(#8626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8629) 'tweenerIndex' is defined but never used (no-unused-vars)
(#8629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8631) There should be no spaces inside this paren. (space-in-parens)
(#8631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8637) There should be no spaces inside this paren. (space-in-parens)
(#8637) There should be no spaces inside this paren. (space-in-parens)
(#8637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8644) There should be no spaces inside this paren. (space-in-parens)
(#8644) Unexpected whitespace before semicolon. (semi-spacing)
(#8644) There should be no spaces inside this paren. (space-in-parens)
(#8644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8645) There should be no space after '[' (computed-property-spacing)
(#8645) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8648) There should be no spaces inside this paren. (space-in-parens)
(#8648) There should be no space after '[' (array-bracket-spacing)
(#8648) There should be no space before ']' (array-bracket-spacing)
(#8648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8653) There should be no spaces inside this paren. (space-in-parens)
(#8653) There should be no space after '[' (array-bracket-spacing)
(#8653) There should be no space before ']' (array-bracket-spacing)
(#8653) There should be no spaces inside this paren. (space-in-parens)
(#8653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8660) There should be no space after '{' (object-curly-spacing)
(#8660) There should be no space before '}' (object-curly-spacing)
(#8660) There should be no spaces inside this paren. (space-in-parens)
(#8660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) 'easing' is defined but never used (no-unused-vars)
(#8666) There should be no spaces inside this paren. (space-in-parens)
(#8666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8667) There should be no spaces inside this paren. (space-in-parens)
(#8667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8668) There should be no space after '[' (computed-property-spacing)
(#8668) There should be no space before ']' (computed-property-spacing)
(#8668) There should be no spaces inside this paren. (space-in-parens)
(#8668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8669) There should be no spaces inside this paren. (space-in-parens)
(#8669) There should be no spaces inside this paren. (space-in-parens)
(#8669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8672) There should be no spaces inside this paren. (space-in-parens)
(#8672) There should be no spaces inside this paren. (space-in-parens)
(#8672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8678) There should be no spaces inside this paren. (space-in-parens)
(#8678) Unexpected whitespace before semicolon. (semi-spacing)
(#8678) There should be no spaces inside this paren. (space-in-parens)
(#8678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8679) There should be no space after '[' (computed-property-spacing)
(#8679) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8684) There should be no spaces inside this paren. (space-in-parens)
(#8684) There should be no spaces inside this paren. (space-in-parens)
(#8684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8685) There should be no spaces inside this paren. (space-in-parens)
(#8685) There should be no space after '[' (array-bracket-spacing)
(#8685) There should be no space before ']' (array-bracket-spacing)
(#8685) There should be no spaces inside this paren. (space-in-parens)
(#8685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8687) There should be no spaces inside this paren. (space-in-parens)
(#8687) There should be no space after '[' (array-bracket-spacing)
(#8687) There should be no space before ']' (array-bracket-spacing)
(#8687) There should be no spaces inside this paren. (space-in-parens)
(#8687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8696) There should be no spaces inside this paren. (space-in-parens)
(#8696) Unexpected whitespace before semicolon. (semi-spacing)
(#8696) There should be no spaces inside this paren. (space-in-parens)
(#8696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8698) There should be no spaces inside this paren. (space-in-parens)
(#8698) There should be no spaces inside this paren. (space-in-parens)
(#8698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8703) There should be no spaces inside this paren. (space-in-parens)
(#8703) There should be no spaces inside this paren. (space-in-parens)
(#8703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) There should be no spaces inside this paren. (space-in-parens)
(#8705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8710) There should be no spaces inside this paren. (space-in-parens)
(#8710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) 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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8724) Missing JSDoc comment. (require-jsdoc)
(#8724) There should be no spaces inside this paren. (space-in-parens)
(#8724) There should be no spaces inside this paren. (space-in-parens)
(#8724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8728) There should be no spaces inside this paren. (space-in-parens)
(#8728) There should be no spaces inside this paren. (space-in-parens)
(#8728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8729) There should be no spaces inside this paren. (space-in-parens)
(#8729) There should be no spaces inside this paren. (space-in-parens)
(#8729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8730) There should be no space after '[' (computed-property-spacing)
(#8730) There should be no space before ']' (computed-property-spacing)
(#8730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8731) There should be no space after '[' (computed-property-spacing)
(#8731) There should be no space before ']' (computed-property-spacing)
(#8731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8732) There should be no spaces inside this paren. (space-in-parens)
(#8732) There should be no spaces inside this paren. (space-in-parens)
(#8732) There should be no spaces inside this paren. (space-in-parens)
(#8732) There should be no spaces inside this paren. (space-in-parens)
(#8732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8733) There should be no space after '[' (computed-property-spacing)
(#8733) There should be no space before ']' (computed-property-spacing)
(#8733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8734) There should be no space after '[' (computed-property-spacing)
(#8734) There should be no space before ']' (computed-property-spacing)
(#8734) There should be no space after '[' (computed-property-spacing)
(#8734) There should be no space before ']' (computed-property-spacing)
(#8734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#8738) There should be no space before ']' (computed-property-spacing)
(#8738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8739) There should be no space after '[' (computed-property-spacing)
(#8739) There should be no space before ']' (computed-property-spacing)
(#8739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8742) There should be no space after '[' (computed-property-spacing)
(#8742) There should be no space before ']' (computed-property-spacing)
(#8742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8743) There should be no spaces inside this paren. (space-in-parens)
(#8743) There should be no spaces inside this paren. (space-in-parens)
(#8743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8744) There should be no spaces inside this paren. (space-in-parens)
(#8744) There should be no spaces inside this paren. (space-in-parens)
(#8744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8745) There should be no space after '[' (computed-property-spacing)
(#8745) There should be no space before ']' (computed-property-spacing)
(#8745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8749) There should be no spaces inside this paren. (space-in-parens)
(#8749) There should be no spaces inside this paren. (space-in-parens)
(#8749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8750) There should be no spaces inside this paren. (space-in-parens)
(#8750) There should be no spaces inside this paren. (space-in-parens)
(#8750) There should be no spaces inside this paren. (space-in-parens)
(#8750) There should be no spaces inside this paren. (space-in-parens)
(#8750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8751) There should be no space after '[' (computed-property-spacing)
(#8751) There should be no space before ']' (computed-property-spacing)
(#8751) There should be no space after '[' (computed-property-spacing)
(#8751) There should be no space before ']' (computed-property-spacing)
(#8751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8752) There should be no space after '[' (computed-property-spacing)
(#8752) There should be no space before ']' (computed-property-spacing)
(#8752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8756) There should be no space after '[' (computed-property-spacing)
(#8756) There should be no space before ']' (computed-property-spacing)
(#8756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8761) There should be no spaces inside this paren. (space-in-parens)
(#8761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8763) There should be no spaces inside this paren. (space-in-parens)
(#8763) There should be no spaces inside this paren. (space-in-parens)
(#8763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8766) There should be no space after '[' (array-bracket-spacing)
(#8766) There should be no space before ']' (array-bracket-spacing)
(#8766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8775) There should be no spaces inside this paren. (space-in-parens)
(#8775) Unexpected whitespace before semicolon. (semi-spacing)
(#8775) There should be no spaces inside this paren. (space-in-parens)
(#8775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8776) There should be no space after '[' (computed-property-spacing)
(#8776) There should be no space before ']' (computed-property-spacing)
(#8776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8777) There should be no space after '[' (computed-property-spacing)
(#8777) There should be no space before ']' (computed-property-spacing)
(#8777) There should be no space after '[' (computed-property-spacing)
(#8777) There should be no space before ']' (computed-property-spacing)
(#8777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8778) There should be no space after '[' (computed-property-spacing)
(#8778) There should be no space before ']' (computed-property-spacing)
(#8778) There should be no spaces inside this paren. (space-in-parens)
(#8778) There should be no spaces inside this paren. (space-in-parens)
(#8778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8782) There should be no spaces inside this paren. (space-in-parens)
(#8782) There should be no spaces inside this paren. (space-in-parens)
(#8782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8783) There should be no spaces inside this paren. (space-in-parens)
(#8783) There should be no spaces inside this paren. (space-in-parens)
(#8783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8784) There should be no spaces inside this paren. (space-in-parens)
(#8784) There should be no spaces inside this paren. (space-in-parens)
(#8784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8791) Function 'defaultPrefilter' has a complexity of 27. (complexity)
(#8791) Missing JSDoc comment. (require-jsdoc)
(#8791) There should be no spaces inside this paren. (space-in-parens)
(#8791) There should be no spaces inside this paren. (space-in-parens)
(#8791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8800) There should be no spaces inside this paren. (space-in-parens)
(#8800) There should be no spaces inside this paren. (space-in-parens)
(#8800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8802) There should be no spaces inside this paren. (space-in-parens)
(#8802) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8802) There should be no spaces inside this paren. (space-in-parens)
(#8802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8831) There should be no space after '[' (array-bracket-spacing)
(#8831) There should be no space before ']' (array-bracket-spacing)
(#8831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8840) There should be no spaces inside this paren. (space-in-parens)
(#8840) There should be no spaces inside this paren. (space-in-parens)
(#8840) There should be no spaces inside this paren. (space-in-parens)
(#8840) There should be no spaces inside this paren. (space-in-parens)
(#8840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8849) There should be no spaces inside this paren. (space-in-parens)
(#8849) There should be no spaces inside this paren. (space-in-parens)
(#8849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8853) There should be no space after '[' (computed-property-spacing)
(#8853) There should be no space before ']' (computed-property-spacing)
(#8853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8854) There should be no space after '[' (computed-property-spacing)
(#8854) There should be no space before ']' (computed-property-spacing)
(#8854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8855) There should be no space after '[' (computed-property-spacing)
(#8855) There should be no space before ']' (computed-property-spacing)
(#8855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#8863) There should be no space before ']' (computed-property-spacing)
(#8863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8864) There should be no spaces inside this paren. (space-in-parens)
(#8864) There should be no spaces inside this paren. (space-in-parens)
(#8864) There should be no spaces inside this paren. (space-in-parens)
(#8864) There should be no spaces inside this paren. (space-in-parens)
(#8864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8865) There should be no space after '[' (computed-property-spacing)
(#8865) There should be no space before ']' (computed-property-spacing)
(#8865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8875) There should be no spaces inside this paren. (space-in-parens)
(#8875) There should be no spaces inside this paren. (space-in-parens)
(#8875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#8876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8877) There should be no spaces inside this paren. (space-in-parens)
(#8877) There should be no spaces inside this paren. (space-in-parens)
(#8877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8894) There should be no spaces inside this paren. (space-in-parens)
(#8894) There should be no spaces inside this paren. (space-in-parens)
(#8894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8895) There should be no spaces inside this paren. (space-in-parens)
(#8895) There should be no spaces inside this paren. (space-in-parens)
(#8895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8899) There should be no spaces inside this paren. (space-in-parens)
(#8899) Unexpected whitespace before semicolon. (semi-spacing)
(#8899) Unexpected whitespace before semicolon. (semi-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) There should be no space after '[' (computed-property-spacing)
(#8900) There should be no space before ']' (computed-property-spacing)
(#8900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8901) There should be no spaces inside this paren. (space-in-parens)
(#8901) There should be no space after '[' (computed-property-spacing)
(#8901) There should be no space before ']' (computed-property-spacing)
(#8901) There should be no spaces inside this paren. (space-in-parens)
(#8901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8902) There should be no space after '[' (computed-property-spacing)
(#8902) There should be no space before ']' (computed-property-spacing)
(#8902) There should be no space after '[' (computed-property-spacing)
(#8902) There should be no space before ']' (computed-property-spacing)
(#8902) There should be no spaces inside this paren. (space-in-parens)
(#8902) There should be no spaces inside this paren. (space-in-parens)
(#8902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8904) There should be no spaces inside this paren. (space-in-parens)
(#8904) There should be no spaces inside this paren. (space-in-parens)
(#8904) There should be no spaces inside this paren. (space-in-parens)
(#8904) There should be no spaces inside this paren. (space-in-parens)
(#8904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8905) There should be no space after '[' (computed-property-spacing)
(#8905) There should be no space before ']' (computed-property-spacing)
(#8905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8915) Missing JSDoc comment. (require-jsdoc)
(#8915) There should be no spaces inside this paren. (space-in-parens)
(#8915) There should be no spaces inside this paren. (space-in-parens)
(#8915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8916) There should be no spaces inside this paren. (space-in-parens)
(#8916) There should be no spaces inside this paren. (space-in-parens)
(#8916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8922) There should be no spaces inside this paren. (space-in-parens)
(#8922) There should be no spaces inside this paren. (space-in-parens)
(#8922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8929) There should be no spaces inside this paren. (space-in-parens)
(#8929) There should be no space after '[' (computed-property-spacing)
(#8929) There should be no space before ']' (computed-property-spacing)
(#8929) There should be no spaces inside this paren. (space-in-parens)
(#8929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8932) There should be no space after '[' (computed-property-spacing)
(#8932) There should be no space before ']' (computed-property-spacing)
(#8932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8936) There should be no spaces inside this paren. (space-in-parens)
(#8936) There should be no spaces inside this paren. (space-in-parens)
(#8936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8940) There should be no space after '[' (computed-property-spacing)
(#8940) There should be no space before ']' (computed-property-spacing)
(#8940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no space after '[' (computed-property-spacing)
(#8943) There should be no space before ']' (computed-property-spacing)
(#8943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8949) There should be no spaces inside this paren. (space-in-parens)
(#8949) There should be no spaces inside this paren. (space-in-parens)
(#8949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8955) There should be no spaces inside this paren. (space-in-parens)
(#8955) There should be no spaces inside this paren. (space-in-parens)
(#8955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8956) There should be no spaces inside this paren. (space-in-parens)
(#8956) There should be no spaces inside this paren. (space-in-parens)
(#8956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8958) There should be no spaces inside this paren. (space-in-parens)
(#8958) There should be no spaces inside this paren. (space-in-parens)
(#8958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8971) There should be no spaces inside this paren. (space-in-parens)
(#8971) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8971) There should be no space after '[' (computed-property-spacing)
(#8971) There should be no space before ']' (computed-property-spacing)
(#8971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8972) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8972) There should be no space after '[' (computed-property-spacing)
(#8972) There should be no space before ']' (computed-property-spacing)
(#8972) There should be no spaces inside this paren. (space-in-parens)
(#8972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8973) There should be no space after '[' (computed-property-spacing)
(#8973) There should be no space before ']' (computed-property-spacing)
(#8973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8984) There should be no spaces inside this paren. (space-in-parens)
(#8984) There should be no spaces inside this paren. (space-in-parens)
(#8984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8987) There should be no spaces inside this paren. (space-in-parens)
(#8987) There should be no space after '[' (computed-property-spacing)
(#8987) There should be no space before ']' (computed-property-spacing)
(#8987) There should be no spaces inside this paren. (space-in-parens)
(#8987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8988) There should be no space after '[' (computed-property-spacing)
(#8988) There should be no space before ']' (computed-property-spacing)
(#8988) There should be no spaces inside this paren. (space-in-parens)
(#8988) There should be no spaces inside this paren. (space-in-parens)
(#8988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8989) Line 8989 exceeds the maximum line length of 132. (max-len)
(#8989) There should be no spaces inside this paren. (space-in-parens)
(#8989) There should be no spaces inside this paren. (space-in-parens)
(#8989) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#8989) There should be no space after '[' (computed-property-spacing)
(#8989) There should be no space after '[' (computed-property-spacing)
(#8989) There should be no space before ']' (computed-property-spacing)
(#8989) There should be no space before ']' (computed-property-spacing)
(#8989) There should be no space after '[' (computed-property-spacing)
(#8989) There should be no space before ']' (computed-property-spacing)
(#8989) There should be no spaces inside this paren. (space-in-parens)
(#8989) There should be no spaces inside this paren. (space-in-parens)
(#8989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8990) There should be no spaces inside this paren. (space-in-parens)
(#8990) There should be no spaces inside this paren. (space-in-parens)
(#8990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8992) There should be no space after '[' (computed-property-spacing)
(#8992) There should be no space before ']' (computed-property-spacing)
(#8992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9003) There should be no spaces inside this paren. (space-in-parens)
(#9003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9004) There should be no space after '[' (computed-property-spacing)
(#9004) There should be no space before ']' (computed-property-spacing)
(#9004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9009) There should be no space after '[' (array-bracket-spacing)
(#9009) There should be no space before ']' (array-bracket-spacing)
(#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) There should be no space after '[' (computed-property-spacing)
(#9010) There should be no space before ']' (computed-property-spacing)
(#9010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9011) There should be no space after '[' (computed-property-spacing)
(#9011) There should be no space before ']' (computed-property-spacing)
(#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) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9014) There should be no spaces inside this paren. (space-in-parens)
(#9014) There should be no spaces inside this paren. (space-in-parens)
(#9014) There should be no spaces inside this paren. (space-in-parens)
(#9014) There should be no spaces inside this paren. (space-in-parens)
(#9014) There should be no spaces inside this paren. (space-in-parens)
(#9014) There should be no spaces inside this paren. (space-in-parens)
(#9014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9015) There should be no spaces inside this paren. (space-in-parens)
(#9015) There should be no spaces inside this paren. (space-in-parens)
(#9015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9016) There should be no spaces inside this paren. (space-in-parens)
(#9016) There should be no spaces inside this paren. (space-in-parens)
(#9016) There should be no spaces inside this paren. (space-in-parens)
(#9016) There should be no spaces inside this paren. (space-in-parens)
(#9016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9021) There should be no spaces inside this paren. (space-in-parens)
(#9021) There should be no spaces inside this paren. (space-in-parens)
(#9021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9024) There should be no spaces inside this paren. (space-in-parens)
(#9024) There should be no spaces inside this paren. (space-in-parens)
(#9024) There should be no spaces inside this paren. (space-in-parens)
(#9024) There should be no spaces inside this paren. (space-in-parens)
(#9024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9027) There should be no space after '{' (object-curly-spacing)
(#9027) There should be no space before '}' (object-curly-spacing)
(#9027) There should be no spaces inside this paren. (space-in-parens)
(#9027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9029) There should be no spaces inside this paren. (space-in-parens)
(#9029) There should be no spaces inside this paren. (space-in-parens)
(#9029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9031) There should be no spaces inside this paren. (space-in-parens)
(#9031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9034) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9037) There should be no spaces inside this paren. (space-in-parens)
(#9037) There should be no spaces inside this paren. (space-in-parens)
(#9037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9038) There should be no spaces inside this paren. (space-in-parens)
(#9038) There should be no spaces inside this paren. (space-in-parens)
(#9038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9044) There should be no spaces inside this paren. (space-in-parens)
(#9044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9046) There should be no spaces inside this paren. (space-in-parens)
(#9046) There should be no spaces inside this paren. (space-in-parens)
(#9046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9047) There should be no spaces inside this paren. (space-in-parens)
(#9047) There should be no spaces inside this paren. (space-in-parens)
(#9047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9050) There should be no spaces inside this paren. (space-in-parens)
(#9050) There should be no spaces inside this paren. (space-in-parens)
(#9050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9053) There should be no spaces inside this paren. (space-in-parens)
(#9053) There should be no spaces inside this paren. (space-in-parens)
(#9053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9058) There should be no spaces inside this paren. (space-in-parens)
(#9058) There should be no spaces inside this paren. (space-in-parens)
(#9058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9059) There should be no spaces inside this paren. (space-in-parens)
(#9059) There should be no spaces inside this paren. (space-in-parens)
(#9059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9064) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9069) There should be no space after '[' (computed-property-spacing)
(#9069) There should be no space before ']' (computed-property-spacing)
(#9069) There should be no space after '[' (computed-property-spacing)
(#9069) There should be no space before ']' (computed-property-spacing)
(#9069) There should be no spaces inside this paren. (space-in-parens)
(#9069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9070) There should be no spaces inside this paren. (space-in-parens)
(#9070) There should be no space after '[' (computed-property-spacing)
(#9070) There should be no space before ']' (computed-property-spacing)
(#9070) There should be no spaces inside this paren. (space-in-parens)
(#9070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9074) There should be no space after '[' (computed-property-spacing)
(#9074) There should be no space before ']' (computed-property-spacing)
(#9074) There should be no space after '[' (computed-property-spacing)
(#9074) There should be no space before ']' (computed-property-spacing)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9075) There should be no spaces inside this paren. (space-in-parens)
(#9075) There should be no space after '[' (computed-property-spacing)
(#9075) There should be no space before ']' (computed-property-spacing)
(#9075) There should be no spaces inside this paren. (space-in-parens)
(#9075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9081) There should be no space after '[' (computed-property-spacing)
(#9081) There should be no space before ']' (computed-property-spacing)
(#9081) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9081) There should be no space after '[' (computed-property-spacing)
(#9081) There should be no space before ']' (computed-property-spacing)
(#9081) There should be no spaces inside this paren. (space-in-parens)
(#9081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9082) There should be no space after '[' (computed-property-spacing)
(#9082) There should be no space before ']' (computed-property-spacing)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9084) There should be no spaces inside this paren. (space-in-parens)
(#9084) There should be no spaces inside this paren. (space-in-parens)
(#9084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9091) There should be no spaces inside this paren. (space-in-parens)
(#9091) There should be no spaces inside this paren. (space-in-parens)
(#9091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9092) There should be no spaces inside this paren. (space-in-parens)
(#9092) There should be no spaces inside this paren. (space-in-parens)
(#9092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9099) Missing JSDoc comment. (require-jsdoc)
(#9099) There should be no spaces inside this paren. (space-in-parens)
(#9099) There should be no spaces inside this paren. (space-in-parens)
(#9099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9101) There should be no space after '{' (object-curly-spacing)
(#9101) There should be no space before '}' (object-curly-spacing)
(#9101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9106) Infix operators must be spaced. (space-infix-ops)
(#9106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9107) Expected space(s) after "for". (keyword-spacing)
(#9107) There should be no spaces inside this paren. (space-in-parens)
(#9107) Unexpected whitespace before semicolon. (semi-spacing)
(#9107) There should be no spaces inside this paren. (space-in-parens)
(#9107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9108) There should be no space after '[' (computed-property-spacing)
(#9108) There should be no space before ']' (computed-property-spacing)
(#9108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9109) There should be no space after '[' (computed-property-spacing)
(#9109) There should be no space before ']' (computed-property-spacing)
(#9109) There should be no space after '[' (computed-property-spacing)
(#9109) There should be no space before ']' (computed-property-spacing)
(#9109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9124) There should be no space after '{' (object-curly-spacing)
(#9124) There should be no space before '}' (object-curly-spacing)
(#9124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9125) There should be no space after '{' (object-curly-spacing)
(#9125) There should be no space before '}' (object-curly-spacing)
(#9125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9126) There should be no space after '{' (object-curly-spacing)
(#9126) There should be no space before '}' (object-curly-spacing)
(#9126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9127) There should be no spaces inside this paren. (space-in-parens)
(#9127) There should be no spaces inside this paren. (space-in-parens)
(#9127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9128) There should be no space after '[' (computed-property-spacing)
(#9128) There should be no space before ']' (computed-property-spacing)
(#9128) There should be no spaces inside this paren. (space-in-parens)
(#9128) There should be no spaces inside this paren. (space-in-parens)
(#9128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9133) There should be no spaces inside this paren. (space-in-parens)
(#9133) There should be no spaces inside this paren. (space-in-parens)
(#9133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9134) There should be no spaces inside this paren. (space-in-parens)
(#9134) There should be no spaces inside this paren. (space-in-parens)
(#9134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9138) There should be no spaces inside this paren. (space-in-parens)
(#9138) There should be no spaces inside this paren. (space-in-parens)
(#9138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9141) Do not nest ternary expressions (no-nested-ternary)
(#9141) Do not nest ternary expressions (no-nested-ternary)
(#9141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9142) There should be no space after '[' (computed-property-spacing)
(#9142) There should be no space before ']' (computed-property-spacing)
(#9142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9145) There should be no spaces inside this paren. (space-in-parens)
(#9145) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9145) There should be no spaces inside this paren. (space-in-parens)
(#9145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9153) There should be no spaces inside this paren. (space-in-parens)
(#9153) There should be no spaces inside this paren. (space-in-parens)
(#9153) There should be no spaces inside this paren. (space-in-parens)
(#9153) There should be no spaces inside this paren. (space-in-parens)
(#9153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9154) There should be no spaces inside this paren. (space-in-parens)
(#9154) There should be no spaces inside this paren. (space-in-parens)
(#9154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9158) There should be no spaces inside this paren. (space-in-parens)
(#9158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9169) There should be no spaces inside this paren. (space-in-parens)
(#9169) There should be no spaces inside this paren. (space-in-parens)
(#9169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9170) There should be no spaces inside this paren. (space-in-parens)
(#9170) Infix operators must be spaced. (space-infix-ops)
(#9170) There should be no spaces inside this paren. (space-in-parens)
(#9170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9183) There should be no spaces inside this paren. (space-in-parens)
(#9183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9184) There should be no space after '[' (computed-property-spacing)
(#9184) There should be no space before ']' (computed-property-spacing)
(#9184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9186) There should be no spaces inside this paren. (space-in-parens)
(#9186) There should be no space after '[' (computed-property-spacing)
(#9186) There should be no space before ']' (computed-property-spacing)
(#9186) There should be no spaces inside this paren. (space-in-parens)
(#9186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9197) There should be no spaces inside this paren. (space-in-parens)
(#9197) There should be no spaces inside this paren. (space-in-parens)
(#9197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9198) There should be no spaces inside this paren. (space-in-parens)
(#9198) There should be no spaces inside this paren. (space-in-parens)
(#9198) There should be no spaces inside this paren. (space-in-parens)
(#9198) There should be no spaces inside this paren. (space-in-parens)
(#9198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9220) There should be no spaces inside this paren. (space-in-parens)
(#9220) There should be no spaces inside this paren. (space-in-parens)
(#9220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9221) There should be no spaces inside this paren. (space-in-parens)
(#9221) There should be no spaces inside this paren. (space-in-parens)
(#9221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9222) There should be no spaces inside this paren. (space-in-parens)
(#9222) There should be no spaces inside this paren. (space-in-parens)
(#9222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9230) There should be no spaces inside this paren. (space-in-parens)
(#9230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9233) There should be no spaces inside this paren. (space-in-parens)
(#9233) There should be no spaces inside this paren. (space-in-parens)
(#9233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9239) There should be no space after '{' (object-curly-spacing)
(#9239) There should be no space before '}' (object-curly-spacing)
(#9239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9240) There should be no space after '[' (computed-property-spacing)
(#9240) There should be no space before ']' (computed-property-spacing)
(#9240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9243) There should be no spaces inside this paren. (space-in-parens)
(#9243) There should be no spaces inside this paren. (space-in-parens)
(#9243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9244) Expected a return value. (consistent-return)
(#9244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9248) There should be no spaces inside this paren. (space-in-parens)
(#9248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9254) There should be no spaces inside this paren. (space-in-parens)
(#9254) There should be no spaces inside this paren. (space-in-parens)
(#9254) There should be no spaces inside this paren. (space-in-parens)
(#9254) There should be no spaces inside this paren. (space-in-parens)
(#9254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9260) There should be no spaces inside this paren. (space-in-parens)
(#9260) There should be no spaces inside this paren. (space-in-parens)
(#9260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9263) There should be no spaces inside this paren. (space-in-parens)
(#9263) There should be no spaces inside this paren. (space-in-parens)
(#9263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9264) Multiple spaces found before '='. (no-multi-spaces)
(#9264) Multiple spaces found before '||'. (no-multi-spaces)
(#9264) Multiple spaces found before '||'. (no-multi-spaces)
(#9264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9266) Multiple spaces found before '='. (no-multi-spaces)
(#9266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9269) Multiple spaces found before '+'. (no-multi-spaces)
(#9269) Multiple spaces found before '-'. (no-multi-spaces)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9276) There should be no spaces inside this paren. (space-in-parens)
(#9276) There should be no spaces inside this paren. (space-in-parens)
(#9276) Expected 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) There should be no spaces inside this paren. (space-in-parens)
(#9280) There should be no spaces inside this paren. (space-in-parens)
(#9280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9281) Multiple spaces found before '+='. (no-multi-spaces)
(#9281) There should be no spaces inside this paren. (space-in-parens)
(#9281) There should be no spaces inside this paren. (space-in-parens)
(#9281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9282) There should be no spaces inside this paren. (space-in-parens)
(#9282) There should be no spaces inside this paren. (space-in-parens)
(#9282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9285) There should be no space after '{' (object-curly-spacing)
(#9285) There should be no space before '}' (object-curly-spacing)
(#9285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9288) There should be no spaces inside this paren. (space-in-parens)
(#9288) There should be no spaces inside this paren. (space-in-parens)
(#9288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9289) There should be no spaces inside this paren. (space-in-parens)
(#9289) There should be no spaces inside this paren. (space-in-parens)
(#9289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9292) There should be no spaces inside this paren. (space-in-parens)
(#9292) There should be no spaces inside this paren. (space-in-parens)
(#9292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9296) There should be no spaces inside this paren. (space-in-parens)
(#9296) There should be no spaces inside this paren. (space-in-parens)
(#9296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9298) There should be no spaces inside this paren. (space-in-parens)
(#9298) There should be no spaces inside this paren. (space-in-parens)
(#9298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9299) There should be no spaces inside this paren. (space-in-parens)
(#9299) There should be no spaces inside this paren. (space-in-parens)
(#9299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9300) Line 9300 exceeds the maximum line length of 132. (max-len)
(#9300) There should be no spaces inside this paren. (space-in-parens)
(#9300) There should be no spaces inside this paren. (space-in-parens)
(#9300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9301) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9301) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9304) There should be no spaces inside this paren. (space-in-parens)
(#9304) There should be no spaces inside this paren. (space-in-parens)
(#9304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9313) There should be no spaces inside this paren. (space-in-parens)
(#9313) There should be no spaces inside this paren. (space-in-parens)
(#9313) There should be no spaces inside this paren. (space-in-parens)
(#9313) There should be no spaces inside this paren. (space-in-parens)
(#9313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9314) There should be no spaces inside this paren. (space-in-parens)
(#9314) There should be no spaces inside this paren. (space-in-parens)
(#9314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9317) There should be no spaces inside this paren. (space-in-parens)
(#9317) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9317) There should be no spaces inside this paren. (space-in-parens)
(#9317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9318) There should be no spaces inside this paren. (space-in-parens)
(#9318) There should be no spaces inside this paren. (space-in-parens)
(#9318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9320) There should be no spaces inside this paren. (space-in-parens)
(#9320) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#9320) There should be no spaces inside this paren. (space-in-parens)
(#9320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9321) There should be no spaces inside this paren. (space-in-parens)
(#9321) There should be no spaces inside this paren. (space-in-parens)
(#9321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9325) There should be no spaces inside this paren. (space-in-parens)
(#9325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9336) There should be no spaces inside this paren. (space-in-parens)
(#9336) There should be no spaces inside this paren. (space-in-parens)
(#9336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9346) Multiple spaces found before '='. (no-multi-spaces)
(#9346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9347) There should be no space after '{' (object-curly-spacing)
(#9347) There should be no space before '}' (object-curly-spacing)
(#9347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9352) Multiple spaces found before '-='. (no-multi-spaces)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9353) There should be no spaces inside this paren. (space-in-parens)
(#9353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9356) Multiple spaces found before '+='. (no-multi-spaces)
(#9356) There should be no spaces inside this paren. (space-in-parens)
(#9356) There should be no spaces inside this paren. (space-in-parens)
(#9356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9360) Expected no return value. (consistent-return)
(#9360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9361) Multiple spaces found before '-'. (no-multi-spaces)
(#9361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9369) There should be no spaces inside this paren. (space-in-parens)
(#9369) There should be no spaces inside this paren. (space-in-parens)
(#9369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9379) There should be no spaces inside this paren. (space-in-parens)
(#9379) There should be no spaces inside this paren. (space-in-parens)
(#9379) There should be no spaces inside this paren. (space-in-parens)
(#9379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9382) There should be no space after '[' (computed-property-spacing)
(#9382) There should be no space before ']' (computed-property-spacing)
(#9382) There should be no spaces inside this paren. (space-in-parens)
(#9382) There should be no spaces inside this paren. (space-in-parens)
(#9382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9383) There should be no spaces inside this paren. (space-in-parens)
(#9383) Expected to return a value at the end of this function. (consistent-return)
(#9383) There should be no spaces inside this paren. (space-in-parens)
(#9383) There should be no spaces inside this paren. (space-in-parens)
(#9383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9384) There should be no spaces inside this paren. (space-in-parens)
(#9384) There should be no spaces inside this paren. (space-in-parens)
(#9384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Do not nest ternary expressions (no-nested-ternary)
(#9387) There should be no space after '[' (computed-property-spacing)
(#9387) There should be no space before ']' (computed-property-spacing)
(#9387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9388) There should be no space after '[' (computed-property-spacing)
(#9388) There should be no space before ']' (computed-property-spacing)
(#9388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9389) There should be no space after '[' (computed-property-spacing)
(#9389) There should be no space before ']' (computed-property-spacing)
(#9389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9392) There should be no spaces inside this paren. (space-in-parens)
(#9392) There should be no spaces inside this paren. (space-in-parens)
(#9392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#9395) There should be no spaces inside this paren. (space-in-parens)
(#9395) There should be no spaces inside this paren. (space-in-parens)
(#9395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9399) There should be no space after '[' (computed-property-spacing)
(#9399) There should be no space before ']' (computed-property-spacing)
(#9399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9401) There should be no spaces inside this paren. (space-in-parens)
(#9401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9405) Missing JSDoc comment. (require-jsdoc)
(#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) Do not nest ternary expressions (no-nested-ternary)
(#9406) There should be no spaces inside this paren. (space-in-parens)
(#9406) There should be no spaces inside this paren. (space-in-parens)
(#9406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9413) There should be no spaces inside this paren. (space-in-parens)
(#9413) There should be no space after '{' (object-curly-spacing)
(#9413) There should be no space before '}' (object-curly-spacing)
(#9413) There should be no spaces inside this paren. (space-in-parens)
(#9413) There should be no spaces inside this paren. (space-in-parens)
(#9413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9414) There should be no spaces inside this paren. (space-in-parens)
(#9414) There should be no space after '{' (object-curly-spacing)
(#9414) There should be no space before '}' (object-curly-spacing)
(#9414) There should be no spaces inside this paren. (space-in-parens)
(#9414) There should be no spaces inside this paren. (space-in-parens)
(#9414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9416) There should be no space after '[' (computed-property-spacing)
(#9416) There should be no space before ']' (computed-property-spacing)
(#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) 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) There should be no spaces inside this paren. (space-in-parens)
(#9418) There should be no spaces inside this paren. (space-in-parens)
(#9418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9420) There should be no spaces inside this paren. (space-in-parens)
(#9420) There should be no spaces inside this paren. (space-in-parens)
(#9420) There should be no spaces inside this paren. (space-in-parens)
(#9420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9423) There should be no spaces inside this paren. (space-in-parens)
(#9423) There should be no spaces inside this paren. (space-in-parens)
(#9423) There should be no spaces inside this paren. (space-in-parens)
(#9423) There should be no spaces inside this paren. (space-in-parens)
(#9423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9427) There should be no space after '[' (computed-property-spacing)
(#9427) There should be no space before ']' (computed-property-spacing)
(#9427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9437) There should be no space after '[' (computed-property-spacing)
(#9437) There should be no space before ']' (computed-property-spacing)
(#9437) There should be no space after '[' (computed-property-spacing)
(#9437) There should be no space before ']' (computed-property-spacing)
(#9437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9438) There should be no space after '[' (computed-property-spacing)
(#9438) There should be no space before ']' (computed-property-spacing)
(#9438) There should be no space after '[' (computed-property-spacing)
(#9438) There should be no space before ']' (computed-property-spacing)
(#9438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9439) There should be no space after '[' (computed-property-spacing)
(#9439) There should be no space before ']' (computed-property-spacing)
(#9439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) There should be no spaces inside this paren. (space-in-parens)
(#9469) Unexpected space before function parentheses. (space-before-function-paren)
(#9469) Statement inside of curly braces should be on next line. (brace-style)
(#9469) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9469) There should be no spaces inside this paren. (space-in-parens)
(#9469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9472) There should be no spaces inside this paren. (space-in-parens)
(#9472) There should be no spaces inside this paren. (space-in-parens)
(#9472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
blocks/exaport/javascript/jquery.json.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Extra space after key '"'. (key-spacing)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#34) 'x' is defined but never used (no-unused-vars)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Unexpected space before function parentheses. (space-before-function-paren)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Blocks are nested too deeply (5). (max-depth)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Unexpected control character in regular expression. (no-control-regex)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Unexpected control character in regular expression. (no-control-regex)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected to return a value at the end of this function. (consistent-return)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) ["number"] is better written in dot notation. (dot-notation)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected { after 'if' condition. (curly)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Trailing spaces not allowed. (no-trailing-spaces)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected { after 'if' condition. (curly)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected { after 'if' condition. (curly)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) eval can be harmful. (no-eval)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Trailing spaces not allowed. (no-trailing-spaces)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) 'jQuery' is not defined. (no-undef)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
blocks/exaport/javascript/resume.js
(#1) 'jQueryExaport' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#2) Missing space before opening brace. (space-before-blocks)
(#8) Missing space before opening brace. (space-before-blocks)
(#12) Missing space before opening brace. (space-before-blocks)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Missing space before opening brace. (space-before-blocks)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#25) Trailing spaces not allowed. (no-trailing-spaces)
(#27) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#31) Trailing spaces not allowed. (no-trailing-spaces)
(#32) Trailing spaces not allowed. (no-trailing-spaces)
(#38) 'ddtreemenu' is not defined. (no-undef)
blocks/exaport/javascript/share_item.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) 'jQueryExaport' is not defined. (no-undef)
(#2) '$' is defined but never used (no-unused-vars)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) 'ExabisEportfolio' is not defined. (no-undef)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Trailing spaces not allowed. (no-trailing-spaces)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
blocks/exaport/javascript/shared_structures.js
(#2) 'jQueryExaport' is not defined. (no-undef)
(#2) Missing space before opening brace. (space-before-blocks)
(#4) Missing space before opening brace. (space-before-blocks)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Missing space before opening brace. (space-before-blocks)
blocks/exaport/javascript/shared_views.js
(#2) 'jQueryExaport' is not defined. (no-undef)
(#2) Missing space before opening brace. (space-before-blocks)
(#4) Missing space before opening brace. (space-before-blocks)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Missing space before opening brace. (space-before-blocks)
blocks/exaport/javascript/simpletreemenu.js
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Expected space or tab after '//' in comment. (spaced-comment)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing semicolon. (semi)
(#5) Expected space or tab after '//' in comment. (spaced-comment)
(#7) Expected space or tab after '//' in comment. (spaced-comment)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing space before opening brace. (space-before-blocks)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#13) Expected { after 'for' condition. (curly)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected space or tab after '//' in comment. (spaced-comment)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing semicolon. (semi)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Requires a space before '}'. (block-spacing)
(#17) Missing semicolon. (semi)
(#17) Missing semicolon. (semi)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Missing semicolon. (semi)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing semicolon. (semi)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Missing space before opening brace. (space-before-blocks)
(#25) Missing semicolon. (semi)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing semicolon. (semi)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing semicolon. (semi)
(#29) Expected { after 'else'. (curly)
(#30) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#30) Missing semicolon. (semi)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Expected { after 'if' condition. (curly)
(#32) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#32) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Missing semicolon. (semi)
(#34) Expected { after 'if' condition. (curly)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Missing semicolon. (semi)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Missing space before opening brace. (space-before-blocks)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing semicolon. (semi)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#40) Missing semicolon. (semi)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing semicolon. (semi)
(#43) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing semicolon. (semi)
(#45) Missing semicolon. (semi)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing semicolon. (semi)
(#48) Missing semicolon. (semi)
(#49) Missing semicolon. (semi)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) Missing semicolon. (semi)
(#52) Missing semicolon. (semi)
(#53) Missing semicolon. (semi)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) Missing semicolon. (semi)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing semicolon. (semi)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing semicolon. (semi)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing semicolon. (semi)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing space before opening brace. (space-before-blocks)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected space or tab after '//' in comment. (spaced-comment)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing semicolon. (semi)
(#63) Missing semicolon. (semi)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing semicolon. (semi)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing semicolon. (semi)
(#68) Missing semicolon. (semi)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing semicolon. (semi)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Missing space before opening brace. (space-before-blocks)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing semicolon. (semi)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing semicolon. (semi)
(#75) Missing semicolon. (semi)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing semicolon. (semi)
(#78) Missing semicolon. (semi)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Missing semicolon. (semi)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing semicolon. (semi)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#84) Expected { after 'if' condition. (curly)
(#84) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Missing semicolon. (semi)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#87) Expected { after 'if' condition. (curly)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Expected space or tab after '//' in comment. (spaced-comment)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Missing semicolon. (semi)
(#88) Expected space or tab after '//' in comment. (spaced-comment)
(#89) Line 89 exceeds the maximum line length of 132. (max-len)
(#89) Missing semicolon. (semi)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Missing semicolon. (semi)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Expected space or tab after '//' in comment. (spaced-comment)
(#96) Expected { after 'if' condition. (curly)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Missing semicolon. (semi)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) Missing semicolon. (semi)
(#99) Missing semicolon. (semi)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected space or tab after '//' in comment. (spaced-comment)
(#102) Missing semicolon. (semi)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#104) 'expstring' is defined but never used (no-unused-vars)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing semicolon. (semi)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#106) Missing semicolon. (semi)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) Missing space before opening brace. (space-before-blocks)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing space before opening brace. (space-before-blocks)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing semicolon. (semi)
(#113) Missing semicolon. (semi)
(#113) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Missing semicolon. (semi)
(#117) Missing semicolon. (semi)
(#118) Missing semicolon. (semi)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#121) Expected { after 'if' condition. (curly)
(#121) Infix operators must be spaced. (space-infix-ops)
(#122) Missing semicolon. (semi)
(#123) Expected { after 'else'. (curly)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing semicolon. (semi)
(#125) Missing semicolon. (semi)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Expected space or tab after '//' in comment. (spaced-comment)
(#128) 'tasktype' is already defined (no-redeclare)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) Missing semicolon. (semi)
(#129) Expected { after 'if' condition. (curly)
(#130) Missing semicolon. (semi)
(#131) Expected { after 'if' condition. (curly)
(#132) Missing semicolon. (semi)
(#133) Missing semicolon. (semi)
blocks/exaport/javascript/vedeo-js/exaport_video.js
(#2) 'jQuery' is not defined. (no-undef)
(#4) Missing JSDoc comment. (require-jsdoc)
(#5) Expected space or tab after '//' in comment. (spaced-comment)
(#6) 'jQueryExaport' is not defined. (no-undef)
(#9) 'videojs' is not defined. (no-undef)
(#9) 'videojs' is not defined. (no-undef)
(#10) 'videojs' is not defined. (no-undef)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
blocks/exaport/javascript/vedeo-js/video.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#1) Trailing spaces not allowed. (no-trailing-spaces)
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) Function 'anonymous' has a complexity of 26. (complexity)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Unexpected empty function. (no-empty-function)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) 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) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing 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) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "throw". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#4) Line 4 exceeds the maximum line length of 132. (max-len)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'techOrder'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'html5'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'flash'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'width'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'height'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'defaultVolume'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'playbackRates'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'inactivityTimeout'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'children'. (key-spacing)
(#4) Missing space before value for key 'mediaLoader'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'posterImage'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'loadingSpinner'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'textTrackDisplay'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'bigPlayButton'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'controlBar'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'errorDisplay'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'textTrackSettings'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'language'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'languages'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'notSupportedMessage'. (key-spacing)
(#5) Line 5 exceeds the maximum line length of 132. (max-len)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'module' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#6) This line has too many statements. Maximum allowed is 2. (max-statements-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-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) Missing whitespace after semicolon. (semi-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) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) Expected { after 'for-in'. (curly)
(#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) 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) 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) 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 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) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#7) Line 7 exceeds the maximum line length of 132. (max-len)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Expected to return a value at the end of this function. (consistent-return)
(#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) Expected space(s) after "if". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected { after 'if' condition. (curly)
(#7) Expected space(s) before "return". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#7) This line has too many statements. Maximum allowed is 2. (max-statements-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) 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) 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) Missing whitespace after semicolon. (semi-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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) after "if". (keyword-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) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'd' used outside of binding context. (block-scoped-var)
(#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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) 'd' used outside of binding context. (block-scoped-var)
(#7) Expected space(s) before "for". (keyword-spacing)
(#7) Expected { after 'for' condition. (curly)
(#7) Expected space(s) after "for". (keyword-spacing)
(#7) 'd' is already defined (no-redeclare)
(#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 space is required after ','. (comma-spacing)
(#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) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing whitespace after semicolon. (semi-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) 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) 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) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#8) Line 8 exceeds the maximum line length of 132. (max-len)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected to return a value at the end of this function. (consistent-return)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected { after 'if' condition. (curly)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected space(s) before "return". (keyword-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Blocks are nested too deeply (5). (max-depth)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Blocks are nested too deeply (6). (max-depth)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected { after 'if' condition. (curly)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Blocks are nested too deeply (7). (max-depth)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Expected space(s) before "for". (keyword-spacing)
(#8) Expected { after 'for' condition. (curly)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected { after 'else'. (curly)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected { after 'else'. (curly)
(#8) Expected space(s) after "for". (keyword-spacing)
(#8) Expected { after 'for-in'. (curly)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) A space is required after ','. (comma-spacing)
(#8) Unexpected use of comma operator. (no-sequences)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#9) Line 9 exceeds the maximum line length of 132. (max-len)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Function 'anonymous' has a complexity of 22. (complexity)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#9) Requires a space before '}'. (block-spacing)
(#9) Missing semicolon. (semi)
(#9) Expected space(s) before "function". (keyword-spacing)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Requires a space before '}'. (block-spacing)
(#9) Expected space(s) before "if". (keyword-spacing)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected { after 'for-in'. (curly)
(#9) Expected space(s) after "for". (keyword-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing semicolon. (semi)
(#9) Requires a space before '}'. (block-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Infix operators must be spaced. (space-infix-ops)
(#10) Line 10 exceeds the maximum line length of 132. (max-len)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Requires a space after '{'. (block-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Requires a space before '}'. (block-spacing)
(#10) Missing semicolon. (semi)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Requires a space after '{'. (block-spacing)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Statement inside of curly braces should be on next line. (brace-style)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) 'g' used outside of binding context. (block-scoped-var)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing semicolon. (semi)
(#10) Requires a space before '}'. (block-spacing)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Missing whitespace after semicolon. (semi-spacing)
(#10) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Unexpected use of '&'. (no-bitwise)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Do not nest ternary expressions (no-nested-ternary)
(#10) Unexpected use of '&'. (no-bitwise)
(#10) Infix operators must be spaced. (space-infix-ops)
(#11) Line 11 exceeds the maximum line length of 132. (max-len)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of '&'. (no-bitwise)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'type'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'target'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected to return a value at the end of this function. (consistent-return)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing JSDoc comment. (require-jsdoc)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing JSDoc comment. (require-jsdoc)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "var". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#13) Line 13 exceeds the maximum line length of 132. (max-len)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Unexpected empty function. (no-empty-function)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing '()' invoking a constructor (new-parens)
(#13) A constructor name should not start with a lowercase letter. (new-cap)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing semicolon. (semi)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Infix operators must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#14) Line 14 exceeds the maximum line length of 132. (max-len)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Comparing to itself is potentially pointless. (no-self-compare)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) Requires a space after '{'. (block-spacing)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing '()' invoking a constructor (new-parens)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Infix operators must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#15) Line 15 exceeds the maximum line length of 132. (max-len)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "try". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "catch". (keyword-spacing)
(#15) Expected space(s) after "catch". (keyword-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'for-in'. (curly)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "if". (keyword-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Requires a space before '}'. (block-spacing)
(#15) Missing semicolon. (semi)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Requires a space after '{'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) A space is required after ','. (comma-spacing)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Infix operators must be spaced. (space-infix-ops)
(#15) Missing semicolon. (semi)
(#15) Requires a space before '}'. (block-spacing)
(#16) Line 16 exceeds the maximum line length of 132. (max-len)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Line 17 exceeds the maximum line length of 132. (max-len)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Do not nest ternary expressions (no-nested-ternary)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Infix operators must be spaced. (space-infix-ops)
(#18) Line 18 exceeds the maximum line length of 132. (max-len)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Requires a space before '}'. (block-spacing)
(#18) Missing semicolon. (semi)
(#19) Line 19 exceeds the maximum line length of 132. (max-len)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Missing semicolon. (semi)
(#20) Line 20 exceeds the maximum line length of 132. (max-len)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected space(s) after "return". (keyword-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Infix operators must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Missing semicolon. (semi)
(#21) Line 21 exceeds the maximum line length of 132. (max-len)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "return". (keyword-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before value for key 'length'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'start'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'end'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected space(s) after "try". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Expected space(s) before "catch". (keyword-spacing)
(#21) Expected space(s) after "catch". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Do not nest ternary expressions (no-nested-ternary)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'innerHTML'. (key-spacing)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Infix operators must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Missing semicolon. (semi)
(#22) Line 22 exceeds the maximum line length of 132. (max-len)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'href'. (key-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected { after 'if' condition. (curly)
(#22) Expected space(s) after "if". (keyword-spacing)
(#22) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Unexpected use of comma operator. (no-sequences)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected space(s) after "for". (keyword-spacing)
(#22) Expected { after 'for' condition. (curly)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#22) Infix operators must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Requires a space before '}'. (block-spacing)
(#22) Missing semicolon. (semi)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) Line 23 exceeds the maximum line length of 132. (max-len)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing space before value for key 'log'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'warn'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'error'. (key-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Expected { after 'if' condition. (curly)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Expected { after 'else'. (curly)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Infix operators must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#23) A space is required after ','. (comma-spacing)
(#23) Requires a space before '}'. (block-spacing)
(#23) Missing semicolon. (semi)
(#24) Line 24 exceeds the maximum line length of 132. (max-len)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space after '{'. (block-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Expected space(s) before "return". (keyword-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing space before value for key 'left'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'top'. (key-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Missing semicolon. (semi)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Expected { after 'if' condition. (curly)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Expected { after 'for' condition. (curly)
(#24) Expected space(s) after "for". (keyword-spacing)
(#24) Expected space(s) before "for". (keyword-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Infix operators must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) Requires a space before '}'. (block-spacing)
(#25) Line 25 exceeds the maximum line length of 132. (max-len)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before value for key 'uri'. (key-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Missing space before value for key 'method'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'timeout'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Infix operators must be spaced. (space-infix-ops)
(#25) Requires a space after '{'. (block-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Expected space(s) after "try". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) after "catch". (keyword-spacing)
(#25) Expected space(s) before "catch". (keyword-spacing)
(#25) Empty block statement. (no-empty)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) before "try". (keyword-spacing)
(#25) Expected space(s) after "try". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Requires a space before '}'. (block-spacing)
(#25) Expected space(s) after "catch". (keyword-spacing)
(#25) Expected space(s) before "catch". (keyword-spacing)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Empty block statement. (no-empty)
(#25) Expected space(s) before "try". (keyword-spacing)
(#25) Expected space(s) after "try". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Requires a space before '}'. (block-spacing)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) after "catch". (keyword-spacing)
(#25) Expected space(s) before "catch". (keyword-spacing)
(#25) Empty block statement. (no-empty)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Expected space(s) before "throw". (keyword-spacing)
(#26) Line 26 exceeds the maximum line length of 132. (max-len)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing '()' invoking a constructor (new-parens)
(#26) A constructor name should not start with a lowercase letter. (new-cap)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing '()' invoking a constructor (new-parens)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Expected to return a value at the end of this function. (consistent-return)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Expected { after 'if' condition. (curly)
(#26) Expected space(s) before "return". (keyword-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) Requires a space before '}'. (block-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) Infix operators must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Expected space(s) after "try". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Infix operators must be spaced. (space-infix-ops)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Expected space(s) before "catch". (keyword-spacing)
(#27) Expected space(s) after "catch". (keyword-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected space(s) after "try". (keyword-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Requires a space after '{'. (block-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Expected space(s) after "catch". (keyword-spacing)
(#27) Expected space(s) before "catch". (keyword-spacing)
(#27) Requires a space after '{'. (block-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Expected { after 'for-in'. (curly)
(#27) Expected space(s) after "for". (keyword-spacing)
(#27) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Missing semicolon. (semi)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#27) Requires a space after '{'. (block-spacing)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) Infix operators must be spaced. (space-infix-ops)
(#27) Requires a space before '}'. (block-spacing)
(#27) Missing semicolon. (semi)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) Line 28 exceeds the maximum line length of 132. (max-len)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Requires a space after '{'. (block-spacing)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Missing semicolon. (semi)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Requires a space after '{'. (block-spacing)
(#28) Missing space before opening brace. (space-before-blocks)
(#28) Statement inside of curly braces should be on next line. (brace-style)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing space before value for key 'type'. (key-spacing)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Expected { after 'if' condition. (curly)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Expected space(s) before "this". (keyword-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#28) A space is required after ','. (comma-spacing)
(#28) Requires a space before '}'. (block-spacing)
(#28) Missing semicolon. (semi)
(#28) Missing whitespace after semicolon. (semi-spacing)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) Line 29 exceeds the maximum line length of 132. (max-len)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing space before value for key 'l'. (key-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) A space is required after ','. (comma-spacing)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#29) Infix operators must be spaced. (space-infix-ops)
(#29) Requires a space after '{'. (block-spacing)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing whitespace after semicolon. (semi-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Requires a space before '}'. (block-spacing)
(#29) Missing semicolon. (semi)
(#29) A space is required after ','. (comma-spacing)
(#30) Line 30 exceeds the maximum line length of 132. (max-len)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before value for key 'type'. (key-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) Missing space before value for key 'bubbles'. (key-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Expected { after 'if' condition. (curly)
(#30) Expected { after 'for' condition. (curly)
(#30) Expected space(s) before "for". (keyword-spacing)
(#30) Expected space(s) after "for". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Expected space(s) before "this". (keyword-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing semicolon. (semi)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Return statement should not contain assignment. (no-return-assign)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#30) Missing whitespace after semicolon. (semi-spacing)
(#30) Infix operators must be spaced. (space-infix-ops)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space after '{'. (block-spacing)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) A space is required after ','. (comma-spacing)
(#30) Requires a space before '}'. (block-spacing)
(#30) Missing semicolon. (semi)
(#31) Line 31 exceeds the maximum line length of 132. (max-len)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) A space is required after ','. (comma-spacing)
(#31) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#31) Missing whitespace after semicolon. (semi-spacing)
(#31) Infix operators must be spaced. (space-infix-ops)
(#31) Requires a space after '{'. (block-spacing)
(#31) Missing space before opening brace. (space-before-blocks)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Requires a space before '}'. (block-spacing)
(#31) Missing semicolon. (semi)
(#32) Line 32 exceeds the maximum line length of 132. (max-len)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Requires a space after '{'. (block-spacing)
(#32) Missing space before opening brace. (space-before-blocks)
(#32) Statement inside of curly braces should be on next line. (brace-style)
(#32) A space is required after ','. (comma-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) A space is required after ','. (comma-spacing)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Infix operators must be spaced. (space-infix-ops)
(#32) Missing whitespace after semicolon. (semi-spacing)
(#32) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#32) Requires a space before '}'. (block-spacing)
(#33) Line 33 exceeds the maximum line length of 132. (max-len)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Requires a space after '{'. (block-spacing)
(#33) Expected { after 'for' condition. (curly)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Expected space(s) after "for". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Expected space(s) after "if". (keyword-spacing)
(#33) Expected space(s) before "if". (keyword-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Requires a space after '{'. (block-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) A space is required after ','. (comma-spacing)
(#33) Missing whitespace after semicolon. (semi-spacing)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) 'c' used outside of binding context. (block-scoped-var)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) A space is required after ','. (comma-spacing)
(#33) 'c' used outside of binding context. (block-scoped-var)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) 'c' used outside of binding context. (block-scoped-var)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Infix operators must be spaced. (space-infix-ops)
(#33) Requires a space before '}'. (block-spacing)
(#33) Missing semicolon. (semi)
(#33) Requires a space before '}'. (block-spacing)
(#34) Line 34 exceeds the maximum line length of 132. (max-len)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Expected { after 'if' condition. (curly)
(#34) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Expected space(s) before "if". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing semicolon. (semi)
(#34) Requires a space before '}'. (block-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Unexpected use of comma operator. (no-sequences)
(#34) Expected { after 'for' condition. (curly)
(#34) Expected space(s) before "for". (keyword-spacing)
(#34) Expected space(s) after "for". (keyword-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Unexpected use of comma operator. (no-sequences)
(#34) A space is required after ','. (comma-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) Infix operators must be spaced. (space-infix-ops)
(#34) A space is required after ','. (comma-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) A space is required after ','. (comma-spacing)
(#34) Requires a space before '}'. (block-spacing)
(#34) Missing semicolon. (semi)
(#34) Missing whitespace after semicolon. (semi-spacing)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) Line 35 exceeds the maximum line length of 132. (max-len)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Requires a space after '{'. (block-spacing)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) Infix operators must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing whitespace after semicolon. (semi-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Requires a space before '}'. (block-spacing)
(#36) Line 36 exceeds the maximum line length of 132. (max-len)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Requires a space after '{'. (block-spacing)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) A space is required after ','. (comma-spacing)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) A space is required after ','. (comma-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Requires a space before '}'. (block-spacing)
(#36) Missing semicolon. (semi)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Infix operators must be spaced. (space-infix-ops)
(#36) Requires a space after '{'. (block-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Statement inside of curly braces should be on next line. (brace-style)
(#36) A space is required after ','. (comma-spacing)
(#36) Missing whitespace after semicolon. (semi-spacing)
(#36) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Missing semicolon. (semi)
(#36) Requires a space before '}'. (block-spacing)
(#37) Line 37 exceeds the maximum line length of 132. (max-len)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Expected space(s) after "for". (keyword-spacing)
(#37) Expected { after 'for' condition. (curly)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) A space is required after ','. (comma-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) A space is required after ','. (comma-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing semicolon. (semi)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Infix operators must be spaced. (space-infix-ops)
(#37) Requires a space after '{'. (block-spacing)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#37) Missing whitespace after semicolon. (semi-spacing)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) Missing space before opening brace. (space-before-blocks)
(#37) Requires a space after '{'. (block-spacing)
(#37) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#37) Statement inside of curly braces should be on next line. (brace-style)
(#37) Missing semicolon. (semi)
(#37) Requires a space before '}'. (block-spacing)
(#38) Line 38 exceeds the maximum line length of 132. (max-len)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing semicolon. (semi)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Missing JSDoc comment. (require-jsdoc)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected { after 'if' condition. (curly)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Do not nest ternary expressions (no-nested-ternary)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#38) Expected { after 'if' condition. (curly)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Expected space(s) before "if". (keyword-spacing)
(#38) Expected space(s) before "return". (keyword-spacing)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) Expected space(s) after "return". (keyword-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) A space is required after ','. (comma-spacing)
(#38) Infix operators must be spaced. (space-infix-ops)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space before '}'. (block-spacing)
(#38) Missing semicolon. (semi)
(#39) Line 39 exceeds the maximum line length of 132. (max-len)
(#39) Missing JSDoc comment. (require-jsdoc)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing '()' invoking a constructor (new-parens)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Requires a space after '{'. (block-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) A space is required after ','. (comma-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#39) Requires a space after '{'. (block-spacing)
(#39) Statement inside of curly braces should be on next line. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing whitespace after semicolon. (semi-spacing)
(#39) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#39) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Missing '()' invoking a constructor (new-parens)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) Infix operators must be spaced. (space-infix-ops)
(#39) A space is required after ','. (comma-spacing)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#39) Requires a space before '}'. (block-spacing)
(#39) Missing semicolon. (semi)
(#40) Line 40 exceeds the maximum line length of 132. (max-len)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing JSDoc comment. (require-jsdoc)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing semicolon. (semi)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing JSDoc comment. (require-jsdoc)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Unexpected empty function. (no-empty-function)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Missing JSDoc comment. (require-jsdoc)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Requires a space after '{'. (block-spacing)
(#40) Missing space before opening brace. (space-before-blocks)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Statement inside of curly braces should be on next line. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Infix operators must be spaced. (space-infix-ops)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) A space is required after ','. (comma-spacing)
(#40) Missing whitespace after semicolon. (semi-spacing)
(#40) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#40) Missing semicolon. (semi)
(#40) Requires a space before '}'. (block-spacing)
(#41) Line 41 exceeds the maximum line length of 132. (max-len)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Missing JSDoc comment. (require-jsdoc)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Unexpected empty function. (no-empty-function)
(#41) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#41) Missing space before value for key 'l'. (key-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) A space is required after ','. (comma-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) A space is required after ','. (comma-spacing)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space before '}'. (block-spacing)
(#41) Missing semicolon. (semi)
(#41) Missing whitespace after semicolon. (semi-spacing)
(#41) Infix operators must be spaced. (space-infix-ops)
(#42) Line 42 exceeds the maximum line length of 132. (max-len)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing space before value for key 'className'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'role'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'aria-live'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'tabIndex'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'className'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'className'. (key-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing space before value for key 'innerHTML'. (key-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing semicolon. (semi)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) Expected space(s) after "return". (keyword-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing semicolon. (semi)
(#42) Requires a space before '}'. (block-spacing)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Missing whitespace after semicolon. (semi-spacing)
(#42) Infix operators must be spaced. (space-infix-ops)
(#42) Requires a space after '{'. (block-spacing)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Missing semicolon. (semi)
(#42) Requires a space before '}'. (block-spacing)
(#43) Line 43 exceeds the maximum line length of 132. (max-len)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Requires a space after '{'. (block-spacing)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Expected { after 'if' condition. (curly)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) A space is required after ','. (comma-spacing)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) Requires a space before '}'. (block-spacing)
(#43) Missing semicolon. (semi)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing semicolon. (semi)
(#43) Requires a space before '}'. (block-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'l'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing semicolon. (semi)
(#43) Requires a space before '}'. (block-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Infix operators must be spaced. (space-infix-ops)
(#44) Line 44 exceeds the maximum line length of 132. (max-len)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing space before value for key 'role'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'aria-valuenow'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'aria-valuemin'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'aria-valuemax'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before value for key 'tabIndex'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing semicolon. (semi)
(#44) Requires a space before '}'. (block-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Requires a space after '{'. (block-spacing)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Missing semicolon. (semi)
(#44) Requires a space before '}'. (block-spacing)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) Line 45 exceeds the maximum line length of 132. (max-len)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Requires a space before '}'. (block-spacing)
(#45) Missing semicolon. (semi)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Requires a space after '{'. (block-spacing)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected { after 'if' condition. (curly)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Comparing to itself is potentially pointless. (no-self-compare)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Requires a space after '{'. (block-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#45) Statement inside of curly braces should be on next line. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing whitespace after semicolon. (semi-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#45) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) A space is required after ','. (comma-spacing)
(#45) Infix operators must be spaced. (space-infix-ops)
(#45) Missing semicolon. (semi)
(#45) Requires a space before '}'. (block-spacing)
(#45) Requires a space before '}'. (block-spacing)
(#46) Line 46 exceeds the maximum line length of 132. (max-len)
(#46) Missing JSDoc comment. (require-jsdoc)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space after '{'. (block-spacing)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected { after 'if' condition. (curly)
(#46) Expected space(s) after "if". (keyword-spacing)
(#46) Expected space(s) before "return". (keyword-spacing)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) Return statement should not contain assignment. (no-return-assign)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Unexpected use of comma operator. (no-sequences)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing whitespace after semicolon. (semi-spacing)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Requires a space before '}'. (block-spacing)
(#46) Missing semicolon. (semi)
(#46) Infix operators must be spaced. (space-infix-ops)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Requires a space after '{'. (block-spacing)
(#46) Statement inside of curly braces should be on next line. (brace-style)
(#46) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#46) A space is required after ','. (comma-spacing)
(#46) A space is required after ','. (comma-spacing)
(#46) Requires a space before '}'. (block-spacing)
(#46) Missing semicolon. (semi)
(#47) Line 47 exceeds the maximum line length of 132. (max-len)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Expected { after 'if' condition. (curly)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#47) A space is required after ','. (comma-spacing)
(#47) Unexpected use of comma operator. (no-sequences)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Expected { after 'if' condition. (curly)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#47) A space is required after ','. (comma-spacing)
(#47) Unexpected use of comma operator. (no-sequences)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Requires a space after '{'. (block-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) Requires a space before '}'. (block-spacing)
(#47) Missing semicolon. (semi)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Requires a space after '{'. (block-spacing)
(#47) Statement inside of curly braces should be on next line. (brace-style)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Missing space before value for key 'innerHTML'. (key-spacing)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) Infix operators must be spaced. (space-infix-ops)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing whitespace after semicolon. (semi-spacing)
(#47) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) A space is required after ','. (comma-spacing)
(#47) A space is required after ','. (comma-spacing)
(#47) Missing semicolon. (semi)
(#47) Requires a space before '}'. (block-spacing)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Missing JSDoc comment. (require-jsdoc)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Requires a space before '}'. (block-spacing)
(#48) Missing semicolon. (semi)
(#48) Requires a space before '}'. (block-spacing)
(#48) Missing semicolon. (semi)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'className'. (key-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'append'. (key-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before value for key 'className'. (key-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Requires a space after '{'. (block-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Missing semicolon. (semi)
(#48) Requires a space before '}'. (block-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Requires a space before '}'. (block-spacing)
(#48) Missing semicolon. (semi)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Infix operators must be spaced. (space-infix-ops)
(#48) Missing space before value for key 'l'. (key-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing space before opening brace. (space-before-blocks)
(#48) Requires a space after '{'. (block-spacing)
(#48) Statement inside of curly braces should be on next line. (brace-style)
(#48) A space is required after ','. (comma-spacing)
(#48) A space is required after ','. (comma-spacing)
(#48) Missing whitespace after semicolon. (semi-spacing)
(#48) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#48) Requires a space before '}'. (block-spacing)
(#48) Missing semicolon. (semi)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'className'. (key-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing space before value for key 'innerHTML'. (key-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing semicolon. (semi)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Requires a space after '{'. (block-spacing)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Requires a space before '}'. (block-spacing)
(#49) Missing semicolon. (semi)
(#49) Missing whitespace after semicolon. (semi-spacing)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) Requires a space after '{'. (block-spacing)
(#49) Missing space before opening brace. (space-before-blocks)
(#49) Statement inside of curly braces should be on next line. (brace-style)
(#49) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#49) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#49) Infix operators must be spaced. (space-infix-ops)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) A space is required after ','. (comma-spacing)
(#49) Missing semicolon. (semi)
(#49) Requires a space before '}'. (block-spacing)
(#50) Line 50 exceeds the maximum line length of 132. (max-len)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing space before value for key 'l'. (key-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) A space is required after ','. (comma-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) A space is required after ','. (comma-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) A space is required after ','. (comma-spacing)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing semicolon. (semi)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing space before opening brace. (space-before-blocks)
(#50) Requires a space after '{'. (block-spacing)
(#50) Statement inside of curly braces should be on next line. (brace-style)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#50) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) Requires a space before '}'. (block-spacing)
(#50) Missing semicolon. (semi)
(#50) Missing whitespace after semicolon. (semi-spacing)
(#50) Infix operators must be spaced. (space-infix-ops)
(#51) Line 51 exceeds the maximum line length of 132. (max-len)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Requires a space after '{'. (block-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'className'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'innerHTML'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'We'. (key-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected { after 'if' condition. (curly)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Expected space(s) before "for". (keyword-spacing)
(#51) Expected space(s) after "for". (keyword-spacing)
(#51) Expected { after 'for' condition. (curly)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Requires a space before '}'. (block-spacing)
(#51) Missing semicolon. (semi)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing semicolon. (semi)
(#51) Requires a space before '}'. (block-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) Requires a space after '{'. (block-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Requires a space before '}'. (block-spacing)
(#51) Missing semicolon. (semi)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Infix operators must be spaced. (space-infix-ops)
(#51) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#51) Missing semicolon. (semi)
(#51) Requires a space before '}'. (block-spacing)
(#52) Line 52 exceeds the maximum line length of 132. (max-len)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Requires a space after '{'. (block-spacing)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing semicolon. (semi)
(#52) Requires a space before '}'. (block-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Missing JSDoc comment. (require-jsdoc)
(#52) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#52) Requires a space after '{'. (block-spacing)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing semicolon. (semi)
(#52) Requires a space before '}'. (block-spacing)
(#52) Expected space(s) before "function". (keyword-spacing)
(#52) Missing JSDoc comment. (require-jsdoc)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space before '}'. (block-spacing)
(#52) Missing semicolon. (semi)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Do not nest ternary expressions (no-nested-ternary)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Missing whitespace after semicolon. (semi-spacing)
(#52) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Infix operators must be spaced. (space-infix-ops)
(#52) Missing semicolon. (semi)
(#52) Requires a space before '}'. (block-spacing)
(#53) Line 53 exceeds the maximum line length of 132. (max-len)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#53) Infix operators must be spaced. (space-infix-ops)
(#53) Missing whitespace after semicolon. (semi-spacing)
(#53) Infix operators must be spaced. (space-infix-ops)
(#54) Line 54 exceeds the maximum line length of 132. (max-len)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Unquoted number literal '1' used as key. (quote-props)
(#54) Missing space before value for key '1'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Unquoted number literal '2' used as key. (quote-props)
(#54) Missing space before value for key '2'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Unquoted number literal '3' used as key. (quote-props)
(#54) Missing space before value for key '3'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Unquoted number literal '4' used as key. (quote-props)
(#54) Missing space before value for key '4'. (key-spacing)
(#54) A space is required after ','. (comma-spacing)
(#54) Unquoted number literal '5' used as key. (quote-props)
(#54) Missing space before value for key '5'. (key-spacing)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected { after 'for' condition. (curly)
(#54) Expected space(s) after "for". (keyword-spacing)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) Missing whitespace after semicolon. (semi-spacing)
(#54) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#54) Infix operators must be spaced. (space-infix-ops)
(#54) A space is required after ','. (comma-spacing)
(#54) Unexpected use of comma operator. (no-sequences)
(#54) Infix operators must be spaced. (space-infix-ops)
(#55) A space is required after ','. (comma-spacing)
(#55) A space is required after ','. (comma-spacing)
(#55) A space is required after ','. (comma-spacing)
(#56) Line 56 exceeds the maximum line length of 132. (max-len)
(#56) Infix operators must be spaced. (space-infix-ops)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#56) A space is required after ','. (comma-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected { after 'for' condition. (curly)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Expected space(s) before "if". (keyword-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Requires a space after '{'. (block-spacing)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#57) Expected space(s) before "if". (keyword-spacing)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Requires a space after '{'. (block-spacing)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Statement inside of curly braces should be on next line. (brace-style)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Expected space(s) after "for". (keyword-spacing)
(#57) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#57) Expected { after 'for' condition. (curly)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing whitespace after semicolon. (semi-spacing)
(#57) Infix operators must be spaced. (space-infix-ops)
(#57) Missing semicolon. (semi)
(#57) Requires a space before '}'. (block-spacing)
(#58) Line 58 exceeds the maximum line length of 132. (max-len)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing space before value for key 'l'. (key-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Requires a space after '{'. (block-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#58) Statement inside of curly braces should be on next line. (brace-style)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Missing whitespace after semicolon. (semi-spacing)
(#58) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) A space is required after ','. (comma-spacing)
(#59) Line 59 exceeds the maximum line length of 132. (max-len)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space after '{'. (block-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Expected { after 'if' condition. (curly)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Unexpected use of comma operator. (no-sequences)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing semicolon. (semi)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Missing semicolon. (semi)
(#59) Requires a space before '}'. (block-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Infix operators must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#59) Requires a space after '{'. (block-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Statement inside of curly braces should be on next line. (brace-style)
(#59) Infix operators must be spaced. (space-infix-ops)
(#60) Line 60 exceeds the maximum line length of 132. (max-len)
(#60) Requires a space before '}'. (block-spacing)
(#60) Missing semicolon. (semi)
(#60) A space is required after ','. (comma-spacing)
(#60) Missing semicolon. (semi)
(#60) Requires a space before '}'. (block-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) A space is required after ','. (comma-spacing)
(#60) Requires a space before '}'. (block-spacing)
(#60) Missing semicolon. (semi)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Requires a space after '{'. (block-spacing)
(#60) Expected { after 'if' condition. (curly)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Expected space(s) after "if". (keyword-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Expected space(s) before "return". (keyword-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Requires a space before '}'. (block-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Requires a space after '{'. (block-spacing)
(#60) Missing space before opening brace. (space-before-blocks)
(#60) Statement inside of curly braces should be on next line. (brace-style)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#60) Infix operators must be spaced. (space-infix-ops)
(#60) Missing whitespace after semicolon. (semi-spacing)
(#60) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#60) Missing semicolon. (semi)
(#60) Requires a space before '}'. (block-spacing)
(#61) Missing JSDoc comment. (require-jsdoc)
(#61) Line 61 exceeds the maximum line length of 132. (max-len)
(#61) Requires a space after '{'. (block-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing space before value for key 'sources'. (key-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing space before value for key 'tracks'. (key-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "if". (keyword-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Requires a space after '{'. (block-spacing)
(#61) Statement inside of curly braces should be on next line. (brace-style)
(#61) A space is required after ','. (comma-spacing)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected space(s) after "for". (keyword-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Expected { after 'for' condition. (curly)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Missing whitespace after semicolon. (semi-spacing)
(#61) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Unexpected use of comma operator. (no-sequences)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) A space is required after ','. (comma-spacing)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Infix operators must be spaced. (space-infix-ops)
(#61) Requires a space before '}'. (block-spacing)
(#61) Missing semicolon. (semi)
(#61) Expected space(s) before "return". (keyword-spacing)
(#61) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#61) Missing semicolon. (semi)
(#61) Requires a space before '}'. (block-spacing)
(#62) Line 62 exceeds the maximum line length of 132. (max-len)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Requires a space after '{'. (block-spacing)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space after '{'. (block-spacing)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#62) Statement inside of curly braces should be on next line. (brace-style)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Requires a space before '}'. (block-spacing)
(#62) Missing semicolon. (semi)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) Infix operators must be spaced. (space-infix-ops)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#62) A space is required after ','. (comma-spacing)
(#62) Missing whitespace after semicolon. (semi-spacing)
(#63) Line 63 exceeds the maximum line length of 132. (max-len)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) A space is required after ','. (comma-spacing)
(#63) Missing whitespace after semicolon. (semi-spacing)
(#63) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#63) Requires a space before '}'. (block-spacing)
(#63) Missing semicolon. (semi)
(#64) Line 64 exceeds the maximum line length of 132. (max-len)
(#64) Missing JSDoc comment. (require-jsdoc)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Requires a space after '{'. (block-spacing)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing space before value for key 'source'. (key-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing space before value for key 'parentEl'. (key-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Requires a space after '{'. (block-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing semicolon. (semi)
(#64) Requires a space before '}'. (block-spacing)
(#64) Missing semicolon. (semi)
(#64) Requires a space before '}'. (block-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) Missing space before opening brace. (space-before-blocks)
(#64) Requires a space after '{'. (block-spacing)
(#64) Statement inside of curly braces should be on next line. (brace-style)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#64) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#64) Infix operators must be spaced. (space-infix-ops)
(#64) A space is required after ','. (comma-spacing)
(#64) Missing semicolon. (semi)
(#64) Requires a space before '}'. (block-spacing)
(#64) Missing whitespace after semicolon. (semi-spacing)
(#64) Infix operators must be spaced. (space-infix-ops)
(#65) Missing JSDoc comment. (require-jsdoc)
(#65) Line 65 exceeds the maximum line length of 132. (max-len)
(#65) A space is required after ','. (comma-spacing)
(#65) Requires a space after '{'. (block-spacing)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing semicolon. (semi)
(#65) Requires a space before '}'. (block-spacing)
(#65) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Requires a space after '{'. (block-spacing)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) A space is required after ','. (comma-spacing)
(#65) Missing semicolon. (semi)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Requires a space after '{'. (block-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing semicolon. (semi)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Requires a space after '{'. (block-spacing)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing semicolon. (semi)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing semicolon. (semi)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing semicolon. (semi)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Requires a space after '{'. (block-spacing)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing semicolon. (semi)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Infix operators must be spaced. (space-infix-ops)
(#65) Requires a space after '{'. (block-spacing)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Statement inside of curly braces should be on next line. (brace-style)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#65) Requires a space before '}'. (block-spacing)
(#65) Missing semicolon. (semi)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Requires a space after '{'. (block-spacing)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing semicolon. (semi)
(#66) Requires a space before '}'. (block-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Requires a space after '{'. (block-spacing)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing semicolon. (semi)
(#66) Requires a space before '}'. (block-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Requires a space after '{'. (block-spacing)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#66) A space is required after ','. (comma-spacing)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Missing semicolon. (semi)
(#66) Missing whitespace after semicolon. (semi-spacing)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Requires a space after '{'. (block-spacing)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#66) Statement inside of curly braces should be on next line. (brace-style)
(#66) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Requires a space before '}'. (block-spacing)
(#66) Missing semicolon. (semi)
(#67) Missing JSDoc comment. (require-jsdoc)
(#67) Line 67 exceeds the maximum line length of 132. (max-len)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Expected { after 'if' condition. (curly)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Requires a space before '}'. (block-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Expected { after 'else'. (curly)
(#67) Expected space(s) after "try". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Requires a space before '}'. (block-spacing)
(#67) Missing semicolon. (semi)
(#67) Expected space(s) before "catch". (keyword-spacing)
(#67) Expected space(s) after "catch". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Unexpected use of comma operator. (no-sequences)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Expected space(s) before "function". (keyword-spacing)
(#67) Missing JSDoc comment. (require-jsdoc)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Requires a space after '{'. (block-spacing)
(#67) Expected { after 'if' condition. (curly)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Expected space(s) after "try". (keyword-spacing)
(#67) Expected space(s) before "try". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Requires a space before '}'. (block-spacing)
(#67) Missing semicolon. (semi)
(#67) Expected space(s) after "catch". (keyword-spacing)
(#67) Expected space(s) before "catch". (keyword-spacing)
(#67) Requires a space after '{'. (block-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Do not nest ternary expressions (no-nested-ternary)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Unexpected use of comma operator. (no-sequences)
(#67) A space is required after ','. (comma-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Requires a space before '}'. (block-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) Requires a space after '{'. (block-spacing)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Requires a space before '}'. (block-spacing)
(#67) Missing semicolon. (semi)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Infix operators must be spaced. (space-infix-ops)
(#67) Requires a space after '{'. (block-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#67) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#67) Statement inside of curly braces should be on next line. (brace-style)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing whitespace after semicolon. (semi-spacing)
(#67) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#67) Missing semicolon. (semi)
(#67) Requires a space before '}'. (block-spacing)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Requires a space after '{'. (block-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) A space is required after ','. (comma-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing semicolon. (semi)
(#68) Requires a space before '}'. (block-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Requires a space after '{'. (block-spacing)
(#68) Return statement should not contain assignment. (no-return-assign)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) A space is required after ','. (comma-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing semicolon. (semi)
(#68) Requires a space before '}'. (block-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Requires a space after '{'. (block-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Expected space(s) before "return". (keyword-spacing)
(#68) Return statement should not contain assignment. (no-return-assign)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Unexpected use of comma operator. (no-sequences)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Requires a space before '}'. (block-spacing)
(#68) Missing semicolon. (semi)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Requires a space after '{'. (block-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Requires a space before '}'. (block-spacing)
(#68) Missing semicolon. (semi)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Requires a space after '{'. (block-spacing)
(#68) Missing space before opening brace. (space-before-blocks)
(#68) Statement inside of curly braces should be on next line. (brace-style)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Expected { after 'if' condition. (curly)
(#68) Expected space(s) after "if". (keyword-spacing)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) Infix operators must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) Missing whitespace after semicolon. (semi-spacing)
(#68) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#68) Requires a space before '}'. (block-spacing)
(#68) Missing semicolon. (semi)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#69) Expected { after 'if' condition. (curly)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected space(s) before "return". (keyword-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected space(s) after "for". (keyword-spacing)
(#69) Expected { after 'for' condition. (curly)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Unexpected use of comma operator. (no-sequences)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing semicolon. (semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Requires a space after '{'. (block-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Expected { after 'if' condition. (curly)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Return statement should not contain assignment. (no-return-assign)
(#69) Expected space(s) before "return". (keyword-spacing)
(#69) Return statement should not contain assignment. (no-return-assign)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Unexpected use of comma operator. (no-sequences)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A space is required after ','. (comma-spacing)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing semicolon. (semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Requires a space after '{'. (block-spacing)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing semicolon. (semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing space before opening brace. (space-before-blocks)
(#69) Requires a space after '{'. (block-spacing)
(#69) Statement inside of curly braces should be on next line. (brace-style)
(#69) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#69) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#69) A space is required after ','. (comma-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#69) Missing semicolon. (semi)
(#69) Requires a space before '}'. (block-spacing)
(#69) Missing whitespace after semicolon. (semi-spacing)
(#69) Infix operators must be spaced. (space-infix-ops)
(#70) Line 70 exceeds the maximum line length of 132. (max-len)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Return statement should not contain assignment. (no-return-assign)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#70) Requires a space before '}'. (block-spacing)
(#70) Missing semicolon. (semi)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#70) Infix operators must be spaced. (space-infix-ops)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing whitespace after semicolon. (semi-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Requires a space before '}'. (block-spacing)
(#70) Missing semicolon. (semi)
(#71) Line 71 exceeds the maximum line length of 132. (max-len)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Do not nest ternary expressions (no-nested-ternary)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) 'c' is defined but never used (no-unused-vars)
(#71) Requires a space after '{'. (block-spacing)
(#71) Missing space before opening brace. (space-before-blocks)
(#71) Statement inside of curly braces should be on next line. (brace-style)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Avoid arguments.callee. (no-caller)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Missing semicolon. (semi)
(#71) Requires a space before '}'. (block-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Infix operators must be spaced. (space-infix-ops)
(#71) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) Missing whitespace after semicolon. (semi-spacing)
(#71) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#71) Requires a space before '}'. (block-spacing)
(#71) Missing semicolon. (semi)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Requires a space after '{'. (block-spacing)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#72) Missing semicolon. (semi)
(#72) Requires a space before '}'. (block-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Requires a space after '{'. (block-spacing)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected { after 'if' condition. (curly)
(#72) Expected space(s) after "if". (keyword-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Expected { after 'else'. (curly)
(#72) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#72) A space is required after ','. (comma-spacing)
(#72) A space is required after ','. (comma-spacing)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Requires a space before '}'. (block-spacing)
(#72) Missing semicolon. (semi)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Infix operators must be spaced. (space-infix-ops)
(#72) Missing space before opening brace. (space-before-blocks)
(#72) Requires a space after '{'. (block-spacing)
(#72) Statement inside of curly braces should be on next line. (brace-style)
(#72) Missing whitespace after semicolon. (semi-spacing)
(#72) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#72) Missing semicolon. (semi)
(#72) Requires a space before '}'. (block-spacing)
(#73) Line 73 exceeds the maximum line length of 132. (max-len)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Requires a space after '{'. (block-spacing)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing semicolon. (semi)
(#73) Requires a space before '}'. (block-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing space before opening brace. (space-before-blocks)
(#73) Requires a space after '{'. (block-spacing)
(#73) Statement inside of curly braces should be on next line. (brace-style)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Infix operators must be spaced. (space-infix-ops)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) Missing whitespace after semicolon. (semi-spacing)
(#73) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#73) Requires a space before '}'. (block-spacing)
(#73) Missing semicolon. (semi)
(#74) Line 74 exceeds the maximum line length of 132. (max-len)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Requires a space after '{'. (block-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Requires a space after '{'. (block-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Expected space(s) after "for". (keyword-spacing)
(#74) Expected space(s) before "for". (keyword-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Requires a space after '{'. (block-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Statement inside of curly braces should be on next line. (brace-style)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Expected space(s) after "if". (keyword-spacing)
(#74) Expected { after 'if' condition. (curly)
(#74) Blocks are nested too deeply (5). (max-depth)
(#74) Expected space(s) before "return". (keyword-spacing)
(#74) Expected space(s) after "return". (keyword-spacing)
(#74) Missing space before value for key 'source'. (key-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) Missing space before value for key 'h'. (key-spacing)
(#74) Requires a space before '}'. (block-spacing)
(#74) Missing semicolon. (semi)
(#74) Requires a space before '}'. (block-spacing)
(#74) Expected { after 'else'. (curly)
(#74) Expected space(s) before "else". (keyword-spacing)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Infix operators must be spaced. (space-infix-ops)
(#74) Requires a space before '}'. (block-spacing)
(#74) Missing semicolon. (semi)
(#74) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#74) Expected space(s) before "return". (keyword-spacing)
(#74) Requires a space before '}'. (block-spacing)
(#74) Missing semicolon. (semi)
(#75) Line 75 exceeds the maximum line length of 132. (max-len)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Requires a space after '{'. (block-spacing)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Expected { after 'if' condition. (curly)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Expected space(s) before "return". (keyword-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#75) Do not nest ternary expressions (no-nested-ternary)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing space before value for key 'src'. (key-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Requires a space after '{'. (block-spacing)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Statement inside of curly braces should be on next line. (brace-style)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Infix operators must be spaced. (space-infix-ops)
(#75) Missing semicolon. (semi)
(#75) Requires a space before '}'. (block-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#75) Requires a space before '}'. (block-spacing)
(#75) Missing semicolon. (semi)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Missing JSDoc comment. (require-jsdoc)
(#76) A space is required after ','. (comma-spacing)
(#76) Requires a space after '{'. (block-spacing)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Do not nest ternary expressions (no-nested-ternary)
(#76) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Requires a space after '{'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Missing space before value for key 'code'. (key-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing space before value for key 'message'. (key-spacing)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Requires a space after '{'. (block-spacing)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#76) A space is required after ','. (comma-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Requires a space after '{'. (block-spacing)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#76) Missing whitespace after semicolon. (semi-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Missing space before opening brace. (space-before-blocks)
(#76) Requires a space after '{'. (block-spacing)
(#76) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#76) Return statement should not contain assignment. (no-return-assign)
(#76) Statement inside of curly braces should be on next line. (brace-style)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) A space is required after ','. (comma-spacing)
(#76) Infix operators must be spaced. (space-infix-ops)
(#76) A space is required after ','. (comma-spacing)
(#76) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#76) A space is required after ','. (comma-spacing)
(#76) Missing semicolon. (semi)
(#76) Requires a space before '}'. (block-spacing)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Requires a space after '{'. (block-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Return statement should not contain assignment. (no-return-assign)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing semicolon. (semi)
(#77) Requires a space before '}'. (block-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Return statement should not contain assignment. (no-return-assign)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) A space is required after ','. (comma-spacing)
(#77) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing semicolon. (semi)
(#77) Requires a space before '}'. (block-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Requires a space after '{'. (block-spacing)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Expected { after 'if' condition. (curly)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Expected space(s) before "return". (keyword-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Infix operators must be spaced. (space-infix-ops)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Missing whitespace after semicolon. (semi-spacing)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Requires a space before '}'. (block-spacing)
(#77) Missing semicolon. (semi)
(#78) Line 78 exceeds the maximum line length of 132. (max-len)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Requires a space after '{'. (block-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Return statement should not contain assignment. (no-return-assign)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) Infix operators must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Requires a space before '}'. (block-spacing)
(#78) Missing semicolon. (semi)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#78) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Infix operators must be spaced. (space-infix-ops)
(#79) Line 79 exceeds the maximum line length of 132. (max-len)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Requires a space after '{'. (block-spacing)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Return statement should not contain assignment. (no-return-assign)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing semicolon. (semi)
(#79) Requires a space before '}'. (block-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Requires a space after '{'. (block-spacing)
(#79) Missing space before opening brace. (space-before-blocks)
(#79) Expected { after 'if' condition. (curly)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Statement inside of curly braces should be on next line. (brace-style)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Expected space(s) before "return". (keyword-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Expected { after 'if' condition. (curly)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Expected space(s) before "return". (keyword-spacing)
(#79) Return statement should not contain assignment. (no-return-assign)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) Unexpected use of comma operator. (no-sequences)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) Infix operators must be spaced. (space-infix-ops)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) Missing whitespace after semicolon. (semi-spacing)
(#79) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#79) Missing semicolon. (semi)
(#79) Requires a space before '}'. (block-spacing)
(#80) Line 80 exceeds the maximum line length of 132. (max-len)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Requires a space after '{'. (block-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space before '}'. (block-spacing)
(#80) Missing semicolon. (semi)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Requires a space after '{'. (block-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing semicolon. (semi)
(#80) Requires a space before '}'. (block-spacing)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Requires a space after '{'. (block-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing semicolon. (semi)
(#80) Requires a space before '}'. (block-spacing)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Requires a space after '{'. (block-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Return statement should not contain assignment. (no-return-assign)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Return statement should not contain assignment. (no-return-assign)
(#80) Return statement should not contain assignment. (no-return-assign)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Infix operators must be spaced. (space-infix-ops)
(#80) A space is required after ','. (comma-spacing)
(#80) Requires a space after '{'. (block-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#80) Statement inside of curly braces should be on next line. (brace-style)
(#80) Missing whitespace after semicolon. (semi-spacing)
(#80) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#80) Missing semicolon. (semi)
(#80) Requires a space before '}'. (block-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#80) Missing semicolon. (semi)
(#80) Requires a space before '}'. (block-spacing)
(#81) Line 81 exceeds the maximum line length of 132. (max-len)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Requires a space after '{'. (block-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Do not nest ternary expressions (no-nested-ternary)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing semicolon. (semi)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Missing JSDoc comment. (require-jsdoc)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Requires a space after '{'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Return statement should not contain assignment. (no-return-assign)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing semicolon. (semi)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Requires a space after '{'. (block-spacing)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing semicolon. (semi)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Requires a space after '{'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#81) A space is required after ','. (comma-spacing)
(#81) Missing semicolon. (semi)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Requires a space after '{'. (block-spacing)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Missing semicolon. (semi)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Requires a space after '{'. (block-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing semicolon. (semi)
(#81) Missing whitespace after semicolon. (semi-spacing)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space after '{'. (block-spacing)
(#81) Missing space before opening brace. (space-before-blocks)
(#81) Statement inside of curly braces should be on next line. (brace-style)
(#81) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#81) Infix operators must be spaced. (space-infix-ops)
(#81) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#81) Requires a space before '}'. (block-spacing)
(#81) Missing semicolon. (semi)
(#82) Line 82 exceeds the maximum line length of 132. (max-len)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Requires a space after '{'. (block-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Requires a space before '}'. (block-spacing)
(#82) Missing semicolon. (semi)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Requires a space after '{'. (block-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing semicolon. (semi)
(#82) Requires a space before '}'. (block-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing space before value for key 'wf'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'children'. (key-spacing)
(#82) Missing space before value for key 'playToggle'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'currentTimeDisplay'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'timeDivider'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'durationDisplay'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'remainingTimeDisplay'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'liveDisplay'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'progressControl'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'fullscreenToggle'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'volumeControl'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'muteToggle'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'playbackRateMenuButton'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'subtitlesButton'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'captionsButton'. (key-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'chaptersButton'. (key-spacing)
(#82) Missing whitespace after semicolon. (semi-spacing)
(#82) Infix operators must be spaced. (space-infix-ops)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Requires a space after '{'. (block-spacing)
(#82) Statement inside of curly braces should be on next line. (brace-style)
(#82) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#82) A space is required after ','. (comma-spacing)
(#82) Missing space before value for key 'className'. (key-spacing)
(#82) Missing semicolon. (semi)
(#82) Requires a space before '}'. (block-spacing)
(#83) Line 83 exceeds the maximum line length of 132. (max-len)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'l'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space after '{'. (block-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'className'. (key-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'className'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'innerHTML'. (key-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'aria-live'. (key-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing semicolon. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'l'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Requires a space after '{'. (block-spacing)
(#83) Statement inside of curly braces should be on next line. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing semicolon. (semi)
(#83) Requires a space before '}'. (block-spacing)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Infix operators must be spaced. (space-infix-ops)
(#84) Line 84 exceeds the maximum line length of 132. (max-len)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Requires a space after '{'. (block-spacing)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Expected space(s) after "return". (keyword-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Missing semicolon. (semi)
(#84) Requires a space before '}'. (block-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Requires a space after '{'. (block-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Requires a space before '}'. (block-spacing)
(#84) Missing semicolon. (semi)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Requires a space before '}'. (block-spacing)
(#84) Missing semicolon. (semi)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Requires a space after '{'. (block-spacing)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Missing semicolon. (semi)
(#84) Requires a space before '}'. (block-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Infix operators must be spaced. (space-infix-ops)
(#84) Missing space before value for key 'l'. (key-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Requires a space after '{'. (block-spacing)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Missing whitespace after semicolon. (semi-spacing)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) Missing semicolon. (semi)
(#84) Requires a space before '}'. (block-spacing)
(#85) Line 85 exceeds the maximum line length of 132. (max-len)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Requires a space after '{'. (block-spacing)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'className'. (key-spacing)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'className'. (key-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'innerHTML'. (key-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Missing space before value for key 'aria-live'. (key-spacing)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Requires a space before '}'. (block-spacing)
(#85) Missing semicolon. (semi)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Requires a space after '{'. (block-spacing)
(#85) Missing space before opening brace. (space-before-blocks)
(#85) Statement inside of curly braces should be on next line. (brace-style)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Missing whitespace after semicolon. (semi-spacing)
(#85) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) Infix operators must be spaced. (space-infix-ops)
(#85) A space is required after ','. (comma-spacing)
(#85) Requires a space before '}'. (block-spacing)
(#85) Missing semicolon. (semi)
(#86) Line 86 exceeds the maximum line length of 132. (max-len)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Missing space before value for key 'l'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Requires a space after '{'. (block-spacing)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing semicolon. (semi)
(#86) Requires a space before '}'. (block-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Requires a space after '{'. (block-spacing)
(#86) Missing space before opening brace. (space-before-blocks)
(#86) Statement inside of curly braces should be on next line. (brace-style)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'className'. (key-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'className'. (key-spacing)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'innerHTML'. (key-spacing)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) Infix operators must be spaced. (space-infix-ops)
(#86) A space is required after ','. (comma-spacing)
(#86) Missing space before value for key 'aria-live'. (key-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Missing whitespace after semicolon. (semi-spacing)
(#86) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#86) Missing semicolon. (semi)
(#86) Requires a space before '}'. (block-spacing)
(#87) Line 87 exceeds the maximum line length of 132. (max-len)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#87) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Missing semicolon. (semi)
(#87) Requires a space before '}'. (block-spacing)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Missing space before value for key 'l'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Requires a space after '{'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Missing semicolon. (semi)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Requires a space after '{'. (block-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'className'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before value for key 'innerHTML'. (key-spacing)
(#87) Requires a space before '}'. (block-spacing)
(#87) Missing semicolon. (semi)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Infix operators must be spaced. (space-infix-ops)
(#87) Missing space before value for key 'l'. (key-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing space before opening brace. (space-before-blocks)
(#87) Requires a space after '{'. (block-spacing)
(#87) Statement inside of curly braces should be on next line. (brace-style)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing whitespace after semicolon. (semi-spacing)
(#87) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#87) Missing semicolon. (semi)
(#87) Requires a space before '}'. (block-spacing)
(#88) Line 88 exceeds the maximum line length of 132. (max-len)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Requires a space after '{'. (block-spacing)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'className'. (key-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'className'. (key-spacing)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'innerHTML'. (key-spacing)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'aria-live'. (key-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Missing semicolon. (semi)
(#88) Requires a space before '}'. (block-spacing)
(#88) Missing whitespace after semicolon. (semi-spacing)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Requires a space after '{'. (block-spacing)
(#88) Missing space before opening brace. (space-before-blocks)
(#88) Statement inside of curly braces should be on next line. (brace-style)
(#88) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#88) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Infix operators must be spaced. (space-infix-ops)
(#88) Requires a space before '}'. (block-spacing)
(#88) Missing semicolon. (semi)
(#89) Line 89 exceeds the maximum line length of 132. (max-len)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Missing space before value for key 'l'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space after '{'. (block-spacing)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Requires a space before '}'. (block-spacing)
(#89) Missing semicolon. (semi)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Requires a space after '{'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Expected space(s) after "return". (keyword-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Requires a space before '}'. (block-spacing)
(#89) Missing semicolon. (semi)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Requires a space after '{'. (block-spacing)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) A space is required after ','. (comma-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Requires a space before '}'. (block-spacing)
(#89) Missing semicolon. (semi)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Missing space before value for key 'l'. (key-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing space before opening brace. (space-before-blocks)
(#89) Requires a space after '{'. (block-spacing)
(#89) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#89) Statement inside of curly braces should be on next line. (brace-style)
(#89) A space is required after ','. (comma-spacing)
(#89) A space is required after ','. (comma-spacing)
(#89) Missing semicolon. (semi)
(#89) Requires a space before '}'. (block-spacing)
(#89) Missing whitespace after semicolon. (semi-spacing)
(#89) Infix operators must be spaced. (space-infix-ops)
(#89) Missing space before value for key 'children'. (key-spacing)
(#89) Missing space before value for key 'seekBar'. (key-spacing)
(#90) Line 90 exceeds the maximum line length of 132. (max-len)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Requires a space after '{'. (block-spacing)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'className'. (key-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Missing semicolon. (semi)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Missing space before value for key 'l'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space after '{'. (block-spacing)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) A space is required after ','. (comma-spacing)
(#90) Requires a space before '}'. (block-spacing)
(#90) Missing semicolon. (semi)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Missing space before value for key 'children'. (key-spacing)
(#90) Missing space before value for key 'loadProgressBar'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'playProgressBar'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'seekHandle'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'barName'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'handleName'. (key-spacing)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Missing whitespace after semicolon. (semi-spacing)
(#90) Infix operators must be spaced. (space-infix-ops)
(#90) Requires a space after '{'. (block-spacing)
(#90) Missing space before opening brace. (space-before-blocks)
(#90) Statement inside of curly braces should be on next line. (brace-style)
(#90) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#90) A space is required after ','. (comma-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'className'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'aria-label'. (key-spacing)
(#90) Missing semicolon. (semi)
(#90) Requires a space before '}'. (block-spacing)
(#91) Line 91 exceeds the maximum line length of 132. (max-len)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#91) A space is required after ','. (comma-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Requires a space before '}'. (block-spacing)
(#91) Missing semicolon. (semi)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Missing semicolon. (semi)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Requires a space after '{'. (block-spacing)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) Requires a space before '}'. (block-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) Requires a space before '}'. (block-spacing)
(#92) Line 92 exceeds the maximum line length of 132. (max-len)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Missing semicolon. (semi)
(#92) Requires a space before '}'. (block-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Requires a space after '{'. (block-spacing)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Requires a space before '}'. (block-spacing)
(#92) Missing semicolon. (semi)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Requires a space after '{'. (block-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Requires a space before '}'. (block-spacing)
(#92) Missing semicolon. (semi)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Missing space before value for key 'l'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing semicolon. (semi)
(#92) Requires a space before '}'. (block-spacing)
(#92) Missing whitespace after semicolon. (semi-spacing)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Requires a space after '{'. (block-spacing)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) A space is required after ','. (comma-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'className'. (key-spacing)
(#92) A space is required after ','. (comma-spacing)
(#92) Missing space before value for key 'innerHTML'. (key-spacing)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Requires a space before '}'. (block-spacing)
(#92) Missing semicolon. (semi)
(#93) Line 93 exceeds the maximum line length of 132. (max-len)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Requires a space after '{'. (block-spacing)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Expected { after 'for' condition. (curly)
(#93) Expected space(s) after "for". (keyword-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Unexpected use of comma operator. (no-sequences)
(#93) A space is required after ','. (comma-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) A space is required after ','. (comma-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) Expected space(s) after "for". (keyword-spacing)
(#93) Expected { after 'for' condition. (curly)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Expected space(s) before "this". (keyword-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Requires a space before '}'. (block-spacing)
(#93) Missing semicolon. (semi)
(#93) Missing whitespace after semicolon. (semi-spacing)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing space before value for key 'l'. (key-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Requires a space after '{'. (block-spacing)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Statement inside of curly braces should be on next line. (brace-style)
(#93) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#93) A space is required after ','. (comma-spacing)
(#93) A space is required after ','. (comma-spacing)
(#93) Missing semicolon. (semi)
(#93) Requires a space before '}'. (block-spacing)
(#94) Line 94 exceeds the maximum line length of 132. (max-len)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Requires a space after '{'. (block-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'className'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'innerHTML'. (key-spacing)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Requires a space before '}'. (block-spacing)
(#94) Missing semicolon. (semi)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Missing space before value for key 'l'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Requires a space after '{'. (block-spacing)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Requires a space before '}'. (block-spacing)
(#94) Missing semicolon. (semi)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Missing whitespace after semicolon. (semi-spacing)
(#94) Infix operators must be spaced. (space-infix-ops)
(#94) Requires a space after '{'. (block-spacing)
(#94) Missing space before opening brace. (space-before-blocks)
(#94) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#94) Statement inside of curly braces should be on next line. (brace-style)
(#94) A space is required after ','. (comma-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'className'. (key-spacing)
(#94) A space is required after ','. (comma-spacing)
(#94) Missing space before value for key 'aria-live'. (key-spacing)
(#94) Missing semicolon. (semi)
(#94) Requires a space before '}'. (block-spacing)
(#95) Line 95 exceeds the maximum line length of 132. (max-len)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) A space is required after ','. (comma-spacing)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Requires a space before '}'. (block-spacing)
(#95) Missing semicolon. (semi)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Missing space before value for key 'l'. (key-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Requires a space after '{'. (block-spacing)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) A space is required after ','. (comma-spacing)
(#95) A space is required after ','. (comma-spacing)
(#95) Requires a space after '{'. (block-spacing)
(#95) Missing space before opening brace. (space-before-blocks)
(#95) Statement inside of curly braces should be on next line. (brace-style)
(#95) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#95) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Missing semicolon. (semi)
(#95) Requires a space before '}'. (block-spacing)
(#95) Requires a space before '}'. (block-spacing)
(#95) Missing semicolon. (semi)
(#95) Missing whitespace after semicolon. (semi-spacing)
(#95) Infix operators must be spaced. (space-infix-ops)
(#95) Missing space before value for key 'children'. (key-spacing)
(#95) Missing space before value for key 'volumeBar'. (key-spacing)
(#96) Line 96 exceeds the maximum line length of 132. (max-len)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Requires a space after '{'. (block-spacing)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'className'. (key-spacing)
(#96) Missing semicolon. (semi)
(#96) Requires a space before '}'. (block-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Missing space before value for key 'l'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) A space is required after ','. (comma-spacing)
(#96) Requires a space before '}'. (block-spacing)
(#96) Missing semicolon. (semi)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Missing space before opening brace. (space-before-blocks)
(#96) Requires a space after '{'. (block-spacing)
(#96) Statement inside of curly braces should be on next line. (brace-style)
(#96) A space is required after ','. (comma-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#96) A space is required after ','. (comma-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) A space is required after ','. (comma-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Missing semicolon. (semi)
(#96) Requires a space before '}'. (block-spacing)
(#96) Missing whitespace after semicolon. (semi-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Missing space before value for key 'children'. (key-spacing)
(#96) Missing space before value for key 'volumeLevel'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'volumeHandle'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'barName'. (key-spacing)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'handleName'. (key-spacing)
(#97) Line 97 exceeds the maximum line length of 132. (max-len)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'className'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before value for key 'aria-label'. (key-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing semicolon. (semi)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space after '{'. (block-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#97) Missing whitespace after semicolon. (semi-spacing)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Missing space before value for key 'l'. (key-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Missing space before opening brace. (space-before-blocks)
(#97) Requires a space after '{'. (block-spacing)
(#97) Statement inside of curly braces should be on next line. (brace-style)
(#97) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#97) Requires a space before '}'. (block-spacing)
(#97) Missing semicolon. (semi)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'className'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'innerHTML'. (key-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Missing semicolon. (semi)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Missing whitespace after semicolon. (semi-spacing)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Requires a space after '{'. (block-spacing)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#98) Statement inside of curly braces should be on next line. (brace-style)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'className'. (key-spacing)
(#98) Requires a space before '}'. (block-spacing)
(#98) Missing semicolon. (semi)
(#99) Line 99 exceeds the maximum line length of 132. (max-len)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Missing space before value for key 'l'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Requires a space after '{'. (block-spacing)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Requires a space before '}'. (block-spacing)
(#99) Missing semicolon. (semi)
(#99) Requires a space before '}'. (block-spacing)
(#99) Missing semicolon. (semi)
(#99) Missing whitespace after semicolon. (semi-spacing)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Requires a space after '{'. (block-spacing)
(#99) Missing space before opening brace. (space-before-blocks)
(#99) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#99) Statement inside of curly braces should be on next line. (brace-style)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'className'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'innerHTML'. (key-spacing)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Requires a space before '}'. (block-spacing)
(#99) Missing semicolon. (semi)
(#100) Line 100 exceeds the maximum line length of 132. (max-len)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Requires a space after '{'. (block-spacing)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing semicolon. (semi)
(#100) Requires a space before '}'. (block-spacing)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing space before opening brace. (space-before-blocks)
(#100) Requires a space after '{'. (block-spacing)
(#100) Statement inside of curly braces should be on next line. (brace-style)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) A space is required after ','. (comma-spacing)
(#100) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Do not nest ternary expressions (no-nested-ternary)
(#100) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Expected { after 'for' condition. (curly)
(#100) Expected space(s) after "for". (keyword-spacing)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) A space is required after ','. (comma-spacing)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing whitespace after semicolon. (semi-spacing)
(#100) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#100) A space is required after ','. (comma-spacing)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Missing semicolon. (semi)
(#100) Requires a space before '}'. (block-spacing)
(#101) Line 101 exceeds the maximum line length of 132. (max-len)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Missing space before value for key 'l'. (key-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Requires a space after '{'. (block-spacing)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Requires a space after '{'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Requires a space before '}'. (block-spacing)
(#101) Missing semicolon. (semi)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Requires a space before '}'. (block-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Requires a space after '{'. (block-spacing)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before value for key 'Cc'. (key-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Requires a space after '{'. (block-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Requires a space before '}'. (block-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) A space is required after ','. (comma-spacing)
(#101) Requires a space after '{'. (block-spacing)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#101) Statement inside of curly braces should be on next line. (brace-style)
(#101) Missing semicolon. (semi)
(#101) Requires a space before '}'. (block-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Missing whitespace after semicolon. (semi-spacing)
(#101) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#101) Requires a space before '}'. (block-spacing)
(#101) Missing semicolon. (semi)
(#102) Line 102 exceeds the maximum line length of 132. (max-len)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Requires a space after '{'. (block-spacing)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) Missing semicolon. (semi)
(#102) Requires a space before '}'. (block-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Requires a space after '{'. (block-spacing)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'className'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing space before value for key 'innerHTML'. (key-spacing)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Missing semicolon. (semi)
(#102) Requires a space before '}'. (block-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Missing space before value for key 'l'. (key-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space after '{'. (block-spacing)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Statement inside of curly braces should be on next line. (brace-style)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#102) A space is required after ','. (comma-spacing)
(#102) A space is required after ','. (comma-spacing)
(#102) Requires a space before '}'. (block-spacing)
(#102) Missing semicolon. (semi)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Missing whitespace after semicolon. (semi-spacing)
(#102) Infix operators must be spaced. (space-infix-ops)
(#103) Line 103 exceeds the maximum line length of 132. (max-len)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'className'. (key-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'innerHTML'. (key-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Requires a space before '}'. (block-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Requires a space after '{'. (block-spacing)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) A space is required after ','. (comma-spacing)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Expected space(s) after "if". (keyword-spacing)
(#103) Expected { after 'if' condition. (curly)
(#103) Expected space(s) before "for". (keyword-spacing)
(#103) Expected space(s) after "for". (keyword-spacing)
(#103) Expected { after 'for' condition. (curly)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) A space is required after ','. (comma-spacing)
(#103) Missing space before value for key 'rate'. (key-spacing)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Missing semicolon. (semi)
(#103) Requires a space before '}'. (block-spacing)
(#103) Missing whitespace after semicolon. (semi-spacing)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Requires a space after '{'. (block-spacing)
(#103) Missing space before opening brace. (space-before-blocks)
(#103) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#103) Statement inside of curly braces should be on next line. (brace-style)
(#103) A space is required after ','. (comma-spacing)
(#103) Requires a space before '}'. (block-spacing)
(#103) Missing semicolon. (semi)
(#104) Line 104 exceeds the maximum line length of 132. (max-len)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Requires a space after '{'. (block-spacing)
(#104) Expected space(s) after "for". (keyword-spacing)
(#104) Expected { after 'for' condition. (curly)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) A space is required after ','. (comma-spacing)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Expected space(s) after "if". (keyword-spacing)
(#104) Expected space(s) before "if". (keyword-spacing)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Requires a space after '{'. (block-spacing)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Requires a space before '}'. (block-spacing)
(#104) Missing semicolon. (semi)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Expected space(s) before "this". (keyword-spacing)
(#104) 'd' used outside of binding context. (block-scoped-var)
(#104) Requires a space before '}'. (block-spacing)
(#104) Missing semicolon. (semi)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Missing JSDoc comment. (require-jsdoc)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Requires a space after '{'. (block-spacing)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Requires a space before '}'. (block-spacing)
(#104) Missing semicolon. (semi)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Requires a space after '{'. (block-spacing)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing semicolon. (semi)
(#104) Requires a space before '}'. (block-spacing)
(#104) Missing whitespace after semicolon. (semi-spacing)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Requires a space after '{'. (block-spacing)
(#104) Missing space before opening brace. (space-before-blocks)
(#104) Statement inside of curly braces should be on next line. (brace-style)
(#104) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#104) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Missing semicolon. (semi)
(#104) Requires a space before '}'. (block-spacing)
(#105) Line 105 exceeds the maximum line length of 132. (max-len)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Missing space before value for key 'Cc'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before value for key 'l'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Requires a space after '{'. (block-spacing)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing semicolon. (semi)
(#105) Requires a space before '}'. (block-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Missing semicolon. (semi)
(#105) Requires a space before '}'. (block-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Requires a space after '{'. (block-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Missing semicolon. (semi)
(#105) Requires a space before '}'. (block-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Infix operators must be spaced. (space-infix-ops)
(#105) Missing space before value for key 'l'. (key-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space after '{'. (block-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#105) Statement inside of curly braces should be on next line. (brace-style)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#105) A space is required after ','. (comma-spacing)
(#105) A space is required after ','. (comma-spacing)
(#105) Requires a space before '}'. (block-spacing)
(#105) Missing semicolon. (semi)
(#105) Missing whitespace after semicolon. (semi-spacing)
(#105) Infix operators must be spaced. (space-infix-ops)
(#106) Line 106 exceeds the maximum line length of 132. (max-len)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Requires a space after '{'. (block-spacing)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Requires a space before '}'. (block-spacing)
(#106) Missing semicolon. (semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key 'className'. (key-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before value for key 'tabIndex'. (key-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) Requires a space before '}'. (block-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Requires a space after '{'. (block-spacing)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Requires a space before '}'. (block-spacing)
(#106) Missing semicolon. (semi)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Requires a space after '{'. (block-spacing)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) A space is required after ','. (comma-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Missing semicolon. (semi)
(#106) Requires a space before '}'. (block-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) Missing semicolon. (semi)
(#106) Requires a space before '}'. (block-spacing)
(#106) Missing whitespace after semicolon. (semi-spacing)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Missing space before value for key 'l'. (key-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Missing space before opening brace. (space-before-blocks)
(#106) Requires a space after '{'. (block-spacing)
(#106) Statement inside of curly braces should be on next line. (brace-style)
(#106) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#106) A space is required after ','. (comma-spacing)
(#106) A space is required after ','. (comma-spacing)
(#106) Requires a space before '}'. (block-spacing)
(#106) Missing semicolon. (semi)
(#107) Line 107 exceeds the maximum line length of 132. (max-len)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'className'. (key-spacing)
(#107) Missing semicolon. (semi)
(#107) Requires a space before '}'. (block-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Requires a space after '{'. (block-spacing)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'className'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'innerHTML'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'aria-label'. (key-spacing)
(#107) Missing semicolon. (semi)
(#107) Requires a space before '}'. (block-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Requires a space after '{'. (block-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) Missing semicolon. (semi)
(#107) Requires a space before '}'. (block-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Missing space before value for key 'l'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Missing space before opening brace. (space-before-blocks)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Requires a space before '}'. (block-spacing)
(#107) Missing semicolon. (semi)
(#108) Line 108 exceeds the maximum line length of 132. (max-len)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'className'. (key-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Missing semicolon. (semi)
(#108) Requires a space before '}'. (block-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Requires a space after '{'. (block-spacing)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing semicolon. (semi)
(#108) Requires a space before '}'. (block-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing space before value for key 'l'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before opening brace. (space-before-blocks)
(#108) Requires a space after '{'. (block-spacing)
(#108) Statement inside of curly braces should be on next line. (brace-style)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#108) Requires a space before '}'. (block-spacing)
(#108) Missing semicolon. (semi)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Infix operators must be spaced. (space-infix-ops)
(#109) Line 109 exceeds the maximum line length of 132. (max-len)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Requires a space after '{'. (block-spacing)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) A space is required after ','. (comma-spacing)
(#109) Missing whitespace after semicolon. (semi-spacing)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Requires a space after '{'. (block-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#109) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#109) Statement inside of curly braces should be on next line. (brace-style)
(#109) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Missing semicolon. (semi)
(#109) Requires a space before '}'. (block-spacing)
(#109) Requires a space before '}'. (block-spacing)
(#109) Missing semicolon. (semi)
(#110) Line 110 exceeds the maximum line length of 132. (max-len)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Requires a space after '{'. (block-spacing)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Requires a space after '{'. (block-spacing)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) Missing semicolon. (semi)
(#110) Requires a space before '}'. (block-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Requires a space after '{'. (block-spacing)
(#110) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) Missing semicolon. (semi)
(#110) Requires a space before '}'. (block-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Requires a space after '{'. (block-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Requires a space before '}'. (block-spacing)
(#110) Missing semicolon. (semi)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) A space is required after ','. (comma-spacing)
(#110) Missing semicolon. (semi)
(#110) Requires a space before '}'. (block-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Infix operators must be spaced. (space-infix-ops)
(#110) Requires a space after '{'. (block-spacing)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Statement inside of curly braces should be on next line. (brace-style)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Missing whitespace after semicolon. (semi-spacing)
(#110) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#110) Requires a space before '}'. (block-spacing)
(#110) Missing semicolon. (semi)
(#111) Line 111 exceeds the maximum line length of 132. (max-len)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Requires a space before '}'. (block-spacing)
(#111) Missing semicolon. (semi)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Missing semicolon. (semi)
(#111) Requires a space before '}'. (block-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Missing semicolon. (semi)
(#111) Requires a space before '}'. (block-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Requires a space before '}'. (block-spacing)
(#111) Missing semicolon. (semi)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Requires a space after '{'. (block-spacing)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Missing semicolon. (semi)
(#111) Requires a space before '}'. (block-spacing)
(#111) A space is required after ','. (comma-spacing)
(#111) Missing semicolon. (semi)
(#111) Requires a space before '}'. (block-spacing)
(#111) Missing whitespace after semicolon. (semi-spacing)
(#111) Infix operators must be spaced. (space-infix-ops)
(#111) Requires a space after '{'. (block-spacing)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#111) Statement inside of curly braces should be on next line. (brace-style)
(#111) Requires a space before '}'. (block-spacing)
(#111) Missing semicolon. (semi)
(#112) Line 112 exceeds the maximum line length of 132. (max-len)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space after '{'. (block-spacing)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (semi)
(#112) Requires a space before '}'. (block-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Missing semicolon. (semi)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) A space is required after ','. (comma-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Missing semicolon. (semi)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Requires a space after '{'. (block-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Missing semicolon. (semi)
(#112) Requires a space before '}'. (block-spacing)
(#112) A space is required after ','. (comma-spacing)
(#112) Requires a space before '}'. (block-spacing)
(#112) Missing semicolon. (semi)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Requires a space before '}'. (block-spacing)
(#112) Missing semicolon. (semi)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Requires a space after '{'. (block-spacing)
(#112) Missing space before opening brace. (space-before-blocks)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#112) Infix operators must be spaced. (space-infix-ops)
(#112) Missing whitespace after semicolon. (semi-spacing)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#112) Requires a space before '}'. (block-spacing)
(#112) Missing semicolon. (semi)
(#113) Line 113 exceeds the maximum line length of 132. (max-len)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Requires a space after '{'. (block-spacing)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Requires a space before '}'. (block-spacing)
(#113) Missing semicolon. (semi)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Requires a space after '{'. (block-spacing)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Missing JSDoc comment. (require-jsdoc)
(#113) Requires a space after '{'. (block-spacing)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Requires a space before '}'. (block-spacing)
(#113) Missing semicolon. (semi)
(#113) Expected space(s) before "var". (keyword-spacing)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) A space is required after ','. (comma-spacing)
(#113) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Expected { after 'if' condition. (curly)
(#113) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#113) A space is required after ','. (comma-spacing)
(#113) Unexpected use of comma operator. (no-sequences)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) A space is required after ','. (comma-spacing)
(#113) Requires a space after '{'. (block-spacing)
(#113) Missing space before opening brace. (space-before-blocks)
(#113) Statement inside of curly braces should be on next line. (brace-style)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing whitespace after semicolon. (semi-spacing)
(#113) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#113) A space is required after ','. (comma-spacing)
(#113) Missing semicolon. (semi)
(#113) Requires a space before '}'. (block-spacing)
(#113) Requires a space before '}'. (block-spacing)
(#113) Missing semicolon. (semi)
(#114) Line 114 exceeds the maximum line length of 132. (max-len)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Requires a space after '{'. (block-spacing)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "if". (keyword-spacing)
(#114) Expected { after 'if' condition. (curly)
(#114) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Requires a space after '{'. (block-spacing)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected space(s) after "for". (keyword-spacing)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Expected { after 'for' condition. (curly)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Missing whitespace after semicolon. (semi-spacing)
(#114) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Unexpected use of comma operator. (no-sequences)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) Infix operators must be spaced. (space-infix-ops)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Missing semicolon. (semi)
(#114) Requires a space before '}'. (block-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Unexpected use of comma operator. (no-sequences)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) A space is required after ','. (comma-spacing)
(#114) Requires a space after '{'. (block-spacing)
(#114) Missing space before opening brace. (space-before-blocks)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#115) Line 115 exceeds the maximum line length of 132. (max-len)
(#115) Missing semicolon. (semi)
(#115) Requires a space before '}'. (block-spacing)
(#115) Missing semicolon. (semi)
(#115) Requires a space before '}'. (block-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Requires a space after '{'. (block-spacing)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing '()' invoking a constructor (new-parens)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Requires a space before '}'. (block-spacing)
(#115) Missing semicolon. (semi)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Requires a space after '{'. (block-spacing)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing '()' invoking a constructor (new-parens)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) Requires a space before '}'. (block-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Missing semicolon. (semi)
(#115) Requires a space before '}'. (block-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Requires a space after '{'. (block-spacing)
(#115) Expected { after 'if' condition. (curly)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Expected space(s) after "if". (keyword-spacing)
(#115) Expected space(s) before "throw". (keyword-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Requires a space before '}'. (block-spacing)
(#115) Missing semicolon. (semi)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Missing space before opening brace. (space-before-blocks)
(#115) Requires a space after '{'. (block-spacing)
(#115) Statement inside of curly braces should be on next line. (brace-style)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#115) A space is required after ','. (comma-spacing)
(#115) Missing whitespace after semicolon. (semi-spacing)
(#115) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#115) Expected space(s) after "return". (keyword-spacing)
(#115) Missing space before value for key 'T'. (key-spacing)
(#115) Missing semicolon. (semi)
(#115) Requires a space before '}'. (block-spacing)
(#116) Line 116 exceeds the maximum line length of 132. (max-len)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Requires a space after '{'. (block-spacing)
(#116) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#116) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#116) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#116) A space is required after ','. (comma-spacing)
(#116) Requires a space before '}'. (block-spacing)
(#116) Missing semicolon. (semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Infix operators must be spaced. (space-infix-ops)
(#117) Line 117 exceeds the maximum line length of 132. (max-len)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Requires a space after '{'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Requires a space after '{'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) A space is required after ','. (comma-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing semicolon. (semi)
(#117) Requires a space before '}'. (block-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Requires a space after '{'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Expected { after 'for' condition. (curly)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Expected space(s) after "for". (keyword-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) 'e' is defined but never used (no-unused-vars)
(#117) A space is required after ','. (comma-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected { after 'if' condition. (curly)
(#117) Expected space(s) before "if". (keyword-spacing)
(#117) Expected space(s) after "if". (keyword-spacing)
(#117) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Expected space(s) before "return". (keyword-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Missing semicolon. (semi)
(#117) Requires a space before '}'. (block-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Requires a space after '{'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing semicolon. (semi)
(#117) Requires a space before '}'. (block-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Requires a space after '{'. (block-spacing)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) A space is required after ','. (comma-spacing)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#117) Requires a space before '}'. (block-spacing)
(#117) Missing semicolon. (semi)
(#117) Missing whitespace after semicolon. (semi-spacing)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Missing space before opening brace. (space-before-blocks)
(#117) Requires a space after '{'. (block-spacing)
(#117) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#117) Statement inside of curly braces should be on next line. (brace-style)
(#117) Infix operators must be spaced. (space-infix-ops)
(#118) Infix operators must be spaced. (space-infix-ops)
(#118) Missing semicolon. (semi)
(#118) Requires a space before '}'. (block-spacing)
(#118) Missing semicolon. (semi)
(#118) Requires a space before '}'. (block-spacing)
(#118) Missing whitespace after semicolon. (semi-spacing)
(#118) Infix operators must be spaced. (space-infix-ops)
(#119) Line 119 exceeds the maximum line length of 132. (max-len)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing space before value for key 'l'. (key-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#119) Expected { after 'if' condition. (curly)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Expected space(s) before "this". (keyword-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected { after 'for' condition. (curly)
(#119) Expected space(s) after "for". (keyword-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) before "this". (keyword-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Requires a space after '{'. (block-spacing)
(#119) Statement inside of curly braces should be on next line. (brace-style)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected { after 'for' condition. (curly)
(#119) Expected space(s) after "for". (keyword-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Unexpected use of comma operator. (no-sequences)
(#119) A space is required after ','. (comma-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) A space is required after ','. (comma-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) after "for". (keyword-spacing)
(#119) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#119) Expected { after 'for' condition. (curly)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Infix operators must be spaced. (space-infix-ops)
(#119) Missing whitespace after semicolon. (semi-spacing)
(#119) Expected space(s) before "this". (keyword-spacing)
(#119) Requires a space before '}'. (block-spacing)
(#119) Missing semicolon. (semi)
(#119) Expected space(s) before "this". (keyword-spacing)
(#119) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#119) Infix operators must be spaced. (space-infix-ops)
(#120) Line 120 exceeds the maximum line length of 132. (max-len)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Requires a space after '{'. (block-spacing)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Requires a space after '{'. (block-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing semicolon. (semi)
(#120) Requires a space before '}'. (block-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Requires a space after '{'. (block-spacing)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Requires a space before '}'. (block-spacing)
(#120) Missing semicolon. (semi)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Requires a space after '{'. (block-spacing)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing semicolon. (semi)
(#120) Requires a space before '}'. (block-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing semicolon. (semi)
(#120) Requires a space before '}'. (block-spacing)
(#120) Requires a space after '{'. (block-spacing)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) A space is required after ','. (comma-spacing)
(#120) Missing semicolon. (semi)
(#120) Requires a space before '}'. (block-spacing)
(#120) Missing whitespace after semicolon. (semi-spacing)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#120) Missing semicolon. (semi)
(#120) Requires a space before '}'. (block-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Requires a space after '{'. (block-spacing)
(#121) Missing space before opening brace. (space-before-blocks)
(#121) Statement inside of curly braces should be on next line. (brace-style)
(#121) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#121) Missing whitespace after semicolon. (semi-spacing)
(#121) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#121) Requires a space before '}'. (block-spacing)
(#121) Missing semicolon. (semi)
(#122) Line 122 exceeds the maximum line length of 132. (max-len)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Requires a space after '{'. (block-spacing)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#122) Expected space(s) after "if". (keyword-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Missing space before opening brace. (space-before-blocks)
(#122) Requires a space after '{'. (block-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Statement inside of curly braces should be on next line. (brace-style)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'id'. (key-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Missing space before value for key 'class'. (key-spacing)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected { after 'if' condition. (curly)
(#122) Expected space(s) after "if". (keyword-spacing)
(#122) Expected space(s) after "for". (keyword-spacing)
(#122) Expected { after 'for' condition. (curly)
(#122) Expected space(s) before "for". (keyword-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Missing whitespace after semicolon. (semi-spacing)
(#122) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) Unexpected use of comma operator. (no-sequences)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) Infix operators must be spaced. (space-infix-ops)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Line 123 exceeds the maximum line length of 132. (max-len)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing semicolon. (semi)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#123) Expected space(s) after "for". (keyword-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Requires a space after '{'. (block-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing semicolon. (semi)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Expected space(s) before "return". (keyword-spacing)
(#123) Missing semicolon. (semi)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Requires a space after '{'. (block-spacing)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Expected space(s) after "for". (keyword-spacing)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Expected { after 'for' condition. (curly)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Missing space before value for key 'captions'. (key-spacing)
(#123) A space is required after ','. (comma-spacing)
(#123) Missing space before value for key 'subtitles'. (key-spacing)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Expected space(s) before "if". (keyword-spacing)
(#123) Expected space(s) after "if". (keyword-spacing)
(#123) Expected { after 'if' condition. (curly)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) ["default"] is better written in dot notation. (dot-notation)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing semicolon. (semi)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Requires a space after '{'. (block-spacing)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) A space is required after ','. (comma-spacing)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing semicolon. (semi)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Requires a space after '{'. (block-spacing)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing semicolon. (semi)
(#123) Missing whitespace after semicolon. (semi-spacing)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Requires a space after '{'. (block-spacing)
(#123) Missing space before opening brace. (space-before-blocks)
(#123) Statement inside of curly braces should be on next line. (brace-style)
(#123) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#123) Requires a space before '}'. (block-spacing)
(#123) Missing semicolon. (semi)
(#124) Line 124 exceeds the maximum line length of 132. (max-len)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Expected space(s) after "try". (keyword-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Requires a space after '{'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Expected space(s) before "catch". (keyword-spacing)
(#124) Expected space(s) after "catch". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing semicolon. (semi)
(#124) Requires a space before '}'. (block-spacing)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing semicolon. (semi)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Requires a space after '{'. (block-spacing)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Infix operators must be spaced. (space-infix-ops)
(#124) Requires a space after '{'. (block-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Requires a space before '}'. (block-spacing)
(#124) Missing semicolon. (semi)
(#125) Line 125 exceeds the maximum line length of 132. (max-len)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Expected space(s) after "return". (keyword-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Missing semicolon. (semi)
(#125) Requires a space before '}'. (block-spacing)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Requires a space after '{'. (block-spacing)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) A space is required after ','. (comma-spacing)
(#125) Requires a space after '{'. (block-spacing)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Requires a space before '}'. (block-spacing)
(#125) Missing semicolon. (semi)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Requires a space before '}'. (block-spacing)
(#125) Missing semicolon. (semi)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing space before opening brace. (space-before-blocks)
(#125) Requires a space after '{'. (block-spacing)
(#125) Statement inside of curly braces should be on next line. (brace-style)
(#125) Missing whitespace after semicolon. (semi-spacing)
(#125) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#125) Requires a space before '}'. (block-spacing)
(#125) Missing semicolon. (semi)
(#125) A space is required after ','. (comma-spacing)
(#125) Missing semicolon. (semi)
(#125) Requires a space before '}'. (block-spacing)
(#126) Line 126 exceeds the maximum line length of 132. (max-len)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Requires a space after '{'. (block-spacing)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Expected to return a value at the end of this function. (consistent-return)
(#126) Requires a space after '{'. (block-spacing)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Expected { after 'if' condition. (curly)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Expected space(s) before "return". (keyword-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing semicolon. (semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Requires a space after '{'. (block-spacing)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing semicolon. (semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing semicolon. (semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing semicolon. (semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Requires a space after '{'. (block-spacing)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Requires a space before '}'. (block-spacing)
(#126) Missing semicolon. (semi)
(#126) Missing whitespace after semicolon. (semi-spacing)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Missing space before opening brace. (space-before-blocks)
(#126) Requires a space after '{'. (block-spacing)
(#126) Statement inside of curly braces should be on next line. (brace-style)
(#126) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#126) Missing semicolon. (semi)
(#126) Requires a space before '}'. (block-spacing)
(#127) Line 127 exceeds the maximum line length of 132. (max-len)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing semicolon. (semi)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing semicolon. (semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing semicolon. (semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing semicolon. (semi)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing semicolon. (semi)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing semicolon. (semi)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Requires a space after '{'. (block-spacing)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing semicolon. (semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Requires a space after '{'. (block-spacing)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Missing semicolon. (semi)
(#127) Requires a space before '}'. (block-spacing)
(#127) Missing whitespace after semicolon. (semi-spacing)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Requires a space after '{'. (block-spacing)
(#127) Missing space before opening brace. (space-before-blocks)
(#127) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#127) Expected space(s) after "return". (keyword-spacing)
(#127) Statement inside of curly braces should be on next line. (brace-style)
(#127) Infix operators must be spaced. (space-infix-ops)
(#127) Missing semicolon. (semi)
(#127) Requires a space before '}'. (block-spacing)
(#128) Line 128 exceeds the maximum line length of 132. (max-len)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Missing space before opening brace. (space-before-blocks)
(#128) Requires a space after '{'. (block-spacing)
(#128) Expected space(s) after "return". (keyword-spacing)
(#128) Statement inside of curly braces should be on next line. (brace-style)
(#128) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#128) Infix operators must be spaced. (space-infix-ops)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) A space is required after ','. (comma-spacing)
(#128) Requires a space before '}'. (block-spacing)
(#128) Missing semicolon. (semi)
(#129) Line 129 exceeds the maximum line length of 132. (max-len)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Requires a space after '{'. (block-spacing)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Expected { after 'if' condition. (curly)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Expected space(s) before "return". (keyword-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Expected { after 'if' condition. (curly)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) ["default"] is better written in dot notation. (dot-notation)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) ["default"] is better written in dot notation. (dot-notation)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) ["default"] is better written in dot notation. (dot-notation)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing space before opening brace. (space-before-blocks)
(#129) Requires a space after '{'. (block-spacing)
(#129) Statement inside of curly braces should be on next line. (brace-style)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Missing whitespace after semicolon. (semi-spacing)
(#129) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#129) Infix operators must be spaced. (space-infix-ops)
(#130) Line 130 exceeds the maximum line length of 132. (max-len)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) A space is required after ','. (comma-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Missing semicolon. (semi)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing semicolon. (semi)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Expected to return a value at the end of this function. (consistent-return)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Expected { after 'if' condition. (curly)
(#130) Expected space(s) before "return". (keyword-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#130) A space is required after ','. (comma-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected { after 'for' condition. (curly)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Expected space(s) after "for". (keyword-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Expected space(s) before "if". (keyword-spacing)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing semicolon. (semi)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Requires a space after '{'. (block-spacing)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Expected space(s) after "try". (keyword-spacing)
(#130) Requires a space after '{'. (block-spacing)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Infix operators must be spaced. (space-infix-ops)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing semicolon. (semi)
(#130) Expected space(s) before "catch". (keyword-spacing)
(#130) Expected space(s) after "catch". (keyword-spacing)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Requires a space after '{'. (block-spacing)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Statement inside of curly braces should be on next line. (brace-style)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing semicolon. (semi)
(#130) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#130) Expected space(s) before "return". (keyword-spacing)
(#130) Expected space(s) after "return". (keyword-spacing)
(#130) Requires a space before '}'. (block-spacing)
(#130) Missing semicolon. (semi)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Missing whitespace after semicolon. (semi-spacing)
(#130) Infix operators must be spaced. (space-infix-ops)
(#131) Line 131 exceeds the maximum line length of 132. (max-len)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Requires a space after '{'. (block-spacing)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing JSDoc comment. (require-jsdoc)
(#131) Requires a space after '{'. (block-spacing)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Expected space(s) after "try". (keyword-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Requires a space before '}'. (block-spacing)
(#131) Missing semicolon. (semi)
(#131) Expected space(s) before "catch". (keyword-spacing)
(#131) Expected space(s) after "catch". (keyword-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Expected space(s) after "return". (keyword-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Requires a space before '}'. (block-spacing)
(#131) Missing semicolon. (semi)
(#131) Requires a space before '}'. (block-spacing)
(#131) Expected space(s) before "return". (keyword-spacing)
(#131) Return statement should not contain assignment. (no-return-assign)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Do not nest ternary expressions (no-nested-ternary)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Requires a space before '}'. (block-spacing)
(#131) Missing semicolon. (semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) A space is required after ','. (comma-spacing)
(#131) Requires a space after '{'. (block-spacing)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Missing semicolon. (semi)
(#131) Requires a space before '}'. (block-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Requires a space after '{'. (block-spacing)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Requires a space before '}'. (block-spacing)
(#131) Missing semicolon. (semi)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Requires a space after '{'. (block-spacing)
(#131) Missing space before opening brace. (space-before-blocks)
(#131) Statement inside of curly braces should be on next line. (brace-style)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Missing whitespace after semicolon. (semi-spacing)
(#131) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#131) Infix operators must be spaced. (space-infix-ops)
(#131) Requires a space before '}'. (block-spacing)
(#131) Missing semicolon. (semi)
(#132) Line 132 exceeds the maximum line length of 132. (max-len)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing space before opening brace. (space-before-blocks)
(#132) Requires a space after '{'. (block-spacing)
(#132) Statement inside of curly braces should be on next line. (brace-style)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#132) Missing semicolon. (semi)
(#132) Requires a space before '}'. (block-spacing)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Infix operators must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Infix operators must be spaced. (space-infix-ops)
(#133) Line 133 exceeds the maximum line length of 132. (max-len)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Requires a space after '{'. (block-spacing)
(#133) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing semicolon. (semi)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Requires a space after '{'. (block-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#133) Statement inside of curly braces should be on next line. (brace-style)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#133) Missing semicolon. (semi)
(#133) Requires a space before '}'. (block-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Missing whitespace after semicolon. (semi-spacing)
(#133) Infix operators must be spaced. (space-infix-ops)
(#134) Line 134 exceeds the maximum line length of 132. (max-len)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Expected space(s) after "if". (keyword-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected space(s) after "for". (keyword-spacing)
(#134) Expected { after 'for' condition. (curly)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Missing whitespace after semicolon. (semi-spacing)
(#134) Expected { after 'if' condition. (curly)
(#134) Expected space(s) after "if". (keyword-spacing)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Infix operators must be spaced. (space-infix-ops)
(#134) Expected space(s) before "try". (keyword-spacing)
(#134) Expected space(s) after "try". (keyword-spacing)
(#134) Requires a space after '{'. (block-spacing)
(#134) Statement inside of curly braces should be on next line. (brace-style)
(#134) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#134) Missing semicolon. (semi)
(#134) Requires a space before '}'. (block-spacing)
(#134) Expected space(s) after "catch". (keyword-spacing)
(#134) Expected space(s) before "catch". (keyword-spacing)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Empty block statement. (no-empty)
(#134) Requires a space before '}'. (block-spacing)
(#134) Requires a space before '}'. (block-spacing)
(#135) Line 135 exceeds the maximum line length of 132. (max-len)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'l'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'id'. (key-spacing)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) A space is required after ','. (comma-spacing)
(#135) 'k' is already defined (no-redeclare)
(#135) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'readyFunction'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'eventProxyFunction'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'errorEventProxyFunction'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'autoplay'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'preload'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'loop'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'muted'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'wmode'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'bgcolor'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#135) 'h' is already defined (no-redeclare)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing space before value for key 'id'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'name'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing space before value for key 'class'. (key-spacing)
(#135) A space is required after ','. (comma-spacing)
(#135) Missing whitespace after semicolon. (semi-spacing)
(#135) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#135) Infix operators must be spaced. (space-infix-ops)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Requires a space after '{'. (block-spacing)
(#135) Statement inside of curly braces should be on next line. (brace-style)
(#135) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#135) Missing semicolon. (semi)
(#135) Requires a space before '}'. (block-spacing)
(#136) Line 136 exceeds the maximum line length of 132. (max-len)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Missing semicolon. (semi)
(#136) Requires a space before '}'. (block-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Requires a space after '{'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Missing space before value for key 'type'. (key-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before value for key 'bubbles'. (key-spacing)
(#136) Missing semicolon. (semi)
(#136) Requires a space before '}'. (block-spacing)
(#136) Requires a space before '}'. (block-spacing)
(#136) Missing semicolon. (semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing semicolon. (semi)
(#136) Requires a space before '}'. (block-spacing)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Requires a space after '{'. (block-spacing)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Requires a space before '}'. (block-spacing)
(#136) Missing semicolon. (semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Requires a space before '}'. (block-spacing)
(#136) Missing semicolon. (semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Requires a space after '{'. (block-spacing)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Requires a space before '}'. (block-spacing)
(#136) Missing semicolon. (semi)
(#136) Missing whitespace after semicolon. (semi-spacing)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Requires a space after '{'. (block-spacing)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Statement inside of curly braces should be on next line. (brace-style)
(#136) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Infix operators must be spaced. (space-infix-ops)
(#136) Missing semicolon. (semi)
(#136) Requires a space before '}'. (block-spacing)
(#137) Line 137 exceeds the maximum line length of 132. (max-len)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Requires a space after '{'. (block-spacing)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Requires a space before '}'. (block-spacing)
(#137) Missing semicolon. (semi)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing semicolon. (semi)
(#137) Requires a space before '}'. (block-spacing)
(#137) Requires a space before '}'. (block-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) A space is required after ','. (comma-spacing)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Requires a space before '}'. (block-spacing)
(#137) Missing semicolon. (semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Requires a space after '{'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Missing semicolon. (semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Requires a space before '}'. (block-spacing)
(#137) Missing semicolon. (semi)
(#137) Missing whitespace after semicolon. (semi-spacing)
(#137) Infix operators must be spaced. (space-infix-ops)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Requires a space after '{'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Requires a space before '}'. (block-spacing)
(#137) Missing semicolon. (semi)
(#138) Line 138 exceeds the maximum line length of 132. (max-len)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Requires a space after '{'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Requires a space before '}'. (block-spacing)
(#138) Missing semicolon. (semi)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Requires a space after '{'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing semicolon. (semi)
(#138) Requires a space before '}'. (block-spacing)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Missing JSDoc comment. (require-jsdoc)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Requires a space after '{'. (block-spacing)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) A space is required after ','. (comma-spacing)
(#138) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Missing whitespace after semicolon. (semi-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Requires a space after '{'. (block-spacing)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) A space is required after ','. (comma-spacing)
(#138) Missing semicolon. (semi)
(#138) Requires a space before '}'. (block-spacing)
(#138) Requires a space before '}'. (block-spacing)
(#138) Missing semicolon. (semi)
(#138) Missing JSDoc comment. (require-jsdoc)
(#138) Expected space(s) before "function". (keyword-spacing)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Requires a space after '{'. (block-spacing)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Infix operators must be spaced. (space-infix-ops)
(#138) Requires a space after '{'. (block-spacing)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Statement inside of curly braces should be on next line. (brace-style)
(#138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#138) Requires a space before '}'. (block-spacing)
(#138) Missing semicolon. (semi)
(#138) Missing semicolon. (semi)
(#138) Requires a space before '}'. (block-spacing)
(#139) Line 139 exceeds the maximum line length of 132. (max-len)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected { after 'for' condition. (curly)
(#139) Expected space(s) after "for". (keyword-spacing)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#139) Unexpected use of comma operator. (no-sequences)
(#139) A space is required after ','. (comma-spacing)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#139) Expected space(s) after "for". (keyword-spacing)
(#139) Expected { after 'for' condition. (curly)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Requires a space after '{'. (block-spacing)
(#139) Missing space before opening brace. (space-before-blocks)
(#139) Statement inside of curly braces should be on next line. (brace-style)
(#139) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Requires a space before '}'. (block-spacing)
(#139) Missing semicolon. (semi)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Missing whitespace after semicolon. (semi-spacing)
(#139) Infix operators must be spaced. (space-infix-ops)
(#140) Line 140 exceeds the maximum line length of 132. (max-len)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Expected space(s) after "return". (keyword-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Do not nest ternary expressions (no-nested-ternary)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Requires a space before '}'. (block-spacing)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Requires a space before '}'. (block-spacing)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Missing space before value for key 'video/flv'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'video/x-flv'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'video/mp4'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'video/m4v'. (key-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) Requires a space before '}'. (block-spacing)
(#140) Missing semicolon. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Requires a space after '{'. (block-spacing)
(#140) Missing space before opening brace. (space-before-blocks)
(#140) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Requires a space before '}'. (block-spacing)
(#140) Missing semicolon. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing semicolon. (semi)
(#140) Requires a space before '}'. (block-spacing)
(#141) Line 141 exceeds the maximum line length of 132. (max-len)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Missing semicolon. (semi)
(#141) Requires a space before '}'. (block-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Missing space before value for key 'code'. (key-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'message'. (key-spacing)
(#141) Missing semicolon. (semi)
(#141) Requires a space before '}'. (block-spacing)
(#142) Line 142 exceeds the maximum line length of 132. (max-len)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) Requires a space after '{'. (block-spacing)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) Missing whitespace after semicolon. (semi-spacing)
(#142) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#142) Expected space(s) after "try". (keyword-spacing)
(#142) Requires a space after '{'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Requires a space before '}'. (block-spacing)
(#142) Missing semicolon. (semi)
(#142) Expected space(s) after "catch". (keyword-spacing)
(#142) Expected space(s) before "catch". (keyword-spacing)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Requires a space after '{'. (block-spacing)
(#142) Expected space(s) after "try". (keyword-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Requires a space after '{'. (block-spacing)
(#142) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) Infix operators must be spaced. (space-infix-ops)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing semicolon. (semi)
(#142) Requires a space before '}'. (block-spacing)
(#142) Expected space(s) before "catch". (keyword-spacing)
(#142) Expected space(s) after "catch". (keyword-spacing)
(#142) Empty block statement. (no-empty)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Requires a space before '}'. (block-spacing)
(#142) Expected space(s) before "return". (keyword-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#142) Requires a space before '}'. (block-spacing)
(#142) Missing semicolon. (semi)
(#143) Line 143 exceeds the maximum line length of 132. (max-len)
(#143) Infix operators must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Requires a space after '{'. (block-spacing)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Infix operators must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#143) Infix operators must be spaced. (space-infix-ops)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing space before value for key 'innerHTML'. (key-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Infix operators must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Infix operators must be spaced. (space-infix-ops)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Requires a space after '{'. (block-spacing)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Statement inside of curly braces should be on next line. (brace-style)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Infix operators must be spaced. (space-infix-ops)
(#143) Missing semicolon. (semi)
(#143) Requires a space before '}'. (block-spacing)
(#143) A space is required after ','. (comma-spacing)
(#143) Missing whitespace after semicolon. (semi-spacing)
(#143) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#143) Requires a space before '}'. (block-spacing)
(#143) Missing semicolon. (semi)
(#144) Line 144 exceeds the maximum line length of 132. (max-len)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Requires a space after '{'. (block-spacing)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#144) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Requires a space after '{'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Requires a space before '}'. (block-spacing)
(#144) Missing semicolon. (semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Missing space before value for key 'movie'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'flashvars'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'allowScriptAccess'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'allowNetworking'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Requires a space after '{'. (block-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Requires a space before '}'. (block-spacing)
(#144) Missing semicolon. (semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Missing space before value for key 'data'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'width'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'height'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Requires a space before '}'. (block-spacing)
(#144) Missing semicolon. (semi)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Expected space(s) after "return". (keyword-spacing)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Missing semicolon. (semi)
(#144) Requires a space before '}'. (block-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Missing space before value for key 'rtmp/mp4'. (key-spacing)
(#144) A space is required after ','. (comma-spacing)
(#144) Missing space before value for key 'rtmp/flv'. (key-spacing)
(#144) Missing whitespace after semicolon. (semi-spacing)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) A space is required after ','. (comma-spacing)
(#144) Requires a space after '{'. (block-spacing)
(#144) Missing space before opening brace. (space-before-blocks)
(#144) Statement inside of curly braces should be on next line. (brace-style)
(#144) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Infix operators must be spaced. (space-infix-ops)
(#144) Missing semicolon. (semi)
(#144) Requires a space before '}'. (block-spacing)
(#145) Line 145 exceeds the maximum line length of 132. (max-len)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing space before value for key 'Bc'. (key-spacing)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before value for key 'md'. (key-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Expected { after 'if' condition. (curly)
(#145) Expected space(s) before "return". (keyword-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Requires a space after '{'. (block-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing semicolon. (semi)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) A space is required after ','. (comma-spacing)
(#145) Missing space before opening brace. (space-before-blocks)
(#145) Requires a space after '{'. (block-spacing)
(#145) Statement inside of curly braces should be on next line. (brace-style)
(#145) Infix operators must be spaced. (space-infix-ops)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#145) Requires a space before '}'. (block-spacing)
(#145) Missing semicolon. (semi)
(#145) Missing whitespace after semicolon. (semi-spacing)
(#146) Line 146 exceeds the maximum line length of 132. (max-len)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing space before value for key 'l'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Requires a space after '{'. (block-spacing)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Expected space(s) after "for". (keyword-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Requires a space after '{'. (block-spacing)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Expected space(s) after "if". (keyword-spacing)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing space before opening brace. (space-before-blocks)
(#146) Requires a space after '{'. (block-spacing)
(#146) Statement inside of curly braces should be on next line. (brace-style)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#146) Requires a space before '}'. (block-spacing)
(#146) Missing semicolon. (semi)
(#146) Requires a space before '}'. (block-spacing)
(#146) Requires a space before '}'. (block-spacing)
(#146) Expected { after 'else'. (curly)
(#146) Expected space(s) before "else". (keyword-spacing)
(#146) Missing semicolon. (semi)
(#146) Requires a space before '}'. (block-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing space before value for key 'disabled'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'hidden'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'showing'. (key-spacing)
(#146) Missing whitespace after semicolon. (semi-spacing)
(#146) Infix operators must be spaced. (space-infix-ops)
(#146) Missing space before value for key 'subtitles'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'captions'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'descriptions'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'chapters'. (key-spacing)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before value for key 'metadata'. (key-spacing)
(#147) Line 147 exceeds the maximum line length of 132. (max-len)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Expected to return a value at the end of this function. (consistent-return)
(#147) Requires a space after '{'. (block-spacing)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected { after 'if' condition. (curly)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) Expected space(s) before "throw". (keyword-spacing)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) Expected { after 'if' condition. (curly)
(#147) Expected space(s) after "for". (keyword-spacing)
(#147) Expected { after 'for-in'. (curly)
(#147) Expected space(s) before "for". (keyword-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Unexpected use of comma operator. (no-sequences)
(#147) A space is required after ','. (comma-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected space(s) after "if". (keyword-spacing)
(#147) Expected { after 'if' condition. (curly)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Infix operators must be spaced. (space-infix-ops)
(#147) A space is required after ','. (comma-spacing)
(#147) Requires a space after '{'. (block-spacing)
(#147) Missing space before opening brace. (space-before-blocks)
(#147) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#147) Statement inside of curly braces should be on next line. (brace-style)
(#147) Missing whitespace after semicolon. (semi-spacing)
(#147) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#147) Infix operators must be spaced. (space-infix-ops)
(#148) Line 148 exceeds the maximum line length of 132. (max-len)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) Requires a space before '}'. (block-spacing)
(#148) Missing semicolon. (semi)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Requires a space before '}'. (block-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'set'. (key-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Requires a space after '{'. (block-spacing)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Requires a space before '}'. (block-spacing)
(#148) Missing semicolon. (semi)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'set'. (key-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Requires a space after '{'. (block-spacing)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Requires a space before '}'. (block-spacing)
(#148) Missing semicolon. (semi)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'set'. (key-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Requires a space before '}'. (block-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'set'. (key-spacing)
(#148) Missing whitespace after semicolon. (semi-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'get'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Missing semicolon. (semi)
(#148) Requires a space before '}'. (block-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Missing space before value for key 'set'. (key-spacing)
(#148) Requires a space after '{'. (block-spacing)
(#148) Missing space before opening brace. (space-before-blocks)
(#148) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#148) Statement inside of curly braces should be on next line. (brace-style)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) Infix operators must be spaced. (space-infix-ops)
(#148) A space is required after ','. (comma-spacing)
(#149) Line 149 exceeds the maximum line length of 132. (max-len)
(#149) Requires a space before '}'. (block-spacing)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'get'. (key-spacing)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Requires a space after '{'. (block-spacing)
(#149) Expected space(s) after "return". (keyword-spacing)
(#149) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'set'. (key-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'get'. (key-spacing)
(#149) Requires a space after '{'. (block-spacing)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected { after 'for' condition. (curly)
(#149) Expected space(s) after "for". (keyword-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected { after 'else'. (curly)
(#149) Expected { after 'for' condition. (curly)
(#149) Expected space(s) after "for". (keyword-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Infix operators must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Infix operators must be spaced. (space-infix-ops)
(#150) Line 150 exceeds the maximum line length of 132. (max-len)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Missing semicolon. (semi)
(#150) Requires a space before '}'. (block-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'set'. (key-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Requires a space before '}'. (block-spacing)
(#150) Missing semicolon. (semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing space before value for key 'cuechange'. (key-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Requires a space after '{'. (block-spacing)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected { after 'for' condition. (curly)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Expected space(s) before "for". (keyword-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Requires a space before '}'. (block-spacing)
(#150) Missing semicolon. (semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Requires a space after '{'. (block-spacing)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Expected { after 'for' condition. (curly)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) 'g' used outside of binding context. (block-scoped-var)
(#150) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#150) Infix operators must be spaced. (space-infix-ops)
(#150) Requires a space before '}'. (block-spacing)
(#150) Missing semicolon. (semi)
(#151) Line 151 exceeds the maximum line length of 132. (max-len)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Expected to return a value at the end of this function. (consistent-return)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Expected { after 'if' condition. (curly)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Expected space(s) before "return". (keyword-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#151) Missing semicolon. (semi)
(#151) Missing semicolon. (semi)
(#151) Requires a space before '}'. (block-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Expected { after 'if' condition. (curly)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Requires a space after '{'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#151) A space is required after ','. (comma-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#151) Missing semicolon. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Expected space(s) after "else". (keyword-spacing)
(#151) Requires a space after '{'. (block-spacing)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Requires a space after '{'. (block-spacing)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) Requires a space before '}'. (block-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Infix operators must be spaced. (space-infix-ops)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Requires a space after '{'. (block-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Statement inside of curly braces should be on next line. (brace-style)
(#151) Requires a space before '}'. (block-spacing)
(#151) Missing semicolon. (semi)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Missing whitespace after semicolon. (semi-spacing)
(#151) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#151) Missing semicolon. (semi)
(#151) Requires a space before '}'. (block-spacing)
(#151) Requires a space before '}'. (block-spacing)
(#152) Line 152 exceeds the maximum line length of 132. (max-len)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected { after 'if' condition. (curly)
(#152) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Expected space(s) before "throw". (keyword-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Unexpected use of '>>>'. (no-bitwise)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected { after 'if' condition. (curly)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Expected space(s) after "return". (keyword-spacing)
(#152) Expected space(s) before "return". (keyword-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Expected { after 'if' condition. (curly)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Expected space(s) before "return". (keyword-spacing)
(#152) Expected space(s) after "return". (keyword-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Expected space(s) after "for". (keyword-spacing)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) A space is required after ','. (comma-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Requires a space after '{'. (block-spacing)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Expected { after 'if' condition. (curly)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Expected space(s) before "return". (keyword-spacing)
(#152) Missing whitespace after semicolon. (semi-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Missing semicolon. (semi)
(#152) Requires a space before '}'. (block-spacing)
(#152) Expected space(s) before "return". (keyword-spacing)
(#152) Expected space(s) after "return". (keyword-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#152) Requires a space before '}'. (block-spacing)
(#152) Missing semicolon. (semi)
(#153) Line 153 exceeds the maximum line length of 132. (max-len)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Expected to return a value at the end of this function. (consistent-return)
(#153) Requires a space after '{'. (block-spacing)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#153) A space is required after ','. (comma-spacing)
(#153) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#153) Expected { after 'if' condition. (curly)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) Expected space(s) after "for". (keyword-spacing)
(#153) Expected space(s) before "for". (keyword-spacing)
(#153) Expected { after 'for-in'. (curly)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) A space is required after ','. (comma-spacing)
(#153) Unexpected use of comma operator. (no-sequences)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected { after 'for' condition. (curly)
(#153) Expected space(s) after "for". (keyword-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing space before value for key 'get'. (key-spacing)
(#153) Requires a space after '{'. (block-spacing)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Statement inside of curly braces should be on next line. (brace-style)
(#153) Missing semicolon. (semi)
(#153) Requires a space before '}'. (block-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) Expected { after 'if' condition. (curly)
(#153) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Expected space(s) before "return". (keyword-spacing)
(#153) Missing semicolon. (semi)
(#153) Requires a space before '}'. (block-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Missing space before value for key 'change'. (key-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing space before value for key 'addtrack'. (key-spacing)
(#153) A space is required after ','. (comma-spacing)
(#153) Missing space before value for key 'removetrack'. (key-spacing)
(#153) Missing whitespace after semicolon. (semi-spacing)
(#153) Expected { after 'for-in'. (curly)
(#153) Expected space(s) after "for". (keyword-spacing)
(#153) Infix operators must be spaced. (space-infix-ops)
(#153) Infix operators must be spaced. (space-infix-ops)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) Line 154 exceeds the maximum line length of 132. (max-len)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#154) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'get'. (key-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Requires a space after '{'. (block-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before value for key 'type'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'T'. (key-spacing)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing JSDoc comment. (require-jsdoc)
(#154) Expected space(s) before "function". (keyword-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Expected { after 'for' condition. (curly)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Unexpected use of comma operator. (no-sequences)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing space before value for key 'type'. (key-spacing)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing space before value for key 'T'. (key-spacing)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Expected { after 'for' condition. (curly)
(#154) Expected space(s) after "for". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) A space is required after ','. (comma-spacing)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Expected space(s) before "if". (keyword-spacing)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Unexpected use of comma operator. (no-sequences)
(#154) A space is required after ','. (comma-spacing)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Requires a space after '{'. (block-spacing)
(#154) Statement inside of curly braces should be on next line. (brace-style)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Missing whitespace after semicolon. (semi-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) Missing semicolon. (semi)
(#154) Requires a space before '}'. (block-spacing)
(#154) Expected space(s) before "return". (keyword-spacing)
(#154) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#154) 'e' used outside of binding context. (block-scoped-var)
(#154) Requires a space before '}'. (block-spacing)
(#154) Missing semicolon. (semi)
(#155) Line 155 exceeds the maximum line length of 132. (max-len)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Expected to return a value at the end of this function. (consistent-return)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#155) Expected { after 'if' condition. (curly)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) Expected space(s) after "for". (keyword-spacing)
(#155) Expected space(s) before "for". (keyword-spacing)
(#155) Expected { after 'for-in'. (curly)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Unexpected use of comma operator. (no-sequences)
(#155) A space is required after ','. (comma-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing space before value for key 'get'. (key-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) Expected { after 'if' condition. (curly)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Expected space(s) before "return". (keyword-spacing)
(#155) Missing semicolon. (semi)
(#155) Requires a space before '}'. (block-spacing)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Requires a space after '{'. (block-spacing)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Requires a space after '{'. (block-spacing)
(#155) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) A space is required after ','. (comma-spacing)
(#155) Missing space before value for key 'get'. (key-spacing)
(#155) Missing space before opening brace. (space-before-blocks)
(#155) Requires a space after '{'. (block-spacing)
(#155) Statement inside of curly braces should be on next line. (brace-style)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Requires a space before '}'. (block-spacing)
(#155) Missing semicolon. (semi)
(#155) Requires a space before '}'. (block-spacing)
(#155) Missing semicolon. (semi)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Expected { after 'if' condition. (curly)
(#155) Expected space(s) after "if". (keyword-spacing)
(#155) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Expected { after 'for' condition. (curly)
(#155) Expected space(s) before "for". (keyword-spacing)
(#155) Expected space(s) after "for". (keyword-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) Infix operators must be spaced. (space-infix-ops)
(#155) Missing whitespace after semicolon. (semi-spacing)
(#155) A space is required after ','. (comma-spacing)
(#155) Requires a space before '}'. (block-spacing)
(#155) Missing semicolon. (semi)
(#156) Line 156 exceeds the maximum line length of 132. (max-len)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Requires a space after '{'. (block-spacing)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Expected { after 'for' condition. (curly)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Expected space(s) after "for". (keyword-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected space(s) before "if". (keyword-spacing)
(#156) Expected space(s) after "if". (keyword-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Unexpected use of comma operator. (no-sequences)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Missing semicolon. (semi)
(#156) Requires a space before '}'. (block-spacing)
(#156) Expected space(s) before "return". (keyword-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) 'e' used outside of binding context. (block-scoped-var)
(#156) Requires a space before '}'. (block-spacing)
(#156) Missing semicolon. (semi)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing space before value for key 'l'. (key-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) A space is required after ','. (comma-spacing)
(#156) Requires a space after '{'. (block-spacing)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Expected space(s) after "if". (keyword-spacing)
(#156) Expected { after 'if' condition. (curly)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Expected space(s) before "this". (keyword-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected space(s) after "else". (keyword-spacing)
(#156) Requires a space after '{'. (block-spacing)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected space(s) after "for". (keyword-spacing)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Expected { after 'for' condition. (curly)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) A space is required after ','. (comma-spacing)
(#156) Unexpected use of comma operator. (no-sequences)
(#156) Requires a space before '}'. (block-spacing)
(#156) Missing semicolon. (semi)
(#156) Requires a space before '}'. (block-spacing)
(#156) Requires a space before '}'. (block-spacing)
(#156) Missing semicolon. (semi)
(#156) Missing whitespace after semicolon. (semi-spacing)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Requires a space after '{'. (block-spacing)
(#156) Missing space before opening brace. (space-before-blocks)
(#156) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#156) Statement inside of curly braces should be on next line. (brace-style)
(#156) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Infix operators must be spaced. (space-infix-ops)
(#156) Missing semicolon. (semi)
(#156) Requires a space before '}'. (block-spacing)
(#157) Line 157 exceeds the maximum line length of 132. (max-len)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Requires a space after '{'. (block-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) A space is required after ','. (comma-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before value for key 'className'. (key-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Missing semicolon. (semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Requires a space after '{'. (block-spacing)
(#157) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space before '}'. (block-spacing)
(#157) Missing semicolon. (semi)
(#157) Missing whitespace after semicolon. (semi-spacing)
(#157) Missing JSDoc comment. (require-jsdoc)
(#157) A space is required after ','. (comma-spacing)
(#157) Requires a space after '{'. (block-spacing)
(#157) Missing space before opening brace. (space-before-blocks)
(#157) Statement inside of curly braces should be on next line. (brace-style)
(#157) Expected space(s) after "return". (keyword-spacing)
(#157) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) A space is required after ','. (comma-spacing)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Infix operators must be spaced. (space-infix-ops)
(#157) Requires a space before '}'. (block-spacing)
(#157) Missing semicolon. (semi)
(#158) Line 158 exceeds the maximum line length of 132. (max-len)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Missing space before value for key 'xf'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'Df'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'Ff'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'yf'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'zf'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'Bf'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'Cf'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'of'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'Ef'. (key-spacing)
(#158) A space is required after ','. (comma-spacing)
(#158) Missing space before value for key 'Gf'. (key-spacing)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Requires a space after '{'. (block-spacing)
(#158) Statement inside of curly braces should be on next line. (brace-style)
(#158) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#158) Expected { after 'if' condition. (curly)
(#158) Expected space(s) after "if". (keyword-spacing)
(#158) Expected { after 'for' condition. (curly)
(#158) Expected space(s) after "for". (keyword-spacing)
(#158) Expected space(s) before "for". (keyword-spacing)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Missing whitespace after semicolon. (semi-spacing)
(#158) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) A space is required after ','. (comma-spacing)
(#158) Unexpected use of comma operator. (no-sequences)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Infix operators must be spaced. (space-infix-ops)
(#158) Requires a space before '}'. (block-spacing)
(#158) Missing semicolon. (semi)
(#159) Line 159 exceeds the maximum line length of 132. (max-len)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Requires a space after '{'. (block-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Requires a space after '{'. (block-spacing)
(#159) Expected { after 'for' condition. (curly)
(#159) Expected space(s) after "for". (keyword-spacing)
(#159) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "for". (keyword-spacing)
(#159) 'c' used outside of binding context. (block-scoped-var)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) 'g' used outside of binding context. (block-scoped-var)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) 'c' used outside of binding context. (block-scoped-var)
(#159) Requires a space after '{'. (block-spacing)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) 'g' used outside of binding context. (block-scoped-var)
(#159) 'c' used outside of binding context. (block-scoped-var)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Expected { after 'if' condition. (curly)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Expected space(s) before "try". (keyword-spacing)
(#159) Expected space(s) after "try". (keyword-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Missing semicolon. (semi)
(#159) Requires a space before '}'. (block-spacing)
(#159) Expected space(s) after "catch". (keyword-spacing)
(#159) Expected space(s) before "catch". (keyword-spacing)
(#159) Empty block statement. (no-empty)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) Infix operators must be spaced. (space-infix-ops)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Expected { after 'if' condition. (curly)
(#159) 'd' used outside of binding context. (block-scoped-var)
(#159) Expected space(s) before "try". (keyword-spacing)
(#159) Expected space(s) after "try". (keyword-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Infix operators must be spaced. (space-infix-ops)
(#160) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#160) Line 160 exceeds the maximum line length of 132. (max-len)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) A space is required after ','. (comma-spacing)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Requires a space before '}'. (block-spacing)
(#160) Missing semicolon. (semi)
(#160) Expected space(s) before "catch". (keyword-spacing)
(#160) Expected space(s) after "catch". (keyword-spacing)
(#160) Missing space before opening brace. (space-before-blocks)
(#160) Empty block statement. (no-empty)
(#160) Expected space(s) after "if". (keyword-spacing)
(#160) Expected space(s) before "if". (keyword-spacing)
(#160) Expected { after 'if' condition. (curly)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Expected space(s) before "if". (keyword-spacing)
(#160) Expected space(s) after "if". (keyword-spacing)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Expected space(s) after "try". (keyword-spacing)
(#160) Expected space(s) before "try". (keyword-spacing)
(#160) Requires a space after '{'. (block-spacing)
(#160) Statement inside of curly braces should be on next line. (brace-style)
(#160) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#160) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) A space is required after ','. (comma-spacing)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Missing semicolon. (semi)
(#160) Requires a space before '}'. (block-spacing)
(#160) Expected space(s) before "catch". (keyword-spacing)
(#160) Expected space(s) after "catch". (keyword-spacing)
(#160) Empty block statement. (no-empty)
(#160) Missing space before opening brace. (space-before-blocks)
(#160) Expected space(s) before "else". (keyword-spacing)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Missing whitespace after semicolon. (semi-spacing)
(#160) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Do not nest ternary expressions (no-nested-ternary)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Do not nest ternary expressions (no-nested-ternary)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) 'd' used outside of binding context. (block-scoped-var)
(#160) Infix operators must be spaced. (space-infix-ops)
(#160) Infix operators must be spaced. (space-infix-ops)
(#161) Line 161 exceeds the maximum line length of 132. (max-len)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'e' used outside of binding context. (block-scoped-var)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'e' used outside of binding context. (block-scoped-var)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) A space is required after ','. (comma-spacing)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Missing whitespace after semicolon. (semi-spacing)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#161) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) Infix operators must be spaced. (space-infix-ops)
(#161) 'd' used outside of binding context. (block-scoped-var)
(#161) Missing semicolon. (semi)
(#161) Requires a space before '}'. (block-spacing)
(#161) Requires a space before '}'. (block-spacing)
(#161) Requires a space before '}'. (block-spacing)
(#162) Line 162 exceeds the maximum line length of 132. (max-len)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing space before value for key 'l'. (key-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#162) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Expected space(s) after "for". (keyword-spacing)
(#162) Expected { after 'for' condition. (curly)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Expected space(s) before "if". (keyword-spacing)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) A space is required after ','. (comma-spacing)
(#162) Unexpected use of comma operator. (no-sequences)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Requires a space after '{'. (block-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Requires a space before '}'. (block-spacing)
(#162) Missing semicolon. (semi)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) Expected space(s) before "this". (keyword-spacing)
(#162) Missing semicolon. (semi)
(#162) Requires a space before '}'. (block-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing semicolon. (semi)
(#162) Requires a space before '}'. (block-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) ["default"] is better written in dot notation. (dot-notation)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) A space is required after ','. (comma-spacing)
(#162) Missing whitespace after semicolon. (semi-spacing)
(#162) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#162) Infix operators must be spaced. (space-infix-ops)
(#163) Line 163 exceeds the maximum line length of 132. (max-len)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Requires a space after '{'. (block-spacing)
(#163) Expected { after 'if' condition. (curly)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Expected space(s) before "try". (keyword-spacing)
(#163) Expected space(s) after "try". (keyword-spacing)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Requires a space before '}'. (block-spacing)
(#163) Missing semicolon. (semi)
(#163) Expected space(s) before "catch". (keyword-spacing)
(#163) Expected space(s) after "catch". (keyword-spacing)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Empty block statement. (no-empty)
(#163) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Requires a space before '}'. (block-spacing)
(#163) Requires a space before '}'. (block-spacing)
(#163) Missing semicolon. (semi)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Requires a space after '{'. (block-spacing)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) A space is required after ','. (comma-spacing)
(#163) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected { after 'if' condition. (curly)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Expected space(s) after "for". (keyword-spacing)
(#163) Expected space(s) before "for". (keyword-spacing)
(#163) Expected { after 'for' condition. (curly)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Unexpected use of comma operator. (no-sequences)
(#163) A space is required after ','. (comma-spacing)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Requires a space before '}'. (block-spacing)
(#163) Missing semicolon. (semi)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Missing space before value for key 'l'. (key-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before opening brace. (space-before-blocks)
(#163) Requires a space after '{'. (block-spacing)
(#163) Statement inside of curly braces should be on next line. (brace-style)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) Missing space before value for key 'kind'. (key-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before value for key 'player'. (key-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before value for key 'label'. (key-spacing)
(#163) Infix operators must be spaced. (space-infix-ops)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before value for key 'default'. (key-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing space before value for key 'mode'. (key-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) A space is required after ','. (comma-spacing)
(#163) Missing whitespace after semicolon. (semi-spacing)
(#163) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#163) Missing semicolon. (semi)
(#163) Requires a space before '}'. (block-spacing)
(#164) Line 164 exceeds the maximum line length of 132. (max-len)
(#164) Infix operators must be spaced. (space-infix-ops)
(#164) Missing space before value for key 'l'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Requires a space after '{'. (block-spacing)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Infix operators must be spaced. (space-infix-ops)
(#164) Missing space before value for key 'kind'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'player'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'label'. (key-spacing)
(#164) Infix operators must be spaced. (space-infix-ops)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'default'. (key-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing space before value for key 'mode'. (key-spacing)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#164) A space is required after ','. (comma-spacing)
(#164) A space is required after ','. (comma-spacing)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Requires a space before '}'. (block-spacing)
(#164) Missing semicolon. (semi)
(#164) Missing whitespace after semicolon. (semi-spacing)
(#164) Infix operators must be spaced. (space-infix-ops)
(#164) Requires a space after '{'. (block-spacing)
(#164) Missing space before opening brace. (space-before-blocks)
(#164) Statement inside of curly braces should be on next line. (brace-style)
(#164) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Requires a space before '}'. (block-spacing)
(#164) Missing semicolon. (semi)
(#165) Line 165 exceeds the maximum line length of 132. (max-len)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Missing space before value for key 'l'. (key-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) Infix operators must be spaced. (space-infix-ops)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) Requires a space after '{'. (block-spacing)
(#165) Statement inside of curly braces should be on next line. (brace-style)
(#165) A space is required after ','. (comma-spacing)
(#165) Missing whitespace after semicolon. (semi-spacing)
(#165) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#165) A space is required after ','. (comma-spacing)
(#165) Requires a space before '}'. (block-spacing)
(#165) Missing semicolon. (semi)
(#165) Requires a space before '}'. (block-spacing)
(#165) Missing semicolon. (semi)
(#166) Line 166 exceeds the maximum line length of 132. (max-len)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'kind'. (key-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'kind'. (key-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "if". (keyword-spacing)
(#166) Expected { after 'if' condition. (curly)
(#166) Expected space(s) before "return". (keyword-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected space(s) after "for". (keyword-spacing)
(#166) Expected { after 'for' condition. (curly)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Unexpected use of comma operator. (no-sequences)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before value for key 'track'. (key-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing space before value for key 'l'. (key-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Requires a space after '{'. (block-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing semicolon. (semi)
(#166) Requires a space before '}'. (block-spacing)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Missing whitespace after semicolon. (semi-spacing)
(#166) Infix operators must be spaced. (space-infix-ops)
(#167) Line 167 exceeds the maximum line length of 132. (max-len)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Requires a space after '{'. (block-spacing)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Requires a space before '}'. (block-spacing)
(#167) Missing semicolon. (semi)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Missing space before value for key 'l'. (key-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing semicolon. (semi)
(#167) Requires a space before '}'. (block-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Infix operators must be spaced. (space-infix-ops)
(#168) Line 168 exceeds the maximum line length of 132. (max-len)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing space before value for key 'l'. (key-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Requires a space after '{'. (block-spacing)
(#168) Missing space before opening brace. (space-before-blocks)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#168) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing semicolon. (semi)
(#168) Requires a space before '}'. (block-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Requires a space after '{'. (block-spacing)
(#168) Missing space before opening brace. (space-before-blocks)
(#168) Statement inside of curly braces should be on next line. (brace-style)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected { after 'if' condition. (curly)
(#168) Expected space(s) after "if". (keyword-spacing)
(#168) Expected space(s) before "return". (keyword-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected { after 'for' condition. (curly)
(#168) Expected space(s) after "for". (keyword-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Unexpected use of comma operator. (no-sequences)
(#168) A space is required after ','. (comma-spacing)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) Infix operators must be spaced. (space-infix-ops)
(#168) A space is required after ','. (comma-spacing)
(#168) Missing space before value for key 'track'. (key-spacing)
(#168) Missing whitespace after semicolon. (semi-spacing)
(#168) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#168) Requires a space before '}'. (block-spacing)
(#168) Missing semicolon. (semi)
(#169) Line 169 exceeds the maximum line length of 132. (max-len)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Expected { after 'for' condition. (curly)
(#169) Expected space(s) after "for". (keyword-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) 'd' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'd' used outside of binding context. (block-scoped-var)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) Expected { after 'if' condition. (curly)
(#169) Expected space(s) before "if". (keyword-spacing)
(#169) Expected space(s) after "if". (keyword-spacing)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) A space is required after ','. (comma-spacing)
(#169) Unexpected use of comma operator. (no-sequences)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Expected space(s) before "if". (keyword-spacing)
(#169) Expected space(s) after "if". (keyword-spacing)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Requires a space before '}'. (block-spacing)
(#169) Missing semicolon. (semi)
(#169) Expected space(s) before "else". (keyword-spacing)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Unexpected use of comma operator. (no-sequences)
(#169) A space is required after ','. (comma-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Requires a space after '{'. (block-spacing)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) Requires a space before '}'. (block-spacing)
(#169) Missing semicolon. (semi)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key 'className'. (key-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key 'innerHTML'. (key-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key 'We'. (key-spacing)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected space(s) after "if". (keyword-spacing)
(#169) 'g' used outside of binding context. (block-scoped-var)
(#169) Missing space before opening brace. (space-before-blocks)
(#169) Requires a space after '{'. (block-spacing)
(#169) Statement inside of curly braces should be on next line. (brace-style)
(#169) 'e' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'g' used outside of binding context. (block-scoped-var)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Expected { after 'for' condition. (curly)
(#169) Expected space(s) after "for". (keyword-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) 'c' is already defined (no-redeclare)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) 'd' is already defined (no-redeclare)
(#169) 'd' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'e' used outside of binding context. (block-scoped-var)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'd' used outside of binding context. (block-scoped-var)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) 'e' used outside of binding context. (block-scoped-var)
(#169) 'c' used outside of binding context. (block-scoped-var)
(#169) A space is required after ','. (comma-spacing)
(#169) Unexpected use of comma operator. (no-sequences)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key 'track'. (key-spacing)
(#169) 'g' used outside of binding context. (block-scoped-var)
(#169) A space is required after ','. (comma-spacing)
(#169) Missing space before value for key 'cue'. (key-spacing)
(#169) A space is required after ','. (comma-spacing)
(#169) 'h' used outside of binding context. (block-scoped-var)
(#169) A space is required after ','. (comma-spacing)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) Requires a space before '}'. (block-spacing)
(#169) Missing semicolon. (semi)
(#169) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Infix operators must be spaced. (space-infix-ops)
(#169) Missing whitespace after semicolon. (semi-spacing)
(#169) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#169) 'a' used outside of binding context. (block-scoped-var)
(#169) Requires a space before '}'. (block-spacing)
(#169) Missing semicolon. (semi)
(#170) Line 170 exceeds the maximum line length of 132. (max-len)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing space before value for key 'l'. (key-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) A space is required after ','. (comma-spacing)
(#170) A space is required after ','. (comma-spacing)
(#170) Missing semicolon. (semi)
(#170) Requires a space before '}'. (block-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Missing semicolon. (semi)
(#170) Requires a space before '}'. (block-spacing)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing space before opening brace. (space-before-blocks)
(#170) Requires a space after '{'. (block-spacing)
(#170) Statement inside of curly braces should be on next line. (brace-style)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) A space is required after ','. (comma-spacing)
(#170) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Missing whitespace after semicolon. (semi-spacing)
(#170) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Infix operators must be spaced. (space-infix-ops)
(#170) Requires a space before '}'. (block-spacing)
(#170) Missing semicolon. (semi)
(#171) Missing JSDoc comment. (require-jsdoc)
(#171) Line 171 exceeds the maximum line length of 132. (max-len)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Requires a space after '{'. (block-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#171) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Missing semicolon. (semi)
(#171) Requires a space before '}'. (block-spacing)
(#171) Missing JSDoc comment. (require-jsdoc)
(#171) Expected space(s) before "function". (keyword-spacing)
(#171) A space is required after ','. (comma-spacing)
(#171) Requires a space after '{'. (block-spacing)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) A space is required after ','. (comma-spacing)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Expected space(s) after "if". (keyword-spacing)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Requires a space after '{'. (block-spacing)
(#171) Expected { after 'for' condition. (curly)
(#171) Expected space(s) after "for". (keyword-spacing)
(#171) Statement inside of curly braces should be on next line. (brace-style)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) A space is required after ','. (comma-spacing)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Missing whitespace after semicolon. (semi-spacing)
(#171) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#171) Infix operators must be spaced. (space-infix-ops)
(#171) Missing semicolon. (semi)
(#171) Requires a space before '}'. (block-spacing)
(#171) Requires a space before '}'. (block-spacing)
(#172) Line 172 exceeds the maximum line length of 132. (max-len)
(#172) Infix operators must be spaced. (space-infix-ops)
(#172) Missing space before value for key 'l'. (key-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Requires a space after '{'. (block-spacing)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#172) Missing semicolon. (semi)
(#172) Requires a space before '}'. (block-spacing)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) A space is required after ','. (comma-spacing)
(#172) Requires a space after '{'. (block-spacing)
(#172) Missing space before opening brace. (space-before-blocks)
(#172) Statement inside of curly braces should be on next line. (brace-style)
(#172) Infix operators must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Infix operators must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Infix operators must be spaced. (space-infix-ops)
(#172) Missing whitespace after semicolon. (semi-spacing)
(#172) Infix operators must be spaced. (space-infix-ops)
(#173) Line 173 exceeds the maximum line length of 132. (max-len)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Infix operators must be spaced. (space-infix-ops)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#173) Missing semicolon. (semi)
(#173) Requires a space before '}'. (block-spacing)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) Missing whitespace after semicolon. (semi-spacing)
(#173) A space is required after ','. (comma-spacing)
(#173) A space is required after ','. (comma-spacing)
(#174) Line 174 exceeds the maximum line length of 132. (max-len)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) Missing whitespace after semicolon. (semi-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) A space is required after ','. (comma-spacing)
(#175) Line 175 exceeds the maximum line length of 132. (max-len)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#175) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Infix operators must be spaced. (space-infix-ops)
(#175) Missing semicolon. (semi)
(#175) Requires a space before '}'. (block-spacing)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Infix operators must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) Infix operators must be spaced. (space-infix-ops)
(#175) Missing space before opening brace. (space-before-blocks)
(#175) Requires a space after '{'. (block-spacing)
(#175) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#175) Statement inside of curly braces should be on next line. (brace-style)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'className'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'innerHTML'. (key-spacing)
(#175) Requires a space before '}'. (block-spacing)
(#175) Missing semicolon. (semi)
(#176) Line 176 exceeds the maximum line length of 132. (max-len)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Requires a space after '{'. (block-spacing)
(#176) Missing space before opening brace. (space-before-blocks)
(#176) Statement inside of curly braces should be on next line. (brace-style)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) A space is required after ','. (comma-spacing)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#176) Missing whitespace after semicolon. (semi-spacing)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#177) Line 177 exceeds the maximum line length of 132. (max-len)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Missing space before value for key 'backgroundOpacity'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'textOpacity'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'windowOpacity'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'edgeStyle'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'fontFamily'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'color'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'backgroundColor'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'windowColor'. (key-spacing)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before value for key 'fontPercent'. (key-spacing)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Expected { after 'for-in'. (curly)
(#177) Expected space(s) after "for". (keyword-spacing)
(#177) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Missing whitespace after semicolon. (semi-spacing)
(#177) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#177) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#177) Requires a space before '}'. (block-spacing)
(#177) Missing semicolon. (semi)
(#178) Line 178 exceeds the maximum line length of 132. (max-len)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#178) A space is required after ','. (comma-spacing)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Missing whitespace after semicolon. (semi-spacing)
(#178) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#179) Line 179 exceeds the maximum line length of 132. (max-len)
(#179) Missing semicolon. (semi)
(#179) Requires a space before '}'. (block-spacing)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected space(s) after "try". (keyword-spacing)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Missing semicolon. (semi)
(#179) Requires a space before '}'. (block-spacing)
(#179) Expected space(s) before "catch". (keyword-spacing)
(#179) Expected space(s) after "catch". (keyword-spacing)
(#179) Empty block statement. (no-empty)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Requires a space before '}'. (block-spacing)
(#179) Missing semicolon. (semi)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Requires a space after '{'. (block-spacing)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Expected space(s) after "try". (keyword-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Requires a space after '{'. (block-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) A space is required after ','. (comma-spacing)
(#179) Requires a space before '}'. (block-spacing)
(#179) Missing semicolon. (semi)
(#179) Expected space(s) before "catch". (keyword-spacing)
(#179) Expected space(s) after "catch". (keyword-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Empty block statement. (no-empty)
(#179) Requires a space before '}'. (block-spacing)
(#179) Requires a space before '}'. (block-spacing)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Requires a space after '{'. (block-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#179) Statement inside of curly braces should be on next line. (brace-style)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Missing whitespace after semicolon. (semi-spacing)
(#179) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#179) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Missing semicolon. (semi)
(#179) Requires a space before '}'. (block-spacing)
(#180) Line 180 exceeds the maximum line length of 132. (max-len)
(#180) Expected space(s) after "if". (keyword-spacing)
(#180) Expected { after 'if' condition. (curly)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected space(s) after "else". (keyword-spacing)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Requires a space after '{'. (block-spacing)
(#180) Missing JSDoc comment. (require-jsdoc)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) A space is required after ','. (comma-spacing)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Requires a space after '{'. (block-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected space(s) after "if". (keyword-spacing)
(#180) Expected { after 'if' condition. (curly)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Expected space(s) after "for". (keyword-spacing)
(#180) Expected space(s) before "for". (keyword-spacing)
(#180) Expected { after 'for-in'. (curly)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) A space is required after ','. (comma-spacing)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#180) A space is required after ','. (comma-spacing)
(#180) A space is required after ','. (comma-spacing)
(#180) Requires a space before '}'. (block-spacing)
(#180) Missing semicolon. (semi)
(#180) Expected space(s) before "var". (keyword-spacing)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Missing whitespace after semicolon. (semi-spacing)
(#180) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) A space is required after ','. (comma-spacing)
(#180) Requires a space after '{'. (block-spacing)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Expected space(s) after "return". (keyword-spacing)
(#180) Statement inside of curly braces should be on next line. (brace-style)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#181) Line 181 exceeds the maximum line length of 132. (max-len)
(#181) Missing semicolon. (semi)
(#181) Requires a space before '}'. (block-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Expected { after 'if' condition. (curly)
(#181) Expected space(s) after "if". (keyword-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Return statement should not contain assignment. (no-return-assign)
(#181) Expected space(s) before "return". (keyword-spacing)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) eval can be harmful. (no-eval)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) A space is required after ','. (comma-spacing)
(#181) Unexpected use of comma operator. (no-sequences)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) Missing space before value for key ''. (key-spacing)
(#181) A space is required after ','. (comma-spacing)
(#181) Missing whitespace after semicolon. (semi-spacing)
(#181) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#181) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#181) Requires a space before '}'. (block-spacing)
(#181) Missing semicolon. (semi)
(#181) Requires a space before '}'. (block-spacing)
(#182) Line 182 exceeds the maximum line length of 132. (max-len)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) A space is required after ','. (comma-spacing)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected space(s) after "if". (keyword-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Expected space(s) after "for". (keyword-spacing)
(#182) Expected { after 'for' condition. (curly)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Missing semicolon. (semi)
(#182) Expected space(s) before "if". (keyword-spacing)
(#182) Expected space(s) after "if". (keyword-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected { after 'for' condition. (curly)
(#182) Expected space(s) after "for". (keyword-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Missing semicolon. (semi)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Expected space(s) before "if". (keyword-spacing)
(#182) Expected space(s) after "if". (keyword-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected { after 'for' condition. (curly)
(#182) Expected space(s) after "for". (keyword-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected space(s) before "if". (keyword-spacing)
(#182) Expected { after 'if' condition. (curly)
(#182) Expected space(s) after "if". (keyword-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) A space is required after ','. (comma-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Expected space(s) after "else". (keyword-spacing)
(#182) Requires a space after '{'. (block-spacing)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) Requires a space before '}'. (block-spacing)
(#182) Missing semicolon. (semi)
(#182) Requires a space before '}'. (block-spacing)
(#182) Expected { after 'else'. (curly)
(#182) Expected space(s) before "else". (keyword-spacing)
(#182) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Requires a space before '}'. (block-spacing)
(#182) Missing semicolon. (semi)
(#182) Missing whitespace after semicolon. (semi-spacing)
(#182) Infix operators must be spaced. (space-infix-ops)
(#182) Requires a space after '{'. (block-spacing)
(#182) Missing space before opening brace. (space-before-blocks)
(#182) Statement inside of curly braces should be on next line. (brace-style)
(#182) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#182) A space is required after ','. (comma-spacing)
(#182) Requires a space before '}'. (block-spacing)
(#182) Missing semicolon. (semi)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Line 183 exceeds the maximum line length of 132. (max-len)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space after '{'. (block-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Requires a space before '}'. (block-spacing)
(#183) Missing semicolon. (semi)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space after '{'. (block-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing semicolon. (semi)
(#183) Requires a space before '}'. (block-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Missing JSDoc comment. (require-jsdoc)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Requires a space after '{'. (block-spacing)
(#183) Statement inside of curly braces should be on next line. (brace-style)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected { after 'for' condition. (curly)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Expected space(s) after "for". (keyword-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing semicolon. (semi)
(#183) Requires a space before '}'. (block-spacing)
(#183) Unnecessary semicolon. (no-extra-semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Infix operators must be spaced. (space-infix-ops)
(#184) Line 184 exceeds the maximum line length of 132. (max-len)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#184) Missing whitespace after semicolon. (semi-spacing)
(#184) Infix operators must be spaced. (space-infix-ops)
(#185) Line 185 exceeds the maximum line length of 132. (max-len)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) Infix operators must be spaced. (space-infix-ops)
(#185) Missing whitespace after semicolon. (semi-spacing)
(#185) A space is required after ','. (comma-spacing)
(#186) Line 186 exceeds the maximum line length of 132. (max-len)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#186) Missing whitespace after semicolon. (semi-spacing)
(#186) Infix operators must be spaced. (space-infix-ops)
(#187) Line 187 exceeds the maximum line length of 132. (max-len)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Infix operators must be spaced. (space-infix-ops)
(#187) Missing whitespace after semicolon. (semi-spacing)
(#187) Infix operators must be spaced. (space-infix-ops)
(#188) Line 188 exceeds the maximum line length of 132. (max-len)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) Infix operators must be spaced. (space-infix-ops)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) A space is required after ','. (comma-spacing)
(#188) Missing whitespace after semicolon. (semi-spacing)
(#188) A space is required after ','. (comma-spacing)
(#189) Line 189 exceeds the maximum line length of 132. (max-len)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#189) Missing whitespace after semicolon. (semi-spacing)
(#189) A space is required after ','. (comma-spacing)
(#190) Line 190 exceeds the maximum line length of 132. (max-len)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#190) Missing whitespace after semicolon. (semi-spacing)
(#190) A space is required after ','. (comma-spacing)
(#191) Line 191 exceeds the maximum line length of 132. (max-len)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Infix operators must be spaced. (space-infix-ops)
(#192) Line 192 exceeds the maximum line length of 132. (max-len)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) A space is required after ','. (comma-spacing)
(#192) Missing whitespace after semicolon. (semi-spacing)
(#192) Infix operators must be spaced. (space-infix-ops)
(#193) Line 193 exceeds the maximum line length of 132. (max-len)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#193) Missing whitespace after semicolon. (semi-spacing)
(#193) Infix operators must be spaced. (space-infix-ops)
(#194) Line 194 exceeds the maximum line length of 132. (max-len)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Infix operators must be spaced. (space-infix-ops)
(#195) Line 195 exceeds the maximum line length of 132. (max-len)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) A space is required after ','. (comma-spacing)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#195) Missing whitespace after semicolon. (semi-spacing)
(#195) Infix operators must be spaced. (space-infix-ops)
(#196) Line 196 exceeds the maximum line length of 132. (max-len)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) A space is required after ','. (comma-spacing)
(#196) Missing whitespace after semicolon. (semi-spacing)
(#196) A space is required after ','. (comma-spacing)
(#197) A space is required after ','. (comma-spacing)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Infix operators must be spaced. (space-infix-ops)
(#197) Missing whitespace after semicolon. (semi-spacing)
(#197) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#197) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#197) Infix operators must be spaced. (space-infix-ops)
(#197) Requires a space before '}'. (block-spacing)
(#200) Line 200 exceeds the maximum line length of 132. (max-len)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Expected { after 'for-in'. (curly)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected { after 'if' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key ''. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'lr'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'rl'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'start'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'middle'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'end'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) 'WebVTT' is not defined. (no-undef)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'width'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'lines'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'regionAnchorY'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'regionAnchorX'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'viewportAnchorY'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'viewportAnchorX'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'scroll'. (key-spacing)
(#200) Missing space before value for key 'enumerable'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key ''. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'up'. (key-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of '|'. (no-bitwise)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of '|'. (no-bitwise)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of '|'. (no-bitwise)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of '|'. (no-bitwise)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Expected { after 'for-in'. (curly)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing '()' invoking a constructor (new-parens)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "break". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'start'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'middle'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'end'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'start'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'middle'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'end'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#200) 'o' used outside of binding context. (block-scoped-var)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'o' used outside of binding context. (block-scoped-var)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "for". (keyword-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "else". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "continue". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Expected space(s) before "continue". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected space(s) before "continue". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) 'j' used outside of binding context. (block-scoped-var)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'for' condition. (curly)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "for". (keyword-spacing)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'd' used outside of binding context. (block-scoped-var)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Unexpected empty function. (no-empty-function)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'color'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'backgroundColor'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'position'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'bottom'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'display'. (key-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'textAlign'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'font'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'whiteSpace'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'position'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Expected space(s) before "this". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'width'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'height'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'bottom'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'height'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'width'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "this". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) 'e' used outside of binding context. (block-scoped-var)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'f' used outside of binding context. (block-scoped-var)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) after "else". (keyword-spacing)
(#200) Expected space(s) before "else". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Expected space(s) before "switch". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Unexpected empty function. (no-empty-function)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Unexpected empty function. (no-empty-function)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing '()' invoking a constructor (new-parens)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'BadSignature'. (key-spacing)
(#200) Missing space before value for key 'code'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'message'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'BadTimeStamp'. (key-spacing)
(#200) Missing space before value for key 'code'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'message'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'set'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'get'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'has'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'alt'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'integer'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'percent'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) 'c' is defined but never used (no-unused-vars)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key '&amp;'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key '&lt;'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key '&gt;'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key '&lrm;'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key '&rlm;'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key '&nbsp;'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'c'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'i'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'b'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'u'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'ruby'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'rt'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'v'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'lang'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'v'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'lang'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'rt'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected { after 'for-in'. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected to return a value at the end of this function. (consistent-return)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'bottom'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'height'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'width'. (key-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Do not nest ternary expressions (no-nested-ternary)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'left'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'right'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'top'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'height'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'bottom'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'width'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing space before value for key 'decode'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected { after 'if' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected to return a value at the end of this function. (consistent-return)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'font'. (key-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'for' condition. (curly)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "else". (keyword-spacing)
(#200) Expected { after 'else'. (curly)
(#200) Expected { after 'for' condition. (curly)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before value for key 'reportOrThrowError'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Function 'parse' has a complexity of 27. (complexity)
(#200) Missing space before value for key 'parse'. (key-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected { after 'for' condition. (curly)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'a' used outside of binding context. (block-scoped-var)
(#200) A space is required after ','. (comma-spacing)
(#200) 'b' used outside of binding context. (block-scoped-var)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Return statement should not contain assignment. (no-return-assign)
(#200) Expected space(s) after "return". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'a' used outside of binding context. (block-scoped-var)
(#200) 'b' used outside of binding context. (block-scoped-var)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'b' used outside of binding context. (block-scoped-var)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'a' used outside of binding context. (block-scoped-var)
(#200) 'b' used outside of binding context. (block-scoped-var)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'b' used outside of binding context. (block-scoped-var)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) 'a' used outside of binding context. (block-scoped-var)
(#200) 'b' used outside of binding context. (block-scoped-var)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing '()' invoking a constructor (new-parens)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "break". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing '()' invoking a constructor (new-parens)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "break". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A regular expression literal can be confused with '/='. (no-div-regex)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unary word operator 'new' must be followed by whitespace. (space-unary-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'id'. (key-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'region'. (key-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "function". (keyword-spacing)
(#200) Missing JSDoc comment. (require-jsdoc)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "var". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'stream'. (key-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "try". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "for". (keyword-spacing)
(#200) Expected space(s) after "for". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) after "switch". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) before "if". (keyword-spacing)
(#200) Expected space(s) before "continue". (keyword-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unary word operator 'new' must be followed by whitespace. (space-unary-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "case". (keyword-spacing)
(#200) Expected a 'break' statement before 'case'. (no-fallthrough)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected space(s) after "try". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) before "catch". (keyword-spacing)
(#200) Expected space(s) after "catch". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "case". (keyword-spacing)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Expected space(s) after "catch". (keyword-spacing)
(#200) Expected space(s) before "catch". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Missing space before value for key 'flush'. (key-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Missing whitespace after semicolon. (semi-spacing)
(#200) Expected space(s) after "try". (keyword-spacing)
(#200) Requires a space after '{'. (block-spacing)
(#200) Expected { after 'if' condition. (curly)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Expected space(s) before "throw". (keyword-spacing)
(#200) A constructor name should not start with a lowercase letter. (new-cap)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Expected space(s) before "catch". (keyword-spacing)
(#200) Expected space(s) after "catch". (keyword-spacing)
(#200) Missing space before opening brace. (space-before-blocks)
(#200) Requires a space after '{'. (block-spacing)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Statement inside of curly braces should be on next line. (brace-style)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#200) Expected space(s) before "return". (keyword-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) A space is required after ','. (comma-spacing)
(#200) Unexpected use of comma operator. (no-sequences)
(#200) Missing semicolon. (semi)
(#200) Requires a space before '}'. (block-spacing)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
(#200) Requires a space before '}'. (block-spacing)
(#200) Missing semicolon. (semi)
(#200) A space is required after ','. (comma-spacing)
(#200) Infix operators must be spaced. (space-infix-ops)
blocks/exaport/javascript/view_items.js
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) 'long_preview_show' is defined but never used (no-unused-vars)
(#2) Identifier 'long_preview_show' is not in camel case. (camelcase)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) 'long_preview_hide' is defined but never used (no-unused-vars)
(#6) Identifier 'long_preview_hide' is not in camel case. (camelcase)
(#11) 'jQueryExaport' is not defined. (no-undef)
(#11) Missing space before opening brace. (space-before-blocks)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#15) There should be no spaces inside this paren. (space-in-parens)
(#20) Trailing spaces not allowed. (no-trailing-spaces)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#24) There should be no spaces inside this paren. (space-in-parens)
(#38) 'res' is defined but never used (no-unused-vars)
(#43) Missing semicolon. (semi)
blocks/exaport/javascript/views_mod.js
(#4) Missing space before opening brace. (space-before-blocks)
(#6) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#11) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Trailing spaces not allowed. (no-trailing-spaces)
(#15) Missing space before opening brace. (space-before-blocks)
(#16) Infix operators must be spaced. (space-infix-ops)
(#16) Infix operators must be spaced. (space-infix-ops)
(#17) Trailing spaces not allowed. (no-trailing-spaces)
(#23) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#34) Expected no return value. (consistent-return)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#43) Expected { after 'if' condition. (curly)
(#45) Expected { after 'if' condition. (curly)
(#45) Trailing spaces not allowed. (no-trailing-spaces)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected space before function parentheses. (space-before-function-paren)
(#49) Infix operators must be spaced. (space-infix-ops)
(#50) Infix operators must be spaced. (space-infix-ops)
(#54) Unnecessary semicolon. (no-extra-semi)
(#55) 'data' is not defined. (no-undef)
(#56) 'data' is not defined. (no-undef)
(#57) 'data' is not defined. (no-undef)
(#58) 'data' is not defined. (no-undef)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#63) Infix operators must be spaced. (space-infix-ops)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#67) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Expected { after 'if' condition. (curly)
(#72) Expected { after 'if' condition. (curly)
(#72) Trailing spaces not allowed. (no-trailing-spaces)
(#73) Trailing spaces not allowed. (no-trailing-spaces)
(#75) Unexpected space before function parentheses. (space-before-function-paren)
(#76) Infix operators must be spaced. (space-infix-ops)
(#77) Infix operators must be spaced. (space-infix-ops)
(#81) Unnecessary semicolon. (no-extra-semi)
(#82) 'data' is not defined. (no-undef)
(#83) 'data' is not defined. (no-undef)
(#84) 'data' is not defined. (no-undef)
(#85) 'data' is not defined. (no-undef)
(#85) Trailing spaces not allowed. (no-trailing-spaces)
(#90) Infix operators must be spaced. (space-infix-ops)
(#91) Trailing spaces not allowed. (no-trailing-spaces)
(#94) Trailing spaces not allowed. (no-trailing-spaces)
(#98) Expected { after 'if' condition. (curly)
(#101) Trailing spaces not allowed. (no-trailing-spaces)
(#104) Expected { after 'if' condition. (curly)
(#106) Expected { after 'if' condition. (curly)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#108) 'data' is not defined. (no-undef)
(#109) 'data' is not defined. (no-undef)
(#110) 'data' is not defined. (no-undef)
(#111) 'data' is not defined. (no-undef)
(#111) Identifier 'block_title' is not in camel case. (camelcase)
(#111) Trailing spaces not allowed. (no-trailing-spaces)
(#112) 'data' is not defined. (no-undef)
(#112) 'tinymce' is not defined. (no-undef)
(#114) 'data' is not defined. (no-undef)
(#118) Infix operators must be spaced. (space-infix-ops)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#125) Expected { after 'if' condition. (curly)
(#127) Expected { after 'if' condition. (curly)
(#127) Trailing spaces not allowed. (no-trailing-spaces)
(#128) Trailing spaces not allowed. (no-trailing-spaces)
(#129) 'data' is not defined. (no-undef)
(#130) 'data' is not defined. (no-undef)
(#131) 'data' is not defined. (no-undef)
(#132) 'data' is not defined. (no-undef)
(#133) 'data' is not defined. (no-undef)
(#133) Trailing spaces not allowed. (no-trailing-spaces)
(#134) Trailing spaces not allowed. (no-trailing-spaces)
(#137) Infix operators must be spaced. (space-infix-ops)
(#138) Trailing spaces not allowed. (no-trailing-spaces)
(#144) Expected { after 'if' condition. (curly)
(#146) Expected { after 'if' condition. (curly)
(#146) Trailing spaces not allowed. (no-trailing-spaces)
(#147) Trailing spaces not allowed. (no-trailing-spaces)
(#148) 'data' is not defined. (no-undef)
(#149) 'data' is not defined. (no-undef)
(#150) 'data' is not defined. (no-undef)
(#150) Trailing spaces not allowed. (no-trailing-spaces)
(#151) 'data' is not defined. (no-undef)
(#151) Identifier 'block_title' is not in camel case. (camelcase)
(#151) Trailing spaces not allowed. (no-trailing-spaces)
(#152) Expected { after 'if' condition. (curly)
(#152) Infix operators must be spaced. (space-infix-ops)
(#153) 'data' is not defined. (no-undef)
(#154) Expected { after 'if' condition. (curly)
(#154) Infix operators must be spaced. (space-infix-ops)
(#155) 'data' is not defined. (no-undef)
(#156) 'data' is not defined. (no-undef)
(#157) 'data' is not defined. (no-undef)
(#158) 'data' is not defined. (no-undef)
(#158) 'tinyMCE' is not defined. (no-undef)
(#159) 'data' is not defined. (no-undef)
(#159) Trailing spaces not allowed. (no-trailing-spaces)
(#160) Trailing spaces not allowed. (no-trailing-spaces)
(#163) Infix operators must be spaced. (space-infix-ops)
(#167) Trailing spaces not allowed. (no-trailing-spaces)
(#170) Expected { after 'if' condition. (curly)
(#172) Expected { after 'if' condition. (curly)
(#172) Trailing spaces not allowed. (no-trailing-spaces)
(#173) Trailing spaces not allowed. (no-trailing-spaces)
(#174) 'data' is not defined. (no-undef)
(#175) 'data' is not defined. (no-undef)
(#175) Identifier 'block_title' is not in camel case. (camelcase)
(#176) 'data' is not defined. (no-undef)
(#177) 'data' is not defined. (no-undef)
(#178) 'data' is not defined. (no-undef)
(#179) 'data' is not defined. (no-undef)
(#179) Trailing spaces not allowed. (no-trailing-spaces)
(#180) 'data' is not defined. (no-undef)
(#180) Identifier 'create_as_note' is not in camel case. (camelcase)
(#181) 'data' is not defined. (no-undef)
(#182) 'data' is not defined. (no-undef)
(#182) Trailing spaces not allowed. (no-trailing-spaces)
(#183) Trailing spaces not allowed. (no-trailing-spaces)
(#186) Infix operators must be spaced. (space-infix-ops)
(#187) Trailing spaces not allowed. (no-trailing-spaces)
(#190) Trailing spaces not allowed. (no-trailing-spaces)
(#191) Missing space before opening brace. (space-before-blocks)
(#192) Trailing spaces not allowed. (no-trailing-spaces)
(#205) Missing space before opening brace. (space-before-blocks)
(#208) Line 208 exceeds the maximum line length of 132. (max-len)
(#208) Infix operators must be spaced. (space-infix-ops)
(#208) Infix operators must be spaced. (space-infix-ops)
(#215) Missing space before opening brace. (space-before-blocks)
(#216) Trailing spaces not allowed. (no-trailing-spaces)
(#219) Trailing spaces not allowed. (no-trailing-spaces)
(#220) Unexpected space before function parentheses. (space-before-function-paren)
(#220) Trailing spaces not allowed. (no-trailing-spaces)
(#222) Trailing spaces not allowed. (no-trailing-spaces)
(#223) Missing space before opening brace. (space-before-blocks)
(#226) Infix operators must be spaced. (space-infix-ops)
(#230) ["wwwroot"] is better written in dot notation. (dot-notation)
(#233) Identifier 'type_block' is not in camel case. (camelcase)
(#240) Unexpected space between function name and paren. (no-spaced-func)
(#241) Trailing spaces not allowed. (no-trailing-spaces)
(#251) 'ui' is defined but never used (no-unused-vars)
(#251) Missing space before opening brace. (space-before-blocks)
(#259) Trailing spaces not allowed. (no-trailing-spaces)
(#263) 'ui' is defined but never used (no-unused-vars)
(#263) Missing space before opening brace. (space-before-blocks)
(#263) Trailing spaces not allowed. (no-trailing-spaces)
(#276) Trailing spaces not allowed. (no-trailing-spaces)
(#281) 'ui' is defined but never used (no-unused-vars)
(#281) Missing space before opening brace. (space-before-blocks)
(#281) Unexpected empty function. (no-empty-function)
(#281) Trailing spaces not allowed. (no-trailing-spaces)
(#282) Trailing spaces not allowed. (no-trailing-spaces)
(#286) Missing space before opening brace. (space-before-blocks)
(#290) 'title' is defined but never used (no-unused-vars)
(#290) Missing space before opening brace. (space-before-blocks)
(#291) Missing space before opening brace. (space-before-blocks)
(#293) Trailing spaces not allowed. (no-trailing-spaces)
(#298) Trailing spaces not allowed. (no-trailing-spaces)
(#307) Trailing spaces not allowed. (no-trailing-spaces)
(#308) Missing space before opening brace. (space-before-blocks)
(#310) Unexpected console statement. (no-console)
(#312) Trailing spaces not allowed. (no-trailing-spaces)
(#313) Missing JSDoc comment. (require-jsdoc)
(#313) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#316) Missing space before opening brace. (space-before-blocks)
(#318) Missing space before opening brace. (space-before-blocks)
(#320) Infix operators must be spaced. (space-infix-ops)
(#321) Infix operators must be spaced. (space-infix-ops)
(#327) Expected space or tab after '//' in comment. (spaced-comment)
(#329) Trailing spaces not allowed. (no-trailing-spaces)
(#330) Missing JSDoc comment. (require-jsdoc)
(#348) Function 'generateItem' has a complexity of 25. (complexity)
(#348) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#348) Missing JSDoc comment. (require-jsdoc)
(#349) Trailing spaces not allowed. (no-trailing-spaces)
(#354) Trailing spaces not allowed. (no-trailing-spaces)
(#356) Expected space or tab after '//' in comment. (spaced-comment)
(#358) Trailing spaces not allowed. (no-trailing-spaces)
(#359) Trailing spaces not allowed. (no-trailing-spaces)
(#360) Trailing spaces not allowed. (no-trailing-spaces)
(#365) Expected { after 'if' condition. (curly)
(#366) Trailing spaces not allowed. (no-trailing-spaces)
(#367) Expected { after 'if' condition. (curly)
(#368) Identifier 'block_title' is not in camel case. (camelcase)
(#369) Expected { after 'if' condition. (curly)
(#371) Expected { after 'if' condition. (curly)
(#373) Expected { after 'if' condition. (curly)
(#375) Expected { after 'if' condition. (curly)
(#376) Trailing spaces not allowed. (no-trailing-spaces)
(#382) Trailing spaces not allowed. (no-trailing-spaces)
(#392) Identifier 'header_content' is not in camel case. (camelcase)
(#392) 'header_content' is defined but never used (no-unused-vars)
(#394) 'portfolioItems' is not defined. (no-undef)
(#394) 'portfolioItems' is not defined. (no-undef)
(#395) 'portfolioItems' is not defined. (no-undef)
(#397) Trailing spaces not allowed. (no-trailing-spaces)
(#399) Infix operators must be spaced. (space-infix-ops)
(#399) Missing semicolon. (semi)
(#400) Expected { after 'if' condition. (curly)
(#400) Infix operators must be spaced. (space-infix-ops)
(#400) Multiple spaces found before 'ilink'. (no-multi-spaces)
(#400) Infix operators must be spaced. (space-infix-ops)
(#400) '$E' is not defined. (no-undef)
(#401) Trailing spaces not allowed. (no-trailing-spaces)
(#402) Expected space(s) after "if". (keyword-spacing)
(#402) Missing space before opening brace. (space-before-blocks)
(#404) Trailing spaces not allowed. (no-trailing-spaces)
(#406) Infix operators must be spaced. (space-infix-ops)
(#406) '$E' is not defined. (no-undef)
(#406) Infix operators must be spaced. (space-infix-ops)
(#406) Infix operators must be spaced. (space-infix-ops)
(#406) Infix operators must be spaced. (space-infix-ops)
(#408) Line 408 exceeds the maximum line length of 132. (max-len)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) ["wwwroot"] is better written in dot notation. (dot-notation)
(#408) Infix operators must be spaced. (space-infix-ops)
(#408) Infix operators must be spaced. (space-infix-ops)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) '$E' is not defined. (no-undef)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) Infix operators must be spaced. (space-infix-ops)
(#410) '$E' is not defined. (no-undef)
(#410) Infix operators must be spaced. (space-infix-ops)
(#411) '$E' is not defined. (no-undef)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Infix operators must be spaced. (space-infix-ops)
(#411) Trailing spaces not allowed. (no-trailing-spaces)
(#412) '$E' is not defined. (no-undef)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#412) Infix operators must be spaced. (space-infix-ops)
(#413) Line 413 exceeds the maximum line length of 132. (max-len)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) ["wwwroot"] is better written in dot notation. (dot-notation)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#416) Expected space(s) after "else". (keyword-spacing)
(#416) Expected space(s) before "else". (keyword-spacing)
(#418) Trailing spaces not allowed. (no-trailing-spaces)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) '$E' is not defined. (no-undef)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Infix operators must be spaced. (space-infix-ops)
(#420) Infix operators must be spaced. (space-infix-ops)
(#422) Line 422 exceeds the maximum line length of 132. (max-len)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) ["wwwroot"] is better written in dot notation. (dot-notation)
(#422) Infix operators must be spaced. (space-infix-ops)
(#422) Infix operators must be spaced. (space-infix-ops)
(#424) Infix operators must be spaced. (space-infix-ops)
(#424) '$E' is not defined. (no-undef)
(#424) Infix operators must be spaced. (space-infix-ops)
(#424) Infix operators must be spaced. (space-infix-ops)
(#424) '$E' is not defined. (no-undef)
(#424) Infix operators must be spaced. (space-infix-ops)
(#425) '$E' is not defined. (no-undef)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Infix operators must be spaced. (space-infix-ops)
(#425) Trailing spaces not allowed. (no-trailing-spaces)
(#426) '$E' is not defined. (no-undef)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Infix operators must be spaced. (space-infix-ops)
(#436) '$E' is not defined. (no-undef)
(#436) Infix operators must be spaced. (space-infix-ops)
(#436) Infix operators must be spaced. (space-infix-ops)
(#444) Expected { after 'if' condition. (curly)
(#444) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#445) Infix operators must be spaced. (space-infix-ops)
(#445) Infix operators must be spaced. (space-infix-ops)
(#446) Line 446 exceeds the maximum line length of 132. (max-len)
(#446) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#452) Infix operators must be spaced. (space-infix-ops)
(#452) '$E' is not defined. (no-undef)
(#452) Infix operators must be spaced. (space-infix-ops)
(#460) Line 460 exceeds the maximum line length of 132. (max-len)
(#460) '$E' is not defined. (no-undef)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#468) Trailing spaces not allowed. (no-trailing-spaces)
(#470) Infix operators must be spaced. (space-infix-ops)
(#470) '$E' is not defined. (no-undef)
(#470) Infix operators must be spaced. (space-infix-ops)
(#470) Infix operators must be spaced. (space-infix-ops)
(#470) Infix operators must be spaced. (space-infix-ops)
(#472) Infix operators must be spaced. (space-infix-ops)
(#472) Infix operators must be spaced. (space-infix-ops)
(#476) Trailing spaces not allowed. (no-trailing-spaces)
(#483) Trailing spaces not allowed. (no-trailing-spaces)
(#488) Infix operators must be spaced. (space-infix-ops)
(#488) '$E' is not defined. (no-undef)
(#488) Infix operators must be spaced. (space-infix-ops)
(#490) Line 490 exceeds the maximum line length of 132. (max-len)
(#490) '$E' is not defined. (no-undef)
(#490) Infix operators must be spaced. (space-infix-ops)
(#490) Infix operators must be spaced. (space-infix-ops)
(#490) Infix operators must be spaced. (space-infix-ops)
(#495) Missing space before opening brace. (space-before-blocks)
(#500) Missing space before opening brace. (space-before-blocks)
(#506) Trailing spaces not allowed. (no-trailing-spaces)
(#507) Trailing spaces not allowed. (no-trailing-spaces)
(#514) Expected { after 'else'. (curly)
(#514) Trailing spaces not allowed. (no-trailing-spaces)
(#515) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#515) Trailing spaces not allowed. (no-trailing-spaces)
(#516) Line 516 exceeds the maximum line length of 132. (max-len)
(#516) Infix operators must be spaced. (space-infix-ops)
(#516) '$E' is not defined. (no-undef)
(#516) Infix operators must be spaced. (space-infix-ops)
(#516) Infix operators must be spaced. (space-infix-ops)
(#516) '$E' is not defined. (no-undef)
(#516) Infix operators must be spaced. (space-infix-ops)
(#517) Missing space before opening brace. (space-before-blocks)
(#518) Trailing spaces not allowed. (no-trailing-spaces)
(#524) Identifier '$item_header' is not in camel case. (camelcase)
(#524) '$item_header' is not defined. (no-undef)
(#525) Identifier '$item_header' is not in camel case. (camelcase)
(#525) '$item_header' is not defined. (no-undef)
(#530) Trailing spaces not allowed. (no-trailing-spaces)
(#531) Missing JSDoc comment. (require-jsdoc)
(#531) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#536) Trailing spaces not allowed. (no-trailing-spaces)
(#537) Trailing spaces not allowed. (no-trailing-spaces)
(#538) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#538) Missing JSDoc comment. (require-jsdoc)
(#540) Identifier 'item_id' is not in camel case. (camelcase)
(#544) Trailing spaces not allowed. (no-trailing-spaces)
(#546) ["wwwroot"] is better written in dot notation. (dot-notation)
(#549) Identifier 'item_id' is not in camel case. (camelcase)
(#549) Identifier 'item_id' is not in camel case. (camelcase)
(#558) Trailing spaces not allowed. (no-trailing-spaces)
(#560) Expected space or tab after '//' in comment. (spaced-comment)
(#567) Trailing spaces not allowed. (no-trailing-spaces)
(#568) Trailing spaces not allowed. (no-trailing-spaces)
(#569) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#569) Missing JSDoc comment. (require-jsdoc)
(#572) Missing space before opening brace. (space-before-blocks)
(#573) Infix operators must be spaced. (space-infix-ops)
(#573) Infix operators must be spaced. (space-infix-ops)
(#575) Trailing spaces not allowed. (no-trailing-spaces)
(#579) Missing JSDoc comment. (require-jsdoc)
(#579) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#582) Missing space before opening brace. (space-before-blocks)
(#588) Missing space before opening brace. (space-before-blocks)
(#589) Missing space before opening brace. (space-before-blocks)
(#594) Missing space before opening brace. (space-before-blocks)
(#595) Expected space or tab after '//' in comment. (spaced-comment)
(#599) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#599) Missing JSDoc comment. (require-jsdoc)
(#599) Identifier 'update_sharing' is not in camel case. (camelcase)
(#601) Identifier 'share_text' is not in camel case. (camelcase)
(#605) Identifier 'share_text' is not in camel case. (camelcase)
(#605) '$E' is not defined. (no-undef)
(#605) Infix operators must be spaced. (space-infix-ops)
(#614) Identifier 'share_text' is not in camel case. (camelcase)
(#615) Identifier 'share_text' is not in camel case. (camelcase)
(#615) Infix operators must be spaced. (space-infix-ops)
(#615) '$E' is not defined. (no-undef)
(#615) Infix operators must be spaced. (space-infix-ops)
(#617) Identifier 'share_text' is not in camel case. (camelcase)
(#617) '$E' is not defined. (no-undef)
(#617) Infix operators must be spaced. (space-infix-ops)
(#618) Trailing spaces not allowed. (no-trailing-spaces)
(#620) Identifier 'share_text' is not in camel case. (camelcase)
(#620) '$E' is not defined. (no-undef)
(#624) Identifier 'share_text' is not in camel case. (camelcase)
(#624) '$E' is not defined. (no-undef)
(#627) 'ExabisEportfolio' is not defined. (no-undef)
(#629) Identifier 'share_text' is not in camel case. (camelcase)
(#629) '$E' is not defined. (no-undef)
(#632) 'ExabisEportfolio' is not defined. (no-undef)
(#638) Identifier 'share_text' is not in camel case. (camelcase)
(#639) Identifier 'share_text' is not in camel case. (camelcase)
(#639) '$E' is not defined. (no-undef)
(#643) Trailing spaces not allowed. (no-trailing-spaces)
(#644) Missing space before opening brace. (space-before-blocks)
(#650) 'jQueryExaport' is not defined. (no-undef)
blocks/exaport/javascript/wz_tooltip.js
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#47) Identifier 'tt_Debug' is not in camel case. (camelcase)
(#47) Missing semicolon. (semi)
(#48) Line 48 exceeds the maximum line length of 132. (max-len)
(#48) Identifier 'tt_Enabled' is not in camel case. (camelcase)
(#48) Missing semicolon. (semi)
(#49) Line 49 exceeds the maximum line length of 132. (max-len)
(#49) Missing semicolon. (semi)
(#58) Unexpected whitespace before property Above. (no-whitespace-before-property)
(#58) Missing semicolon. (semi)
(#59) Unexpected whitespace before property BgColor. (no-whitespace-before-property)
(#59) Missing semicolon. (semi)
(#60) Unexpected whitespace before property BgImg. (no-whitespace-before-property)
(#60) Missing semicolon. (semi)
(#61) Unexpected whitespace before property BorderColor. (no-whitespace-before-property)
(#61) Missing semicolon. (semi)
(#62) Unexpected whitespace before property BorderStyle. (no-whitespace-before-property)
(#62) Missing semicolon. (semi)
(#63) Unexpected whitespace before property BorderWidth. (no-whitespace-before-property)
(#63) Missing semicolon. (semi)
(#64) Unexpected whitespace before property CenterMouse. (no-whitespace-before-property)
(#64) Missing semicolon. (semi)
(#65) Unexpected whitespace before property ClickClose. (no-whitespace-before-property)
(#65) Missing semicolon. (semi)
(#66) Unexpected whitespace before property ClickSticky. (no-whitespace-before-property)
(#66) Line 66 exceeds the maximum line length of 132. (max-len)
(#66) Missing semicolon. (semi)
(#67) Unexpected whitespace before property CloseBtn. (no-whitespace-before-property)
(#67) Missing semicolon. (semi)
(#68) Line 68 exceeds the maximum line length of 132. (max-len)
(#68) Unexpected whitespace before property CloseBtnColors. (no-whitespace-before-property)
(#68) Missing semicolon. (semi)
(#69) Unexpected whitespace before property CloseBtnText. (no-whitespace-before-property)
(#69) Missing semicolon. (semi)
(#70) Unexpected whitespace before property CopyContent. (no-whitespace-before-property)
(#70) Line 70 exceeds the maximum line length of 132. (max-len)
(#70) Missing semicolon. (semi)
(#71) Unexpected whitespace before property Delay. (no-whitespace-before-property)
(#71) Missing semicolon. (semi)
(#72) Unexpected whitespace before property Duration. (no-whitespace-before-property)
(#72) Line 72 exceeds the maximum line length of 132. (max-len)
(#72) Missing semicolon. (semi)
(#73) Unexpected whitespace before property Exclusive. (no-whitespace-before-property)
(#73) Missing semicolon. (semi)
(#74) Unexpected whitespace before property FadeIn. (no-whitespace-before-property)
(#74) Missing semicolon. (semi)
(#75) Unexpected whitespace before property FadeOut. (no-whitespace-before-property)
(#75) Missing semicolon. (semi)
(#76) Line 76 exceeds the maximum line length of 132. (max-len)
(#76) Unexpected whitespace before property FadeInterval. (no-whitespace-before-property)
(#76) Missing semicolon. (semi)
(#77) Unexpected whitespace before property Fix. (no-whitespace-before-property)
(#77) Line 77 exceeds the maximum line length of 132. (max-len)
(#77) Missing semicolon. (semi)
(#78) Unexpected whitespace before property FollowMouse. (no-whitespace-before-property)
(#78) Missing semicolon. (semi)
(#79) Unexpected whitespace before property FontColor. (no-whitespace-before-property)
(#79) Missing semicolon. (semi)
(#80) Unexpected whitespace before property FontFace. (no-whitespace-before-property)
(#80) Missing semicolon. (semi)
(#81) Unexpected whitespace before property FontSize. (no-whitespace-before-property)
(#81) Missing semicolon. (semi)
(#82) Unexpected whitespace before property FontWeight. (no-whitespace-before-property)
(#82) Missing semicolon. (semi)
(#83) Unexpected whitespace before property Height. (no-whitespace-before-property)
(#83) Line 83 exceeds the maximum line length of 132. (max-len)
(#83) Missing semicolon. (semi)
(#84) Line 84 exceeds the maximum line length of 132. (max-len)
(#84) Unexpected whitespace before property JumpHorz. (no-whitespace-before-property)
(#84) Missing semicolon. (semi)
(#85) Unexpected whitespace before property JumpVert. (no-whitespace-before-property)
(#85) Missing semicolon. (semi)
(#86) Unexpected whitespace before property Left. (no-whitespace-before-property)
(#86) Missing semicolon. (semi)
(#87) Unexpected whitespace before property OffsetX. (no-whitespace-before-property)
(#87) Missing semicolon. (semi)
(#88) Unexpected whitespace before property OffsetY. (no-whitespace-before-property)
(#88) Missing semicolon. (semi)
(#89) Unexpected whitespace before property Opacity. (no-whitespace-before-property)
(#89) Missing semicolon. (semi)
(#90) Unexpected whitespace before property Padding. (no-whitespace-before-property)
(#90) Missing semicolon. (semi)
(#91) Unexpected whitespace before property Shadow. (no-whitespace-before-property)
(#91) Missing semicolon. (semi)
(#92) Unexpected whitespace before property ShadowColor. (no-whitespace-before-property)
(#92) Missing semicolon. (semi)
(#93) Unexpected whitespace before property ShadowWidth. (no-whitespace-before-property)
(#93) Missing semicolon. (semi)
(#94) Unexpected whitespace before property Sticky. (no-whitespace-before-property)
(#94) Missing semicolon. (semi)
(#95) Unexpected whitespace before property TextAlign. (no-whitespace-before-property)
(#95) Missing semicolon. (semi)
(#96) Unexpected whitespace before property Title. (no-whitespace-before-property)
(#96) Missing semicolon. (semi)
(#97) Unexpected whitespace before property TitleAlign. (no-whitespace-before-property)
(#97) Missing semicolon. (semi)
(#98) Unexpected whitespace before property TitleBgColor. (no-whitespace-before-property)
(#98) Missing semicolon. (semi)
(#99) Unexpected whitespace before property TitleFontColor. (no-whitespace-before-property)
(#99) Missing semicolon. (semi)
(#100) Unexpected whitespace before property TitleFontFace. (no-whitespace-before-property)
(#100) Missing semicolon. (semi)
(#101) Unexpected whitespace before property TitleFontSize. (no-whitespace-before-property)
(#101) Missing semicolon. (semi)
(#102) Unexpected whitespace before property TitlePadding. (no-whitespace-before-property)
(#102) Missing semicolon. (semi)
(#103) Line 103 exceeds the maximum line length of 132. (max-len)
(#103) Unexpected whitespace before property Width. (no-whitespace-before-property)
(#103) Missing semicolon. (semi)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#109) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#110) Expected space or tab after '//' in comment. (spaced-comment)
(#111) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#111) Missing JSDoc comment. (require-jsdoc)
(#111) 'Tip' is defined but never used (no-unused-vars)
(#115) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#115) Missing JSDoc comment. (require-jsdoc)
(#115) 'TagToTip' is defined but never used (no-unused-vars)
(#118) Expected { after 'if' condition. (curly)
(#118) Expected space(s) after "if". (keyword-spacing)
(#121) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#121) Missing JSDoc comment. (require-jsdoc)
(#121) 'UnTip' is defined but never used (no-unused-vars)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Identifier 'tt_aV' is not in camel case. (camelcase)
(#124) 'DURATION' is not defined. (no-undef)
(#124) Unexpected use of '&'. (no-bitwise)
(#124) Identifier 'tt_iState' is not in camel case. (camelcase)
(#125) Identifier 'tt_tDurt' is not in camel case. (camelcase)
(#125) Identifier 'tt_aV' is not in camel case. (camelcase)
(#125) 'DURATION' is not defined. (no-undef)
(#126) Expected { after 'if' condition. (curly)
(#126) Expected space(s) after "if". (keyword-spacing)
(#126) Identifier 'tt_aV' is not in camel case. (camelcase)
(#126) 'STICKY' is not defined. (no-undef)
(#126) Identifier 'tt_iState' is not in camel case. (camelcase)
(#126) Unexpected use of '&'. (no-bitwise)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#135) Line 135 exceeds the maximum line length of 132. (max-len)
(#135) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#136) Identifier 'tt_aV' is not in camel case. (camelcase)
(#137) Identifier 'tt_sContent' is not in camel case. (camelcase)
(#138) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#138) Identifier 'tt_t2tDad' is not in camel case. (camelcase)
(#139) Identifier 'tt_musX' is not in camel case. (camelcase)
(#139) Identifier 'tt_musY' is not in camel case. (camelcase)
(#140) Identifier 'tt_over' is not in camel case. (camelcase)
(#141) Identifier 'tt_x' is not in camel case. (camelcase)
(#141) 'tt_x' is defined but never used (no-unused-vars)
(#141) 'tt_y' is defined but never used (no-unused-vars)
(#141) Identifier 'tt_y' is not in camel case. (camelcase)
(#141) Identifier 'tt_w' is not in camel case. (camelcase)
(#141) Identifier 'tt_h' is not in camel case. (camelcase)
(#143) Missing JSDoc comment. (require-jsdoc)
(#143) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#143) Identifier 'tt_Extension' is not in camel case. (camelcase)
(#143) 'tt_Extension' is defined but never used (no-unused-vars)
(#146) Identifier 'tt_aExt' is not in camel case. (camelcase)
(#146) Identifier 'tt_aExt' is not in camel case. (camelcase)
(#149) Missing JSDoc comment. (require-jsdoc)
(#149) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#149) Identifier 'tt_SetTipPos' is not in camel case. (camelcase)
(#151) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#153) Identifier 'tt_x' is not in camel case. (camelcase)
(#154) Identifier 'tt_y' is not in camel case. (camelcase)
(#157) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#157) Expected space(s) after "if". (keyword-spacing)
(#157) Identifier 'tt_ie56' is not in camel case. (camelcase)
(#159) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#159) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#160) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#160) Expected space(s) after "if". (keyword-spacing)
(#167) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#167) Missing JSDoc comment. (require-jsdoc)
(#167) Identifier 'tt_HideInit' is not in camel case. (camelcase)
(#169) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#169) Expected space(s) after "if". (keyword-spacing)
(#169) Identifier 'tt_iState' is not in camel case. (camelcase)
(#172) Identifier 'tt_iState' is not in camel case. (camelcase)
(#172) Unexpected use of '&='. (no-bitwise)
(#172) Unexpected use of '~'. (no-bitwise)
(#172) Unexpected use of '|'. (no-bitwise)
(#173) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#173) Expected space(s) after "if". (keyword-spacing)
(#173) Identifier 'tt_flagOpa' is not in camel case. (camelcase)
(#173) Identifier 'tt_aV' is not in camel case. (camelcase)
(#173) 'FADEOUT' is not defined. (no-undef)
(#175) Identifier 'tt_tFade' is not in camel case. (camelcase)
(#176) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Identifier 'tt_opa' is not in camel case. (camelcase)
(#178) Identifier 'tt_aV' is not in camel case. (camelcase)
(#178) 'FADEOUT' is not defined. (no-undef)
(#178) Identifier 'tt_aV' is not in camel case. (camelcase)
(#178) 'FADEINTERVAL' is not defined. (no-undef)
(#178) Identifier 'tt_aV' is not in camel case. (camelcase)
(#178) 'OPACITY' is not defined. (no-undef)
(#178) Identifier 'tt_opa' is not in camel case. (camelcase)
(#183) Identifier 'tt_tHide' is not in camel case. (camelcase)
(#186) Missing JSDoc comment. (require-jsdoc)
(#186) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#186) Identifier 'tt_Hide' is not in camel case. (camelcase)
(#188) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#188) Expected space(s) after "if". (keyword-spacing)
(#188) Identifier 'tt_db' is not in camel case. (camelcase)
(#188) Identifier 'tt_iState' is not in camel case. (camelcase)
(#191) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#191) Expected space(s) after "if". (keyword-spacing)
(#191) Unexpected use of '&'. (no-bitwise)
(#191) Identifier 'tt_iState' is not in camel case. (camelcase)
(#193) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#196) Identifier 'tt_tShow' is not in camel case. (camelcase)
(#197) Identifier 'tt_tHide' is not in camel case. (camelcase)
(#198) Identifier 'tt_tDurt' is not in camel case. (camelcase)
(#199) Identifier 'tt_tFade' is not in camel case. (camelcase)
(#200) Expected space(s) after "if". (keyword-spacing)
(#200) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#200) Identifier 'tt_op' is not in camel case. (camelcase)
(#200) Identifier 'tt_ie' is not in camel case. (camelcase)
(#202) Identifier 'tt_tWaitMov' is not in camel case. (camelcase)
(#203) Identifier 'tt_bWait' is not in camel case. (camelcase)
(#205) Expected { after 'if' condition. (curly)
(#205) Expected space(s) after "if". (keyword-spacing)
(#205) Identifier 'tt_aV' is not in camel case. (camelcase)
(#205) 'CLICKCLOSE' is not defined. (no-undef)
(#205) Identifier 'tt_aV' is not in camel case. (camelcase)
(#205) 'CLICKSTICKY' is not defined. (no-undef)
(#210) Expected space(s) after "if". (keyword-spacing)
(#210) Expected { after 'if' condition. (curly)
(#210) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#210) Identifier 'tt_aV' is not in camel case. (camelcase)
(#210) 'COPYCONTENT' is not defined. (no-undef)
(#212) Identifier 'tt_iState' is not in camel case. (camelcase)
(#213) Identifier 'tt_over' is not in camel case. (camelcase)
(#215) Expected { after 'if' condition. (curly)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#215) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#216) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#216) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#219) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#219) Missing JSDoc comment. (require-jsdoc)
(#219) Identifier 'tt_GetElt' is not in camel case. (camelcase)
(#221) Expected space(s) after "return". (keyword-spacing)
(#221) Do not nest ternary expressions (no-nested-ternary)
(#225) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#225) Missing JSDoc comment. (require-jsdoc)
(#225) Identifier 'tt_GetDivW' is not in camel case. (camelcase)
(#227) Expected space(s) after "return". (keyword-spacing)
(#229) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#229) Missing JSDoc comment. (require-jsdoc)
(#229) Identifier 'tt_GetDivH' is not in camel case. (camelcase)
(#231) Expected space(s) after "return". (keyword-spacing)
(#233) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#233) Missing JSDoc comment. (require-jsdoc)
(#233) Identifier 'tt_GetScrollX' is not in camel case. (camelcase)
(#235) Expected space(s) after "return". (keyword-spacing)
(#235) Identifier 'tt_db' is not in camel case. (camelcase)
(#235) Identifier 'tt_db' is not in camel case. (camelcase)
(#237) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#237) Missing JSDoc comment. (require-jsdoc)
(#237) Identifier 'tt_GetScrollY' is not in camel case. (camelcase)
(#239) Expected space(s) after "return". (keyword-spacing)
(#239) Identifier 'tt_db' is not in camel case. (camelcase)
(#239) Identifier 'tt_db' is not in camel case. (camelcase)
(#241) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#241) Missing JSDoc comment. (require-jsdoc)
(#241) Identifier 'tt_GetClientW' is not in camel case. (camelcase)
(#245) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#245) Missing JSDoc comment. (require-jsdoc)
(#245) Identifier 'tt_GetClientH' is not in camel case. (camelcase)
(#249) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#249) Missing JSDoc comment. (require-jsdoc)
(#249) Identifier 'tt_GetEvtX' is not in camel case. (camelcase)
(#251) Do not nest ternary expressions (no-nested-ternary)
(#251) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#251) Identifier 'tt_u' is not in camel case. (camelcase)
(#253) Missing JSDoc comment. (require-jsdoc)
(#253) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#253) Identifier 'tt_GetEvtY' is not in camel case. (camelcase)
(#255) Do not nest ternary expressions (no-nested-ternary)
(#255) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#255) Identifier 'tt_u' is not in camel case. (camelcase)
(#257) Missing JSDoc comment. (require-jsdoc)
(#257) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#257) Identifier 'tt_AddEvtFnc' is not in camel case. (camelcase)
(#259) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#259) Expected space(s) after "if". (keyword-spacing)
(#261) Expected { after 'if' condition. (curly)
(#261) Expected space(s) after "if". (keyword-spacing)
(#263) Expected { after 'else'. (curly)
(#267) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#267) Missing JSDoc comment. (require-jsdoc)
(#267) Identifier 'tt_RemEvtFnc' is not in camel case. (camelcase)
(#269) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#269) Expected space(s) after "if". (keyword-spacing)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Expected { after 'if' condition. (curly)
(#273) Expected { after 'else'. (curly)
(#277) Missing JSDoc comment. (require-jsdoc)
(#277) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#277) Identifier 'tt_GetDad' is not in camel case. (camelcase)
(#279) Expected space(s) after "return". (keyword-spacing)
(#281) Missing JSDoc comment. (require-jsdoc)
(#281) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#281) Identifier 'tt_MovDomNode' is not in camel case. (camelcase)
(#283) Expected { after 'if' condition. (curly)
(#283) Expected space(s) after "if". (keyword-spacing)
(#285) Expected { after 'if' condition. (curly)
(#285) Expected space(s) after "if". (keyword-spacing)
(#289) Expected space or tab after '//' in comment. (spaced-comment)
(#290) Identifier 'tt_aExt' is not in camel case. (camelcase)
(#292) Identifier 'tt_db' is not in camel case. (camelcase)
(#292) Identifier 'tt_op' is not in camel case. (camelcase)
(#292) Identifier 'tt_ie' is not in camel case. (camelcase)
(#292) Identifier 'tt_ie56' is not in camel case. (camelcase)
(#292) Identifier 'tt_bBoxOld' is not in camel case. (camelcase)
(#293) Identifier 'tt_body' is not in camel case. (camelcase)
(#294) Identifier 'tt_ovr_' is not in camel case. (camelcase)
(#295) Identifier 'tt_flagOpa' is not in camel case. (camelcase)
(#296) Identifier 'tt_maxPosX' is not in camel case. (camelcase)
(#296) Identifier 'tt_maxPosY' is not in camel case. (camelcase)
(#297) Identifier 'tt_iState' is not in camel case. (camelcase)
(#298) Identifier 'tt_opa' is not in camel case. (camelcase)
(#299) Identifier 'tt_bJmpVert' is not in camel case. (camelcase)
(#299) Identifier 'tt_bJmpHorz' is not in camel case. (camelcase)
(#299) A space is required after ','. (comma-spacing)
(#300) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#302) Identifier 'tt_tShow' is not in camel case. (camelcase)
(#302) Do not use Number as a constructor. (no-new-wrappers)
(#302) Identifier 'tt_tHide' is not in camel case. (camelcase)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Do not use Number as a constructor. (no-new-wrappers)
(#302) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#302) Identifier 'tt_tDurt' is not in camel case. (camelcase)
(#302) Do not use Number as a constructor. (no-new-wrappers)
(#303) Identifier 'tt_tFade' is not in camel case. (camelcase)
(#303) Do not use Number as a constructor. (no-new-wrappers)
(#303) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#303) Identifier 'tt_tWaitMov' is not in camel case. (camelcase)
(#303) Do not use Number as a constructor. (no-new-wrappers)
(#304) Identifier 'tt_bWait' is not in camel case. (camelcase)
(#305) Identifier 'tt_u' is not in camel case. (camelcase)
(#308) Missing JSDoc comment. (require-jsdoc)
(#308) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#308) Identifier 'tt_Init' is not in camel case. (camelcase)
(#312) Expected { after 'if' condition. (curly)
(#312) Expected space(s) after "if". (keyword-spacing)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Expected { after 'if' condition. (curly)
(#319) Identifier 'tt_Debug' is not in camel case. (camelcase)
(#325) Missing JSDoc comment. (require-jsdoc)
(#325) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#325) Identifier 'tt_MkCmdEnum' is not in camel case. (camelcase)
(#328) Expected space(s) after "for". (keyword-spacing)
(#328) Expected { after 'for-in'. (curly)
(#329) eval can be harmful. (no-eval)
(#330) Identifier 'tt_aV' is not in camel case. (camelcase)
(#332) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#332) Missing JSDoc comment. (require-jsdoc)
(#332) Identifier 'tt_Browser' is not in camel case. (camelcase)
(#336) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#336) Unexpected use of comma operator. (no-sequences)
(#338) Identifier 'tt_op' is not in camel case. (camelcase)
(#338) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#338) eval can be harmful. (no-eval)
(#338) Identifier 'tt_u' is not in camel case. (camelcase)
(#339) Identifier 'tt_ie' is not in camel case. (camelcase)
(#339) Identifier 'tt_op' is not in camel case. (camelcase)
(#340) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#340) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#340) Expected space(s) after "if". (keyword-spacing)
(#340) Identifier 'tt_ie' is not in camel case. (camelcase)
(#343) Identifier 'tt_db' is not in camel case. (camelcase)
(#344) Expected space(s) after "if". (keyword-spacing)
(#344) Expected { after 'if' condition. (curly)
(#344) Identifier 'tt_db' is not in camel case. (camelcase)
(#345) Identifier 'tt_ie56' is not in camel case. (camelcase)
(#346) Identifier 'tt_u' is not in camel case. (camelcase)
(#349) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#350) Identifier 'tt_db' is not in camel case. (camelcase)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#353) Identifier 'tt_op' is not in camel case. (camelcase)
(#355) Identifier 'tt_u' is not in camel case. (camelcase)
(#359) Identifier 'tt_body' is not in camel case. (camelcase)
(#361) Expected space(s) after "if". (keyword-spacing)
(#361) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#361) Identifier 'tt_ie' is not in camel case. (camelcase)
(#361) Identifier 'tt_op' is not in camel case. (camelcase)
(#363) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Identifier 'tt_body' is not in camel case. (camelcase)
(#363) Identifier 'tt_db' is not in camel case. (camelcase)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected space(s) after "if". (keyword-spacing)
(#368) Expected { after 'else'. (curly)
(#369) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#372) Identifier 'tt_db' is not in camel case. (camelcase)
(#375) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#375) Missing JSDoc comment. (require-jsdoc)
(#375) Identifier 'tt_MkMainDiv' is not in camel case. (camelcase)
(#378) Expected { after 'if' condition. (curly)
(#378) Expected space(s) after "if". (keyword-spacing)
(#378) Identifier 'tt_body' is not in camel case. (camelcase)
(#379) Identifier 'tt_body' is not in camel case. (camelcase)
(#380) Expected { after 'if' condition. (curly)
(#380) Expected space(s) after "if". (keyword-spacing)
(#380) Identifier 'tt_body' is not in camel case. (camelcase)
(#380) Identifier 'tt_u' is not in camel case. (camelcase)
(#380) Identifier 'tt_body' is not in camel case. (camelcase)
(#381) Identifier 'tt_body' is not in camel case. (camelcase)
(#382) Expected space(s) after "if". (keyword-spacing)
(#382) Expected { after 'if' condition. (curly)
(#384) Identifier 'tt_db' is not in camel case. (camelcase)
(#387) Missing JSDoc comment. (require-jsdoc)
(#387) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#387) Identifier 'tt_MkMainDivHtm' is not in camel case. (camelcase)
(#389) Expected space(s) after "return". (keyword-spacing)
(#391) Line 391 exceeds the maximum line length of 132. (max-len)
(#391) Identifier 'tt_ie56' is not in camel case. (camelcase)
(#395) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#395) Missing JSDoc comment. (require-jsdoc)
(#395) Identifier 'tt_MkMainDivDom' is not in camel case. (camelcase)
(#398) Expected space(s) after "if". (keyword-spacing)
(#398) Expected { after 'if' condition. (curly)
(#402) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#402) Missing JSDoc comment. (require-jsdoc)
(#402) Identifier 'tt_GetMainDivRefs' is not in camel case. (camelcase)
(#404) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#405) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#405) Expected space(s) after "if". (keyword-spacing)
(#405) Identifier 'tt_ie56' is not in camel case. (camelcase)
(#405) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#407) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#407) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#408) Expected { after 'if' condition. (curly)
(#408) Expected space(s) after "if". (keyword-spacing)
(#408) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#408) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#409) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#411) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#411) Expected space(s) after "if". (keyword-spacing)
(#411) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#413) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#422) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#422) Missing JSDoc comment. (require-jsdoc)
(#422) Identifier 'tt_ResetMainDiv' is not in camel case. (camelcase)
(#425) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#426) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#427) Identifier 'tt_h' is not in camel case. (camelcase)
(#429) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#429) Missing JSDoc comment. (require-jsdoc)
(#429) Identifier 'tt_IsW3cBox' is not in camel case. (camelcase)
(#431) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#435) Identifier 'tt_bBoxOld' is not in camel case. (camelcase)
(#435) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#439) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#439) Missing JSDoc comment. (require-jsdoc)
(#439) Identifier 'tt_OpaSupport' is not in camel case. (camelcase)
(#441) Identifier 'tt_body' is not in camel case. (camelcase)
(#443) Identifier 'tt_flagOpa' is not in camel case. (camelcase)
(#443) Do not nest ternary expressions (no-nested-ternary)
(#443) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#443) Identifier 'tt_u' is not in camel case. (camelcase)
(#444) Do not nest ternary expressions (no-nested-ternary)
(#444) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#444) Identifier 'tt_u' is not in camel case. (camelcase)
(#445) Do not nest ternary expressions (no-nested-ternary)
(#445) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#445) Identifier 'tt_u' is not in camel case. (camelcase)
(#446) Do not nest ternary expressions (no-nested-ternary)
(#446) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#446) Identifier 'tt_u' is not in camel case. (camelcase)
(#447) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#447) Identifier 'tt_u' is not in camel case. (camelcase)
(#452) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#452) Missing JSDoc comment. (require-jsdoc)
(#452) Identifier 'tt_SetOnloadFnc' is not in camel case. (camelcase)
(#456) Expected space(s) after "if". (keyword-spacing)
(#456) Expected { after 'if' condition. (curly)
(#456) Identifier 'tt_body' is not in camel case. (camelcase)
(#457) Identifier 'tt_body' is not in camel case. (camelcase)
(#459) Expected { after 'if' condition. (curly)
(#459) Expected space(s) after "if". (keyword-spacing)
(#459) Identifier 'tt_body' is not in camel case. (camelcase)
(#461) There should be no spaces inside this paren. (space-in-parens)
(#462) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#462) Expected space(s) after "if". (keyword-spacing)
(#465) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#465) Expected space(s) after "if". (keyword-spacing)
(#473) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#473) Missing JSDoc comment. (require-jsdoc)
(#473) Identifier 'tt_HideSrcTags' is not in camel case. (camelcase)
(#475) Expected { after 'if' condition. (curly)
(#475) Expected space(s) after "if". (keyword-spacing)
(#478) Expected space(s) after "if". (keyword-spacing)
(#478) Expected { after 'if' condition. (curly)
(#484) Missing JSDoc comment. (require-jsdoc)
(#484) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#484) Identifier 'tt_HideSrcTagsRecurs' is not in camel case. (camelcase)
(#492) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#492) Expected space(s) after "for". (keyword-spacing)
(#493) Requires a space after '{'. (block-spacing)
(#493) Statement inside of curly braces should be on next line. (brace-style)
(#494) Expected { after 'if' condition. (curly)
(#494) Expected space(s) after "if". (keyword-spacing)
(#496) Do not nest ternary expressions (no-nested-ternary)
(#499) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#499) Expected space(s) after "if". (keyword-spacing)
(#502) Expected space(s) after "if". (keyword-spacing)
(#502) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#504) Expected space(s) after "if". (keyword-spacing)
(#504) Expected { after 'if' condition. (curly)
(#511) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#511) Missing JSDoc comment. (require-jsdoc)
(#511) Identifier 'tt_HideSrcTag' is not in camel case. (camelcase)
(#519) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#519) Expected space(s) after "if". (keyword-spacing)
(#521) Expected space(s) after "if". (keyword-spacing)
(#521) Expected { after 'if' condition. (curly)
(#521) Identifier 'tt_Debug' is not in camel case. (camelcase)
(#523) Expected { after 'else'. (curly)
(#526) Expected { after 'else'. (curly)
(#527) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#531) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#531) Missing JSDoc comment. (require-jsdoc)
(#531) Identifier 'tt_Tip' is not in camel case. (camelcase)
(#533) Expected { after 'if' condition. (curly)
(#533) Expected space(s) after "if". (keyword-spacing)
(#533) Identifier 'tt_db' is not in camel case. (camelcase)
(#533) Identifier 'tt_iState' is not in camel case. (camelcase)
(#533) Unexpected use of '&'. (no-bitwise)
(#535) Expected { after 'if' condition. (curly)
(#535) Expected space(s) after "if". (keyword-spacing)
(#535) Identifier 'tt_iState' is not in camel case. (camelcase)
(#537) Expected space(s) after "if". (keyword-spacing)
(#537) Expected { after 'if' condition. (curly)
(#537) Identifier 'tt_Enabled' is not in camel case. (camelcase)
(#539) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#540) Expected { after 'if' condition. (curly)
(#540) Expected space(s) after "if". (keyword-spacing)
(#542) Identifier 'tt_iState' is not in camel case. (camelcase)
(#542) Unexpected use of '|'. (no-bitwise)
(#547) Identifier 'tt_bJmpVert' is not in camel case. (camelcase)
(#548) Identifier 'tt_bJmpHorz' is not in camel case. (camelcase)
(#549) Identifier 'tt_maxPosX' is not in camel case. (camelcase)
(#549) Identifier 'tt_w' is not in camel case. (camelcase)
(#550) Identifier 'tt_maxPosY' is not in camel case. (camelcase)
(#550) Identifier 'tt_h' is not in camel case. (camelcase)
(#557) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#557) Missing JSDoc comment. (require-jsdoc)
(#557) Identifier 'tt_ReadCmds' is not in camel case. (camelcase)
(#564) Expected { after 'for-in'. (curly)
(#564) Expected space(s) after "for". (keyword-spacing)
(#565) Identifier 'tt_aV' is not in camel case. (camelcase)
(#568) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#568) Expected space(s) after "if". (keyword-spacing)
(#568) Unexpected use of '&'. (no-bitwise)
(#570) Expected { after 'for' condition. (curly)
(#570) Expected space(s) after "for". (keyword-spacing)
(#571) Identifier 'tt_aV' is not in camel case. (camelcase)
(#578) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#578) Missing JSDoc comment. (require-jsdoc)
(#578) Identifier 'tt_AdaptConfig1' is not in camel case. (camelcase)
(#582) Expected { after 'if' condition. (curly)
(#582) Expected space(s) after "if". (keyword-spacing)
(#582) Identifier 'tt_aV' is not in camel case. (camelcase)
(#582) 'TITLEBGCOLOR' is not defined. (no-undef)
(#583) Identifier 'tt_aV' is not in camel case. (camelcase)
(#583) 'TITLEBGCOLOR' is not defined. (no-undef)
(#583) Identifier 'tt_aV' is not in camel case. (camelcase)
(#583) 'BORDERCOLOR' is not defined. (no-undef)
(#584) Expected space(s) after "if". (keyword-spacing)
(#584) Expected { after 'if' condition. (curly)
(#584) Identifier 'tt_aV' is not in camel case. (camelcase)
(#584) 'TITLEFONTCOLOR' is not defined. (no-undef)
(#585) Identifier 'tt_aV' is not in camel case. (camelcase)
(#585) 'TITLEFONTCOLOR' is not defined. (no-undef)
(#585) Identifier 'tt_aV' is not in camel case. (camelcase)
(#585) 'BGCOLOR' is not defined. (no-undef)
(#586) Expected space(s) after "if". (keyword-spacing)
(#586) Expected { after 'if' condition. (curly)
(#586) Identifier 'tt_aV' is not in camel case. (camelcase)
(#586) 'TITLEFONTFACE' is not defined. (no-undef)
(#587) Identifier 'tt_aV' is not in camel case. (camelcase)
(#587) 'TITLEFONTFACE' is not defined. (no-undef)
(#587) Identifier 'tt_aV' is not in camel case. (camelcase)
(#587) 'FONTFACE' is not defined. (no-undef)
(#588) Expected { after 'if' condition. (curly)
(#588) Expected space(s) after "if". (keyword-spacing)
(#588) Identifier 'tt_aV' is not in camel case. (camelcase)
(#588) 'TITLEFONTSIZE' is not defined. (no-undef)
(#589) Identifier 'tt_aV' is not in camel case. (camelcase)
(#589) 'TITLEFONTSIZE' is not defined. (no-undef)
(#589) Identifier 'tt_aV' is not in camel case. (camelcase)
(#589) 'FONTSIZE' is not defined. (no-undef)
(#590) Expected space(s) after "if". (keyword-spacing)
(#590) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#590) Identifier 'tt_aV' is not in camel case. (camelcase)
(#590) 'CLOSEBTN' is not defined. (no-undef)
(#593) Expected space(s) after "if". (keyword-spacing)
(#593) Expected { after 'if' condition. (curly)
(#593) Identifier 'tt_aV' is not in camel case. (camelcase)
(#593) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#594) Identifier 'tt_aV' is not in camel case. (camelcase)
(#594) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#595) Expected space(s) after "for". (keyword-spacing)
(#595) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#596) Requires a space after '{'. (block-spacing)
(#596) Statement inside of curly braces should be on next line. (brace-style)
(#597) Expected space(s) after "if". (keyword-spacing)
(#597) Expected { after 'if' condition. (curly)
(#597) Identifier 'tt_aV' is not in camel case. (camelcase)
(#597) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#598) Identifier 'tt_aV' is not in camel case. (camelcase)
(#598) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#598) Unexpected use of '&'. (no-bitwise)
(#598) Identifier 'tt_aV' is not in camel case. (camelcase)
(#598) 'TITLEFONTCOLOR' is not defined. (no-undef)
(#598) Identifier 'tt_aV' is not in camel case. (camelcase)
(#598) 'TITLEBGCOLOR' is not defined. (no-undef)
(#601) Expected { after 'if' condition. (curly)
(#601) Expected space(s) after "if". (keyword-spacing)
(#601) Identifier 'tt_aV' is not in camel case. (camelcase)
(#601) 'TITLE' is not defined. (no-undef)
(#602) Identifier 'tt_aV' is not in camel case. (camelcase)
(#602) 'TITLE' is not defined. (no-undef)
(#605) Expected { after 'if' condition. (curly)
(#605) Expected space(s) after "if". (keyword-spacing)
(#605) Identifier 'tt_aV' is not in camel case. (camelcase)
(#605) 'OPACITY' is not defined. (no-undef)
(#605) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#605) Identifier 'tt_u' is not in camel case. (camelcase)
(#606) Identifier 'tt_aV' is not in camel case. (camelcase)
(#606) 'OPACITY' is not defined. (no-undef)
(#608) Expected { after 'if' condition. (curly)
(#608) Expected space(s) after "if". (keyword-spacing)
(#608) Identifier 'tt_aV' is not in camel case. (camelcase)
(#608) 'FADEIN' is not defined. (no-undef)
(#608) Identifier 'tt_flagOpa' is not in camel case. (camelcase)
(#608) Identifier 'tt_aV' is not in camel case. (camelcase)
(#608) 'DELAY' is not defined. (no-undef)
(#609) Identifier 'tt_aV' is not in camel case. (camelcase)
(#609) 'DELAY' is not defined. (no-undef)
(#609) Identifier 'tt_aV' is not in camel case. (camelcase)
(#609) 'DELAY' is not defined. (no-undef)
(#609) Identifier 'tt_aV' is not in camel case. (camelcase)
(#609) 'FADEIN' is not defined. (no-undef)
(#611) Missing JSDoc comment. (require-jsdoc)
(#611) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#611) Identifier 'tt_AdaptConfig2' is not in camel case. (camelcase)
(#613) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#613) Expected space(s) after "if". (keyword-spacing)
(#613) Identifier 'tt_aV' is not in camel case. (camelcase)
(#613) 'CENTERMOUSE' is not defined. (no-undef)
(#615) Identifier 'tt_aV' is not in camel case. (camelcase)
(#615) 'OFFSETX' is not defined. (no-undef)
(#615) Unexpected use of '>>'. (no-bitwise)
(#615) Identifier 'tt_w' is not in camel case. (camelcase)
(#615) Identifier 'tt_aV' is not in camel case. (camelcase)
(#615) 'SHADOW' is not defined. (no-undef)
(#615) Identifier 'tt_aV' is not in camel case. (camelcase)
(#615) 'SHADOWWIDTH' is not defined. (no-undef)
(#616) Identifier 'tt_aV' is not in camel case. (camelcase)
(#616) 'JUMPHORZ' is not defined. (no-undef)
(#620) Missing JSDoc comment. (require-jsdoc)
(#620) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#620) Identifier 'tt_MkTipContent' is not in camel case. (camelcase)
(#622) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#622) Expected space(s) after "if". (keyword-spacing)
(#622) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#624) Expected { after 'if' condition. (curly)
(#624) Expected space(s) after "if". (keyword-spacing)
(#624) Identifier 'tt_aV' is not in camel case. (camelcase)
(#624) 'COPYCONTENT' is not defined. (no-undef)
(#625) Identifier 'tt_sContent' is not in camel case. (camelcase)
(#625) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#626) Expected { after 'else'. (curly)
(#627) Identifier 'tt_sContent' is not in camel case. (camelcase)
(#629) Expected { after 'else'. (curly)
(#630) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#630) Identifier 'tt_sContent' is not in camel case. (camelcase)
(#633) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#633) Missing JSDoc comment. (require-jsdoc)
(#633) Identifier 'tt_MkTipSubDivs' is not in camel case. (camelcase)
(#638) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#639) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#641) Identifier 'tt_aV' is not in camel case. (camelcase)
(#641) 'TITLE' is not defined. (no-undef)
(#644) Identifier 'tt_aV' is not in camel case. (camelcase)
(#644) 'TITLE' is not defined. (no-undef)
(#646) Identifier 'tt_aV' is not in camel case. (camelcase)
(#646) 'CLOSEBTN' is not defined. (no-undef)
(#650) Identifier 'tt_ie' is not in camel case. (camelcase)
(#652) Identifier 'tt_aV' is not in camel case. (camelcase)
(#652) 'CLOSEBTNTEXT' is not defined. (no-undef)
(#659) Identifier 'tt_sContent' is not in camel case. (camelcase)
(#661) Identifier 'tt_aV' is not in camel case. (camelcase)
(#661) 'SHADOW' is not defined. (no-undef)
(#668) Expected { after 'if' condition. (curly)
(#668) Expected space(s) after "if". (keyword-spacing)
(#668) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#668) Identifier 'tt_aV' is not in camel case. (camelcase)
(#668) 'COPYCONTENT' is not defined. (no-undef)
(#672) Missing JSDoc comment. (require-jsdoc)
(#672) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#672) Identifier 'tt_GetSubDivRefs' is not in camel case. (camelcase)
(#676) Expected { after 'for' condition. (curly)
(#676) Expected space(s) after "for". (keyword-spacing)
(#677) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#679) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#679) Missing JSDoc comment. (require-jsdoc)
(#679) Identifier 'tt_FormatTip' is not in camel case. (camelcase)
(#681) 'h' is defined but never used (no-unused-vars)
(#681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#681) Identifier 'tt_aV' is not in camel case. (camelcase)
(#681) 'PADDING' is not defined. (no-undef)
(#681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#681) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#681) Identifier 'tt_aV' is not in camel case. (camelcase)
(#681) 'BORDERWIDTH' is not defined. (no-undef)
(#682) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#682) Unexpected use of '<<'. (no-bitwise)
(#684) Expected space or tab after '//' in comment. (spaced-comment)
(#685) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#685) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#685) Expected space(s) after "if". (keyword-spacing)
(#685) Identifier 'tt_aV' is not in camel case. (camelcase)
(#685) 'TITLE' is not defined. (no-undef)
(#687) Identifier 'tt_aV' is not in camel case. (camelcase)
(#687) 'TITLEPADDING' is not defined. (no-undef)
(#688) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#689) Identifier 'tt_aV' is not in camel case. (camelcase)
(#689) 'TITLEBGCOLOR' is not defined. (no-undef)
(#692) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#693) Identifier 'tt_aV' is not in camel case. (camelcase)
(#693) 'TITLEFONTCOLOR' is not defined. (no-undef)
(#694) Expected space(s) after "if". (keyword-spacing)
(#694) Expected { after 'if' condition. (curly)
(#694) Identifier 'tt_aV' is not in camel case. (camelcase)
(#694) 'WIDTH' is not defined. (no-undef)
(#696) Identifier 'tt_aV' is not in camel case. (camelcase)
(#696) 'TITLEFONTFACE' is not defined. (no-undef)
(#697) Identifier 'tt_aV' is not in camel case. (camelcase)
(#697) 'TITLEFONTSIZE' is not defined. (no-undef)
(#699) Identifier 'tt_aV' is not in camel case. (camelcase)
(#699) 'TITLEALIGN' is not defined. (no-undef)
(#701) Expected space(s) after "if". (keyword-spacing)
(#701) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#701) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#703) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#704) Identifier 'tt_aV' is not in camel case. (camelcase)
(#704) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#705) Identifier 'tt_aV' is not in camel case. (camelcase)
(#705) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#706) Identifier 'tt_aV' is not in camel case. (camelcase)
(#706) 'TITLEFONTFACE' is not defined. (no-undef)
(#707) Identifier 'tt_aV' is not in camel case. (camelcase)
(#707) 'TITLEFONTSIZE' is not defined. (no-undef)
(#710) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#710) Expected space(s) after "if". (keyword-spacing)
(#710) Expected { after 'if' condition. (curly)
(#710) Identifier 'tt_aV' is not in camel case. (camelcase)
(#710) 'WIDTH' is not defined. (no-undef)
(#711) Identifier 'tt_w' is not in camel case. (camelcase)
(#711) Identifier 'tt_aV' is not in camel case. (camelcase)
(#711) 'WIDTH' is not defined. (no-undef)
(#714) Identifier 'tt_w' is not in camel case. (camelcase)
(#714) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#714) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#716) Expected { after 'if' condition. (curly)
(#716) Expected space(s) after "if". (keyword-spacing)
(#716) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#717) Identifier 'tt_w' is not in camel case. (camelcase)
(#719) Expected { after 'if' condition. (curly)
(#719) Expected space(s) after "if". (keyword-spacing)
(#719) Identifier 'tt_aV' is not in camel case. (camelcase)
(#719) 'WIDTH' is not defined. (no-undef)
(#719) Identifier 'tt_w' is not in camel case. (camelcase)
(#719) Identifier 'tt_aV' is not in camel case. (camelcase)
(#719) 'WIDTH' is not defined. (no-undef)
(#720) Identifier 'tt_w' is not in camel case. (camelcase)
(#720) Identifier 'tt_aV' is not in camel case. (camelcase)
(#720) 'WIDTH' is not defined. (no-undef)
(#726) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#727) Identifier 'tt_w' is not in camel case. (camelcase)
(#731) Expected space or tab after '//' in comment. (spaced-comment)
(#732) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#734) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#734) Expected space(s) after "if". (keyword-spacing)
(#736) Identifier 'tt_aV' is not in camel case. (camelcase)
(#736) 'BORDERCOLOR' is not defined. (no-undef)
(#737) Identifier 'tt_aV' is not in camel case. (camelcase)
(#737) 'BORDERSTYLE' is not defined. (no-undef)
(#740) Expected { after 'if' condition. (curly)
(#740) Expected space(s) after "if". (keyword-spacing)
(#740) Identifier 'tt_aV' is not in camel case. (camelcase)
(#740) 'BGCOLOR' is not defined. (no-undef)
(#741) Identifier 'tt_aV' is not in camel case. (camelcase)
(#741) 'BGCOLOR' is not defined. (no-undef)
(#742) Expected { after 'if' condition. (curly)
(#742) Expected space(s) after "if". (keyword-spacing)
(#742) Identifier 'tt_aV' is not in camel case. (camelcase)
(#742) 'BGIMG' is not defined. (no-undef)
(#743) Identifier 'tt_aV' is not in camel case. (camelcase)
(#743) 'BGIMG' is not defined. (no-undef)
(#745) Identifier 'tt_aV' is not in camel case. (camelcase)
(#745) 'TEXTALIGN' is not defined. (no-undef)
(#746) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#746) Expected space(s) after "if". (keyword-spacing)
(#746) Identifier 'tt_aV' is not in camel case. (camelcase)
(#746) 'HEIGHT' is not defined. (no-undef)
(#749) Expected space(s) after "if". (keyword-spacing)
(#749) Expected { after 'if' condition. (curly)
(#749) Identifier 'tt_aV' is not in camel case. (camelcase)
(#749) 'HEIGHT' is not defined. (no-undef)
(#750) Identifier 'tt_aV' is not in camel case. (camelcase)
(#750) 'HEIGHT' is not defined. (no-undef)
(#751) Expected { after 'else'. (curly)
(#752) Identifier 'tt_h' is not in camel case. (camelcase)
(#752) Identifier 'tt_aV' is not in camel case. (camelcase)
(#752) 'HEIGHT' is not defined. (no-undef)
(#755) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#756) Identifier 'tt_aV' is not in camel case. (camelcase)
(#756) 'FONTCOLOR' is not defined. (no-undef)
(#757) Identifier 'tt_aV' is not in camel case. (camelcase)
(#757) 'FONTFACE' is not defined. (no-undef)
(#758) Identifier 'tt_aV' is not in camel case. (camelcase)
(#758) 'FONTSIZE' is not defined. (no-undef)
(#759) Identifier 'tt_aV' is not in camel case. (camelcase)
(#759) 'FONTWEIGHT' is not defined. (no-undef)
(#760) Identifier 'tt_aV' is not in camel case. (camelcase)
(#760) 'TEXTALIGN' is not defined. (no-undef)
(#761) Expected space(s) after "if". (keyword-spacing)
(#761) Expected { after 'if' condition. (curly)
(#761) Identifier 'tt_aV' is not in camel case. (camelcase)
(#761) 'WIDTH' is not defined. (no-undef)
(#762) Identifier 'tt_aV' is not in camel case. (camelcase)
(#762) 'WIDTH' is not defined. (no-undef)
(#764) Expected space(s) after "if". (keyword-spacing)
(#764) Expected { after 'if' condition. (curly)
(#764) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#764) Identifier 'tt_aV' is not in camel case. (camelcase)
(#764) 'WIDTH' is not defined. (no-undef)
(#764) Identifier 'tt_w' is not in camel case. (camelcase)
(#765) Identifier 'tt_w' is not in camel case. (camelcase)
(#770) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#772) Expected { after 'if' condition. (curly)
(#772) Expected space(s) after "if". (keyword-spacing)
(#772) Identifier 'tt_aV' is not in camel case. (camelcase)
(#772) 'WIDTH' is not defined. (no-undef)
(#772) Identifier 'tt_aV' is not in camel case. (camelcase)
(#772) 'WIDTH' is not defined. (no-undef)
(#773) Identifier 'tt_aV' is not in camel case. (camelcase)
(#773) 'WIDTH' is not defined. (no-undef)
(#775) Expected space(s) after "if". (keyword-spacing)
(#775) Expected { after 'if' condition. (curly)
(#775) Identifier 'tt_w' is not in camel case. (camelcase)
(#776) Identifier 'tt_w' is not in camel case. (camelcase)
(#777) Identifier 'tt_w' is not in camel case. (camelcase)
(#779) Expected space or tab after '//' in comment. (spaced-comment)
(#780) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#780) Expected space(s) after "if". (keyword-spacing)
(#780) Identifier 'tt_aV' is not in camel case. (camelcase)
(#780) 'SHADOW' is not defined. (no-undef)
(#782) Identifier 'tt_w' is not in camel case. (camelcase)
(#782) Identifier 'tt_aV' is not in camel case. (camelcase)
(#782) 'SHADOWWIDTH' is not defined. (no-undef)
(#783) Identifier 'tt_aV' is not in camel case. (camelcase)
(#783) 'SHADOWWIDTH' is not defined. (no-undef)
(#785) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#788) Identifier 'tt_w' is not in camel case. (camelcase)
(#788) Identifier 'tt_aV' is not in camel case. (camelcase)
(#788) 'SHADOWWIDTH' is not defined. (no-undef)
(#789) Identifier 'tt_aV' is not in camel case. (camelcase)
(#789) 'SHADOWWIDTH' is not defined. (no-undef)
(#790) Identifier 'tt_aV' is not in camel case. (camelcase)
(#790) 'SHADOWCOLOR' is not defined. (no-undef)
(#792) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#794) Identifier 'tt_w' is not in camel case. (camelcase)
(#794) Identifier 'tt_aV' is not in camel case. (camelcase)
(#794) 'SHADOWWIDTH' is not defined. (no-undef)
(#795) Identifier 'tt_aV' is not in camel case. (camelcase)
(#795) 'SHADOWWIDTH' is not defined. (no-undef)
(#796) Identifier 'tt_aV' is not in camel case. (camelcase)
(#796) 'SHADOWCOLOR' is not defined. (no-undef)
(#798) Expected { after 'else'. (curly)
(#799) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#801) Expected space or tab after '//' in comment. (spaced-comment)
(#802) Identifier 'tt_aV' is not in camel case. (camelcase)
(#802) 'FADEIN' is not defined. (no-undef)
(#802) Identifier 'tt_aV' is not in camel case. (camelcase)
(#802) 'OPACITY' is not defined. (no-undef)
(#806) Missing JSDoc comment. (require-jsdoc)
(#806) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#806) Identifier 'tt_FixSize' is not in camel case. (camelcase)
(#808) 'add' is defined but never used (no-unused-vars)
(#808) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#808) Identifier 'tt_aV' is not in camel case. (camelcase)
(#808) 'PADDING' is not defined. (no-undef)
(#808) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#808) Identifier 'tt_aV' is not in camel case. (camelcase)
(#808) 'BORDERWIDTH' is not defined. (no-undef)
(#808) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#810) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#810) Identifier 'tt_w' is not in camel case. (camelcase)
(#811) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#811) Identifier 'tt_w' is not in camel case. (camelcase)
(#812) Identifier 'tt_w' is not in camel case. (camelcase)
(#812) Identifier 'tt_aV' is not in camel case. (camelcase)
(#812) 'SHADOW' is not defined. (no-undef)
(#812) Identifier 'tt_aV' is not in camel case. (camelcase)
(#812) 'SHADOWWIDTH' is not defined. (no-undef)
(#815) Expected space(s) after "if". (keyword-spacing)
(#815) Expected { after 'if' condition. (curly)
(#815) Identifier 'tt_bBoxOld' is not in camel case. (camelcase)
(#816) Unexpected use of '<<'. (no-bitwise)
(#817) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#819) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#819) Expected space(s) after "if". (keyword-spacing)
(#819) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#821) Unexpected use of '<<'. (no-bitwise)
(#821) Identifier 'tt_aV' is not in camel case. (camelcase)
(#821) 'TITLEPADDING' is not defined. (no-undef)
(#822) Expected space(s) after "if". (keyword-spacing)
(#822) Expected { after 'if' condition. (curly)
(#822) Identifier 'tt_bBoxOld' is not in camel case. (camelcase)
(#824) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#825) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#828) Expected space(s) after "if". (keyword-spacing)
(#828) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#828) Identifier 'tt_h' is not in camel case. (camelcase)
(#830) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#831) Expected space(s) after "if". (keyword-spacing)
(#831) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#831) Identifier 'tt_h' is not in camel case. (camelcase)
(#833) Expected space(s) after "if". (keyword-spacing)
(#833) Expected { after 'if' condition. (curly)
(#833) Identifier 'tt_bBoxOld' is not in camel case. (camelcase)
(#834) Identifier 'tt_h' is not in camel case. (camelcase)
(#834) Unexpected use of '<<'. (no-bitwise)
(#835) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#835) Identifier 'tt_h' is not in camel case. (camelcase)
(#838) Identifier 'tt_h' is not in camel case. (camelcase)
(#838) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#840) Expected { after 'if' condition. (curly)
(#840) Expected space(s) after "if". (keyword-spacing)
(#840) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#841) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#841) Identifier 'tt_h' is not in camel case. (camelcase)
(#842) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#843) Expected space(s) after "if". (keyword-spacing)
(#843) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#843) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#845) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#845) Identifier 'tt_w' is not in camel case. (camelcase)
(#846) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#846) Identifier 'tt_h' is not in camel case. (camelcase)
(#849) Missing JSDoc comment. (require-jsdoc)
(#849) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#849) Identifier 'tt_DeAlt' is not in camel case. (camelcase)
(#853) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#853) Expected space(s) after "if". (keyword-spacing)
(#855) Expected space(s) after "if". (keyword-spacing)
(#855) Expected { after 'if' condition. (curly)
(#857) Expected space(s) after "if". (keyword-spacing)
(#857) Expected { after 'if' condition. (curly)
(#860) Expected space(s) after "if". (keyword-spacing)
(#860) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#862) Expected space(s) after "for". (keyword-spacing)
(#862) Expected { after 'for' condition. (curly)
(#868) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#868) Missing JSDoc comment. (require-jsdoc)
(#868) Identifier 'tt_OpDeHref' is not in camel case. (camelcase)
(#870) Expected { after 'if' condition. (curly)
(#870) Expected space(s) after "if". (keyword-spacing)
(#870) Identifier 'tt_op' is not in camel case. (camelcase)
(#872) Expected { after 'if' condition. (curly)
(#872) Expected space(s) after "if". (keyword-spacing)
(#872) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#874) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#874) Expected space(s) after "while". (keyword-spacing)
(#876) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#876) Expected space(s) after "if". (keyword-spacing)
(#878) Identifier 't_href' is not in camel case. (camelcase)
(#879) Identifier 't_stats' is not in camel case. (camelcase)
(#884) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#890) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#890) Missing JSDoc comment. (require-jsdoc)
(#890) Identifier 'tt_OpReHref' is not in camel case. (camelcase)
(#892) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#892) Expected space(s) after "if". (keyword-spacing)
(#892) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#894) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#894) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#896) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#897) Identifier 'tt_elDeHref' is not in camel case. (camelcase)
(#900) Missing JSDoc comment. (require-jsdoc)
(#900) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#900) Identifier 'tt_El2Tip' is not in camel case. (camelcase)
(#902) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#905) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#905) Identifier 't_cp' is not in camel case. (camelcase)
(#906) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#906) Identifier 't_cl' is not in camel case. (camelcase)
(#907) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#907) Identifier 't_ct' is not in camel case. (camelcase)
(#908) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#908) Identifier 't_cd' is not in camel case. (camelcase)
(#911) Identifier 'tt_t2tDad' is not in camel case. (camelcase)
(#912) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#917) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#917) Missing JSDoc comment. (require-jsdoc)
(#917) Identifier 'tt_UnEl2Tip' is not in camel case. (camelcase)
(#920) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#922) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#924) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#925) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#926) Identifier 'tt_t2t' is not in camel case. (camelcase)
(#927) Identifier 'tt_t2tDad' is not in camel case. (camelcase)
(#929) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#929) Missing JSDoc comment. (require-jsdoc)
(#929) Identifier 'tt_OverInit' is not in camel case. (camelcase)
(#931) Expected space(s) after "if". (keyword-spacing)
(#931) Expected { after 'if' condition. (curly)
(#932) Identifier 'tt_over' is not in camel case. (camelcase)
(#933) Expected { after 'else'. (curly)
(#934) Identifier 'tt_over' is not in camel case. (camelcase)
(#934) Identifier 'tt_ovr_' is not in camel case. (camelcase)
(#938) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#938) Missing JSDoc comment. (require-jsdoc)
(#938) Identifier 'tt_ShowInit' is not in camel case. (camelcase)
(#940) Identifier 'tt_tShow' is not in camel case. (camelcase)
(#940) Identifier 'tt_aV' is not in camel case. (camelcase)
(#940) 'DELAY' is not defined. (no-undef)
(#941) Expected space(s) after "if". (keyword-spacing)
(#941) Expected { after 'if' condition. (curly)
(#941) Identifier 'tt_aV' is not in camel case. (camelcase)
(#941) 'CLICKCLOSE' is not defined. (no-undef)
(#941) Identifier 'tt_aV' is not in camel case. (camelcase)
(#941) 'CLICKSTICKY' is not defined. (no-undef)
(#944) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#944) Missing JSDoc comment. (require-jsdoc)
(#944) 'tt_Show' is defined but never used (no-unused-vars)
(#944) Identifier 'tt_Show' is not in camel case. (camelcase)
(#946) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#949) 'dd' is not defined. (no-undef)
(#949) 'dd' is not defined. (no-undef)
(#950) Expected space(s) after "if". (keyword-spacing)
(#950) Expected { after 'if' condition. (curly)
(#950) Identifier 'tt_aV' is not in camel case. (camelcase)
(#950) 'STICKY' is not defined. (no-undef)
(#950) Identifier 'tt_aV' is not in camel case. (camelcase)
(#950) 'FOLLOWMOUSE' is not defined. (no-undef)
(#951) Identifier 'tt_iState' is not in camel case. (camelcase)
(#951) Unexpected use of '&='. (no-bitwise)
(#951) Unexpected use of '~'. (no-bitwise)
(#952) Expected space(s) after "if". (keyword-spacing)
(#952) Expected { after 'if' condition. (curly)
(#952) Identifier 'tt_aV' is not in camel case. (camelcase)
(#952) 'EXCLUSIVE' is not defined. (no-undef)
(#953) Identifier 'tt_iState' is not in camel case. (camelcase)
(#953) Unexpected use of '|='. (no-bitwise)
(#954) Expected space(s) after "if". (keyword-spacing)
(#954) Expected { after 'if' condition. (curly)
(#954) Identifier 'tt_aV' is not in camel case. (camelcase)
(#954) 'DURATION' is not defined. (no-undef)
(#955) Identifier 'tt_tDurt' is not in camel case. (camelcase)
(#955) Identifier 'tt_aV' is not in camel case. (camelcase)
(#955) 'DURATION' is not defined. (no-undef)
(#956) Missing semicolon. (semi)
(#958) Unexpected use of '|='. (no-bitwise)
(#958) Identifier 'tt_iState' is not in camel case. (camelcase)
(#959) Expected { after 'if' condition. (curly)
(#959) Expected space(s) after "if". (keyword-spacing)
(#959) Identifier 'tt_aV' is not in camel case. (camelcase)
(#959) 'FADEIN' is not defined. (no-undef)
(#960) Identifier 'tt_aV' is not in camel case. (camelcase)
(#960) 'OPACITY' is not defined. (no-undef)
(#960) Identifier 'tt_aV' is not in camel case. (camelcase)
(#960) 'FADEIN' is not defined. (no-undef)
(#960) Identifier 'tt_aV' is not in camel case. (camelcase)
(#960) 'FADEINTERVAL' is not defined. (no-undef)
(#963) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#963) Missing JSDoc comment. (require-jsdoc)
(#963) Identifier 'tt_ShowIfrm' is not in camel case. (camelcase)
(#965) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#965) Expected space(s) after "if". (keyword-spacing)
(#965) Identifier 'tt_ie56' is not in camel case. (camelcase)
(#967) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#967) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#968) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#968) Expected space(s) after "if". (keyword-spacing)
(#971) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#976) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#976) Missing JSDoc comment. (require-jsdoc)
(#976) Identifier 'tt_Move' is not in camel case. (camelcase)
(#978) Expected { after 'if' condition. (curly)
(#978) Expected space(s) after "if". (keyword-spacing)
(#979) Identifier 'tt_ovr_' is not in camel case. (camelcase)
(#981) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#981) Expected space(s) after "if". (keyword-spacing)
(#983) Identifier 'tt_musX' is not in camel case. (camelcase)
(#984) Identifier 'tt_musY' is not in camel case. (camelcase)
(#986) Expected space(s) after "if". (keyword-spacing)
(#986) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#986) Identifier 'tt_iState' is not in camel case. (camelcase)
(#986) Unexpected use of '&'. (no-bitwise)
(#989) Expected space(s) after "if". (keyword-spacing)
(#989) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#989) Identifier 'tt_op' is not in camel case. (camelcase)
(#989) Identifier 'tt_ie' is not in camel case. (camelcase)
(#991) Expected space(s) after "if". (keyword-spacing)
(#991) Expected { after 'if' condition. (curly)
(#991) Identifier 'tt_bWait' is not in camel case. (camelcase)
(#993) Identifier 'tt_bWait' is not in camel case. (camelcase)
(#994) Identifier 'tt_tWaitMov' is not in camel case. (camelcase)
(#996) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#996) Expected space(s) after "if". (keyword-spacing)
(#996) Identifier 'tt_aV' is not in camel case. (camelcase)
(#996) 'FIX' is not defined. (no-undef)
(#998) Unexpected use of '&='. (no-bitwise)
(#998) Identifier 'tt_iState' is not in camel case. (camelcase)
(#998) Unexpected use of '~'. (no-bitwise)
(#1001) Expected space(s) after "if". (keyword-spacing)
(#1001) Expected { after 'if' condition. (curly)
(#1001) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1003) Identifier 'tt_musX' is not in camel case. (camelcase)
(#1003) Identifier 'tt_musY' is not in camel case. (camelcase)
(#1003) Missing semicolon. (semi)
(#1006) Missing JSDoc comment. (require-jsdoc)
(#1006) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1006) Identifier 'tt_Pos' is not in camel case. (camelcase)
(#1011) Expected space(s) after "if". (keyword-spacing)
(#1011) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1011) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1013) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1013) 'JUMPVERT' is not defined. (no-undef)
(#1014) 'ABOVE' is not defined. (no-undef)
(#1015) 'OFFSETY' is not defined. (no-undef)
(#1016) Identifier 'tt_h' is not in camel case. (camelcase)
(#1017) Identifier 'tt_maxPosY' is not in camel case. (camelcase)
(#1019) Identifier 'tt_musY' is not in camel case. (camelcase)
(#1020) Identifier 'tt_bJmpVert' is not in camel case. (camelcase)
(#1023) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1024) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1024) 'JUMPHORZ' is not defined. (no-undef)
(#1025) 'LEFT' is not defined. (no-undef)
(#1026) 'OFFSETX' is not defined. (no-undef)
(#1027) Identifier 'tt_w' is not in camel case. (camelcase)
(#1028) Identifier 'tt_maxPosX' is not in camel case. (camelcase)
(#1030) Identifier 'tt_musX' is not in camel case. (camelcase)
(#1031) Identifier 'tt_bJmpHorz' is not in camel case. (camelcase)
(#1033) Expected space(s) after "if". (keyword-spacing)
(#1033) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1033) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1035) Expected { after 'if' condition. (curly)
(#1035) Expected space(s) after "if". (keyword-spacing)
(#1035) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1037) Expected { after 'if' condition. (curly)
(#1037) Expected space(s) after "if". (keyword-spacing)
(#1037) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1039) Expected { after 'else'. (curly)
(#1043) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1045) Expected { after 'if' condition. (curly)
(#1045) Expected space(s) after "if". (keyword-spacing)
(#1045) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1046) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1046) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1046) 'SHADOW' is not defined. (no-undef)
(#1046) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1046) 'SHADOWWIDTH' is not defined. (no-undef)
(#1047) Expected { after 'else'. (curly)
(#1048) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1051) Expected { after 'if' condition. (curly)
(#1051) Expected space(s) after "if". (keyword-spacing)
(#1055) Expected space(s) after "if". (keyword-spacing)
(#1055) Expected { after 'if' condition. (curly)
(#1059) Missing JSDoc comment. (require-jsdoc)
(#1059) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1059) Identifier 'tt_PosDef' is not in camel case. (camelcase)
(#1061) Expected { after 'if' condition. (curly)
(#1061) Expected space(s) after "if". (keyword-spacing)
(#1062) Identifier 'tt_bJmpVert' is not in camel case. (camelcase)
(#1062) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1062) 'ABOVE' is not defined. (no-undef)
(#1063) Expected { after 'else'. (curly)
(#1064) Identifier 'tt_bJmpHorz' is not in camel case. (camelcase)
(#1064) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1064) 'LEFT' is not defined. (no-undef)
(#1067) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1067) Missing JSDoc comment. (require-jsdoc)
(#1067) Identifier 'tt_PosAlt' is not in camel case. (camelcase)
(#1069) Expected { after 'if' condition. (curly)
(#1069) Expected space(s) after "if". (keyword-spacing)
(#1070) Identifier 'tt_bJmpVert' is not in camel case. (camelcase)
(#1070) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1070) 'ABOVE' is not defined. (no-undef)
(#1071) Expected { after 'else'. (curly)
(#1072) Identifier 'tt_bJmpHorz' is not in camel case. (camelcase)
(#1072) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1072) 'LEFT' is not defined. (no-undef)
(#1075) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1075) Missing JSDoc comment. (require-jsdoc)
(#1075) Identifier 'tt_CalcPosDef' is not in camel case. (camelcase)
(#1077) Identifier 'tt_musY' is not in camel case. (camelcase)
(#1077) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1077) 'OFFSETY' is not defined. (no-undef)
(#1077) Identifier 'tt_musX' is not in camel case. (camelcase)
(#1077) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1077) 'OFFSETX' is not defined. (no-undef)
(#1079) Missing JSDoc comment. (require-jsdoc)
(#1079) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1079) Identifier 'tt_CalcPosAlt' is not in camel case. (camelcase)
(#1081) 'OFFSETY' is not defined. (no-undef)
(#1081) 'OFFSETX' is not defined. (no-undef)
(#1082) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1082) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1082) 'SHADOW' is not defined. (no-undef)
(#1082) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1082) 'SHADOWWIDTH' is not defined. (no-undef)
(#1083) Expected space(s) after "if". (keyword-spacing)
(#1083) Expected { after 'if' condition. (curly)
(#1083) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1085) Expected space(s) after "return". (keyword-spacing)
(#1085) Identifier 'tt_musY' is not in camel case. (camelcase)
(#1085) Identifier 'tt_h' is not in camel case. (camelcase)
(#1085) Identifier 'tt_musX' is not in camel case. (camelcase)
(#1085) Identifier 'tt_w' is not in camel case. (camelcase)
(#1087) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1087) Missing JSDoc comment. (require-jsdoc)
(#1087) Identifier 'tt_PosFix' is not in camel case. (camelcase)
(#1091) Expected space(s) after "if". (keyword-spacing)
(#1091) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1091) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1091) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1091) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1091) 'FIX' is not defined. (no-undef)
(#1093) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1093) 'FIX' is not defined. (no-undef)
(#1094) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1094) 'FIX' is not defined. (no-undef)
(#1097) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1098) Expected space(s) after "if". (keyword-spacing)
(#1098) Expected { after 'if' condition. (curly)
(#1098) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1098) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1098) 'FIX' is not defined. (no-undef)
(#1099) 'el' is not defined. (no-undef)
(#1099) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1099) 'FIX' is not defined. (no-undef)
(#1101) Expected { after 'else'. (curly)
(#1102) 'el' is not defined. (no-undef)
(#1102) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1102) 'FIX' is not defined. (no-undef)
(#1103) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1103) 'FIX' is not defined. (no-undef)
(#1104) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1104) 'FIX' is not defined. (no-undef)
(#1106) Expected space(s) after "if". (keyword-spacing)
(#1106) Expected { after 'if' condition. (curly)
(#1106) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1106) 'ABOVE' is not defined. (no-undef)
(#1106) 'el' is not defined. (no-undef)
(#1107) 'el' is not defined. (no-undef)
(#1108) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1108) Expected space(s) after "for". (keyword-spacing)
(#1108) 'el' is not defined. (no-undef)
(#1108) 'el' is not defined. (no-undef)
(#1108) 'el' is not defined. (no-undef)
(#1110) 'el' is not defined. (no-undef)
(#1111) 'el' is not defined. (no-undef)
(#1116) Expected space(s) after "if". (keyword-spacing)
(#1116) Expected { after 'if' condition. (curly)
(#1116) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1116) 'ABOVE' is not defined. (no-undef)
(#1117) Identifier 'tt_h' is not in camel case. (camelcase)
(#1120) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1120) Missing JSDoc comment. (require-jsdoc)
(#1120) Identifier 'tt_Fade' is not in camel case. (camelcase)
(#1122) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1122) Expected space(s) after "if". (keyword-spacing)
(#1125) Expected { after 'if' condition. (curly)
(#1125) Expected space(s) after "if". (keyword-spacing)
(#1127) Expected { after 'else'. (curly)
(#1128) Identifier 'tt_tFade' is not in camel case. (camelcase)
(#1132) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1132) 'FADEINTERVAL' is not defined. (no-undef)
(#1136) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1138) Missing JSDoc comment. (require-jsdoc)
(#1138) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1138) Identifier 'tt_SetTipOpa' is not in camel case. (camelcase)
(#1142) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#1143) Expected space(s) after "if". (keyword-spacing)
(#1143) Expected { after 'if' condition. (curly)
(#1143) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#1144) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#1145) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1145) Expected space(s) after "if". (keyword-spacing)
(#1145) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1145) 'SHADOW' is not defined. (no-undef)
(#1148) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#1149) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#1152) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1152) Missing JSDoc comment. (require-jsdoc)
(#1152) Identifier 'tt_OnCloseBtnOver' is not in camel case. (camelcase)
(#1152) 'tt_OnCloseBtnOver' is defined but never used (no-unused-vars)
(#1154) Identifier 'tt_aElt' is not in camel case. (camelcase)
(#1156) Unexpected use of '<<='. (no-bitwise)
(#1157) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1157) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#1158) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1158) 'CLOSEBTNCOLORS' is not defined. (no-undef)
(#1160) Missing JSDoc comment. (require-jsdoc)
(#1160) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1160) Identifier 'tt_OnLClick' is not in camel case. (camelcase)
(#1164) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1164) Expected space(s) after "if". (keyword-spacing)
(#1164) Unexpected use of '&'. (no-bitwise)
(#1166) Expected space(s) after "if". (keyword-spacing)
(#1166) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1166) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1166) 'CLICKSTICKY' is not defined. (no-undef)
(#1166) Identifier 'tt_iState' is not in camel case. (camelcase)
(#1166) Unexpected use of '&'. (no-bitwise)
(#1168) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1168) 'STICKY' is not defined. (no-undef)
(#1169) Unexpected use of '&='. (no-bitwise)
(#1169) Identifier 'tt_iState' is not in camel case. (camelcase)
(#1169) Unexpected use of '~'. (no-bitwise)
(#1171) Expected { after 'if' condition. (curly)
(#1171) Expected space(s) after "if". (keyword-spacing)
(#1171) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1171) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1171) 'CLICKCLOSE' is not defined. (no-undef)
(#1175) Missing JSDoc comment. (require-jsdoc)
(#1175) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1175) 'tt_Int' is defined but never used (no-unused-vars)
(#1175) Identifier 'tt_Int' is not in camel case. (camelcase)
(#1179) Expected space(s) after "return". (keyword-spacing)
(#1181) Number prototype is read only, properties should not be added. (no-extend-native)
(#1181) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1183) Expected space(s) after "if". (keyword-spacing)
(#1183) Expected { after 'if' condition. (curly)
(#1185) Missing semicolon. (semi)
(#1186) Number prototype is read only, properties should not be added. (no-extend-native)
(#1186) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1188) Expected space(s) after "if". (keyword-spacing)
(#1188) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1193) Missing semicolon. (semi)
(#1194) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1194) Missing JSDoc comment. (require-jsdoc)
(#1194) Identifier 'tt_GetWndCliSiz' is not in camel case. (camelcase)
(#1196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1196) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1197) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1197) Expected space(s) after "if". (keyword-spacing)
(#1200) Expected space(s) after "return". (keyword-spacing)
(#1203) Do not nest ternary expressions (no-nested-ternary)
(#1203) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1203) Multiple spaces found before 'y2'. (no-multi-spaces)
(#1203) Trailing spaces not allowed. (no-trailing-spaces)
(#1205) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1211) Expected space(s) after "return". (keyword-spacing)
(#1214) Trailing spaces not allowed. (no-trailing-spaces)
(#1219) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1219) Missing JSDoc comment. (require-jsdoc)
(#1219) Identifier 'tt_SetOpa' is not in camel case. (camelcase)
(#1223) Identifier 'tt_opa' is not in camel case. (camelcase)
(#1224) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1224) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1224) Expected space(s) after "if". (keyword-spacing)
(#1224) Identifier 'tt_flagOpa' is not in camel case. (camelcase)
(#1226) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1226) Expected space(s) after "if". (keyword-spacing)
(#1232) Expected { after 'if' condition. (curly)
(#1232) Expected space(s) after "if". (keyword-spacing)
(#1232) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1232) Identifier 'tt_u' is not in camel case. (camelcase)
(#1240) Expected space(s) after "if". (keyword-spacing)
(#1240) Expected { after 'if' condition. (curly)
(#1243) Expected { after 'if' condition. (curly)
(#1243) Expected space(s) after "if". (keyword-spacing)
(#1246) Expected { after 'if' condition. (curly)
(#1246) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1246) Expected space(s) after "if". (keyword-spacing)
(#1246) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1246) Identifier 'tt_u' is not in camel case. (camelcase)
(#1251) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1253) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1253) Expected space(s) after "switch". (keyword-spacing)
(#1253) Identifier 'tt_flagOpa' is not in camel case. (camelcase)
(#1266) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1266) Missing JSDoc comment. (require-jsdoc)
(#1266) Identifier 'tt_Err' is not in camel case. (camelcase)
(#1268) Expected space(s) after "if". (keyword-spacing)
(#1268) Expected { after 'if' condition. (curly)
(#1268) Identifier 'tt_Debug' is not in camel case. (camelcase)
(#1269) Unexpected alert. (no-alert)
(#1272) Expected space or tab after '//' in comment. (spaced-comment)
(#1273) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1273) Missing JSDoc comment. (require-jsdoc)
(#1273) Identifier 'tt_ExtCmdEnum' is not in camel case. (camelcase)
(#1278) Expected space(s) after "for". (keyword-spacing)
(#1278) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1281) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1281) Expected space(s) after "if". (keyword-spacing)
(#1281) eval can be harmful. (no-eval)
(#1283) eval can be harmful. (no-eval)
(#1283) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1284) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1284) Identifier 'tt_aV' is not in camel case. (camelcase)
(#1288) Missing JSDoc comment. (require-jsdoc)
(#1288) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1288) Identifier 'tt_ExtCallFncs' is not in camel case. (camelcase)
(#1291) Expected space(s) after "for". (keyword-spacing)
(#1291) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1291) Identifier 'tt_aExt' is not in camel case. (camelcase)
(#1292) Requires a space after '{'. (block-spacing)
(#1292) Statement inside of curly braces should be on next line. (brace-style)
(#1293) Identifier 'tt_aExt' is not in camel case. (camelcase)
(#1295) Expected { after 'if' condition. (curly)
(#1295) Expected space(s) after "if". (keyword-spacing)

CSS problems

(5 errors, 22 warnings)

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

blocks/exaport/css/blocks.css
(#31) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#47) Use of !important
(#61) Use of !important
blocks/exaport/css/colorbox.css
(#22) Rule is empty.
(#81) Expected RBRACE at line 81, col 31.
blocks/exaport/css/shared_structures.css
(#56) Expected RBRACE at line 56, col 24.
blocks/exaport/css/shared_views.css
(#56) Expected RBRACE at line 56, col 24.
blocks/exaport/css/view_items.css
(#72) Expected RBRACE at line 72, col 24.
(#130) Rule is empty.
blocks/exaport/css/views_mod.css
(#16) Use of !important
(#175) Expected (visible | hidden | collapse | inherit) but found 'show'.
(#197) margin can't be used with display: table-cell.
(#205) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#228) Expected (<color> | inherit) but found '-moz-use-text-color -moz-use-text-color #D1D1D1'.
(#337) Use of !important
blocks/exaport/javascript/simpletree.css
(#15) Use of !important
(#16) Use of !important
blocks/exaport/javascript/vedeo-js/video-js.css
(#170) Rule is empty.
(#458) vertical-align can't be used with display: block.
(#854) Use of !important
(#855) Use of !important
(#857) Duplicate property '_position' found.
(#860) Use of !important
(#861) Use of !important
(#982) Use of !important
(#985) Use of !important
blocks/exaport/styles.css
(#49) Unknown property 'text-style'.

Update savepoints problems

(13 errors, 0 warnings)

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

blocks/exaport/db/upgrade.php
Detected more 'if' blocks (18) than 'savepoint' calls (9)
version 2012051801 is missing corresponding savepoint call
version 2012051801 is missing corresponding savepoint call
version 2012072401 is missing corresponding savepoint call
version 2012101601 is missing corresponding savepoint call
version 2012120301 is missing corresponding savepoint call
version 2013020101 is missing corresponding savepoint call
version 2013031400 is missing corresponding savepoint call
version 2013041101 is missing corresponding savepoint call
version 2013041201 is missing corresponding savepoint call
version 2013060101 is missing corresponding savepoint call
version 2013071700 is missing corresponding savepoint call
version 2015110900 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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