Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(510 errors, 30 warnings)

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

blocks/course_tree_list/block_course_tree_list.php
(#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 <https://www.gnu.org/licenses/>.".
(#17) Boilerplate comment must be followed by a single blank line or end of file
(#28) Missing docblock for class block_course_tree_list
(#30) Expected 5 spaces before asterisk; 4 found
(#31) Expected 5 spaces before asterisk; 4 found
(#32) Visibility must be declared on method "init"
(#38) Expected 5 spaces before asterisk; 4 found
(#38) Whitespace found at end of line
(#39) Expected 5 spaces before asterisk; 4 found
(#40) Expected 5 spaces before asterisk; 4 found
(#41) Expected 5 spaces before asterisk; 4 found
(#42) Expected 5 spaces before asterisk; 4 found
(#43) Visibility must be declared on method "has_config"
(#46) Whitespace found at end of line
(#53) Missing docblock for function instance_allow_multiple
(#53) Visibility must be declared on method "instance_allow_multiple"
(#62) Visibility must be declared on method "applicable_formats"
(#63) Short array syntax must be used to define arrays
(#71) Visibility must be declared on method "instance_can_be_docked"
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Missing docblock for function get_content
(#75) Line indented incorrectly; expected 4 spaces, found 1
(#75) Visibility must be declared on method "get_content"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) global $PAGE cannot be used in block classes. Use $this->page.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Variable "show_weeks_before" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "show_weeks_after" must not contain underscores.
(#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) 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
(#82) No space found before comment text; expected "// set a default value if one is not found in the tables - 2 weeks" but found "//set a default value if one is not found in the tables - 2 weeks"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#83) Expected "if (...) {\n"; found "if (...) { "
(#83) Variable "show_weeks_before" must not contain underscores.
(#83) Variable "show_weeks_before" must not contain underscores.
(#83) Closing brace must be on a line by itself
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#84) Expected "if (...) {\n"; found "if (...) { "
(#84) Variable "show_weeks_after" must not contain underscores.
(#84) Variable "show_weeks_after" must not contain underscores.
(#84) Closing brace must be on a line by itself
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) No space found before comment text; expected "// need ie version" but found "//need ie version"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "if (...) {\n"; found "if (...){\n"
(#88) Expected 1 space before ">"; 0 found
(#88) Expected 1 space after ">"; 0 found
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Line indented incorrectly; expected at least 12 spaces, found 4
(#89) No space found before comment text; expected "// Then we're using IE" but found "//Then we're using IE"
(#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 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 16 spaces, found 6
(#92) Expected 1 space before "<="; 0 found
(#92) Expected 1 space after "<="; 0 found
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 20 spaces, found 9
(#93) No space found before comment text; expected "// IE 8 or under!" but found "//IE 8 or under!"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 20 spaces, found 4
(#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) Line indented incorrectly; expected 16 spaces, found 6
(#96) Expected 1 space before "=="; 0 found
(#96) Expected 1 space after "=="; 0 found
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 20 spaces, found 7
(#97) No space found before comment text; expected "// IE9!" but found "//IE9!"
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 20 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#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 6
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 20 spaces, found 4
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 4
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#105) Closing brace indented incorrectly; expected 2 spaces, found 8
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 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 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 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 at least 12 spaces, found 3
(#110) global $PAGE cannot be used in block classes. Use $this->page.
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 8 spaces, found 2
(#111) Whitespace found at end of line
(#113) 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
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#118) Empty IF statement detected
(#118) Logical operator "or" is prohibited; use "||" instead
(#118) Logical operator "or" is prohibited; use "||" instead
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Line indented incorrectly; expected at least 12 spaces, found 3
(#119) No space found before comment text; expected "// not logged in or logged in as guest - display nothing?" but found "//not logged in or logged in as guest - display nothing?"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#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
(#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
(#122) No space found before comment text; expected "// the numsections was moved in 2.4" but found "//the numsections was moved in 2.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 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
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 6
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 12 spaces, found 6
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 4
(#131) Variable "course_categories" 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 16 spaces, found 4
(#133) Variable "course_categories" must not contain underscores.
(#134) Spaces must be used to indent lines; 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 20 spaces, found 5
(#134) No space found before comment text; expected "// add the sub_id element to all objects" but found "//add the sub_id element to all objects"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Short array syntax must be used to define arrays
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 20 spaces, found 5
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 20 spaces, found 5
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 20 spaces, found 5
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 24 spaces, found 6
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 24 spaces, found 6
(#141) Variable "allow_exit" 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 24 spaces, found 6
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 28 spaces, found 7
(#143) Variable "course_categories" must not contain underscores.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 28 spaces, found 7
(#144) Variable "course_categories" must not contain underscores.
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 32 spaces, found 9
(#145) Variable "course_categories" must not contain underscores.
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 28 spaces, found 7
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 32 spaces, found 8
(#147) Variable "allow_exit" must not contain underscores.
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 28 spaces, found 7
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 24 spaces, found 6
(#149) Variable "allow_exit" 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 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 16 spaces, found 4
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line exceeds 132 characters; contains 142 characters
(#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 16 spaces, found 4
(#153) No space found before comment text; expected "// determine if the category should be opened - must contain a course that is available 2 weeks before or 2 weeks after start and end dates" but found "//determine if the category should be opened - must contain a course that is available 2 weeks before or 2 weeks after start and end dates"
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 16 spaces, found 4
(#154) Variable "one_week" must not contain underscores.
(#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) Expected 1 space before "*"; 0 found
(#154) Expected 1 space after "*"; 0 found
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 16 spaces, found 4
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 20 spaces, found 5
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 24 spaces, found 6
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 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 at least 24 spaces, found 6
(#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
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 20 spaces, found 5
(#162) Variable "one_week" must not contain underscores.
(#162) Expected 1 space before "*"; 0 found
(#162) Expected 1 space after "*"; 0 found
(#162) Variable "show_weeks_before" must not contain underscores.
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 20 spaces, found 5
(#163) Variable "one_week" must not contain underscores.
(#163) Expected 1 space before "*"; 0 found
(#163) Expected 1 space after "*"; 0 found
(#163) Expected 1 space before "+"; 0 found
(#163) Expected 1 space after "+"; 0 found
(#163) Variable "show_weeks_after" 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 20 spaces, found 5
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Line indented incorrectly; expected at least 24 spaces, found 6
(#166) No space found before comment text; expected "// now update all the course categories to be displayed" but found "//now update all the course categories to be displayed"
(#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
(#167) Variable "course_categories" must not contain underscores.
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 28 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 32 spaces, found 8
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 28 spaces, found 4
(#170) Closing brace indented incorrectly; expected 7 spaces, found 4
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Closing brace must be on a line by itself
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Closing brace must be on a line by itself
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Closing brace must be on a line by itself
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 16 spaces, found 4
(#172) Variable "last_course_id" must not contain underscores.
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 16 spaces, found 4
(#173) Variable "last_course_depth" must not contain underscores.
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 16 spaces, found 4
(#175) Variable "course_categories" must not contain underscores.
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 20 spaces, found 5
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 20 spaces, found 5
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 24 spaces, found 6
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 28 spaces, found 7
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 32 spaces, found 8
(#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 32 spaces, found 8
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 32 spaces, found 8
(#183) Variable "last_course_depth" must not contain underscores.
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 36 spaces, found 9
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 40 spaces, found 10
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 40 spaces, found 10
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 40 spaces, found 10
(#187) Variable "last_course_depth" must not contain underscores.
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 36 spaces, found 9
(#188) Variable "last_course_depth" must not contain underscores.
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 32 spaces, found 8
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 32 spaces, found 8
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 32 spaces, found 8
(#192) Line exceeds 132 characters; contains 166 characters
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 32 spaces, found 8
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 32 spaces, found 8
(#194) Variable "last_course_depth" 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 28 spaces, found 6
(#195) Closing brace indented incorrectly; expected 7 spaces, found 6
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Closing brace must be on a line by itself
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 24 spaces, found 6
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 28 spaces, found 7
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 28 spaces, found 7
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 24 spaces, found 5
(#199) Closing brace indented incorrectly; expected 6 spaces, found 5
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Closing brace must be on a line by itself
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 16 spaces, found 4
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 16 spaces, found 4
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 3
(#203) Closing brace indented incorrectly; expected 6 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 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
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Line indented incorrectly; expected at least 12 spaces, found 3
(#208) No space found before comment text; expected "// for 2.4 or higher only" but found "//for 2.4 or higher only"
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 3
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 8 spaces, found 2
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) 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 4 spaces, found 1
(#215) File must end with a newline character
blocks/course_tree_list/db/access.php
(#18) Expected 1 space before asterisk; 0 found
(#19) Expected 1 space before asterisk; 0 found
(#20) Expected 1 space before asterisk; 0 found
(#21) Expected 1 space before asterisk; 0 found
(#22) Expected 1 space before asterisk; 0 found
(#23) Expected 1 space before asterisk; 0 found
(#27) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#32) Short array syntax must be used to define arrays
(#33) There should be a comma after the last array item in a multi-line array.
(#36) There should be a comma after the last array item in a multi-line array.
(#39) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#46) There should be a comma after the last array item in a multi-line array.
(#49) There should be a comma after the last array item in a multi-line array.
blocks/course_tree_list/lang/en/block_course_tree_list.php
(#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 <https://www.gnu.org/licenses/>.".
(#17) Boilerplate comment must be followed by a single blank line or end of file
(#32) The string key "plugindisplayname" is not in the correct order, it should be before "pluginnamesummary"
(#33) The string key "course_tree_list:addinstance" is not in the correct order, it should be before "plugindisplayname"
(#37) The string key "descweeksbefore" is not in the correct order, it should be before "weeksbefore"
(#39) The string key "descweeksafter" is not in the correct order, it should be before "weeksafter"
(#40) Unexpected string end, it should be a line feed after a semicolon
(#40) File must end with a newline character
blocks/course_tree_list/settings.php
(#1) Moodle boilerplate not found at first line
(#1) Whitespace found at end of line
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
blocks/course_tree_list/version.php
(#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 <https://www.gnu.org/licenses/>.".
(#17) Boilerplate comment must be followed by a single blank line or end of file

Javascript coding style problems

(775 errors, 1082 warnings)

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

blocks/course_tree_list/javascript/selectivizr-min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) This line has a length of 4711. Maximum allowed is 132. (max-len)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing space before opening brace. (space-before-blocks)
(#5) This line has 131 statements. Maximum allowed is 2. (max-statements-per-line)
(#5) 'B' declared on line 5 column 3707 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'h' declared on line 5 column 4109 is used outside of binding context. (block-scoped-var)
(#5) 'C' declared on line 5 column 3738 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'a' is already defined. (no-redeclare)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'b' is already defined. (no-redeclare)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) 'E' declared on line 5 column 4024 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'h' declared on line 5 column 4109 is used outside of binding context. (block-scoped-var)
(#5) 'F' declared on line 5 column 4042 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'h' declared on line 5 column 4109 is used outside of binding context. (block-scoped-var)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) 'o' declared on line 5 column 4103 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 'G' declared on line 5 column 3771 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) Function declared in a loop contains unsafe references to variable(s) 'l', 'l', 's', 'H', 'i', 'i', 'o', 't', 'l', 'v', 'v', 'l'. (no-loop-func)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '>' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) 'a' is already defined. (no-redeclare)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) A space is required after ','. (comma-spacing)
(#5) 'e' is already defined. (no-redeclare)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'H' declared on line 5 column 3819 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Operator '-' must be spaced. (space-infix-ops)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) 'o' declared on line 5 column 4103 is used outside of binding context. (block-scoped-var)
(#5) Expected { after 'if' condition. (curly)
(#5) Operator '+=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "try". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 't' declared on line 5 column 3454 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "catch". (keyword-spacing)
(#5) Expected space(s) after "catch". (keyword-spacing)
(#5) Empty block statement. (no-empty)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) before "if". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#5) 'd' is already defined. (no-redeclare)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) 'd' declared on line 5 column 373 is used outside of binding context. (block-scoped-var)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 'h' declared on line 5 column 380 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "return". (keyword-spacing)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Do not nest ternary expressions. (no-nested-ternary)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) 'v' declared on line 5 column 3994 is used outside of binding context. (block-scoped-var)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) 'v' declared on line 5 column 3994 is used outside of binding context. (block-scoped-var)
(#5) 'd' declared on line 5 column 373 is used outside of binding context. (block-scoped-var)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Missing space before value for key 'className'. (key-spacing)
(#5) 'd' declared on line 5 column 373 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'b'. (key-spacing)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) Unexpected use of comma operator. (no-sequences)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'a' declared on line 5 column 232 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) 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) 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) Expected space(s) before "return". (keyword-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) 'a' declared on line 5 column 84 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) 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) Expected space(s) before "function". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' 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) Operator '>' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "switch". (keyword-spacing)
(#5) Expected space(s) after "switch". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) 'p' declared on line 5 column 3067 is used outside of binding context. (block-scoped-var)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) 'p' declared on line 5 column 3067 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) 'm' declared on line 5 column 3221 is used outside of binding context. (block-scoped-var)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "return". (keyword-spacing)
(#5) Expected space(s) after "return". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) 'J' declared on line 5 column 3971 is used outside of binding context. (block-scoped-var)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '!==' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '!==' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected a 'break' statement before 'case'. (no-fallthrough)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) 'K' declared on line 5 column 3934 is used outside of binding context. (block-scoped-var)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) Return statement should not contain assignment. (no-return-assign)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Unexpected use of comma operator. (no-sequences)
(#5) A space is required after ','. (comma-spacing)
(#5) 'q' declared on line 5 column 3456 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '===' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Unexpected use of comma operator. (no-sequences)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected a 'break' statement before 'case'. (no-fallthrough)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) 'L' declared on line 5 column 3646 is used outside of binding context. (block-scoped-var)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) Expected space(s) after "return". (keyword-spacing)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "return". (keyword-spacing)
(#5) Expected space(s) after "return". (keyword-spacing)
(#5) Missing space before value for key 'className'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'b'. (key-spacing)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) 'M' declared on line 5 column 3470 is used outside of binding context. (block-scoped-var)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) 'm' declared on line 5 column 3221 is used outside of binding context. (block-scoped-var)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) 'N' declared on line 5 column 3465 is used outside of binding context. (block-scoped-var)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) 'O' declared on line 5 column 3461 is used outside of binding context. (block-scoped-var)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) 'P' declared on line 5 column 3922 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space before '}'. (block-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) 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) Expected space(s) before "function". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) 'x' declared on line 5 column 4069 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'h' declared on line 5 column 4109 is used outside of binding context. (block-scoped-var)
(#5) 'Q' declared on line 5 column 4060 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'o' declared on line 5 column 4103 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'c' is already defined. (no-redeclare)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Unexpected use of comma operator. (no-sequences)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '+=' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Do not nest ternary expressions. (no-nested-ternary)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) 'o' declared on line 5 column 4103 is used outside of binding context. (block-scoped-var)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'h' declared on line 5 column 4109 is used outside of binding context. (block-scoped-var)
(#5) 'x' declared on line 5 column 4069 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'h' declared on line 5 column 4109 is used outside of binding context. (block-scoped-var)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' 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) Operator '!=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '-' must be spaced. (space-infix-ops)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) 'n' declared on line 5 column 3087 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Unexpected use of comma operator. (no-sequences)
(#5) A space is required after ','. (comma-spacing)
(#5) 'n' declared on line 5 column 3087 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'n' declared on line 5 column 3087 is used outside of binding context. (block-scoped-var)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) 'n' declared on line 5 column 3087 is used outside of binding context. (block-scoped-var)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) 'R' declared on line 5 column 3480 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) 'S' declared on line 5 column 3521 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) 'T' declared on line 5 column 3598 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "return". (keyword-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Missing whitespace after semicolon. (semi-spacing)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "function". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 'f' declared on line 5 column 3056 is used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '>' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) 'f' declared on line 5 column 3056 is used outside of binding context. (block-scoped-var)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) 'f' declared on line 5 column 3056 is used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected { after 'for' condition. (curly)
(#5) Expected space(s) before "if". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 'f' declared on line 5 column 3056 is used outside of binding context. (block-scoped-var)
(#5) Unexpected use of comma operator. (no-sequences)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) 'i' declared on line 5 column 4098 is used outside of binding context. (block-scoped-var)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected { after 'if' condition. (curly)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) 'q' declared on line 5 column 3456 is used outside of binding context. (block-scoped-var)
(#5) Operator '>' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 'q' declared on line 5 column 3456 is used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) 'q' declared on line 5 column 3456 is used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '!==' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "if". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Unexpected constant condition. (no-constant-condition)
(#5) Unexpected space after unary operator '!'. (space-unary-ops)
(#5) Expected space or tab after '/*' in comment. (spaced-comment)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected { after 'if' condition. (curly)
(#5) Expected space(s) before "return". (keyword-spacing)
(#5) Missing '()' invoking a constructor. (new-parens)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "try". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) 'ActiveXObject' is not defined. (no-undef)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "catch". (keyword-spacing)
(#5) Expected space(s) after "catch". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Operator '<' must be spaced. (space-infix-ops)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Operator '>' must be spaced. (space-infix-ops)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing space before value for key 'NW'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'MooTools'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'DOMAssistant'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'Prototype'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'YAHOO'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'Sizzle'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'jQuery'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'dojo'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Unnecessary escape character: \/. (no-useless-escape)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Unnecessary escape character: \{. (no-useless-escape)
(#5) Unnecessary escape character: \[. (no-useless-escape)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '>' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Unnecessary escape character: \$. (no-useless-escape)
(#5) Unnecessary escape character: \^. (no-useless-escape)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Unnecessary escape character: \[. (no-useless-escape)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#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) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "try". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "catch". (keyword-spacing)
(#5) Expected space(s) after "catch". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-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) 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) Expected space(s) before "function". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '!=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Operator '?' must be spaced. (space-infix-ops)
(#5) Operator ':' must be spaced. (space-infix-ops)
(#5) Operator '+' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) A space is required after ','. (comma-spacing)
(#5) Operator '||' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "var". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Expected { after 'if' condition. (curly)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "try". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) Expected space(s) before "catch". (keyword-spacing)
(#5) Expected space(s) after "catch". (keyword-spacing)
(#5) Empty block statement. (no-empty)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-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) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space before '}'. (block-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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) A space is required after ','. (comma-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Operator '&&' must be spaced. (space-infix-ops)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Expected { after 'for' condition. (curly)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Operator '==' must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Operator '=' must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-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) 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) 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) 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) 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) 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) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
blocks/course_tree_list/javascript/selectivizr.js
(#1) Comments should not begin with a lowercase character. (capitalized-comments)
(#2) Trailing spaces not allowed. (no-trailing-spaces)
(#7) Trailing spaces not allowed. (no-trailing-spaces)
(#8) Trailing spaces not allowed. (no-trailing-spaces)
(#15) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Trailing spaces not allowed. (no-trailing-spaces)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#24) Trailing spaces not allowed. (no-trailing-spaces)
(#29) Unexpected tab character. (no-tabs)
(#29) Trailing spaces not allowed. (no-trailing-spaces)
(#30) Unexpected tab character. (no-tabs)
(#30) Trailing spaces not allowed. (no-trailing-spaces)
(#31) Unexpected tab character. (no-tabs)
(#32) Unexpected tab character. (no-tabs)
(#32) Expected space or tab after '/*' in comment. (spaced-comment)
(#32) Unexpected constant condition. (no-constant-condition)
(#32) Expected { after 'if' condition. (curly)
(#34) Unexpected tab character. (no-tabs)
(#36) Unexpected tab character. (no-tabs)
(#37) Unexpected tab character. (no-tabs)
(#38) Unexpected tab character. (no-tabs)
(#39) Unexpected tab character. (no-tabs)
(#40) Unexpected tab character. (no-tabs)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected tab character. (no-tabs)
(#42) Unexpected tab character. (no-tabs)
(#43) Unexpected tab character. (no-tabs)
(#43) Operator '<' must be spaced. (space-infix-ops)
(#43) Operator '>' must be spaced. (space-infix-ops)
(#44) Unexpected tab character. (no-tabs)
(#45) Unexpected tab character. (no-tabs)
(#46) Unexpected tab character. (no-tabs)
(#46) Trailing spaces not allowed. (no-trailing-spaces)
(#47) Unexpected tab character. (no-tabs)
(#47) Trailing spaces not allowed. (no-trailing-spaces)
(#48) Unexpected tab character. (no-tabs)
(#50) Unexpected tab character. (no-tabs)
(#51) Unexpected tab character. (no-tabs)
(#52) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) Unexpected tab character. (no-tabs)
(#53) Extra space after key 'NW'. (key-spacing)
(#54) Unexpected tab character. (no-tabs)
(#54) Unexpected tab character. (no-tabs)
(#54) Extra space after key 'MooTools'. (key-spacing)
(#55) Unexpected tab character. (no-tabs)
(#55) Unexpected tab character. (no-tabs)
(#55) Extra space after key 'DOMAssistant'. (key-spacing)
(#55) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Unexpected tab character. (no-tabs)
(#56) Unexpected tab character. (no-tabs)
(#56) Extra space after key 'Prototype'. (key-spacing)
(#57) Unexpected tab character. (no-tabs)
(#57) Unexpected tab character. (no-tabs)
(#57) Extra space after key 'YAHOO'. (key-spacing)
(#58) Unexpected tab character. (no-tabs)
(#58) Unexpected tab character. (no-tabs)
(#58) Extra space after key 'Sizzle'. (key-spacing)
(#58) Trailing spaces not allowed. (no-trailing-spaces)
(#59) Unexpected tab character. (no-tabs)
(#59) Unexpected tab character. (no-tabs)
(#59) Extra space after key 'jQuery'. (key-spacing)
(#60) Unexpected tab character. (no-tabs)
(#60) Unexpected tab character. (no-tabs)
(#60) Extra space after key 'dojo'. (key-spacing)
(#61) Unexpected tab character. (no-tabs)
(#61) Unexpected tab character. (no-tabs)
(#61) Extra space after key 'YUI'. (key-spacing)
(#62) Unexpected tab character. (no-tabs)
(#64) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) Unexpected tab character. (no-tabs)
(#65) Multiple spaces found before '// array of :e...'. (no-multi-spaces)
(#65) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Unexpected tab character. (no-tabs)
(#66) Unexpected tab character. (no-tabs)
(#66) Multiple spaces found before '// used to sol...'. (no-multi-spaces)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#67) Unexpected tab character. (no-tabs)
(#67) Unexpected tab character. (no-tabs)
(#67) Multiple spaces found before '// if true add...'. (no-multi-spaces)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Unexpected tab character. (no-tabs)
(#68) Unexpected tab character. (no-tabs)
(#69) Unexpected tab character. (no-tabs)
(#69) Trailing spaces not allowed. (no-trailing-spaces)
(#70) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Unexpected tab character. (no-tabs)
(#71) Unnecessary escape character: \/. (no-useless-escape)
(#72) Unexpected tab character. (no-tabs)
(#72) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#73) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#74) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#75) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#76) Unexpected tab character. (no-tabs)
(#76) Unnecessary escape character: \{. (no-useless-escape)
(#76) Unnecessary escape character: \[. (no-useless-escape)
(#77) Unexpected tab character. (no-tabs)
(#77) Unexpected tab character. (no-tabs)
(#77) Trailing spaces not allowed. (no-trailing-spaces)
(#78) This line has a length of 147. Maximum allowed is 132. (max-len)
(#78) Unexpected tab character. (no-tabs)
(#78) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#79) Unexpected tab character. (no-tabs)
(#80) Unexpected tab character. (no-tabs)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#81) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#82) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#83) Unexpected tab character. (no-tabs)
(#85) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#86) Unexpected tab character. (no-tabs)
(#86) Operator '>' must be spaced. (space-infix-ops)
(#86) Unnecessary escape character: \$. (no-useless-escape)
(#86) Unnecessary escape character: \^. (no-useless-escape)
(#88) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#89) Unexpected tab character. (no-tabs)
(#89) Unnecessary escape character: \[. (no-useless-escape)
(#90) Unexpected tab character. (no-tabs)
(#90) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#91) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#92) Unexpected tab character. (no-tabs)
(#93) Unexpected tab character. (no-tabs)
(#93) Trailing spaces not allowed. (no-trailing-spaces)
(#94) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#95) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#96) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#97) Unexpected tab character. (no-tabs)
(#99) Unexpected tab character. (no-tabs)
(#101) Unexpected tab character. (no-tabs)
(#102) Unexpected tab character. (no-tabs)
(#103) Unexpected tab character. (no-tabs)
(#104) Unexpected tab character. (no-tabs)
(#104) There should be no space after this paren. (space-in-parens)
(#104) There should be no space before this paren. (space-in-parens)
(#105) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#106) Unexpected tab character. (no-tabs)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#107) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#107) Unexpected tab character. (no-tabs)
(#108) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#108) Unexpected tab character. (no-tabs)
(#109) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#109) Unexpected tab character. (no-tabs)
(#110) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#110) Unexpected tab character. (no-tabs)
(#111) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#111) Unexpected tab character. (no-tabs)
(#111) Trailing spaces not allowed. (no-trailing-spaces)
(#112) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#112) Unexpected tab character. (no-tabs)
(#112) Function declared in a loop contains unsafe references to variable(s) 'patches', 'selector', 'patches', 'patches', 'patches'. (no-loop-func)
(#113) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#113) Unexpected tab character. (no-tabs)
(#114) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#114) Unexpected tab character. (no-tabs)
(#114) Operator '>' must be spaced. (space-infix-ops)
(#115) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#115) Unexpected tab character. (no-tabs)
(#115) There should be no space after this paren. (space-in-parens)
(#115) There should be no space before this paren. (space-in-parens)
(#116) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#116) Unexpected tab character. (no-tabs)
(#117) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#117) Unexpected tab character. (no-tabs)
(#118) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#118) Unexpected tab character. (no-tabs)
(#119) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#119) Unexpected tab character. (no-tabs)
(#119) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#119) Unexpected tab character. (no-tabs)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#120) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#120) Unexpected tab character. (no-tabs)
(#121) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#121) Unexpected tab character. (no-tabs)
(#121) There should be no space after this paren. (space-in-parens)
(#121) There should be no space before this paren. (space-in-parens)
(#121) There should be no space after this paren. (space-in-parens)
(#121) There should be no space before this paren. (space-in-parens)
(#122) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#122) Unexpected tab character. (no-tabs)
(#123) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#123) Unexpected tab character. (no-tabs)
(#124) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#124) Unexpected tab character. (no-tabs)
(#125) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#125) Unexpected tab character. (no-tabs)
(#126) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#126) Unexpected tab character. (no-tabs)
(#127) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#127) Unexpected tab character. (no-tabs)
(#128) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#128) Unexpected tab character. (no-tabs)
(#129) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#129) Unexpected tab character. (no-tabs)
(#130) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#130) Unexpected tab character. (no-tabs)
(#131) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#131) Unexpected tab character. (no-tabs)
(#132) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#132) Unexpected tab character. (no-tabs)
(#133) Unexpected tab character. (no-tabs)
(#133) Unnecessary semicolon. (no-extra-semi)
(#135) Unexpected tab character. (no-tabs)
(#136) Unexpected tab character. (no-tabs)
(#137) Unexpected tab character. (no-tabs)
(#137) There should be no space after this paren. (space-in-parens)
(#137) There should be no space before this paren. (space-in-parens)
(#138) Unexpected tab character. (no-tabs)
(#138) Trailing spaces not allowed. (no-trailing-spaces)
(#139) Unexpected tab character. (no-tabs)
(#139) There should be no space after '{'. (object-curly-spacing)
(#139) There should be no space before '}'. (object-curly-spacing)
(#140) Unexpected tab character. (no-tabs)
(#140) Unnecessary semicolon. (no-extra-semi)
(#142) Unexpected tab character. (no-tabs)
(#143) Unexpected tab character. (no-tabs)
(#144) Unexpected tab character. (no-tabs)
(#144) There should be no space after this paren. (space-in-parens)
(#144) There should be no space before this paren. (space-in-parens)
(#146) Unexpected tab character. (no-tabs)
(#147) Unexpected tab character. (no-tabs)
(#148) Unexpected tab character. (no-tabs)
(#149) Unexpected tab character. (no-tabs)
(#150) Unexpected tab character. (no-tabs)
(#152) Unexpected tab character. (no-tabs)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Trailing spaces not allowed. (no-trailing-spaces)
(#153) Unexpected tab character. (no-tabs)
(#154) Unexpected tab character. (no-tabs)
(#155) Unexpected tab character. (no-tabs)
(#156) Unexpected tab character. (no-tabs)
(#156) Trailing spaces not allowed. (no-trailing-spaces)
(#157) Unexpected tab character. (no-tabs)
(#157) Comments should not begin with a lowercase character. (capitalized-comments)
(#158) Unexpected tab character. (no-tabs)
(#158) Missing semicolon. (semi)
(#159) Unexpected tab character. (no-tabs)
(#160) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#161) Unexpected tab character. (no-tabs)
(#161) Trailing spaces not allowed. (no-trailing-spaces)
(#162) Unexpected tab character. (no-tabs)
(#162) Trailing spaces not allowed. (no-trailing-spaces)
(#163) Unexpected tab character. (no-tabs)
(#163) Comments should not begin with a lowercase character. (capitalized-comments)
(#164) Unexpected tab character. (no-tabs)
(#165) Unexpected tab character. (no-tabs)
(#167) Unexpected tab character. (no-tabs)
(#168) Unexpected tab character. (no-tabs)
(#169) Unexpected tab character. (no-tabs)
(#170) Unexpected tab character. (no-tabs)
(#170) Missing semicolon. (semi)
(#171) Unexpected tab character. (no-tabs)
(#173) Unexpected tab character. (no-tabs)
(#174) Unexpected tab character. (no-tabs)
(#175) Unexpected tab character. (no-tabs)
(#176) Unexpected tab character. (no-tabs)
(#177) Unexpected tab character. (no-tabs)
(#177) Trailing spaces not allowed. (no-trailing-spaces)
(#178) Unexpected tab character. (no-tabs)
(#179) Unexpected tab character. (no-tabs)
(#180) This line has a length of 135. Maximum allowed is 132. (max-len)
(#180) Unexpected tab character. (no-tabs)
(#181) Unexpected tab character. (no-tabs)
(#182) Unexpected tab character. (no-tabs)
(#182) There should be no space after this paren. (space-in-parens)
(#183) Unexpected tab character. (no-tabs)
(#184) Unexpected tab character. (no-tabs)
(#184) Missing semicolon. (semi)
(#185) Unexpected tab character. (no-tabs)
(#186) Unexpected tab character. (no-tabs)
(#186) Missing semicolon. (semi)
(#187) Unexpected tab character. (no-tabs)
(#188) Unexpected tab character. (no-tabs)
(#189) Unexpected tab character. (no-tabs)
(#190) Unexpected tab character. (no-tabs)
(#190) Trailing spaces not allowed. (no-trailing-spaces)
(#191) Unexpected tab character. (no-tabs)
(#192) Unexpected tab character. (no-tabs)
(#192) Trailing spaces not allowed. (no-trailing-spaces)
(#193) Unexpected tab character. (no-tabs)
(#194) Unexpected tab character. (no-tabs)
(#194) There should be no space after this paren. (space-in-parens)
(#195) Unexpected tab character. (no-tabs)
(#196) Unexpected tab character. (no-tabs)
(#196) There should be no space after this paren. (space-in-parens)
(#196) There should be no space before this paren. (space-in-parens)
(#197) Unexpected tab character. (no-tabs)
(#197) Trailing spaces not allowed. (no-trailing-spaces)
(#197) Unexpected tab character. (no-tabs)
(#198) Unexpected tab character. (no-tabs)
(#198) Missing semicolon. (semi)
(#199) Unexpected tab character. (no-tabs)
(#200) Unexpected tab character. (no-tabs)
(#201) Unexpected tab character. (no-tabs)
(#201) Missing semicolon. (semi)
(#202) Unexpected tab character. (no-tabs)
(#203) Unexpected tab character. (no-tabs)
(#203) Trailing spaces not allowed. (no-trailing-spaces)
(#204) Unexpected tab character. (no-tabs)
(#205) Unexpected tab character. (no-tabs)
(#207) Unexpected tab character. (no-tabs)
(#207) Expected a 'break' statement before 'case'. (no-fallthrough)
(#208) Unexpected tab character. (no-tabs)
(#208) Trailing spaces not allowed. (no-trailing-spaces)
(#209) Unexpected tab character. (no-tabs)
(#210) Unexpected tab character. (no-tabs)
(#210) There should be no space after this paren. (space-in-parens)
(#211) Unexpected tab character. (no-tabs)
(#212) Unexpected tab character. (no-tabs)
(#212) There should be no space after this paren. (space-in-parens)
(#212) There should be no space before this paren. (space-in-parens)
(#213) Unexpected tab character. (no-tabs)
(#213) Trailing spaces not allowed. (no-trailing-spaces)
(#214) Unexpected tab character. (no-tabs)
(#215) Unexpected tab character. (no-tabs)
(#216) Unexpected tab character. (no-tabs)
(#217) Unexpected tab character. (no-tabs)
(#218) Unexpected tab character. (no-tabs)
(#219) Unexpected tab character. (no-tabs)
(#220) Unexpected tab character. (no-tabs)
(#220) Missing semicolon. (semi)
(#221) Unexpected tab character. (no-tabs)
(#222) Unexpected tab character. (no-tabs)
(#222) Trailing spaces not allowed. (no-trailing-spaces)
(#223) Unexpected tab character. (no-tabs)
(#224) Unexpected tab character. (no-tabs)
(#225) Unexpected tab character. (no-tabs)
(#226) Unexpected tab character. (no-tabs)
(#226) Trailing spaces not allowed. (no-trailing-spaces)
(#227) Unexpected tab character. (no-tabs)
(#227) Expected a 'break' statement before 'case'. (no-fallthrough)
(#228) Unexpected tab character. (no-tabs)
(#229) Unexpected tab character. (no-tabs)
(#230) Unexpected tab character. (no-tabs)
(#231) Unexpected tab character. (no-tabs)
(#232) Unexpected tab character. (no-tabs)
(#233) Unexpected tab character. (no-tabs)
(#233) There should be no space after this paren. (space-in-parens)
(#234) Unexpected tab character. (no-tabs)
(#234) There should be no space after this paren. (space-in-parens)
(#234) There should be no space before this paren. (space-in-parens)
(#235) Unexpected tab character. (no-tabs)
(#235) Missing semicolon. (semi)
(#236) Unexpected tab character. (no-tabs)
(#236) There should be no space after this paren. (space-in-parens)
(#237) Unexpected tab character. (no-tabs)
(#237) There should be no space after this paren. (space-in-parens)
(#237) There should be no space before this paren. (space-in-parens)
(#238) Unexpected tab character. (no-tabs)
(#238) Missing semicolon. (semi)
(#239) Unexpected tab character. (no-tabs)
(#240) Unexpected tab character. (no-tabs)
(#240) Missing semicolon. (semi)
(#241) Unexpected tab character. (no-tabs)
(#242) Unexpected tab character. (no-tabs)
(#242) Trailing spaces not allowed. (no-trailing-spaces)
(#243) Unexpected tab character. (no-tabs)
(#243) Comments should not begin with a lowercase character. (capitalized-comments)
(#244) Unexpected tab character. (no-tabs)
(#245) Unexpected tab character. (no-tabs)
(#245) Trailing spaces not allowed. (no-trailing-spaces)
(#246) Unexpected tab character. (no-tabs)
(#247) Unexpected tab character. (no-tabs)
(#248) Unexpected tab character. (no-tabs)
(#249) Unexpected tab character. (no-tabs)
(#250) Unexpected tab character. (no-tabs)
(#251) Unexpected tab character. (no-tabs)
(#252) Unexpected tab character. (no-tabs)
(#253) Unexpected tab character. (no-tabs)
(#253) There should be no space after '{'. (object-curly-spacing)
(#253) There should be no space before '}'. (object-curly-spacing)
(#254) Unexpected tab character. (no-tabs)
(#254) Unnecessary semicolon. (no-extra-semi)
(#256) Unexpected tab character. (no-tabs)
(#257) Unexpected tab character. (no-tabs)
(#257) Unexpected tab character. (no-tabs)
(#257) Trailing spaces not allowed. (no-trailing-spaces)
(#258) Unexpected tab character. (no-tabs)
(#259) Unexpected tab character. (no-tabs)
(#260) Unexpected tab character. (no-tabs)
(#260) Trailing spaces not allowed. (no-trailing-spaces)
(#261) Unexpected tab character. (no-tabs)
(#261) Trailing spaces not allowed. (no-trailing-spaces)
(#262) Unexpected tab character. (no-tabs)
(#262) Trailing spaces not allowed. (no-trailing-spaces)
(#263) Unexpected tab character. (no-tabs)
(#264) Unexpected tab character. (no-tabs)
(#265) Unexpected tab character. (no-tabs)
(#265) Trailing spaces not allowed. (no-trailing-spaces)
(#266) Unexpected tab character. (no-tabs)
(#266) Trailing spaces not allowed. (no-trailing-spaces)
(#267) Unexpected tab character. (no-tabs)
(#268) Unexpected tab character. (no-tabs)
(#269) Unexpected tab character. (no-tabs)
(#270) Unexpected tab character. (no-tabs)
(#271) Unexpected tab character. (no-tabs)
(#271) Trailing spaces not allowed. (no-trailing-spaces)
(#272) Unexpected tab character. (no-tabs)
(#273) Unexpected tab character. (no-tabs)
(#274) Unexpected tab character. (no-tabs)
(#274) There should be no space after this paren. (space-in-parens)
(#274) There should be no space before this paren. (space-in-parens)
(#275) Unexpected tab character. (no-tabs)
(#276) Unexpected tab character. (no-tabs)
(#277) Unexpected tab character. (no-tabs)
(#277) There should be no space after this paren. (space-in-parens)
(#277) There should be no space before this paren. (space-in-parens)
(#278) Unexpected tab character. (no-tabs)
(#279) Unexpected tab character. (no-tabs)
(#282) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#283) Unexpected tab character. (no-tabs)
(#283) Trailing spaces not allowed. (no-trailing-spaces)
(#284) Unexpected tab character. (no-tabs)
(#285) Unexpected tab character. (no-tabs)
(#286) Unexpected tab character. (no-tabs)
(#287) Unexpected tab character. (no-tabs)
(#288) Unexpected tab character. (no-tabs)
(#288) Trailing spaces not allowed. (no-trailing-spaces)
(#289) Unexpected tab character. (no-tabs)
(#290) Unexpected tab character. (no-tabs)
(#290) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#291) Unexpected tab character. (no-tabs)
(#291) There should be no space before this paren. (space-in-parens)
(#292) Unexpected tab character. (no-tabs)
(#293) Unexpected tab character. (no-tabs)
(#294) Unexpected tab character. (no-tabs)
(#295) Unexpected tab character. (no-tabs)
(#296) Unexpected tab character. (no-tabs)
(#297) Unexpected tab character. (no-tabs)
(#298) Unexpected tab character. (no-tabs)
(#298) Unnecessary semicolon. (no-extra-semi)
(#300) Unexpected tab character. (no-tabs)
(#301) Unexpected tab character. (no-tabs)
(#302) Unexpected tab character. (no-tabs)
(#302) There should be no space after this paren. (space-in-parens)
(#302) There should be no space before this paren. (space-in-parens)
(#303) Unexpected tab character. (no-tabs)
(#304) Unexpected tab character. (no-tabs)
(#304) Unnecessary semicolon. (no-extra-semi)
(#305) Unexpected tab character. (no-tabs)
(#305) Trailing spaces not allowed. (no-trailing-spaces)
(#306) Unexpected tab character. (no-tabs)
(#306) Trailing spaces not allowed. (no-trailing-spaces)
(#307) Unexpected tab character. (no-tabs)
(#308) Unexpected tab character. (no-tabs)
(#308) Trailing spaces not allowed. (no-trailing-spaces)
(#309) Unexpected tab character. (no-tabs)
(#309) There should be no space after this paren. (space-in-parens)
(#309) There should be no space before this paren. (space-in-parens)
(#310) Unexpected tab character. (no-tabs)
(#311) Unexpected tab character. (no-tabs)
(#312) Unexpected tab character. (no-tabs)
(#313) Unexpected tab character. (no-tabs)
(#313) Statement inside of curly braces should be on next line. (brace-style)
(#313) Missing semicolon. (semi)
(#313) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#314) Unexpected tab character. (no-tabs)
(#314) Unnecessary semicolon. (no-extra-semi)
(#316) Unexpected tab character. (no-tabs)
(#317) Unexpected tab character. (no-tabs)
(#318) Unexpected tab character. (no-tabs)
(#318) There should be no space after this paren. (space-in-parens)
(#318) There should be no space before this paren. (space-in-parens)
(#319) Unexpected tab character. (no-tabs)
(#320) Unexpected tab character. (no-tabs)
(#321) Unexpected tab character. (no-tabs)
(#322) Unexpected tab character. (no-tabs)
(#322) Unnecessary semicolon. (no-extra-semi)
(#323) Unexpected tab character. (no-tabs)
(#325) Unexpected tab character. (no-tabs)
(#326) Unexpected tab character. (no-tabs)
(#327) Unexpected tab character. (no-tabs)
(#327) There should be no space after this paren. (space-in-parens)
(#327) There should be no space before this paren. (space-in-parens)
(#328) Unexpected tab character. (no-tabs)
(#329) Unexpected tab character. (no-tabs)
(#329) Unnecessary semicolon. (no-extra-semi)
(#331) Unexpected tab character. (no-tabs)
(#332) Unexpected tab character. (no-tabs)
(#333) Unexpected tab character. (no-tabs)
(#333) There should be no space after this paren. (space-in-parens)
(#333) There should be no space before this paren. (space-in-parens)
(#334) Unexpected tab character. (no-tabs)
(#335) Unexpected tab character. (no-tabs)
(#335) Unnecessary semicolon. (no-extra-semi)
(#337) Unexpected tab character. (no-tabs)
(#338) Unexpected tab character. (no-tabs)
(#339) Unexpected tab character. (no-tabs)
(#339) There should be no space after this paren. (space-in-parens)
(#339) There should be no space before this paren. (space-in-parens)
(#340) Unexpected tab character. (no-tabs)
(#341) Unexpected tab character. (no-tabs)
(#342) Unexpected tab character. (no-tabs)
(#343) Unexpected tab character. (no-tabs)
(#344) Unexpected tab character. (no-tabs)
(#344) Unnecessary semicolon. (no-extra-semi)
(#346) Unexpected tab character. (no-tabs)
(#347) Unexpected tab character. (no-tabs)
(#348) Unexpected tab character. (no-tabs)
(#348) There should be no space after this paren. (space-in-parens)
(#348) There should be no space before this paren. (space-in-parens)
(#349) Unexpected tab character. (no-tabs)
(#350) Unexpected tab character. (no-tabs)
(#351) Unexpected tab character. (no-tabs)
(#352) Unexpected tab character. (no-tabs)
(#353) Unexpected tab character. (no-tabs)
(#354) Unexpected tab character. (no-tabs)
(#355) Unexpected tab character. (no-tabs)
(#355) Unnecessary semicolon. (no-extra-semi)
(#357) Unexpected tab character. (no-tabs)
(#358) Unexpected tab character. (no-tabs)
(#358) Trailing spaces not allowed. (no-trailing-spaces)
(#359) Unexpected tab character. (no-tabs)
(#360) Unexpected tab character. (no-tabs)
(#360) There should be no space after this paren. (space-in-parens)
(#360) There should be no space before this paren. (space-in-parens)
(#361) Unexpected tab character. (no-tabs)
(#362) Unexpected tab character. (no-tabs)
(#363) Unexpected tab character. (no-tabs)
(#364) Unexpected tab character. (no-tabs)
(#365) Unexpected tab character. (no-tabs)
(#366) Unexpected tab character. (no-tabs)
(#367) Unexpected tab character. (no-tabs)
(#368) Unexpected tab character. (no-tabs)
(#368) Unnecessary semicolon. (no-extra-semi)
(#369) Unexpected tab character. (no-tabs)
(#369) Trailing spaces not allowed. (no-trailing-spaces)
(#370) Unexpected tab character. (no-tabs)
(#371) Unexpected tab character. (no-tabs)
(#372) Unexpected tab character. (no-tabs)
(#373) Unexpected tab character. (no-tabs)
(#373) Unnecessary semicolon. (no-extra-semi)
(#375) Unexpected tab character. (no-tabs)
(#376) Unexpected tab character. (no-tabs)
(#377) Unexpected tab character. (no-tabs)
(#377) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#378) Unexpected tab character. (no-tabs)
(#379) Unexpected tab character. (no-tabs)
(#379) Missing '()' invoking a constructor. (new-parens)
(#380) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#381) Unexpected tab character. (no-tabs)
(#381) Trailing spaces not allowed. (no-trailing-spaces)
(#382) Unexpected tab character. (no-tabs)
(#382) 'ActiveXObject' is not defined. (no-undef)
(#383) Unexpected tab character. (no-tabs)
(#383) Expected space(s) after "catch". (keyword-spacing)
(#383) Trailing spaces not allowed. (no-trailing-spaces)
(#384) Unexpected tab character. (no-tabs)
(#385) Unexpected tab character. (no-tabs)
(#386) Unexpected tab character. (no-tabs)
(#386) Unnecessary semicolon. (no-extra-semi)
(#388) Unexpected tab character. (no-tabs)
(#389) Unexpected tab character. (no-tabs)
(#389) There should be no space after this paren. (space-in-parens)
(#389) There should be no space before this paren. (space-in-parens)
(#390) Unexpected tab character. (no-tabs)
(#391) Unexpected tab character. (no-tabs)
(#392) Unexpected tab character. (no-tabs)
(#392) Operator '==' must be spaced. (space-infix-ops)
(#392) Unexpected tab character. (no-tabs)
(#392) Trailing spaces not allowed. (no-trailing-spaces)
(#393) Unexpected tab character. (no-tabs)
(#393) Unnecessary semicolon. (no-extra-semi)
(#394) Unexpected tab character. (no-tabs)
(#394) Trailing spaces not allowed. (no-trailing-spaces)
(#395) Unexpected tab character. (no-tabs)
(#396) Unexpected tab character. (no-tabs)
(#397) Unexpected tab character. (no-tabs)
(#398) Unexpected tab character. (no-tabs)
(#398) There should be no space after this paren. (space-in-parens)
(#398) There should be no space before this paren. (space-in-parens)
(#399) Unexpected tab character. (no-tabs)
(#399) Trailing spaces not allowed. (no-trailing-spaces)
(#400) Unexpected tab character. (no-tabs)
(#400) There should be no space after this paren. (space-in-parens)
(#400) There should be no space before this paren. (space-in-parens)
(#401) Unexpected tab character. (no-tabs)
(#402) Unexpected tab character. (no-tabs)
(#402) Unnecessary semicolon. (no-extra-semi)
(#403) Unexpected tab character. (no-tabs)
(#403) Trailing spaces not allowed. (no-trailing-spaces)
(#404) Unexpected tab character. (no-tabs)
(#404) Comments should not begin with a lowercase character. (capitalized-comments)
(#405) Unexpected tab character. (no-tabs)
(#406) Unexpected tab character. (no-tabs)
(#407) Unexpected tab character. (no-tabs)
(#408) Unexpected tab character. (no-tabs)
(#408) Trailing spaces not allowed. (no-trailing-spaces)
(#409) Unexpected tab character. (no-tabs)
(#409) Comments should not begin with a lowercase character. (capitalized-comments)
(#410) Unexpected tab character. (no-tabs)
(#410) Operator '==' must be spaced. (space-infix-ops)
(#410) Unexpected tab character. (no-tabs)
(#411) Unexpected tab character. (no-tabs)
(#412) Unexpected tab character. (no-tabs)
(#414) Unexpected tab character. (no-tabs)
(#414) Comments should not begin with a lowercase character. (capitalized-comments)
(#415) Unexpected tab character. (no-tabs)
(#415) Comments should not begin with a lowercase character. (capitalized-comments)
(#415) Unexpected tab character. (no-tabs)
(#415) Trailing spaces not allowed. (no-trailing-spaces)
(#416) Unexpected tab character. (no-tabs)
(#417) Unexpected tab character. (no-tabs)
(#418) Unexpected tab character. (no-tabs)
(#419) Unexpected tab character. (no-tabs)
(#419) Trailing spaces not allowed. (no-trailing-spaces)
(#420) Unexpected tab character. (no-tabs)
(#421) Unexpected tab character. (no-tabs)
(#421) Unnecessary semicolon. (no-extra-semi)
(#422) Unexpected tab character. (no-tabs)
(#422) Trailing spaces not allowed. (no-trailing-spaces)
(#423) Unexpected tab character. (no-tabs)
(#424) Unexpected tab character. (no-tabs)
(#425) Unexpected tab character. (no-tabs)
(#426) Unexpected tab character. (no-tabs)
(#427) Unexpected tab character. (no-tabs)
(#427) There should be no space after this paren. (space-in-parens)
(#427) There should be no space before this paren. (space-in-parens)
(#428) Unexpected tab character. (no-tabs)
(#429) Unexpected tab character. (no-tabs)
(#430) Unexpected tab character. (no-tabs)
(#430) There should be no space after this paren. (space-in-parens)
(#430) There should be no space before this paren. (space-in-parens)
(#430) Trailing spaces not allowed. (no-trailing-spaces)
(#431) Unexpected tab character. (no-tabs)
(#432) Unexpected tab character. (no-tabs)
(#433) Unexpected tab character. (no-tabs)
(#433) There should be no space after this paren. (space-in-parens)
(#433) There should be no space before this paren. (space-in-parens)
(#433) Trailing spaces not allowed. (no-trailing-spaces)
(#434) Unexpected tab character. (no-tabs)
(#435) Unexpected tab character. (no-tabs)
(#435) Trailing spaces not allowed. (no-trailing-spaces)
(#436) Unexpected tab character. (no-tabs)
(#437) Unexpected tab character. (no-tabs)
(#438) Unexpected tab character. (no-tabs)
(#439) Unexpected tab character. (no-tabs)
(#439) Unnecessary semicolon. (no-extra-semi)
(#440) Unexpected tab character. (no-tabs)
(#440) Trailing spaces not allowed. (no-trailing-spaces)
(#441) Unexpected tab character. (no-tabs)
(#442) Unexpected tab character. (no-tabs)
(#443) Unexpected tab character. (no-tabs)
(#443) Comments should not begin with a lowercase character. (capitalized-comments)
(#444) Unexpected tab character. (no-tabs)
(#445) Unexpected tab character. (no-tabs)
(#446) Unexpected tab character. (no-tabs)
(#447) Unexpected tab character. (no-tabs)
(#447) Trailing spaces not allowed. (no-trailing-spaces)
(#448) Unexpected tab character. (no-tabs)
(#448) Trailing spaces not allowed. (no-trailing-spaces)
(#449) Unexpected tab character. (no-tabs)
(#450) Unexpected tab character. (no-tabs)
(#451) Unexpected tab character. (no-tabs)
(#451) Trailing spaces not allowed. (no-trailing-spaces)
(#452) Unexpected tab character. (no-tabs)
(#454) Unexpected tab character. (no-tabs)
(#455) Unexpected tab character. (no-tabs)
(#456) Unexpected tab character. (no-tabs)
(#457) Unexpected tab character. (no-tabs)
(#458) Unexpected tab character. (no-tabs)
(#459) Unexpected tab character. (no-tabs)
(#459) Trailing spaces not allowed. (no-trailing-spaces)
(#460) Unexpected tab character. (no-tabs)
(#461) Unexpected tab character. (no-tabs)
(#462) Unexpected tab character. (no-tabs)
(#463) Unexpected tab character. (no-tabs)
(#464) Unexpected tab character. (no-tabs)
(#465) Unexpected tab character. (no-tabs)
(#466) Unexpected tab character. (no-tabs)
(#467) Unexpected tab character. (no-tabs)
(#468) Unexpected tab character. (no-tabs)
(#469) Unexpected tab character. (no-tabs)
(#470) Unexpected tab character. (no-tabs)
(#471) Unexpected tab character. (no-tabs)
(#472) Unexpected tab character. (no-tabs)
(#472) Trailing spaces not allowed. (no-trailing-spaces)
(#473) Unexpected tab character. (no-tabs)
(#474) Unexpected tab character. (no-tabs)
(#474) Missing semicolon. (semi)
(#475) Unexpected tab character. (no-tabs)
(#476) Unexpected tab character. (no-tabs)
(#477) Unexpected tab character. (no-tabs)
(#478) Unexpected tab character. (no-tabs)
(#478) There should be no space after this paren. (space-in-parens)
(#478) There should be no space after this paren. (space-in-parens)
(#478) There should be no space before this paren. (space-in-parens)
(#478) There should be no space before this paren. (space-in-parens)
(#479) Unexpected tab character. (no-tabs)
(#480) Unexpected tab character. (no-tabs)
(#481) Unexpected tab character. (no-tabs)
(#482) Unexpected tab character. (no-tabs)
(#482) Trailing spaces not allowed. (no-trailing-spaces)
(#483) Unexpected tab character. (no-tabs)
(#483) Trailing spaces not allowed. (no-trailing-spaces)
(#484) Unexpected tab character. (no-tabs)
(#484) Trailing spaces not allowed. (no-trailing-spaces)
(#485) Unexpected tab character. (no-tabs)
(#486) Unexpected tab character. (no-tabs)
(#486) There should be no space after this paren. (space-in-parens)
(#487) Unexpected tab character. (no-tabs)
(#488) Unexpected tab character. (no-tabs)
(#489) Unexpected tab character. (no-tabs)
(#490) Unexpected tab character. (no-tabs)
(#491) Unexpected tab character. (no-tabs)
(#492) Unexpected tab character. (no-tabs)
(#493) Unexpected tab character. (no-tabs)
(#494) Unexpected tab character. (no-tabs)
(#494) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#495) Unexpected tab character. (no-tabs)
(#496) Unexpected tab character. (no-tabs)
(#497) Unexpected tab character. (no-tabs)
(#498) Unexpected tab character. (no-tabs)
(#499) Unexpected tab character. (no-tabs)
(#500) Unexpected tab character. (no-tabs)
(#500) A space is required after ','. (comma-spacing)
(#500) Missing semicolon. (semi)
(#501) Unexpected tab character. (no-tabs)
(#502) Unexpected tab character. (no-tabs)
(#502) Unnecessary semicolon. (no-extra-semi)
(#503) Unexpected tab character. (no-tabs)
(#503) Trailing spaces not allowed. (no-trailing-spaces)
(#504) Unexpected tab character. (no-tabs)
(#504) Trailing spaces not allowed. (no-trailing-spaces)
(#505) Unexpected tab character. (no-tabs)
(#505) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#506) Unexpected tab character. (no-tabs)
(#507) Unexpected tab character. (no-tabs)
(#508) Unexpected tab character. (no-tabs)
(#508) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#509) Unexpected tab character. (no-tabs)
(#510) Unexpected tab character. (no-tabs)
(#511) Unexpected tab character. (no-tabs)
(#511) Empty block statement. (no-empty)
(#512) Unexpected tab character. (no-tabs)
(#513) Unexpected tab character. (no-tabs)
(#514) Unexpected tab character. (no-tabs)
(#515) Unexpected tab character. (no-tabs)
(#516) Unexpected tab character. (no-tabs)
(#517) Unexpected tab character. (no-tabs)
(#518) Unexpected tab character. (no-tabs)
(#519) Unexpected tab character. (no-tabs)
(#520) Unexpected tab character. (no-tabs)
(#520) Trailing spaces not allowed. (no-trailing-spaces)
(#521) Unexpected tab character. (no-tabs)
(#521) Trailing spaces not allowed. (no-trailing-spaces)
(#522) Unexpected tab character. (no-tabs)
(#522) Expected space or tab after '/*' in comment. (spaced-comment)
(#523) Unexpected tab character. (no-tabs)
(#524) Unexpected tab character. (no-tabs)
(#525) Unexpected tab character. (no-tabs)
(#526) Unexpected tab character. (no-tabs)
(#527) Unexpected tab character. (no-tabs)
(#528) Unexpected tab character. (no-tabs)
(#529) Unexpected tab character. (no-tabs)
(#530) Unexpected tab character. (no-tabs)
(#531) Unexpected tab character. (no-tabs)
(#532) Unexpected tab character. (no-tabs)
(#533) Unexpected tab character. (no-tabs)
(#534) Unexpected tab character. (no-tabs)
(#535) Unexpected tab character. (no-tabs)
(#537) Unexpected tab character. (no-tabs)
(#538) Unexpected tab character. (no-tabs)
(#539) Unexpected tab character. (no-tabs)
(#541) Unexpected tab character. (no-tabs)
(#541) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#542) Unexpected tab character. (no-tabs)
(#543) Unexpected tab character. (no-tabs)
(#543) Expected { after 'if' condition. (curly)
(#544) Unexpected tab character. (no-tabs)
(#545) Unexpected tab character. (no-tabs)
(#545) Expected { after 'if' condition. (curly)
(#546) Unexpected tab character. (no-tabs)
(#547) Unexpected tab character. (no-tabs)
(#548) Unexpected tab character. (no-tabs)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#548) Expected space(s) after "catch". (keyword-spacing)
(#548) Statement inside of curly braces should be on next line. (brace-style)
(#548) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#548) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#549) Unexpected tab character. (no-tabs)
(#550) Unexpected tab character. (no-tabs)
(#552) Unexpected tab character. (no-tabs)
(#552) Expected { after 'if' condition. (curly)
(#553) Unexpected tab character. (no-tabs)
(#554) Unexpected tab character. (no-tabs)
(#555) Unexpected tab character. (no-tabs)
(#555) Statement inside of curly braces should be on next line. (brace-style)
(#555) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#555) Expected space(s) after "catch". (keyword-spacing)
(#555) Empty block statement. (no-empty)
(#556) Unexpected tab character. (no-tabs)
(#556) Expected { after 'if' condition. (curly)
(#557) Unexpected tab character. (no-tabs)
(#558) Unexpected tab character. (no-tabs)
(#558) A space is required after ','. (comma-spacing)
(#559) Unexpected tab character. (no-tabs)
(#559) A space is required after ','. (comma-spacing)
(#560) Unexpected tab character. (no-tabs)
(#561) Unexpected tab character. (no-tabs)
(#561) Unnecessary semicolon. (no-extra-semi)

CSS problems

(54 errors, 3 warnings)

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

blocks/course_tree_list/styles.css
(#39) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected newline before "}" (block-closing-brace-newline-before)
(#51) Expected newline before "}" (block-closing-brace-newline-before)
(#50) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5) Expected newline after "{" (block-opening-brace-newline-after)
(#39) Expected newline after "{" (block-opening-brace-newline-after)
(#50) Expected newline after "{" (block-opening-brace-newline-after)
(#51) Expected newline after "{" (block-opening-brace-newline-after)
(#43) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#50) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#39) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#50) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#9) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#11) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Unexpected !important (declaration-no-important)
(#2) Unexpected unit (length-zero-no-unit)
(#26) Unexpected unit (length-zero-no-unit)
(#44) Unexpected unit (length-zero-no-unit)
(#5) Unexpected whitespace at end of line (no-eol-whitespace)
(#6) Unexpected whitespace at end of line (no-eol-whitespace)
(#2) Expected indentation of 4 spaces (indentation)
(#3) Expected indentation of 4 spaces (indentation)
(#6) Expected indentation of 4 spaces (indentation)
(#7) Expected indentation of 4 spaces (indentation)
(#8) Expected indentation of 4 spaces (indentation)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#34) Expected indentation of 4 spaces (indentation)
(#35) Expected indentation of 4 spaces (indentation)
(#36) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(0 errors, 0 warnings)

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


Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

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]


Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]