Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(404 errors, 127 warnings)

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

mod/swiftquiz/ImproviseQuestion.php
(#1) The first thing in a PHP file must be the <?php tag.
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Line exceeds 132 characters; contains 141 characters
(#7) Line exceeds 132 characters; contains 141 characters
(#48) File must end with a newline character
mod/swiftquiz/ajax.php
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) This comment is 58% valid code; is this commented out code?
(#158) No space found before comment text; expected "// 插入内容" but found "//插入内容"
(#159) Line indented incorrectly; expected at least 12 spaces, found 0
(#159) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#160) Line indented incorrectly; expected at least 12 spaces, found 0
(#160) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#161) Line indented incorrectly; expected at least 12 spaces, found 0
(#161) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Line indented incorrectly; expected at least 12 spaces, found 0
(#162) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) This comment is 69% valid code; is this commented out code?
(#164) Line indented incorrectly; expected at least 12 spaces, found 0
(#164) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#165) Line indented incorrectly; expected at least 12 spaces, found 0
(#165) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#207) Expected "if (...) {\n"; found "if(...) {\n"
(#367) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#390) Variable "is_improvise" must not contain underscores.
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) No space found before comment text; expected "// Add correct answer mark" but found "//Add correct answer mark"
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) No space found before comment text; expected "// Problem object" but found "//Problem object"
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Line indented incorrectly; expected at least 8 spaces, found 0
(#396) No space found before comment text; expected "// add fake responses" but found "//add fake responses"
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) This comment is 69% valid code; is this commented out code?
(#398) Line indented incorrectly; expected at least 12 spaces, found 0
(#398) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#406) Expected "if (...) {\n"; found "if(...){\n"
(#407) Variable "is_improvise" must not contain underscores.
(#411) Expected "if (...) {\n"; found "if(...){\n"
(#411) Variable "is_improvise" must not contain underscores.
(#412) Expected 1 space before "+="; 0 found
(#412) Expected 1 space after "+="; 0 found
(#419) Variable "fake_response" must not contain underscores.
(#422) Variable "fake_response" must not contain underscores.
(#423) Variable "fake_response" must not contain underscores.
(#428) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#430) Expected 1 space before "="; 0 found
(#430) Expected 1 space after "="; 0 found
(#430) Commas (,) must be followed by white space.
(#431) Expected 1 space before "="; 0 found
(#431) Expected 1 space after "="; 0 found
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) No space found before comment text; expected "// Clear the space before and after the answer" but found "//Clear the space before and after the answer"
(#432) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#432) Expected 1 space before "=>"; 0 found
(#432) Expected 1 space after "=>"; 0 found
(#432) Expected 1 space before "=>"; 0 found
(#432) Expected 1 space after "=>"; 0 found
(#433) Expected "if (...) {\n"; found "if(...){ //Judge whether the test question has the correct answer\n"
(#433) Expected 1 space before "=="; 0 found
(#433) Expected 1 space after "=="; 0 found
(#433) Commas (,) must be followed by white space.
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Line exceeds maximum limit of 180 characters; contains 219 characters
(#433) No space found before comment text; expected "// Judge whether the test question has the correct answer" but found "//Judge whether the test question has the correct answer"
(#434) Expected 1 space before "="; 0 found
(#434) Expected 1 space after "="; 0 found
(#435) Expected "} else {\n"; found "}else{\n"
(#436) Expected "if (...) {\n"; found "if(...){ //Multiple choice questions\n"
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) No space found before comment text; expected "// Multiple choice questions" but found "//Multiple choice questions"
(#437) Expected 1 space before "="; 0 found
(#437) Expected 1 space after "="; 0 found
(#437) Commas (,) must be followed by white space.
(#437) Expected 1 space before "?"; 0 found
(#437) Expected 1 space after "?"; 0 found
(#437) Expected 1 space before ":"; 0 found
(#437) Expected 1 space after ":"; 0 found
(#438) Expected "} else {\n"; found "}else{\n"
(#439) Expected 1 space before "="; 0 found
(#439) Expected 1 space after "="; 0 found
(#439) Expected 1 space before "=="; 0 found
(#439) Expected 1 space after "=="; 0 found
(#439) Expected 1 space before "?"; 0 found
(#439) Expected 1 space after "?"; 0 found
(#439) Expected 1 space before ":"; 0 found
(#439) Expected 1 space after ":"; 0 found
(#439) Line exceeds 132 characters; contains 142 characters
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) No space found before comment text; expected "// Count the number of correct answers" but found "//Count the number of correct answers"
(#446) Expected 1 space before "="; 0 found
(#446) Expected 1 space after "="; 0 found
(#446) Inline comments must end in full-stops, exclamation marks, or question marks
(#446) No space found before comment text; expected "// Number of correct answers" but found "//Number of correct answers"
(#447) Expected "if (...) {\n"; found "if(...){ //Multiple choice questions\n"
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) No space found before comment text; expected "// Multiple choice questions" but found "//Multiple choice questions"
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#448) No space found before comment text; expected "// $attempt Individual user participation" but found "//$attempt Individual user participation"
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Expected 1 space before "="; 0 found
(#452) Expected 1 space after "="; 0 found
(#453) Expected 1 space before "="; 0 found
(#453) Expected 1 space after "="; 0 found
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Line exceeds maximum limit of 180 characters; contains 201 characters
(#454) No space found before comment text; expected "// To judge whether the user's answer is completely correct, the number of answers selected by the user is the same as the number of correct answers, and the content is completely consistent" but found "//To judge whether the user's answer is completely correct, the number of answers selected by the user is the same as the number of correct answers, and the content is completely consistent"
(#455) Expected "if (...) {\n"; found "if(...){ //The answer is absolutely correct\n"
(#455) Expected 1 space before "=="; 0 found
(#455) Expected 1 space after "=="; 0 found
(#455) Commas (,) must be followed by white space.
(#455) Line exceeds 132 characters; contains 164 characters
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) No space found before comment text; expected "// The answer is absolutely correct" but found "//The answer is absolutely correct"
(#459) Expected "} else {\n"; found "}else{//Single choice questions\n"
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) No space found before comment text; expected "// Single choice questions" but found "//Single choice questions"
(#460) Expected 1 space before "="; 0 found
(#460) Expected 1 space after "="; 0 found
(#460) Commas (,) must be followed by white space.
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) No space found before comment text; expected "// Get all answers to this question" but found "//Get all answers to this question"
(#461) Expected "if (...) {\n"; found "if(...){ //Determine whether there is a way to get the correct answer to the question\n"
(#461) Commas (,) must be followed by white space.
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) No space found before comment text; expected "// Determine whether there is a way to get the correct answer to the question" but found "//Determine whether there is a way to get the correct answer to the question"
(#462) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#463) Expected "if (...) {\n"; found "if(...){ // Traverse each answer and compare it with the correct answer. If it is the same, add 1 to the correct number\n"
(#463) Expected 1 space before "=="; 0 found
(#463) Expected 1 space after "=="; 0 found
(#463) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Line exceeds maximum limit of 180 characters; contains 186 characters
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#470) No space found before comment text; expected "// adapt rightcount" but found "//adapt rightcount"
(#471) Expected "if (...) {\n"; found "if(...){\n"
(#472) Expected "if (...) {\n"; found "if(...){\n"
(#475) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#475) Expected "if (...) {\n"; found "if (...){\n"
(#479) Variable "show_abs" must not contain underscores.
(#480) Variable "show_percent" must not contain underscores.
(#481) Expected "if (...) {\n"; found "if(...){\n"
(#482) Variable "show_abs" must not contain underscores.
(#483) Variable "show_percent" must not contain underscores.
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#485) Expected "if (...) {\n"; found "if(...){\n"
(#485) Expected 1 space before "=="; 0 found
(#485) Expected 1 space after "=="; 0 found
(#486) Variable "show_abs" must not contain underscores.
(#489) Inline comments must start with a capital letter, digit or 3-dots sequence
(#489) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Line indented incorrectly; expected at least 4 spaces, found 0
(#491) Variable "buf_responses" must not contain underscores.
(#492) Variable "blank_num" must not contain underscores.
(#493) Expected "if (...) {\n"; found "if(...) {\n"
(#495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) No space found before comment text; expected "// create a 2-dimensional array" but found "//create a 2-dimensional array"
(#498) Variable "result_list" must not contain underscores.
(#499) Expected "for (...) {\n"; found "for(...){\n"
(#499) Variable "blank_num" must not contain underscores.
(#502) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#506) Variable "result_list" must not contain underscores.
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#509) No space found before comment text; expected "// store the data in the array[][]" but found "//store the data in the array[][]"
(#510) Expected 1 space before "="; 0 found
(#510) Expected 1 space after "="; 0 found
(#510) Commas (,) must be followed by white space.
(#511) Expected "if (...) {\n"; found "if(...){ //Determine whether there is a way to get the correct answer to the question\n"
(#511) Commas (,) must be followed by white space.
(#511) Line exceeds 132 characters; contains 141 characters
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) No space found before comment text; expected "// Determine whether there is a way to get the correct answer to the question" but found "//Determine whether there is a way to get the correct answer to the question"
(#512) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#515) Variable "result_list" must not contain underscores.
(#520) Inline comments must start with a capital letter, digit or 3-dots sequence
(#520) Inline comments must end in full-stops, exclamation marks, or question marks
(#521) Variable "blank_num" must not contain underscores.
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Variable "correct_answer" must not contain underscores.
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#525) Variable "fake_response" must not contain underscores.
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Expected "for (...) {\n"; found "for(...) {\n"
(#527) Variable "blank_num" must not contain underscores.
(#528) Variable "buf_column" must not contain underscores.
(#528) Variable "fake_response" must not contain underscores.
(#529) Variable "buf_column" must not contain underscores.
(#529) Expected 1 space before "+"; 0 found
(#529) Expected 1 space after "+"; 0 found
(#530) Variable "buf_column" must not contain underscores.
(#531) Variable "buf_responses" must not contain underscores.
(#531) Variable "buf_column" must not contain underscores.
(#535) Variable "buf_column" must not contain underscores.
(#535) Expected 1 space before "?"; 0 found
(#535) Expected 1 space after "?"; 0 found
(#535) Expected 1 space before ":"; 0 found
(#535) Expected 1 space after ":"; 0 found
(#536) Variable "buf_column" must not contain underscores.
(#536) Variable "correct_answer" must not contain underscores.
(#537) Variable "buf_column" must not contain underscores.
(#537) Variable "result_list" must not contain underscores.
(#537) Expected 1 space before "?"; 0 found
(#537) Expected 1 space after "?"; 0 found
(#537) Variable "result_list" must not contain underscores.
(#537) Expected 1 space before ":"; 0 found
(#537) Expected 1 space after ":"; 0 found
(#538) Variable "buf_responses" must not contain underscores.
(#538) Variable "buf_column" must not contain underscores.
(#541) Variable "buf_responses" must not contain underscores.
(#541) Variable "blank_num" must not contain underscores.
(#542) Inline comments must start with a capital letter, digit or 3-dots sequence
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) Variable "buf_responses" must not contain underscores.
(#545) Inline comments must start with a capital letter, digit or 3-dots sequence
(#545) Inline comments must end in full-stops, exclamation marks, or question marks
(#545) No space found before comment text; expected "// shortanswer word cloud" but found "//shortanswer word cloud"
(#546) Expected 1 space before "="; 0 found
(#546) Expected 1 space after "="; 0 found
(#547) Expected "if (...) {\n"; found "if(...){\n"
(#547) Expected 1 space before "=="; 0 found
(#547) Expected 1 space after "=="; 0 found
(#548) Expected 1 space before "="; 0 found
(#548) Expected 1 space after "="; 0 found
(#548) Commas (,) must be followed by white space.
(#549) Expected 1 space before "="; 0 found
(#549) Expected 1 space after "="; 0 found
(#551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#551) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) No space found before comment text; expected "// end" but found "//end"
(#553) Expected "if (...) {\n"; found "if(...){\n"
(#553) Variable "is_improvise" must not contain underscores.
(#559) Inline comments must start with a capital letter, digit or 3-dots sequence
(#559) Inline comments must end in full-stops, exclamation marks, or question marks
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#561) Expected 1 space before "=="; 0 found
(#561) Expected 1 space after "=="; 0 found
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#564) Expected 1 space before "=>"; 0 found
(#564) Expected 1 space after "=>"; 0 found
(#564) Expected 1 space before "=>"; 0 found
(#564) Expected 1 space after "=>"; 0 found
(#565) Expected 1 space before "="; 0 found
(#565) Expected 1 space after "="; 0 found
(#567) Expected 1 space before "="; 0 found
(#567) Expected 1 space after "="; 0 found
(#567) Commas (,) must be followed by white space.
(#568) Expected 1 space before "="; 0 found
(#568) Expected 1 space after "="; 0 found
(#582) Variable "buf_responses" must not contain underscores.
(#585) Expected 1 space before "=>"; 0 found
(#585) Expected 1 space after "=>"; 0 found
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) No space found before comment text; expected "// Number of complete correct answers" but found "//Number of complete correct answers"
(#586) Expected 1 space before "=>"; 0 found
(#586) Expected 1 space after "=>"; 0 found
(#586) Commas (,) must be followed by white space.
(#586) Blank comments are not allowed
(#587) Expected 1 space before "=>"; 0 found
(#587) Expected 1 space after "=>"; 0 found
(#590) Variable "show_abs" must not contain underscores.
(#591) Variable "show_percent" must not contain underscores.
(#726) Expected 1 space after asterisk; 0 found
(#728) Expected 1 space before opening brace; found 0
(#730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#730) This comment is 58% valid code; is this commented out code?
(#730) Line indented incorrectly; expected at least 4 spaces, found 0
(#730) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#731) Expected 1 space after "="; 0 found
(#733) Expected "if (...) {\n"; found "if(...){\n"
(#737) Expected "} else if (...) {\n"; found "} else if(...){\n"
(#737) Expected "if (...) {\n"; found "if(...){\n"
(#742) Expected "} else if (...) {\n"; found "} else if(...){\n"
(#742) Expected "if (...) {\n"; found "if(...){\n"
(#751) Commas (,) must be followed by white space.
(#796) Inline comments must start with a capital letter, digit or 3-dots sequence
(#796) Inline comments must end in full-stops, exclamation marks, or question marks
(#796) This comment is 72% valid code; is this commented out code?
(#796) Line indented incorrectly; expected at least 8 spaces, found 0
(#796) Expected 1 space before comment text but found 12; use block comment if you need indentation
mod/swiftquiz/backup/moodle2/backup_swiftquiz_activity_task.class.php
(#48) The static declaration must come after the visibility declaration
mod/swiftquiz/backup/moodle2/backup_swiftquiz_stepslib.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/backup/moodle2/restore_swiftquiz_activity_task.class.php
(#44) The static declaration must come after the visibility declaration
(#53) The static declaration must come after the visibility declaration
(#63) The static declaration must come after the visibility declaration
(#70) The static declaration must come after the visibility declaration
mod/swiftquiz/backup/moodle2/restore_swiftquiz_stepslib.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Line exceeds 132 characters; contains 151 characters
(#36) Line exceeds 132 characters; contains 135 characters
mod/swiftquiz/classes/bank/question_bank_add_to_swiftquiz_action_column.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/classes/bank/swiftquiz_question_bank_view.php
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/classes/exporter.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/classes/improviser.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#293) Expected 1 space before opening brace; found 0
(#294) Expected "if (...) {\n"; found "if(...){\n"
mod/swiftquiz/classes/output/renderer.php
(#125) global $PAGE cannot be used in renderers. Use $this->page.
(#129) global $PAGE cannot be used in renderers. Use $this->page.
(#155) global $PAGE cannot be used in renderers. Use $this->page.
(#157) global $PAGE cannot be used in renderers. Use $this->page.
(#226) global $PAGE cannot be used in renderers. Use $this->page.
(#227) global $PAGE cannot be used in renderers. Use $this->page.
(#231) global $PAGE cannot be used in renderers. Use $this->page.
(#232) global $PAGE cannot be used in renderers. Use $this->page.
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#330) Line exceeds 132 characters; contains 171 characters
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) No space found before comment text; expected "// $attempt->quba->get_slots() List of test sequence numbers for this problem. $qubaslot Question serial number" but found "//$attempt->quba->get_slots() List of test sequence numbers for this problem. $qubaslot Question serial number"
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Line exceeds maximum limit of 180 characters; contains 231 characters
(#331) No space found before comment text; expected "// $qattempt It is the participant of the question, including the situation of students' participation in answering the question and the object of the question" but found "//$qattempt It is the participant of the question, including the situation of students' participation in answering the question and the object of the question"
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) No space found before comment text; expected "// Problem object" but found "//Problem object"
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) No space found before comment text; expected "// Get the answer list of the question object" but found "//Get the answer list of the question object"
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) No space found before comment text; expected "// Mark whether the answer is correct" but found "//Mark whether the answer is correct"
(#336) Expected 1 space before "="; 0 found
(#336) Expected 1 space after "="; 0 found
(#337) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#337) Expected 1 space before "=>"; 0 found
(#337) Expected 1 space after "=>"; 0 found
(#337) Expected 1 space before "=>"; 0 found
(#337) Expected 1 space after "=>"; 0 found
(#338) Expected "if (...) {\n"; found "if(...){ //Judge whether the test question has the correct answer\n"
(#338) Expected 1 space before "=="; 0 found
(#338) Expected 1 space after "=="; 0 found
(#338) Commas (,) must be followed by white space.
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Line exceeds maximum limit of 180 characters; contains 223 characters
(#338) No space found before comment text; expected "// Judge whether the test question has the correct answer" but found "//Judge whether the test question has the correct answer"
(#339) Expected 1 space before "="; 0 found
(#339) Expected 1 space after "="; 0 found
(#340) Expected "} else {\n"; found "}else{\n"
(#341) Expected "if (...) {\n"; found "if(...){ //Multiple choice questions\n"
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) No space found before comment text; expected "// Multiple choice questions" but found "//Multiple choice questions"
(#342) Expected 1 space before "="; 0 found
(#342) Expected 1 space after "="; 0 found
(#342) Commas (,) must be followed by white space.
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) No space found before comment text; expected "// Clear the space before and after the answer" but found "//Clear the space before and after the answer"
(#344) Expected 1 space before "="; 0 found
(#344) Expected 1 space after "="; 0 found
(#344) Commas (,) must be followed by white space.
(#344) Expected 1 space before "?"; 0 found
(#344) Expected 1 space after "?"; 0 found
(#344) Expected 1 space before ":"; 0 found
(#344) Expected 1 space after ":"; 0 found
(#345) Expected "} else {\n"; found "}else{\n"
(#346) Expected 1 space before "="; 0 found
(#346) Expected 1 space after "="; 0 found
(#346) Expected 1 space before "=="; 0 found
(#346) Expected 1 space after "=="; 0 found
(#346) Expected 1 space before "?"; 0 found
(#346) Expected 1 space after "?"; 0 found
(#346) Expected 1 space before ":"; 0 found
(#346) Expected 1 space after ":"; 0 found
(#346) Line exceeds 132 characters; contains 146 characters
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) No space found before comment text; expected "// Count the number of correct answers" but found "//Count the number of correct answers"
(#351) Expected 1 space before "="; 0 found
(#351) Expected 1 space after "="; 0 found
(#351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) No space found before comment text; expected "// the number of correct answers" but found "//the number of correct answers"
(#352) Expected "if (...) {\n"; found "if(...){ //Multiple choice questions\n"
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) No space found before comment text; expected "// Multiple choice questions" but found "//Multiple choice questions"
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) No space found before comment text; expected "// $attempt Individual user participation" but found "//$attempt Individual user participation"
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Expected 1 space before "="; 0 found
(#357) Expected 1 space after "="; 0 found
(#358) Expected 1 space before "="; 0 found
(#358) Expected 1 space after "="; 0 found
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Line exceeds maximum limit of 180 characters; contains 209 characters
(#359) No space found before comment text; expected "// To judge whether the user's answer is completely correct, the number of answers selected by the user is the same as the number of correct answers, and the content is completely consistent" but found "//To judge whether the user's answer is completely correct, the number of answers selected by the user is the same as the number of correct answers, and the content is completely consistent"
(#360) Expected "if (...) {\n"; found "if(...){ //The answer is absolutely correct\n"
(#360) Expected 1 space before "=="; 0 found
(#360) Expected 1 space after "=="; 0 found
(#360) Commas (,) must be followed by white space.
(#360) Line exceeds 132 characters; contains 172 characters
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) No space found before comment text; expected "// The answer is absolutely correct" but found "//The answer is absolutely correct"
(#364) Expected "} else {\n"; found "}else{//Single choice questions\n"
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) No space found before comment text; expected "// Single choice questions" but found "//Single choice questions"
(#365) Expected 1 space before "="; 0 found
(#365) Expected 1 space after "="; 0 found
(#365) Commas (,) must be followed by white space.
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) No space found before comment text; expected "// Get all answers to this question" but found "//Get all answers to this question"
(#366) Expected "if (...) {\n"; found "if(...){ //Determine whether there is a way to get the correct answer to the question\n"
(#366) Commas (,) must be followed by white space.
(#366) Line exceeds 132 characters; contains 149 characters
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// Determine whether there is a way to get the correct answer to the question" but found "//Determine whether there is a way to get the correct answer to the question"
(#367) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#368) Expected "if (...) {\n"; found "if(...){ // Traverse each answer and compare it with the correct answer. If it is the same, add 1 to the correct number\n"
(#368) Expected 1 space before "=="; 0 found
(#368) Expected 1 space after "=="; 0 found
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Line exceeds maximum limit of 180 characters; contains 194 characters
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) No space found before comment text; expected "// end" but found "//end"
(#381) Expected 1 space before "=>"; 0 found
(#381) Expected 1 space after "=>"; 0 found
(#383) Inline comments must end in full-stops, exclamation marks, or question marks
(#383) No space found before comment text; expected "// Gets the shortanswerslots array" but found "//Gets the shortanswerslots array"
(#384) Expected "if (...) {\n"; found "if(...){\n"
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#385) Commas (,) must be followed by white space.
(#386) Inline comments must start with a capital letter, digit or 3-dots sequence
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) This comment is 89% valid code; is this commented out code?
(#386) No space found before comment text; expected "// var_dump($tags);exit();" but found "//var_dump($tags);exit();"
(#387) Expected 1 space before "="; 0 found
(#387) Expected 1 space after "="; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/swiftquiz/classes/privacy/provider.php
(#36) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/swiftquiz/classes/swiftquiz.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/classes/swiftquiz_attempt.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/classes/swiftquiz_question.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/classes/swiftquiz_session.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#470) Expected 1 space before "="; 0 found
(#470) Expected 1 space after "="; 0 found
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#470) No space found before comment text; expected "// Clear the space before and after the answer" but found "//Clear the space before and after the answer"
mod/swiftquiz/classes/swiftquiz_vote.php
(#19) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/db/upgrade.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/edit.php
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/swiftquiz/lang/en/swiftquiz.php
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
mod/swiftquiz/lib.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#162) Logical operator "or" is prohibited; use "||" instead
(#190) Logical operator "or" is prohibited; use "||" instead
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) No space found before comment text; expected "// Clear spaces before and after array elements" but found "//Clear spaces before and after array elements"
(#214) Expected 1 space before opening brace; found 0
(#215) Expected "if (...) {\n"; found "if (...){\n"
(#218) Commas (,) must be followed by white space.
(#224) Commas (,) must be followed by white space.
(#224) Variable "top_k" must not contain underscores.
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#228) Commas (,) must be followed by white space.
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#231) Expected 1 space before "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#232) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#233) Expected 1 space before ".="; 0 found
(#233) Expected 1 space after ".="; 0 found
(#235) Variable "top_k" must not contain underscores.
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#238) Expected 1 space before "="; 0 found
(#238) Expected 1 space after "="; 0 found
(#238) Expected 1 space before "/"; 0 found
(#238) Expected 1 space after "/"; 0 found
(#239) Variable "wordFreqData" must be all lower-case
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#240) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#241) Expected 1 space before "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#241) Expected 1 space before "/"; 0 found
(#241) Expected 1 space after "/"; 0 found
(#242) Variable "wordFreqData" must be all lower-case
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#242) Commas (,) must be followed by white space.
(#244) Variable "wordFreqData" must be all lower-case
(#252) Expected 1 space before opening brace; found 0
(#253) Expected 1 space before "+"; 0 found
(#253) Expected 1 space after "+"; 0 found
(#263) Expected 1 space before opening brace; found 0
(#264) Expected 1 space before "+"; 0 found
(#264) Expected 1 space after "+"; 0 found
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) This comment is 50% valid code; is this commented out code?
(#273) 3 slashes comments are not allowed; use "// Comment." instead
(#273) No space found before comment text; expected "// **" but found "///**"
(#277) No space found before comment text; expected "// function swiftquiz_get_ddwtos_options_by_question_object(object $question): array{" but found "//function swiftquiz_get_ddwtos_options_by_question_object(object $question): array{"
(#278) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#279) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#280) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#281) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#282) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#283) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#284) No space found before comment text; expected "// }" but found "//}"
(#291) Expected 1 space before opening brace; found 0
(#295) Expected "while (...) {\n"; found "while(...){\n"
(#307) Expected 1 space before opening brace; found 0
(#311) Expected "while (...) {\n"; found "while(...){\n"
(#317) File must end with a newline character
mod/swiftquiz/locallib.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/swiftquiz/mod_form.php
(#33) Possible useless method overriding detected
mod/swiftquiz/version.php
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
mod/swiftquiz/view.php
(#189) Functions must not contain multiple empty lines in a row; found 2 empty lines

Javascript coding style problems

(629 errors, 2233 warnings)

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

mod/swiftquiz/amd/src/core.js
Parsing error: Cannot find module '../../../node_modules/babel-preset-env' Require stack: - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/plugins.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/client.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/index.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@eslint/eslintrc/dist/eslintrc.cjs
mod/swiftquiz/amd/src/edit.js
Parsing error: Cannot find module '../../../node_modules/babel-preset-env' Require stack: - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/plugins.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/client.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/index.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@eslint/eslintrc/dist/eslintrc.cjs
mod/swiftquiz/amd/src/instructor.js
Parsing error: Cannot find module '../../../node_modules/babel-preset-env' Require stack: - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/plugins.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/client.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/index.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@eslint/eslintrc/dist/eslintrc.cjs
mod/swiftquiz/amd/src/student.js
Parsing error: Cannot find module '../../../node_modules/babel-preset-env' Require stack: - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/plugins.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/config/files/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/core/lib/index.js - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/client.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@babel/eslint-parser/lib/index.cjs - /var/lib/jenkins/git_repositories/prechecker/node_modules/@eslint/eslintrc/dist/eslintrc.cjs
mod/swiftquiz/artModal.js
(#1) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#5) Identifier 'def_options' is not in camel case. (camelcase)
(#10) Expected space or tab after '//' in comment. (spaced-comment)
(#11) Identifier 'artModal_content' is not in camel case. (camelcase)
(#12) Identifier 'artModal_content' is not in camel case. (camelcase)
(#13) Identifier 'artModal_content' is not in camel case. (camelcase)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#27) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#30) Missing semicolon. (semi)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#40) Identifier 'opened_num' is not in camel case. (camelcase)
(#41) Identifier 'opened_num' is not in camel case. (camelcase)
(#42) Identifier 'opened_num' is not in camel case. (camelcase)
(#48) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#50) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#51) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#52) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#53) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#54) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#55) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#55) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#56) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#58) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#60) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#63) Unexpected space before function parentheses. (space-before-function-paren)
(#75) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#90) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#91) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#92) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#99) Unexpected space before function parentheses. (space-before-function-paren)
(#101) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#102) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#103) Identifier 'artModal_dialog' is not in camel case. (camelcase)
(#107) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#108) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#109) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#109) Identifier 'artModal_backdrop_elements' is not in camel case. (camelcase)
(#114) Identifier 'check_backdrop' is not in camel case. (camelcase)
(#114) Unexpected space before function parentheses. (space-before-function-paren)
(#115) Identifier 'backdrop_elements' is not in camel case. (camelcase)
(#116) Identifier 'backdrop_elements' is not in camel case. (camelcase)
(#118) Identifier 'check_artModal' is not in camel case. (camelcase)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Identifier 'artModal_elements' is not in camel case. (camelcase)
(#120) Identifier 'opened_artModal_elements' is not in camel case. (camelcase)
(#121) Identifier 'artModal_elements' is not in camel case. (camelcase)
(#122) Identifier 'artModal_elements' is not in camel case. (camelcase)
(#123) Identifier 'opened_artModal_elements' is not in camel case. (camelcase)
(#123) Identifier 'artModal_elements' is not in camel case. (camelcase)
(#126) Identifier 'opened_artModal_elements' is not in camel case. (camelcase)
(#128) Identifier 'check_bodyNeedPaddingRight' is not in camel case. (camelcase)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#129) '_this' is assigned a value but never used. (no-unused-vars)
(#133) Unexpected space before function parentheses. (space-before-function-paren)
(#137) Identifier 'init_zIndex' is not in camel case. (camelcase)
(#137) Multiple spaces found before '//用来记录.artModa...'. (no-multi-spaces)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Missing JSDoc comment. (require-jsdoc)
(#158) Missing JSDoc comment. (require-jsdoc)
(#160) Identifier 'artModal_content_elements' is not in camel case. (camelcase)
(#161) Identifier 'artModal_content_elements' is not in camel case. (camelcase)
(#162) Unexpected space before function parentheses. (space-before-function-paren)
(#163) Identifier 'artModal_content_elements' is not in camel case. (camelcase)
(#169) Unexpected space before function parentheses. (space-before-function-paren)
(#173) Unexpected space before function parentheses. (space-before-function-paren)
(#175) Missing semicolon. (semi)
(#179) Comments should not begin with a lowercase character. (capitalized-comments)
(#183) Expected space or tab after '//' in comment. (spaced-comment)
(#184) Missing JSDoc comment. (require-jsdoc)
(#186) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Use '===' to compare with null. (no-eq-null)
(#191) Expected space or tab after '//' in comment. (spaced-comment)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#201) Expected space or tab after '//' in comment. (spaced-comment)
(#202) Missing JSDoc comment. (require-jsdoc)
(#234) Expected space or tab after '//' in comment. (spaced-comment)
(#235) Missing JSDoc comment. (require-jsdoc)
(#245) Missing JSDoc comment. (require-jsdoc)
(#245) 'detachEventListener' is defined but never used. (no-unused-vars)
(#255) Expected space or tab after '//' in comment. (spaced-comment)
(#256) Missing JSDoc comment. (require-jsdoc)
(#263) Expected space or tab after '//' in comment. (spaced-comment)
(#264) Missing JSDoc comment. (require-jsdoc)
(#268) Missing JSDoc comment. (require-jsdoc)
(#274) Missing JSDoc comment. (require-jsdoc)
(#280) Expected space or tab after '//' in comment. (spaced-comment)
(#281) Missing JSDoc comment. (require-jsdoc)
(#288) Expected space or tab after '//' in comment. (spaced-comment)
(#289) Missing JSDoc comment. (require-jsdoc)
(#289) 'stopDefaultAction' is defined but never used. (no-unused-vars)
(#291) Multiple spaces found before '//标准'. (no-multi-spaces)
(#291) Expected space or tab after '//' in comment. (spaced-comment)
(#293) Multiple spaces found before '//IE6,7,8'. (no-multi-spaces)
(#293) Expected space or tab after '//' in comment. (spaced-comment)
(#297) Expected space or tab after '//' in comment. (spaced-comment)
(#298) Missing JSDoc comment. (require-jsdoc)
(#298) Multiple spaces found before '//这里的event已经确定...'. (no-multi-spaces)
(#298) Expected space or tab after '//' in comment. (spaced-comment)
(#300) Multiple spaces found before '//标准'. (no-multi-spaces)
(#300) Expected space or tab after '//' in comment. (spaced-comment)
(#302) Comments should not begin with a lowercase character. (capitalized-comments)
(#302) Expected space or tab after '//' in comment. (spaced-comment)
(#303) Multiple spaces found before '//IE6,7,8'. (no-multi-spaces)
(#303) Expected space or tab after '//' in comment. (spaced-comment)
(#307) Expected space or tab after '//' in comment. (spaced-comment)
(#308) Missing JSDoc comment. (require-jsdoc)
(#308) 'getViewportSize' is already defined. (no-redeclare)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#311) Use '===' to compare with null. (no-eq-null)
(#315) Expected space or tab after '//' in comment. (spaced-comment)
(#319) Expected space or tab after '//' in comment. (spaced-comment)
(#326) Unexpected space before function parentheses. (space-before-function-paren)
(#330) 'module' is not defined. (no-undef)
mod/swiftquiz/js/sortable.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) This line has a length of 12452. Maximum allowed is 132. (max-len)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) This line has 167 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected an error object to be thrown. (no-throw-literal)
(#2) Expected space(s) before "throw". (keyword-spacing)
(#2) Expected space(s) after "throw". (keyword-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'group'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'sort'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'disabled'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'store'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handle'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'scroll'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'scrollSensitivity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'scrollSpeed'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'draggable'. (key-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ghostClass'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'chosenClass'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'ignore'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'filter'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'animation'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'setData'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dropBubble'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dragoverBubble'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'dataIdAttr'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'delay'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'forceFallback'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fallbackClass'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'fallbackOnBody'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'do'. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Expected to return a value at the end of function 'h'. (consistent-return)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Operator '+=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'd' used outside of binding context. (block-scoped-var)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected 'this'. (no-invalid-this)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "function". (keyword-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "for". (keyword-spacing)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Expected { after 'for-in'. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Missing '()' invoking a constructor. (new-parens)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator 'in' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'do'. (curly)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '<' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "break". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '<=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '<=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '<=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '<=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '>=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '>=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '>=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '>=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '*' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '*' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '+=' must be spaced. (space-infix-ops)
(#2) Operator '*' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '+=' must be spaced. (space-infix-ops)
(#2) Operator '*' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'name'. (key-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'constructor'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_onTapStart'. (key-spacing)
(#2) Expected to return a value at the end of method '_onTapStart'. (consistent-return)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_prepareDragStart'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_disableDelayedDrag'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_triggerDragStart'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'target'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clientX'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clientY'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "try". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "catch". (keyword-spacing)
(#2) Expected space(s) after "catch". (keyword-spacing)
(#2) Empty block statement. (no-empty)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_dragStarted'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_emulateDragOver'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "do". (keyword-spacing)
(#2) Expected space(s) after "do". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2) Expected { after 'for' condition. (curly)
(#2) Missing space before value for key 'clientX'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'clientY'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'target'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'rootEl'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "while". (keyword-spacing)
(#2) Expected space(s) after "while". (keyword-spacing)
(#2) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_onTouchMove'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_appendGhost'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '*' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '*' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_onDragStart'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_onDragOver'. (key-spacing)
(#2) Method '_onDragOver' has a complexity of 52. Maximum allowed is 20. (complexity)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Unexpected use of '~'. (no-bitwise)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Method '_onDragOver' expected no return value. (consistent-return)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected { after 'if' condition. (curly)
(#2) Expected space(s) before "return". (keyword-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) 'r' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '/' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '/' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Expected { after 'if' condition. (curly)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected { after 'else'. (curly)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_animate'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '-' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) Operator '+' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_offUpEvents'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key '_onDrop'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '>=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '!==' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '>=' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'handleEvent'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toArray'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "for". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Operator '>' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected { after 'for' condition. (curly)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'b' used outside of binding context. (block-scoped-var)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'sort'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'save'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'closest'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '||' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'option'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Return statement should not contain assignment. (no-return-assign)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '?' must be spaced. (space-infix-ops)
(#2) Operator ':' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Unary word operator 'void' must be followed by whitespace. (space-unary-ops)
(#2) Operator '===' must be spaced. (space-infix-ops)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'destroy'. (key-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '&&' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Unexpected use of comma operator. (no-sequences)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) Missing space before value for key 'on'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'off'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'css'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'find'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'is'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "return". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'extend'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'throttle'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'closest'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'toggleClass'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'index'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) A constructor name should not start with a lowercase letter. (new-cap)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Operator '=' must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
mod/swiftquiz/js/wordcloud2.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#9) Missing semicolon. (semi)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#18) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Missing semicolon. (semi)
(#23) Missing semicolon. (semi)
(#24) Missing semicolon. (semi)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#30) Missing semicolon. (semi)
(#31) Missing semicolon. (semi)
(#32) Missing semicolon. (semi)
(#34) Missing semicolon. (semi)
(#35) Missing semicolon. (semi)
(#37) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing semicolon. (semi)
(#46) Missing semicolon. (semi)
(#48) Missing semicolon. (semi)
(#50) Missing semicolon. (semi)
(#53) Missing semicolon. (semi)
(#54) Missing semicolon. (semi)
(#55) Missing semicolon. (semi)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Missing semicolon. (semi)
(#63) Missing semicolon. (semi)
(#64) Missing semicolon. (semi)
(#66) Missing semicolon. (semi)
(#68) Comments should not begin with a lowercase character. (capitalized-comments)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Missing semicolon. (semi)
(#71) Missing semicolon. (semi)
(#72) Missing semicolon. (semi)
(#76) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#84) Missing semicolon. (semi)
(#85) Missing semicolon. (semi)
(#86) Missing semicolon. (semi)
(#89) Unexpected space before function parentheses. (space-before-function-paren)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#92) Missing semicolon. (semi)
(#94) Missing semicolon. (semi)
(#97) Missing semicolon. (semi)
(#99) Missing semicolon. (semi)
(#102) Missing semicolon. (semi)
(#105) Missing semicolon. (semi)
(#109) Missing semicolon. (semi)
(#112) Missing semicolon. (semi)
(#115) Missing semicolon. (semi)
(#116) Missing semicolon. (semi)
(#120) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Missing semicolon. (semi)
(#125) Missing semicolon. (semi)
(#127) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Missing semicolon. (semi)
(#130) Comments should not begin with a lowercase character. (capitalized-comments)
(#131) Missing semicolon. (semi)
(#134) Missing semicolon. (semi)
(#137) Function 'getMinFontSize' expected no return value. (consistent-return)
(#137) Missing semicolon. (semi)
(#140) Missing semicolon. (semi)
(#141) Missing semicolon. (semi)
(#143) Missing semicolon. (semi)
(#146) Function 'getMinFontSize' expected no return value. (consistent-return)
(#146) Missing semicolon. (semi)
(#147) Missing semicolon. (semi)
(#149) Unexpected space before function parentheses. (space-before-function-paren)
(#151) Missing semicolon. (semi)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Missing semicolon. (semi)
(#154) Missing semicolon. (semi)
(#156) Missing semicolon. (semi)
(#158) Missing semicolon. (semi)
(#161) Unexpected space before function parentheses. (space-before-function-paren)
(#163) Missing semicolon. (semi)
(#164) Missing semicolon. (semi)
(#165) Missing semicolon. (semi)
(#166) Missing semicolon. (semi)
(#168) Missing semicolon. (semi)
(#169) Missing semicolon. (semi)
(#172) Function 'WordCloud' has a complexity of 22. Maximum allowed is 20. (complexity)
(#172) Unexpected space before function parentheses. (space-before-function-paren)
(#174) Missing semicolon. (semi)
(#177) Missing semicolon. (semi)
(#180) Missing semicolon. (semi)
(#183) Unexpected space before function parentheses. (space-before-function-paren)
(#185) Missing semicolon. (semi)
(#187) Missing semicolon. (semi)
(#190) Missing semicolon. (semi)
(#192) Missing semicolon. (semi)
(#204) Comments should not begin with a lowercase character. (capitalized-comments)
(#216) Comments should not begin with a lowercase character. (capitalized-comments)
(#217) Unexpected space before function parentheses. (space-before-function-paren)
(#217) Unexpected empty method 'abort'. (no-empty-function)
(#233) Missing semicolon. (semi)
(#238) Missing semicolon. (semi)
(#245) Missing semicolon. (semi)
(#246) Unexpected space before function parentheses. (space-before-function-paren)
(#247) Missing semicolon. (semi)
(#247) Comments should not begin with a lowercase character. (capitalized-comments)
(#248) Missing semicolon. (semi)
(#255) Comments should not begin with a lowercase character. (capitalized-comments)
(#258) Missing semicolon. (semi)
(#259) Missing semicolon. (semi)
(#262) Unexpected space before function parentheses. (space-before-function-paren)
(#263) Missing semicolon. (semi)
(#264) Missing semicolon. (semi)
(#265) Missing semicolon. (semi)
(#280) Unexpected space before function parentheses. (space-before-function-paren)
(#281) Missing semicolon. (semi)
(#282) Missing semicolon. (semi)
(#283) Missing semicolon. (semi)
(#284) Missing semicolon. (semi)
(#289) Unexpected space before function parentheses. (space-before-function-paren)
(#293) Missing semicolon. (semi)
(#294) Missing semicolon. (semi)
(#295) Missing semicolon. (semi)
(#301) Unexpected space before function parentheses. (space-before-function-paren)
(#302) Missing semicolon. (semi)
(#304) Missing semicolon. (semi)
(#305) Missing semicolon. (semi)
(#306) Missing semicolon. (semi)
(#310) Unexpected space before function parentheses. (space-before-function-paren)
(#311) Missing semicolon. (semi)
(#313) Missing semicolon. (semi)
(#314) Missing semicolon. (semi)
(#315) Missing semicolon. (semi)
(#318) Unexpected space before function parentheses. (space-before-function-paren)
(#319) Missing semicolon. (semi)
(#321) Missing semicolon. (semi)
(#322) Missing semicolon. (semi)
(#323) Missing semicolon. (semi)
(#326) Unexpected space before function parentheses. (space-before-function-paren)
(#327) Missing semicolon. (semi)
(#330) Missing semicolon. (semi)
(#333) Missing semicolon. (semi)
(#335) Missing semicolon. (semi)
(#336) Missing semicolon. (semi)
(#341) Missing semicolon. (semi)
(#343) Comments should not begin with a lowercase character. (capitalized-comments)
(#344) Missing semicolon. (semi)
(#345) Missing semicolon. (semi)
(#347) Comments should not begin with a lowercase character. (capitalized-comments)
(#348) Missing semicolon. (semi)
(#349) Missing semicolon. (semi)
(#350) Missing semicolon. (semi)
(#352) Comments should not begin with a lowercase character. (capitalized-comments)
(#354) Comments should not begin with a lowercase character. (capitalized-comments)
(#355) Comments should not begin with a lowercase character. (capitalized-comments)
(#356) Missing semicolon. (semi)
(#358) Comments should not begin with a lowercase character. (capitalized-comments)
(#359) Missing semicolon. (semi)
(#361) Comments should not begin with a lowercase character. (capitalized-comments)
(#362) Missing semicolon. (semi)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) Unexpected space before function parentheses. (space-before-function-paren)
(#367) Missing semicolon. (semi)
(#371) Unexpected space before function parentheses. (space-before-function-paren)
(#372) Missing semicolon. (semi)
(#373) Missing semicolon. (semi)
(#374) Missing semicolon. (semi)
(#377) Unexpected space before function parentheses. (space-before-function-paren)
(#378) Missing semicolon. (semi)
(#379) Missing semicolon. (semi)
(#380) Missing semicolon. (semi)
(#384) Missing semicolon. (semi)
(#386) Missing semicolon. (semi)
(#389) Comments should not begin with a lowercase character. (capitalized-comments)
(#390) Missing semicolon. (semi)
(#392) Missing semicolon. (semi)
(#395) Comments should not begin with a lowercase character. (capitalized-comments)
(#396) Missing semicolon. (semi)
(#398) Missing semicolon. (semi)
(#402) Missing semicolon. (semi)
(#403) Missing semicolon. (semi)
(#404) Missing semicolon. (semi)
(#407) Unexpected space before function parentheses. (space-before-function-paren)
(#408) Missing semicolon. (semi)
(#409) Missing semicolon. (semi)
(#410) Missing semicolon. (semi)
(#411) Missing semicolon. (semi)
(#414) Missing semicolon. (semi)
(#415) Missing semicolon. (semi)
(#417) Missing semicolon. (semi)
(#418) Missing semicolon. (semi)
(#420) Missing semicolon. (semi)
(#421) Missing semicolon. (semi)
(#423) Missing semicolon. (semi)
(#424) Missing semicolon. (semi)
(#426) Missing semicolon. (semi)
(#427) Missing semicolon. (semi)
(#429) Unexpected space before function parentheses. (space-before-function-paren)
(#430) Missing semicolon. (semi)
(#433) Missing semicolon. (semi)
(#436) Missing semicolon. (semi)
(#438) Missing semicolon. (semi)
(#440) Missing semicolon. (semi)
(#443) Missing semicolon. (semi)
(#444) Missing semicolon. (semi)
(#446) Unexpected space before function parentheses. (space-before-function-paren)
(#447) Missing semicolon. (semi)
(#449) Missing semicolon. (semi)
(#452) Missing semicolon. (semi)
(#453) Missing semicolon. (semi)
(#454) Missing semicolon. (semi)
(#457) Missing semicolon. (semi)
(#458) Unexpected space before function parentheses. (space-before-function-paren)
(#460) Missing semicolon. (semi)
(#464) Missing semicolon. (semi)
(#467) Missing semicolon. (semi)
(#468) Missing semicolon. (semi)
(#471) Missing semicolon. (semi)
(#475) Comments should not begin with a lowercase character. (capitalized-comments)
(#476) Missing semicolon. (semi)
(#478) Missing semicolon. (semi)
(#486) Missing semicolon. (semi)
(#489) Missing semicolon. (semi)
(#490) Missing semicolon. (semi)
(#491) Missing semicolon. (semi)
(#494) Unexpected space before function parentheses. (space-before-function-paren)
(#496) Missing semicolon. (semi)
(#497) Missing semicolon. (semi)
(#500) Unexpected space before function parentheses. (space-before-function-paren)
(#502) Missing semicolon. (semi)
(#506) Missing semicolon. (semi)
(#510) Missing semicolon. (semi)
(#517) Missing semicolon. (semi)
(#519) Missing semicolon. (semi)
(#521) Missing semicolon. (semi)
(#523) Unexpected space before function parentheses. (space-before-function-paren)
(#524) Comments should not begin with a lowercase character. (capitalized-comments)
(#527) Missing semicolon. (semi)
(#528) Missing semicolon. (semi)
(#530) Missing semicolon. (semi)
(#536) Missing semicolon. (semi)
(#538) Unexpected space before function parentheses. (space-before-function-paren)
(#539) Missing semicolon. (semi)
(#541) Missing semicolon. (semi)
(#543) Missing semicolon. (semi)
(#544) Missing semicolon. (semi)
(#548) Missing semicolon. (semi)
(#550) Missing semicolon. (semi)
(#552) Missing semicolon. (semi)
(#555) Missing semicolon. (semi)
(#556) There should be no space after '{'. (object-curly-spacing)
(#556) There should be no space before '}'. (object-curly-spacing)
(#556) Missing semicolon. (semi)
(#559) Missing semicolon. (semi)
(#562) Missing semicolon. (semi)
(#566) Missing semicolon. (semi)
(#570) Missing semicolon. (semi)
(#571) Missing semicolon. (semi)
(#572) Missing semicolon. (semi)
(#573) Missing semicolon. (semi)
(#574) Missing semicolon. (semi)
(#575) Missing semicolon. (semi)
(#581) Missing semicolon. (semi)
(#585) Missing semicolon. (semi)
(#589) Missing semicolon. (semi)
(#591) Missing semicolon. (semi)
(#592) Missing semicolon. (semi)
(#593) Missing semicolon. (semi)
(#595) Missing semicolon. (semi)
(#596) Missing semicolon. (semi)
(#600) Missing semicolon. (semi)
(#602) Missing semicolon. (semi)
(#606) Missing semicolon. (semi)
(#607) Missing semicolon. (semi)
(#608) Missing semicolon. (semi)
(#613) Missing semicolon. (semi)
(#621) Missing semicolon. (semi)
(#622) Missing semicolon. (semi)
(#626) Missing semicolon. (semi)
(#629) Missing semicolon. (semi)
(#632) Missing semicolon. (semi)
(#640) Missing semicolon. (semi)
(#641) Missing semicolon. (semi)
(#645) Missing semicolon. (semi)
(#646) Missing semicolon. (semi)
(#647) Missing semicolon. (semi)
(#648) Missing semicolon. (semi)
(#650) Missing semicolon. (semi)
(#652) Missing semicolon. (semi)
(#655) Missing semicolon. (semi)
(#657) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#659) Missing semicolon. (semi)
(#661) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#662) Missing semicolon. (semi)
(#664) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#665) Missing semicolon. (semi)
(#667) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#668) Missing semicolon. (semi)
(#670) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#671) Missing semicolon. (semi)
(#674) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#675) Missing semicolon. (semi)
(#676) Missing semicolon. (semi)
(#678) Missing semicolon. (semi)
(#683) Missing semicolon. (semi)
(#684) Missing semicolon. (semi)
(#690) Missing semicolon. (semi)
(#696) Missing semicolon. (semi)
(#711) Missing semicolon. (semi)
(#712) Missing semicolon. (semi)
(#715) Unexpected space before function parentheses. (space-before-function-paren)
(#718) Missing semicolon. (semi)
(#720) Missing semicolon. (semi)
(#721) Missing semicolon. (semi)
(#725) Missing semicolon. (semi)
(#727) Missing semicolon. (semi)
(#731) Missing semicolon. (semi)
(#734) Missing semicolon. (semi)
(#735) Missing semicolon. (semi)
(#738) Unexpected space before function parentheses. (space-before-function-paren)
(#739) Missing semicolon. (semi)
(#740) Missing semicolon. (semi)
(#742) Missing semicolon. (semi)
(#744) Missing semicolon. (semi)
(#747) Comments should not begin with a lowercase character. (capitalized-comments)
(#748) Missing semicolon. (semi)
(#750) Missing semicolon. (semi)
(#752) Missing semicolon. (semi)
(#755) Missing semicolon. (semi)
(#757) Missing semicolon. (semi)
(#759) Missing semicolon. (semi)
(#762) Unexpected space before function parentheses. (space-before-function-paren)
(#764) Missing semicolon. (semi)
(#765) Missing semicolon. (semi)
(#768) Missing semicolon. (semi)
(#769) Missing semicolon. (semi)
(#772) Missing semicolon. (semi)
(#773) Missing semicolon. (semi)
(#780) Missing semicolon. (semi)
(#783) Missing semicolon. (semi)
(#793) Missing semicolon. (semi)
(#797) Missing semicolon. (semi)
(#804) Missing semicolon. (semi)
(#806) Comments should not begin with a lowercase character. (capitalized-comments)
(#807) Missing semicolon. (semi)
(#808) Missing semicolon. (semi)
(#809) Missing semicolon. (semi)
(#813) Missing semicolon. (semi)
(#832) Missing semicolon. (semi)
(#834) Missing semicolon. (semi)
(#836) Missing semicolon. (semi)
(#838) Missing semicolon. (semi)
(#842) Missing semicolon. (semi)
(#846) Missing semicolon. (semi)
(#848) Missing semicolon. (semi)
(#850) Missing semicolon. (semi)
(#851) Missing semicolon. (semi)
(#854) Unexpected space before function parentheses. (space-before-function-paren)
(#856) Missing semicolon. (semi)
(#859) Missing semicolon. (semi)
(#862) Missing semicolon. (semi)
(#863) Missing semicolon. (semi)
(#867) There should be no space after '{'. (object-curly-spacing)
(#867) There should be no space before '}'. (object-curly-spacing)
(#867) Missing semicolon. (semi)
(#869) Missing semicolon. (semi)
(#873) Unexpected space before function parentheses. (space-before-function-paren)
(#874) Missing semicolon. (semi)
(#875) Missing semicolon. (semi)
(#876) Missing semicolon. (semi)
(#878) Missing semicolon. (semi)
(#879) Missing semicolon. (semi)
(#880) Missing semicolon. (semi)
(#883) Missing semicolon. (semi)
(#885) Missing semicolon. (semi)
(#891) Missing semicolon. (semi)
(#894) Missing semicolon. (semi)
(#896) Missing semicolon. (semi)
(#897) Missing semicolon. (semi)
(#900) Missing semicolon. (semi)
(#903) Missing semicolon. (semi)
(#907) Missing semicolon. (semi)
(#909) Missing semicolon. (semi)
(#911) Comments should not begin with a lowercase character. (capitalized-comments)
(#914) Unexpected space before function parentheses. (space-before-function-paren)
(#915) Missing semicolon. (semi)
(#917) Missing semicolon. (semi)
(#918) Missing semicolon. (semi)
(#920) Missing semicolon. (semi)
(#921) Missing semicolon. (semi)
(#922) Missing semicolon. (semi)
(#924) Missing semicolon. (semi)
(#926) Missing semicolon. (semi)
(#928) Comments should not begin with a lowercase character. (capitalized-comments)
(#929) Missing semicolon. (semi)
(#931) Comments should not begin with a lowercase character. (capitalized-comments)
(#933) Missing semicolon. (semi)
(#937) Missing semicolon. (semi)
(#947) Missing semicolon. (semi)
(#953) Missing semicolon. (semi)
(#955) Unexpected space before function parentheses. (space-before-function-paren)
(#956) Missing semicolon. (semi)
(#957) Missing semicolon. (semi)
(#958) Missing semicolon. (semi)
(#959) Missing semicolon. (semi)
(#964) Missing semicolon. (semi)
(#969) Missing semicolon. (semi)
(#972) Missing semicolon. (semi)
(#975) Missing semicolon. (semi)
(#976) Missing semicolon. (semi)
(#979) Missing semicolon. (semi)
(#982) Missing semicolon. (semi)
(#983) Missing semicolon. (semi)
(#990) Missing semicolon. (semi)
(#993) Comments should not begin with a lowercase character. (capitalized-comments)
(#994) Missing semicolon. (semi)
(#999) Missing semicolon. (semi)
(#1001) Missing semicolon. (semi)
(#1003) Missing semicolon. (semi)
(#1005) Comments should not begin with a lowercase character. (capitalized-comments)
(#1006) Missing semicolon. (semi)
(#1007) Missing semicolon. (semi)
(#1011) Expected to return a value at the end of function 'sendEvent'. (consistent-return)
(#1011) Unexpected space before function parentheses. (space-before-function-paren)
(#1013) Unexpected space before function parentheses. (space-before-function-paren)
(#1016) Missing semicolon. (semi)
(#1017) Missing semicolon. (semi)
(#1018) Unexpected 'this'. (no-invalid-this)
(#1018) Missing semicolon. (semi)
(#1020) Unexpected space before function parentheses. (space-before-function-paren)
(#1023) Missing semicolon. (semi)
(#1024) Missing semicolon. (semi)
(#1025) Unexpected 'this'. (no-invalid-this)
(#1025) Missing semicolon. (semi)
(#1027) Missing semicolon. (semi)
(#1030) Function 'start' has a complexity of 21. Maximum allowed is 20. (complexity)
(#1030) Unexpected space before function parentheses. (space-before-function-paren)
(#1033) Missing semicolon. (semi)
(#1036) Missing semicolon. (semi)
(#1037) Missing semicolon. (semi)
(#1039) Missing semicolon. (semi)
(#1040) Missing semicolon. (semi)
(#1041) Missing semicolon. (semi)
(#1047) Missing semicolon. (semi)
(#1053) Missing semicolon. (semi)
(#1056) Missing semicolon. (semi)
(#1060) Missing semicolon. (semi)
(#1062) Missing semicolon. (semi)
(#1064) Unexpected space before function parentheses. (space-before-function-paren)
(#1066) Missing semicolon. (semi)
(#1067) Missing semicolon. (semi)
(#1068) Missing semicolon. (semi)
(#1069) Missing semicolon. (semi)
(#1071) Missing semicolon. (semi)
(#1072) Missing semicolon. (semi)
(#1073) Missing semicolon. (semi)
(#1075) Missing semicolon. (semi)
(#1077) Comments should not begin with a lowercase character. (capitalized-comments)
(#1078) Missing semicolon. (semi)
(#1080) Missing semicolon. (semi)
(#1081) Missing semicolon. (semi)
(#1083) Missing semicolon. (semi)
(#1089) Missing semicolon. (semi)
(#1091) Missing semicolon. (semi)
(#1092) Missing semicolon. (semi)
(#1093) Missing semicolon. (semi)
(#1099) Missing semicolon. (semi)
(#1101) Missing semicolon. (semi)
(#1102) Missing semicolon. (semi)
(#1104) Missing semicolon. (semi)
(#1105) Missing semicolon. (semi)
(#1107) Missing semicolon. (semi)
(#1110) Missing semicolon. (semi)
(#1111) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#1112) Missing semicolon. (semi)
(#1113) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#1114) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#1116) Missing semicolon. (semi)
(#1117) Missing semicolon. (semi)
(#1123) Missing semicolon. (semi)
(#1128) Missing semicolon. (semi)
(#1131) Comments should not begin with a lowercase character. (capitalized-comments)
(#1133) Missing semicolon. (semi)
(#1135) Comments should not begin with a lowercase character. (capitalized-comments)
(#1136) Missing semicolon. (semi)
(#1138) Missing semicolon. (semi)
(#1142) Missing semicolon. (semi)
(#1146) Missing semicolon. (semi)
(#1147) Missing semicolon. (semi)
(#1150) Unexpected space before function parentheses. (space-before-function-paren)
(#1151) Missing semicolon. (semi)
(#1152) Missing semicolon. (semi)
(#1153) Missing semicolon. (semi)
(#1154) Missing semicolon. (semi)
(#1155) Missing semicolon. (semi)
(#1158) Missing semicolon. (semi)
(#1159) Missing semicolon. (semi)
(#1161) Missing semicolon. (semi)
(#1162) Missing semicolon. (semi)
(#1164) Missing semicolon. (semi)
(#1165) Missing semicolon. (semi)
(#1168) Unexpected space before function parentheses. (space-before-function-paren)
(#1169) Unexpected space before function parentheses. (space-before-function-paren)
(#1170) Missing semicolon. (semi)
(#1171) Unexpected 'this'. (no-invalid-this)
(#1171) Missing semicolon. (semi)
(#1172) Missing semicolon. (semi)
(#1174) Unexpected space before function parentheses. (space-before-function-paren)
(#1175) Unexpected space before function parentheses. (space-before-function-paren)
(#1176) Missing semicolon. (semi)
(#1177) Unexpected 'this'. (no-invalid-this)
(#1177) Missing semicolon. (semi)
(#1178) Missing semicolon. (semi)
(#1180) Unexpected space before function parentheses. (space-before-function-paren)
(#1181) Missing semicolon. (semi)
(#1182) Missing semicolon. (semi)
(#1183) Missing semicolon. (semi)
(#1185) Missing semicolon. (semi)
(#1186) Unexpected space before function parentheses. (space-before-function-paren)
(#1188) Missing semicolon. (semi)
(#1189) Missing semicolon. (semi)
(#1190) Missing semicolon. (semi)
(#1192) Missing semicolon. (semi)
(#1194) Missing semicolon. (semi)
(#1195) Missing semicolon. (semi)
(#1199) Missing semicolon. (semi)
(#1201) Missing semicolon. (semi)
(#1202) Missing semicolon. (semi)
(#1203) Missing semicolon. (semi)
(#1204) Missing semicolon. (semi)
(#1205) Missing semicolon. (semi)
(#1206) Missing semicolon. (semi)
(#1207) Missing semicolon. (semi)
(#1209) Missing semicolon. (semi)
(#1210) Missing semicolon. (semi)
(#1211) Missing semicolon. (semi)
(#1212) Missing semicolon. (semi)
(#1215) Missing semicolon. (semi)
(#1216) Missing semicolon. (semi)
(#1218) Missing semicolon. (semi)
(#1219) Missing semicolon. (semi)
(#1220) Unexpected space before function parentheses. (space-before-function-paren)
(#1223) Missing semicolon. (semi)
(#1226) Missing semicolon. (semi)
(#1230) Missing semicolon. (semi)
(#1231) Unexpected space before function parentheses. (space-before-function-paren)
(#1231) Statement inside of curly braces should be on next line. (brace-style)
(#1231) Missing semicolon. (semi)
(#1231) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1231) Missing semicolon. (semi)
(#1233) Missing semicolon. (semi)
(#1235) Missing semicolon. (semi)
(#1237) Unexpected 'this'. (no-invalid-this)
(#1237) Missing semicolon. (semi)

CSS problems

(167 errors, 1 warnings)

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

mod/swiftquiz/artModal.css
(#2) Unknown property `tap-highlight-color`
(#28) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#28) Unknown property `tap-highlight-color`
(#31) Can't parse value "alpha(opacity=0)" (csstree/validator)
(#32) Can't parse value "alpha(opacity=50)" (csstree/validator)
(#1) Expected newline before "}" (block-closing-brace-newline-before)
(#5) Expected newline before "}" (block-closing-brace-newline-before)
(#6) Expected newline before "}" (block-closing-brace-newline-before)
(#12) Expected newline before "}" (block-closing-brace-newline-before)
(#31) Expected newline before "}" (block-closing-brace-newline-before)
(#32) Expected newline before "}" (block-closing-brace-newline-before)
(#1) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#5) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#6) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#12) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#31) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#32) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#1) Expected newline after "{" (block-opening-brace-newline-after)
(#2) Expected newline after "{" (block-opening-brace-newline-after)
(#5) Expected newline after "{" (block-opening-brace-newline-after)
(#6) Expected newline after "{" (block-opening-brace-newline-after)
(#7) Expected newline after "{" (block-opening-brace-newline-after)
(#12) Expected newline after "{" (block-opening-brace-newline-after)
(#28) Expected newline after "{" (block-opening-brace-newline-after)
(#31) Expected newline after "{" (block-opening-brace-newline-after)
(#32) Expected newline after "{" (block-opening-brace-newline-after)
(#1) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#5) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#6) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#12) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#31) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#32) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#1) Expected single space before "{" (block-opening-brace-space-before)
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#5) Expected single space before "{" (block-opening-brace-space-before)
(#6) Expected single space before "{" (block-opening-brace-space-before)
(#7) Expected single space before "{" (block-opening-brace-space-before)
(#12) Expected single space before "{" (block-opening-brace-space-before)
(#28) Expected single space before "{" (block-opening-brace-space-before)
(#31) Expected single space before "{" (block-opening-brace-space-before)
(#32) Expected single space before "{" (block-opening-brace-space-before)
(#28) Expected "#000000" to be "#000" (color-hex-length)
(#3) Unexpected duplicate "position" (declaration-block-no-duplicate-properties)
(#3) Unexpected duplicate "top" (declaration-block-no-duplicate-properties)
(#29) Unexpected duplicate "position" (declaration-block-no-duplicate-properties)
(#29) Unexpected duplicate "top" (declaration-block-no-duplicate-properties)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#2) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#3) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#3) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#3) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#28) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#29) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#29) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#29) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#5) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#6) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#31) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#32) Expected single space after ";" in a single-line declaration block (declaration-block-semicolon-space-after)
(#5) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#6) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#31) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#32) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#1) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#2) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#3) 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)
(#3) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#5) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#6) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#7) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#8) 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)
(#10) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#12) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#14) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#15) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#17) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#18) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#19) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#20) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#23) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#24) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#25) 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)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#28) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#32) Unexpected !important (declaration-no-important)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#28) Expected single space after "," in a single-line function (function-comma-space-after)
(#2) Unexpected unknown property "tap-highlight-color" (property-no-unknown)
(#28) Unexpected unknown property "tap-highlight-color" (property-no-unknown)
mod/swiftquiz/styles.css
(#490) Expected empty line before at-rule (at-rule-empty-line-before)
(#491) Expected newline before "}" (block-closing-brace-newline-before)
(#492) Expected newline before "}" (block-closing-brace-newline-before)
(#491) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#492) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#491) Expected newline after "{" (block-opening-brace-newline-after)
(#492) Expected newline after "{" (block-opening-brace-newline-after)
(#491) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#492) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#491) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#492) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#491) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#492) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#462) Unexpected !important (declaration-no-important)
(#463) Unexpected !important (declaration-no-important)
(#476) Expected single space after "," in a single-line function (function-comma-space-after)
(#476) Expected single space after "," in a single-line function (function-comma-space-after)
(#476) Expected single space after "," in a single-line function (function-comma-space-after)

PHPDocs style problems

(91 errors, 17 warnings)

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

mod/swiftquiz/ImproviseQuestion.php
(#1) The file is empty or doesn't contain PHP code. Skipped.
mod/swiftquiz/ajax.php
(#17) No one-line description found in phpdocs for file
(#725) Phpdocs for function test has incomplete parameters list
mod/swiftquiz/backup/moodle2/backup_swiftquiz_activity_task.class.php
(#21) Package is not specified for class backup_swiftquiz_activity_task. It is also not specified in file-level phpdocs
mod/swiftquiz/backup/moodle2/backup_swiftquiz_stepslib.php
(#24) Function backup_swiftquiz_activity_structure_step::define_structure is not documented
(#19) Package is not specified for class backup_swiftquiz_activity_structure_step. It is also not specified in file-level phpdocs
mod/swiftquiz/backup/moodle2/restore_swiftquiz_activity_task.class.php
(#21) No one-line description found in phpdocs for class restore_swiftquiz_activity_task
(#41) There is no description in phpdocs for function define_decode_contents
(#50) There is no description in phpdocs for function define_decode_rules
(#60) There is no description in phpdocs for function define_restore_log_rules
(#67) There is no description in phpdocs for function define_restore_log_rules_for_course
(#21) Package is not specified for class restore_swiftquiz_activity_task. It is also not specified in file-level phpdocs
mod/swiftquiz/backup/moodle2/restore_swiftquiz_stepslib.php
(#19) Class restore_swiftquiz_activity_structure_step is not documented
(#26) Function restore_swiftquiz_activity_structure_step::define_structure is not documented
(#44) Function restore_swiftquiz_activity_structure_step::process_swiftquiz is not documented
(#54) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_question is not documented
(#67) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_session is not documented
(#77) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_attempt is not documented
(#87) Function restore_swiftquiz_activity_structure_step::inform_new_usage_id is not documented
(#96) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_session_question is not documented
(#109) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_merge is not documented
(#118) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_vote is not documented
(#128) Function restore_swiftquiz_activity_structure_step::process_swiftquiz_attendance is not documented
(#138) Function restore_swiftquiz_activity_structure_step::after_execute is not documented
(#19) Package is not specified for class restore_swiftquiz_activity_structure_step. It is also not specified in file-level phpdocs
mod/swiftquiz/classes/bank/swiftquiz_question_bank_view.php
(#122) Function swiftquiz_question_bank_view::display_add_selected_questions_button is not documented
mod/swiftquiz/classes/exporter.php
(#21) No one-line description found in phpdocs for class exporter
mod/swiftquiz/classes/forms/edit/add_question_form.php
(#31) No one-line description found in phpdocs for class add_question_form
mod/swiftquiz/classes/forms/view/student_start_form.php
(#24) No one-line description found in phpdocs for class student_start_form
mod/swiftquiz/classes/improviser.php
(#259) Function improviser::insert_shortmath_question_definition is not documented
(#293) Function improviser::build_question is not documented
(#21) No one-line description found in phpdocs for class improviser
(#32) There is no description in phpdocs for function __construct
(#128) Phpdocs for function improviser::make_generic_question_definition has incomplete parameters list
(#220) Phpdocs for function improviser::insert_multichoice_question_definition has incomplete parameters list
(#242) Phpdocs for function improviser::insert_shortanswer_question_definition has incomplete parameters list
mod/swiftquiz/classes/output/renderer.php
(#17) File-level phpdocs block is not found
(#311) Function renderer::session_is_open_error is not documented
(#28) No one-line description found in phpdocs for class page_requirements_diff
(#315) There is no description in phpdocs for function view_session_report
(#417) There is no description in phpdocs for function require_core
(#430) There is no description in phpdocs for function require_quiz
(#445) There is no description in phpdocs for function require_edit
(#453) There is no description in phpdocs for function require_review
(#34) Package mod_swiftquiz\output is not valid
mod/swiftquiz/classes/privacy/provider.php
(#173) Function provider::export_quiz_attempts is not documented
mod/swiftquiz/classes/swiftquiz.php
(#29) Variable swiftquiz::$buffer is not documented
(#21) No one-line description found in phpdocs for class swiftquiz
(#64) There is no description in phpdocs for function __construct
(#243) There is no description in phpdocs for function get_question_order
(#324) There is no description in phpdocs for function get_question_by_id
(#65) Phpdocs for function swiftquiz::__construct has incomplete parameters list
mod/swiftquiz/classes/swiftquiz_attempt.php
(#63) Function swiftquiz_attempt::belongs_to_current_user is not documented
(#243) Function swiftquiz_attempt::total_answers is not documented
(#34) Constant swiftquiz_attempt::INPROGRESS is not documented
(#35) Constant swiftquiz_attempt::PREVIEW is not documented
(#36) Constant swiftquiz_attempt::FINISHED is not documented
(#82) There is no description in phpdocs for function create_missing_attempts
mod/swiftquiz/classes/swiftquiz_question.php
(#44) Function swiftquiz_question::is_valid is not documented
(#21) No one-line description found in phpdocs for class swiftquiz_question
(#35) There is no description in phpdocs for function __construct
mod/swiftquiz/classes/swiftquiz_session.php
(#62) Function swiftquiz_session::requires_anonymous_answers is not documented
(#66) Function swiftquiz_session::requires_anonymous_attendance is not documented
(#112) Function swiftquiz_session::user_name_for_answer is not documented
(#124) Function swiftquiz_session::user_name_for_attendance is not documented
(#149) Function swiftquiz_session::anonymize_users is not documented
(#331) Function swiftquiz_session::update_attendance_for_current_user is not documented
(#484) Function swiftquiz_session::get_attendances is not documented
(#21) No one-line description found in phpdocs for class swiftquiz_session
(#505) There is no description in phpdocs for function get_question_type_by_slot
(#214) Phpdocs for function swiftquiz_session::get_merged_responses has incomplete parameters list
mod/swiftquiz/classes/swiftquiz_vote.php
(#21) No one-line description found in phpdocs for class swiftquiz_vote
mod/swiftquiz/db/access.php
(#17) File-level phpdocs block is not found
mod/swiftquiz/db/upgrade.php
(#17) File-level phpdocs block is not found
(#19) Function xmldb_swiftquiz_upgrade is not documented
(#19) Package is not specified for function xmldb_swiftquiz_upgrade. It is also not specified in file-level phpdocs
mod/swiftquiz/edit.php
(#84) There is no description in phpdocs for function swiftquiz_edit_order
(#94) There is no description in phpdocs for function swiftquiz_edit_add_question
(#111) There is no description in phpdocs for function swiftquiz_edit_edit_question
(#120) There is no description in phpdocs for function swiftquiz_edit_qlist
(#121) Phpdocs for function swiftquiz_edit_qlist has incomplete parameters list
mod/swiftquiz/lib.php
(#16) File-level phpdocs block is not found
(#214) Function swiftquiz_trim_array is not documented
(#273) Found comment starting with three or more slashes
(#125) There is no description in phpdocs for function swiftquiz_pluginfile
(#221) There is no description in phpdocs for function swiftquiz_get_wordclound
(#222) Phpdocs for function swiftquiz_get_wordclound has incomplete parameters list
(#118) Inline phpdocs tag {@link questionlib.php} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#30) Package is not specified for function swiftquiz_add_instance. It is also not specified in file-level phpdocs
(#48) Package is not specified for function swiftquiz_update_instance. It is also not specified in file-level phpdocs
(#65) Package is not specified for function swiftquiz_delete_instance. It is also not specified in file-level phpdocs
(#96) Package is not specified for function swiftquiz_cron. It is also not specified in file-level phpdocs
(#108) Package is not specified for function swiftquiz_extend_settings_navigation. It is also not specified in file-level phpdocs
(#125) Package is not specified for function swiftquiz_pluginfile. It is also not specified in file-level phpdocs
(#196) Package is not specified for function swiftquiz_supports. It is also not specified in file-level phpdocs
(#214) Package is not specified for function swiftquiz_trim_array. It is also not specified in file-level phpdocs
(#221) Package is not specified for function swiftquiz_get_wordclound. It is also not specified in file-level phpdocs
(#247) Package is not specified for function swiftquiz_get_choice. It is also not specified in file-level phpdocs
(#258) Package is not specified for function swiftquiz_get_ddwtos_options_by_question_summary. It is also not specified in file-level phpdocs
(#286) Package is not specified for function swiftquiz_get_blanks_num_by_question_summary. It is also not specified in file-level phpdocs
(#302) Package is not specified for function swiftquiz_ddwtos_resopnse_explode. It is also not specified in file-level phpdocs
mod/swiftquiz/locallib.php
(#30) There is no description in phpdocs for function swiftquiz_view_tab
mod/swiftquiz/mod_form.php
(#31) Class mod_swiftquiz_mod_form is not documented
(#33) Function mod_swiftquiz_mod_form::__construct is not documented
(#37) Function mod_swiftquiz_mod_form::definition is not documented
mod/swiftquiz/reports.php
(#40) There is no description in phpdocs for function swiftquiz_view_session_report
(#68) There is no description in phpdocs for function swiftquiz_export_session_report
mod/swiftquiz/version.php
(#17) No one-line description found in phpdocs for file

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, 10 warnings)

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

mod/swiftquiz/templates/continue_session.mustache
(#1) Example context missing (@template section not found.)
mod/swiftquiz/templates/edit_question_list.mustache
(#1) Example context missing (@template section not found.)
mod/swiftquiz/templates/join_session.mustache
(#1) Example context missing (@template section not found.)
mod/swiftquiz/templates/no_session.mustache
(#1) Example context missing (@template section not found.)
mod/swiftquiz/templates/question.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “action” on element “form”: Must be non-empty. (ox "> <form id="swiftquiz_question_form" action="" method="post" enctype="multipart/form-data" accept-charset="utf8" onsubmit="return false;"> )
(#1) HTML Validation error, line 3: The only allowed value for the “accept-charset” attribute for the “form” element is “utf-8”. (ox "> <form id="swiftquiz_question_form" action="" method="post" enctype="multipart/form-data" accept-charset="utf8" onsubmit="return false;"> )
mod/swiftquiz/templates/quiz.mustache
(#1) Example context missing (@template section not found.)
mod/swiftquiz/templates/report.mustache
(#1) Example context missing (@template section not found.)
mod/swiftquiz/templates/start_session.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(0 errors, 0 warnings)

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