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

(2775 errors, 666 warnings)

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

mod/wordcards/activity.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) No space found before comment text; expected "// the step that the user is requesting" but found "//the step that the user is requesting"
(#15) Commas (,) must be followed by white space.
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) No space found before comment text; expected "// the most recent step they came from" but found "//the most recent step they came from"
(#17) Commas (,) must be followed by white space.
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) No space found before comment text; expected "// request a reattempt" but found "//request a reattempt"
(#20) Commas (,) must be followed by white space.
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) No space found before comment text; expected "// cancel an attempt" but found "//cancel an attempt"
(#22) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// create a new attempt and set it to STATE_TERMS (which should be bumped up to STATE_STEP1 shortly after)" but found "//create a new attempt and set it to STATE_TERMS (which should be bumped up to STATE_STEP1 shortly after)"
(#33) Expected "if (...) {\n"; found "if(...){\n"
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// fetch current step" but found "//fetch current step"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) No space found before comment text; expected "// is teacher?" but found "//is teacher?"
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) No space found before comment text; expected "// cancel attempt?" but found "//cancel attempt?"
(#44) Line exceeds 132 characters; contains 133 characters
(#44) No space found before comment text; expected "// must be not a reattempt (url fiddling by someone) and not on END or TERM. But a teacher is always on END so we let teachers through" but found "//must be not a reattempt (url fiddling by someone) and not on END or TERM. But a teacher is always on END so we let teachers through"
(#45) No space found before comment text; expected "// because they may be in "switch role to student" mode" but found "//because they may be in "switch role to student" mode"
(#46) Line exceeds 132 characters; contains 141 characters
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#50) Expected 1 space before "!=="; 0 found
(#50) Expected 1 space after "!=="; 0 found
(#50) Expected 1 space before "!=="; 0 found
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) No space found before comment text; expected "// we use the suggested step if they are finished or a teacher" but found "//we use the suggested step if they are finished or a teacher"
(#57) No space found before comment text; expected "// otherwsie we use their currentstate (the step they are up to)" but found "//otherwsie we use their currentstate (the step they are up to)"
(#58) No space found before comment text; expected "// $currentstate = the latest step they have acccess to" but found "//$currentstate = the latest step they have acccess to"
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// $currentstep = the step we have agreed to display" but found "//$currentstep = the step we have agreed to display"
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#60) Expected 1 space before "=="; 0 found
(#60) Expected 1 space after "=="; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// we have endded, but we can go wherever we need to" but found "//we have endded, but we can go wherever we need to"
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected "} else {\n"; found "}else{\n"
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#67) Expected "} else {\n"; found "}else{\n"
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// redirect to finished if this state end" but found "//redirect to finished if this state end"
(#73) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Expected 1 space before "=="; 0 found
(#73) Expected 1 space after "=="; 0 found
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// redirect to finished if this state end" but found "//redirect to finished if this state end"
(#78) Expected "if (...) {\n"; found "if(...) {\n"
(#78) Expected 1 space before "=="; 0 found
(#78) Expected 1 space after "=="; 0 found
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// get our practicetype an wordpool" but found "//get our practicetype an wordpool"
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) No space found before comment text; expected "// if its review type and we have no review words, we just use a learn pool," but found "//if its review type and we have no review words, we just use a learn pool,"
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// we used to skip such tabs, but grading would get messed up" but found "//we used to skip such tabs, but grading would get messed up"
(#88) Expected "if (...) {\n"; found "if(...) {\n"
(#88) Expected 1 space before "=="; 0 found
(#88) Expected 1 space after "=="; 0 found
(#89) Line exceeds 132 characters; contains 133 characters
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) This comment is 59% valid code; is this commented out code?
(#89) No space found before comment text; expected "// $mod->get_review_terms(mod_wordcards_module::STATE_STEP2) ? false : true;" but found "//$mod->get_review_terms(mod_wordcards_module::STATE_STEP2) ? false : true;"
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// depending on wordpool set page title" but found "//depending on wordpool set page title"
(#97) Expected "if (...) {\n"; found "if(...) {\n"
(#97) Expected 1 space before "=="; 0 found
(#97) Expected 1 space after "=="; 0 found
(#99) Expected "} else {\n"; found "}else{\n"
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// iif it looks like we have had some vocab updates, request an update of the lang speech model" but found "//iif it looks like we have had some vocab updates, request an update of the lang speech model"
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#117) Expected "} else {\n"; found "}else{\n"
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// load glide" but found "//load glide"
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) This comment is 58% valid code; is this commented out code?
(#123) No space found before comment text; expected "// load google font never works ... why?" but found "//load google font never works ... why?"
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// $PAGE->requires->css(new moodle_url('https//fonts.googleapis.com/css2',array('family'=>'Orbitron','display'=>'swap')));" but found "//$PAGE->requires->css(new moodle_url('https//fonts.googleapis.com/css2',array('family'=>'Orbitron','display'=>'swap')));"
(#153) Commas (,) must be followed by white space.
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// no longer using this" but found "//no longer using this"
(#159) Commas (,) must be followed by white space.
mod/wordcards/backup/moodle2/backup_wordcards_activity_task.class.php
(#52) The static declaration must come after the visibility declaration
mod/wordcards/backup/moodle2/backup_wordcards_stepslib.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#44) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Line exceeds 132 characters; contains 133 characters
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Line exceeds 132 characters; contains 150 characters
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
mod/wordcards/backup/moodle2/restore_wordcards_activity_task.class.php
(#54) The static declaration must come after the visibility declaration
(#63) The static declaration must come after the visibility declaration
(#75) The static declaration must come after the visibility declaration
(#92) The static declaration must come after the visibility declaration
mod/wordcards/backup/moodle2/restore_wordcards_stepslib.php
(#87) Commas (,) must be followed by white space.
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Whitespace found at end of line
(#139) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/classes/constants.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#14) Opening brace should be on the same line as the declaration for class constants
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Line indented incorrectly; expected at least 4 spaces, found 0
(#15) No space found before comment text; expected "// component name, db tables, things that define app" but found "//component name, db tables, things that define app"
(#16) Line indented incorrectly; expected at least 4 spaces, found 0
(#16) Expected 1 space before "="; 0 found
(#16) Expected 1 space after "="; 0 found
(#17) Line indented incorrectly; expected at least 4 spaces, found 0
(#17) Expected 1 space before "="; 0 found
(#17) Expected 1 space after "="; 0 found
(#18) Line indented incorrectly; expected at least 4 spaces, found 0
(#18) Expected 1 space before "="; 0 found
(#18) Expected 1 space after "="; 0 found
(#19) Line indented incorrectly; expected at least 4 spaces, found 0
(#19) Expected 1 space before "="; 0 found
(#19) Expected 1 space after "="; 0 found
(#20) Line indented incorrectly; expected at least 4 spaces, found 0
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#21) Line indented incorrectly; expected at least 4 spaces, found 0
(#21) Expected 1 space before "="; 0 found
(#21) Expected 1 space after "="; 0 found
(#22) Line indented incorrectly; expected at least 4 spaces, found 0
(#22) Expected 1 space after "="; 0 found
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) This comment is 50% valid code; is this commented out code?
(#24) Line indented incorrectly; expected at least 4 spaces, found 0
(#24) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#25) Line indented incorrectly; expected at least 4 spaces, found 0
(#27) Line indented incorrectly; expected at least 4 spaces, found 0
(#28) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) No space found before comment text; expected "// grading options" but found "//grading options"
(#32) Line indented incorrectly; expected at least 4 spaces, found 0
(#32) Expected 1 space before "="; 0 found
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Expected 1 space before "="; 0 found
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Expected 1 space before "="; 0 found
(#36) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Expected 1 space before "="; 0 found
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) Expected 1 space before "="; 0 found
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) No space found before comment text; expected "// languages" but found "//languages"
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#52) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Expected 1 space after "="; 0 found
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Expected 1 space after "="; 0 found
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Expected 1 space after "="; 0 found
(#57) Line indented incorrectly; expected at least 4 spaces, found 0
(#57) Expected 1 space after "="; 0 found
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Expected 1 space after "="; 0 found
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Expected 1 space after "="; 0 found
(#60) Line indented incorrectly; expected at least 4 spaces, found 0
(#60) Expected 1 space after "="; 0 found
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Expected 1 space after "="; 0 found
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Expected 1 space after "="; 0 found
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Expected 1 space after "="; 0 found
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Expected 1 space after "="; 0 found
(#65) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Expected 1 space after "="; 0 found
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Expected 1 space after "="; 0 found
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Expected 1 space after "="; 0 found
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Expected 1 space after "="; 0 found
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Expected 1 space after "="; 0 found
(#70) Line indented incorrectly; expected at least 4 spaces, found 0
(#70) Expected 1 space after "="; 0 found
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Expected 1 space after "="; 0 found
(#73) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#75) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#80) File must end with a newline character
mod/wordcards/classes/event/course_module_viewed.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/wordcards/classes/external.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#21) Expected 1 space before opening brace; found 0
(#30) Expected 1 space before opening brace; found 0
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Variable "similar_percent" must not contain underscores.
(#35) Variable "similar_chars" must not contain underscores.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Variable "similar_percent" must not contain underscores.
(#36) Variable "similar_percent" must not contain underscores.
(#36) Commas (,) must be followed by white space.
(#40) Expected 1 space before opening brace; found 0
(#41) Commas (,) must be followed by white space.
(#54) The use of function extract() is forbidden
(#93) The use of function extract() is forbidden
(#126) The use of function extract() is forbidden
(#155) Commas (,) must be followed by white space.
(#155) Expected 1 space before opening brace; found 0
(#156) Expected 1 space before "="; 0 found
(#167) Line exceeds 132 characters; contains 135 characters
(#172) Commas (,) must be followed by white space.
(#174) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// Init return object" but found "//Init return object"
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#190) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#199) Expected 1 space before "="; 0 found
(#200) Expected 1 space before "="; 0 found
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#206) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) No space found before comment text; expected "// we need to pretend this was posted and these help" but found "//we need to pretend this was posted and these help"
(#209) Expected 1 space before "="; 0 found
(#209) Expected 1 space after "="; 0 found
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#211) Expected 1 space before "="; 0 found
(#211) Expected 1 space after "="; 0 found
(#212) Expected 1 space before "="; 0 found
(#212) Expected 1 space after "="; 0 found
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) No space found before comment text; expected "// get the mform for our term" but found "//get the mform for our term"
(#216) Commas (,) must be followed by white space.
(#216) Expected 1 space before "=>"; 0 found
(#216) Expected 1 space after "=>"; 0 found
(#217) Commas (,) must be followed by white space.
(#217) Commas (,) must be followed by white space.
(#217) Commas (,) must be followed by white space.
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) This comment is 67% valid code; is this commented out code?
(#219) Line indented incorrectly; expected at least 8 spaces, found 7
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) No space found before comment text; expected "// currently data is an array, but it should be an object" but found "//currently data is an array, but it should be an object"
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// if this new add and collect data->id" but found "//if this new add and collect data->id"
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Line indented incorrectly; expected at least 16 spaces, found 12
(#233) No space found before comment text; expected "// else set id to termid" but found "//else set id to termid"
(#234) Expected "} else {\n"; found "}else{\n"
(#238) Expected "if (...) {\n"; found "if(...){\n"
(#239) Expected 1 space before "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#241) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// audio data" but found "//audio data"
(#244) Expected "if (...) {\n"; found "if(...){\n"
(#245) Line exceeds 132 characters; contains 134 characters
(#249) Line exceeds 132 characters; contains 134 characters
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0" but found "//in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0"
(#251) Commas (,) must be followed by white space.
(#251) Commas (,) must be followed by white space.
(#251) Commas (,) must be followed by white space.
(#252) Expected "if (...) {\n"; found "if(...){\n"
(#252) Expected 1 space before "=="; 0 found
(#252) Expected 1 space after "=="; 0 found
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#254) Usage of ELSEIF not allowed; use ELSE IF instead
(#254) Expected 1 space before "=="; 0 found
(#254) Expected 1 space after "=="; 0 found
(#257) Expected 1 space before "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) No space found before comment text; expected "// model sentence audio data" but found "//model sentence audio data"
(#264) Expected "if (...) {\n"; found "if(...){\n"
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) This comment is 63% valid code; is this commented out code?
(#265) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#266) Line exceeds 132 characters; contains 164 characters
(#269) Line exceeds 132 characters; contains 134 characters
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) No space found before comment text; expected "// in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0" but found "//in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0"
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#273) Expected "if (...) {\n"; found "if(...){\n"
(#273) Expected 1 space before "=="; 0 found
(#273) Expected 1 space after "=="; 0 found
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Usage of ELSEIF not allowed; use ELSE IF instead
(#275) Expected 1 space before "=="; 0 found
(#275) Expected 1 space after "=="; 0 found
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#284) Expected "if (...) {\n"; found "if(...){\n"
(#285) Line exceeds 132 characters; contains 134 characters
(#289) Line exceeds 132 characters; contains 135 characters
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) No space found before comment text; expected "// in the case a user has deleted all files, we will still have the draftid in the image column, we want to set it to ''" but found "//in the case a user has deleted all files, we will still have the draftid in the image column, we want to set it to ''"
(#291) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#292) Expected "if (...) {\n"; found "if(...){\n"
(#292) Expected 1 space before "=="; 0 found
(#292) Expected 1 space after "=="; 0 found
(#293) Expected 1 space before "="; 0 found
(#293) Expected 1 space after "="; 0 found
(#294) Usage of ELSEIF not allowed; use ELSE IF instead
(#294) Expected 1 space before "=="; 0 found
(#294) Expected 1 space after "=="; 0 found
(#297) Expected 1 space before "="; 0 found
(#297) Expected 1 space after "="; 0 found
(#301) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) No space found before comment text; expected "// lets update the passage hash here before we save the item in db" but found "//lets update the passage hash here before we save the item in db"
(#305) Expected "if (...) {\n"; found "if(...) {\n"
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) No space found before comment text; expected "// also update our passagehash update flag" but found "//also update our passagehash update flag"
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#312) Expected "if (...) {\n"; found "if(...){\n"
(#312) Empty IF statement detected
(#312) Expected 1 space before "=="; 0 found
(#312) Expected 1 space after "=="; 0 found
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) This comment is 60% valid code; is this commented out code?
(#313) No space found before comment text; expected "// $ret->message = $ret->message;" but found "//$ret->message = $ret->message;"
(#314) Expected "} else {\n"; found "}else{\n"
(#315) Expected 1 space before "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) This comment is 59% valid code; is this commented out code?
(#325) No space found before comment text; expected "// return new external_value(PARAM_INT, 'group id');" but found "//return new external_value(PARAM_INT, 'group id');"
mod/wordcards/classes/form_import.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Line indented incorrectly; expected 4 spaces, found 3
(#24) Variable "leftover_rows" must not contain underscores.
(#25) Whitespace found at end of line
(#26) Variable "delimiter_options" must not contain underscores.
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Commas (,) must be followed by white space.
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#27) Commas (,) must be followed by white space.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#28) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Variable "delimiter_options" must not contain underscores.
(#34) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#35) Whitespace found at end of line
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Line exceeds 132 characters; contains 147 characters
(#37) Variable "leftover_rows" must not contain underscores.
(#41) Closing brace indented incorrectly; expected 3 spaces, found 4
mod/wordcards/classes/form_term.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#35) Commas (,) must be followed by white space.
(#40) Whitespace found at end of line
(#41) Commas (,) must be followed by white space.
(#45) Whitespace found at end of line
(#46) Commas (,) must be followed by white space.
(#50) Whitespace found at end of line
(#51) Commas (,) must be followed by white space.
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#67) Whitespace found at end of line
(#69) Line exceeds 132 characters; contains 143 characters
mod/wordcards/classes/helper.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Space found after object operator
(#40) Expected 1 space after "="; 0 found
(#49) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space after "="; 0 found
(#59) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Expected 1 space after "="; 0 found
(#71) Expected "if (...) {\n"; found "if(...) {\n"
(#72) Expected 1 space after "="; 0 found
(#81) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#83) Expected "if (...) {\n"; found "if(...){\n"
(#89) Expected "if (...) {\n"; found "if(...){\n"
mod/wordcards/classes/local/report/attempts.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#19) Commas (,) must be followed by white space.
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) No space found before comment text; expected "// heading data" but found "//heading data"
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// groupsmode" but found "//groupsmode"
(#89) Commas (,) must be followed by white space.
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// if need to partition to groups, SQL for groups" but found "//if need to partition to groups, SQL for groups"
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#97) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#99) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#105) Expected "} else {\n"; found "}else{\n"
(#121) File must end with a newline character
mod/wordcards/classes/local/report/basereport.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#52) Visibility must be declared on method "process_raw_data"
(#54) Visibility must be declared on method "fetch_formatted_heading"
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) No space found before comment text; expected "// return empty string if the timestamps are not both present." but found "//return empty string if the timestamps are not both present."
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) No space found before comment text; expected "// return empty string if the timestamps are not both present." but found "//return empty string if the timestamps are not both present."
(#131) Expected "if (...) {\n"; found "if(...){\n"
mod/wordcards/classes/local/report/basic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// heading data" but found "//heading data"
(#74) File must end with a newline character
mod/wordcards/classes/local/report/grades.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Line exceeds 132 characters; contains 151 characters
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Space found before semicolon; expected ""</a>";" but found ""</a>" ;"
(#42) Expected 1 space after "="; 2 found
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Expected "} else {\n"; found "}else{\n"
(#107) Commas (,) must be followed by white space.
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) No space found before comment text; expected "// heading data" but found "//heading data"
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// groupsmode" but found "//groupsmode"
(#119) Commas (,) must be followed by white space.
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// if grading on latest attempt fetch that, if grading on highest score fetch that" but found "//if grading on latest attempt fetch that, if grading on highest score fetch that"
(#133) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) No space found before comment text; expected "// if need to partition to groups, SQL for groups" but found "//if need to partition to groups, SQL for groups"
(#136) Expected "if (...) {\n"; found "if(...){\n"
(#140) Expected 1 space after "="; 0 found
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#146) Expected "} else {\n"; found "}else{\n"
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// if no groups, or can see all groups then the SQL is simple" but found "//if no groups, or can see all groups then the SQL is simple"
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) No space found before comment text; expected "// loop through data an attemptcount and add latestattempt/highestattempt" but found "//loop through data an attemptcount and add latestattempt/highestattempt"
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#156) Expected "if (...) {\n"; found "if(...){\n"
(#156) Commas (,) must be followed by white space.
(#159) Expected "} else {\n"; found "}else{\n"
(#160) Expected 1 space before "="; 0 found
(#160) Expected 1 space after "="; 0 found
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) No space found before comment text; expected "// add attempt count" but found "//add attempt count"
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#176) File must end with a newline character
mod/wordcards/classes/local/report/userattempts.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Commas (,) must be followed by white space.
(#19) Line exceeds 132 characters; contains 141 characters
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// heading data" but found "//heading data"
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// we would usually check for group access here, but its already been checked in reports.php" but found "//we would usually check for group access here, but its already been checked in reports.php"
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Commas (,) must be followed by white space.
(#104) Line exceeds 132 characters; contains 148 characters
(#118) File must end with a newline character
mod/wordcards/classes/module.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) No space found before comment text; expected "// not used" but found "//not used"
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// not used" but found "//not used"
(#82) Expected 1 space before opening brace; found 0
(#119) Expected 1 space before opening brace; found 0
(#120) Commas (,) must be followed by white space.
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) No space found before comment text; expected "// if we are an admin/teacher kind of person we can see all the steps" but found "//if we are an admin/teacher kind of person we can see all the steps"
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) No space found before comment text; expected "// we used to allow people to retry the different states" but found "//we used to allow people to retry the different states"
(#161) No space found before comment text; expected "// so now they can not" but found "//so now they can not"
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// return self::$states;" but found "//return self::$states;"
(#239) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#241) Expected 1 space before "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#242) Expected "if (...) {\n"; found "if(...){\n"
(#243) Expected "if (...) {\n"; found "if(...){\n"
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#249) Expected "if (...) {\n"; found "if(...){\n"
(#250) Expected "if (...) {\n"; found "if(...){\n"
(#254) Expected 1 space before "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#257) Expected "if (...) {\n"; found "if(...){\n"
(#258) Expected "if (...) {\n"; found "if(...){\n"
(#263) Expected 1 space before "="; 0 found
(#263) Expected 1 space after "="; 0 found
(#263) Line exceeds 132 characters; contains 147 characters
(#276) Variable "selected_records" must not contain underscores.
(#277) Variable "selected_records" must not contain underscores.
(#284) Expected "if (...) {\n"; found "if(...){"
(#284) Expected 1 space before "<"; 0 found
(#284) Expected 1 space after "<"; 0 found
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#284) Closing brace must be on a line by itself
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) No space found before comment text; expected "// we only want visible mods and not the current one" but found "//we only want visible mods and not the current one"
(#316) Expected "if (...) {\n"; found "if(...){"
(#316) Expected 1 space before "<"; 0 found
(#316) Expected 1 space after "<"; 0 found
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#316) Closing brace must be on a line by itself
(#362) Variable "selected_records" must not contain underscores.
(#364) Variable "selected_records" must not contain underscores.
(#379) Expected 1 space before opening brace; found 0
(#381) Commas (,) must be followed by white space.
(#381) Commas (,) must be followed by white space.
(#381) Commas (,) must be followed by white space.
(#381) Commas (,) must be followed by white space.
(#381) Line exceeds 132 characters; contains 138 characters
(#382) Expected "if (...) {\n"; found "if(...){\n"
(#384) Expected "} else {\n"; found "}else{\n"
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) No space found before comment text; expected "// unlimited attempts can attempt" but found "//unlimited attempts can attempt"
(#391) Expected "if (...) {\n"; found "if(...){"
(#391) Expected 1 space before "=="; 0 found
(#391) Expected 1 space after "=="; 0 found
(#391) Closing brace must be on a line by itself
(#394) Expected "if (...) {\n"; found "if(...){"
(#394) Closing brace must be on a line by itself
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Expected "if (...) {\n"; found "if (...) {"
(#397) Closing brace must be on a line by itself
(#399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) No space found before comment text; expected "// if no attempts, we can attempt" but found "//if no attempts, we can attempt"
(#400) Expected 1 space before "="; 0 found
(#400) Expected 1 space after "="; 0 found
(#401) Expected "if (...) {\n"; found "if(...){"
(#401) Closing brace must be on a line by itself
(#403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) No space found before comment text; expected "// if we have fewer attempts than the max, we can attemopt" but found "//if we have fewer attempts than the max, we can attemopt"
(#404) Expected "if (...) {\n"; found "if(...){"
(#404) Expected 1 space before "<"; 0 found
(#404) Expected 1 space after "<"; 0 found
(#404) Closing brace must be on a line by itself
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) No space found before comment text; expected "// if we have not completed the last attempt, we can attempt" but found "//if we have not completed the last attempt, we can attempt"
(#407) Expected "if (...) {\n"; found "if(...){"
(#407) Closing brace must be on a line by itself
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#409) No space found before comment text; expected "// otherwise, no we can not attempt" but found "//otherwise, no we can not attempt"
(#422) Expected "if (...) {\n"; found "if(...){\n"
(#424) Expected "} else {\n"; found "}else{\n"
(#436) Expected "if (...) {\n"; found "if(...){\n"
(#437) Expected 1 space after "="; 0 found
(#467) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#474) Expected 1 space before "="; 0 found
(#474) Expected 1 space after "="; 0 found
(#477) Expected 1 space before "="; 0 found
(#477) Expected 1 space after "="; 0 found
(#480) Expected 1 space before "="; 0 found
(#480) Expected 1 space after "="; 0 found
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#490) No space found before comment text; expected "// we could set passmark to 1 or half of termcount?" but found "//we could set passmark to 1 or half of termcount?"
(#491) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) No space found before comment text; expected "// $passmark = $termcount;" but found "//$passmark = $termcount;"
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#553) Expected "if (...) {\n"; found "if(...) {\n"
(#553) Expected 1 space before ">"; 0 found
(#553) Expected 1 space after ">"; 0 found
(#611) Expected 1 space before "=>"; 0 found
(#611) Expected 1 space after "=>"; 0 found
(#617) Inline comments must start with a capital letter, digit or 3-dots sequence
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#617) No space found before comment text; expected "// remove a partial attempt if the user selects "cancel_attempt"" but found "//remove a partial attempt if the user selects "cancel_attempt""
(#621) Inline comments must start with a capital letter, digit or 3-dots sequence
(#621) Inline comments must end in full-stops, exclamation marks, or question marks
(#621) No space found before comment text; expected "// only cancel if we have a current attempt going" but found "//only cancel if we have a current attempt going"
(#623) Expected "if (...) {\n"; found "if(...){"
(#623) Closing brace must be on a line by itself
(#624) Expected "if (...) {\n"; found "if(...){"
(#624) Closing brace must be on a line by itself
(#625) Commas (,) must be followed by white space.
(#625) Expected 1 space before "=>"; 0 found
(#625) Expected 1 space after "=>"; 0 found
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) Inline comments must end in full-stops, exclamation marks, or question marks
(#629) No space found before comment text; expected "// force a reattempt that will then start them off on step1 (it will bump them up from terms step)" but found "//force a reattempt that will then start them off on step1 (it will bump them up from terms step)"
(#633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#633) Inline comments must end in full-stops, exclamation marks, or question marks
(#633) No space found before comment text; expected "// only reattempt if we dont have a current attempt going" but found "//only reattempt if we dont have a current attempt going"
(#635) Expected "if (...) {\n"; found "if(...){"
(#635) Closing brace must be on a line by itself
(#636) Expected "if (...) {\n"; found "if(...){"
(#636) Closing brace must be on a line by itself
(#653) Empty IF statement detected
(#694) Variable "next_step" must not contain underscores.
(#695) Variable "next_step" must not contain underscores.
(#699) Variable "next_step" must not contain underscores.
(#700) Variable "next_step" must not contain underscores.
(#743) Inline comments must start with a capital letter, digit or 3-dots sequence
(#743) Inline comments must end in full-stops, exclamation marks, or question marks
(#743) No space found before comment text; expected "// if we already ended, lets return that" but found "//if we already ended, lets return that"
(#744) Expected "if (...) {\n"; found "if(...){\n"
(#744) Expected 1 space after "=="; 0 found
(#748) Inline comments must end in full-stops, exclamation marks, or question marks
(#748) No space found before comment text; expected "// TODO: add any newly created steps to this array to add them to the search" but found "//TODO: add any newly created steps to this array to add them to the search"
(#756) Inline comments must start with a capital letter, digit or 3-dots sequence
(#756) Inline comments must end in full-stops, exclamation marks, or question marks
(#756) No space found before comment text; expected "// init our search start flag and return value" but found "//init our search start flag and return value"
(#757) Expected 1 space before "="; 0 found
(#757) Expected 1 space after "="; 0 found
(#758) Expected 1 space before "="; 0 found
(#758) Expected 1 space after "="; 0 found
(#760) Inline comments must start with a capital letter, digit or 3-dots sequence
(#760) Inline comments must end in full-stops, exclamation marks, or question marks
(#760) No space found before comment text; expected "// loop through the steps" but found "//loop through the steps"
(#761) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#762) Expected "if (...) {\n"; found "if(...){\n"
(#762) Expected 1 space before "=="; 0 found
(#762) Expected 1 space after "=="; 0 found
(#763) Expected 1 space before "="; 0 found
(#763) Expected 1 space after "="; 0 found
(#766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) No space found before comment text; expected "// we loop through till we are beyond the current step, and then we are "searching" for the next step" but found "//we loop through till we are beyond the current step, and then we are "searching" for the next step"
(#767) Expected "if (...) {\n"; found "if(...){\n"
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) No space found before comment text; expected "// if the next step is the end step, then so be it." but found "//if the next step is the end step, then so be it."
(#769) Expected "if (...) {\n"; found "if(...){\n"
(#769) Expected 1 space before "=="; 0 found
(#769) Expected 1 space after "=="; 0 found
(#770) Expected 1 space before "="; 0 found
(#773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#773) No space found before comment text; expected "// check if we have words in the review pool, and if the currebt "next" activity is a "learn" or "review" one" but found "//check if we have words in the review pool, and if the currebt "next" activity is a "learn" or "review" one"
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#774) No space found before comment text; expected "// we stopped skipping activities if the review pool empty, and began usng learn terms: because grading got hard" but found "//we stopped skipping activities if the review pool empty, and began usng learn terms: because grading got hard"
(#775) Inline comments must start with a capital letter, digit or 3-dots sequence
(#775) This comment is 84% valid code; is this commented out code?
(#775) No space found before comment text; expected "// $this->are_there_words_to_review();" but found "//$this->are_there_words_to_review();"
(#778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#778) Inline comments must end in full-stops, exclamation marks, or question marks
(#778) No space found before comment text; expected "// if not practice type was specified move on" but found "//if not practice type was specified move on"
(#779) Expected "if (...) {\n"; found "if (...){\n"
(#779) Expected 1 space before "=="; 0 found
(#779) Expected 1 space after "=="; 0 found
(#783) Inline comments must start with a capital letter, digit or 3-dots sequence
(#783) Inline comments must end in full-stops, exclamation marks, or question marks
(#783) No space found before comment text; expected "// get next word poodl" but found "//get next word poodl"
(#786) Inline comments must start with a capital letter, digit or 3-dots sequence
(#786) Inline comments must end in full-stops, exclamation marks, or question marks
(#786) No space found before comment text; expected "// if we have words in the review pool, then this step should be fine" but found "//if we have words in the review pool, then this step should be fine"
(#787) Expected "if (...) {\n"; found "if(...){\n"
(#791) Inline comments must start with a capital letter, digit or 3-dots sequence
(#791) Inline comments must end in full-stops, exclamation marks, or question marks
(#791) Line indented incorrectly; expected at least 20 spaces, found 16
(#791) No space found before comment text; expected "// if we have no words in the review pool, we need a learn step, lets see if we have one" but found "//if we have no words in the review pool, we need a learn step, lets see if we have one"
(#792) Usage of ELSEIF not allowed; use ELSE IF instead
(#792) Expected 1 space before "=="; 0 found
(#792) Expected 1 space after "=="; 0 found
(#795) Expected "} else {\n"; found "}else{\n"
(#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) No space found before comment text; expected "// we would continue if we need a learn activity, but $thisstep was a review activity" but found "//we would continue if we need a learn activity, but $thisstep was a review activity"
(#801) Inline comments must start with a capital letter, digit or 3-dots sequence
(#801) Inline comments must end in full-stops, exclamation marks, or question marks
(#801) No space found before comment text; expected "// if we got no next step, then lets just jump to end" but found "//if we got no next step, then lets just jump to end"
(#802) Expected "if (...) {\n"; found "if(...){"
(#802) Expected 1 space before "="; 0 found
(#802) Expected 1 space after "="; 0 found
(#802) Closing brace must be on a line by itself
(#803) Inline comments must start with a capital letter, digit or 3-dots sequence
(#803) Inline comments must end in full-stops, exclamation marks, or question marks
(#803) No space found before comment text; expected "// return next step" but found "//return next step"
(#807) Expected 1 space before opening brace; found 0
(#810) Inline comments must start with a capital letter, digit or 3-dots sequence
(#810) Inline comments must end in full-stops, exclamation marks, or question marks
(#810) No space found before comment text; expected "// if we are an admin, just say yes" but found "//if we are an admin, just say yes"
(#811) Expected "if (...) {\n"; found "if(...){\n"
(#822) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#838) Expected 1 space before opening brace; found 0
(#840) Expected "if (...) {\n"; found "if(...){\n"
(#841) Commas (,) must be followed by white space.
(#843) Expected "if (...) {\n"; found "if(...){\n"
(#844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#844) Inline comments must end in full-stops, exclamation marks, or question marks
(#844) No space found before comment text; expected "// check if it has changed, if not do not waste time processing it" but found "//check if it has changed, if not do not waste time processing it"
(#845) Expected "if (...) {\n"; found "if(...) {\n"
(#845) Expected 1 space before "!="; 0 found
(#846) Inline comments must start with a capital letter, digit or 3-dots sequence
(#846) Inline comments must end in full-stops, exclamation marks, or question marks
(#846) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#848) Expected "if (...) {\n"; found "if (...) {\n"
(#850) Expected 1 space before "=>"; 0 found
(#850) Expected 1 space after "=>"; 0 found
(#850) Commas (,) must be followed by white space.
(#850) Expected 1 space before "=>"; 0 found
(#850) Expected 1 space after "=>"; 0 found
(#850) Expected 1 space before "=>"; 0 found
(#850) Expected 1 space after "=>"; 0 found
(#850) Line exceeds 132 characters; contains 141 characters
(#856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) No space found before comment text; expected "// by default just return what already exists, but also update our "dirty" flag so we do not keep coming back here" but found "//by default just return what already exists, but also update our "dirty" flag so we do not keep coming back here"
(#857) Expected 1 space before "=>"; 0 found
(#857) Expected 1 space after "=>"; 0 found
(#857) Commas (,) must be followed by white space.
(#857) Expected 1 space before "=>"; 0 found
(#857) Expected 1 space after "=>"; 0 found
mod/wordcards/classes/output/renderer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) global $PAGE cannot be used in renderers. Use $this->page.
(#24) global $OUTPUT cannot be used in renderers. Use $this->output.
(#24) Commas (,) must be followed by white space.
(#38) Expected 1 space before "="; 0 found
(#38) Commas (,) must be followed by white space.
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#44) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#45) Expected 1 space before "=="; 0 found
(#45) Expected 1 space after "=="; 0 found
(#45) Expected 1 space before "=="; 0 found
(#45) Expected 1 space after "=="; 0 found
(#49) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// attempt info" but found "//attempt info"
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected "} else {\n"; found "}else{\n"
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Expected 1 space before ">"; 0 found
(#71) Expected 1 space after ">"; 0 found
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Commas (,) must be followed by white space.
(#76) Usage of ELSEIF not allowed; use ELSE IF instead
(#76) Expected 1 space before "=="; 0 found
(#76) Expected 1 space after "=="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Commas (,) must be followed by white space.
(#80) Expected "} else {\n"; found "}else{\n"
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Commas (,) must be followed by white space.
(#85) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// config" but found "//config"
(#90) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#93) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Commas (,) must be followed by white space.
(#124) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#126) Expected 1 space before "="; 0 found
(#126) Expected 1 space after "="; 0 found
(#127) Variable "opts_html" must not contain underscores.
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#131) Variable "opts_html" must not contain underscores.
(#134) Expected 1 space before opening brace; found 0
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// teachers can not attempt, so they cant quite attempts either" but found "//teachers can not attempt, so they cant quite attempts either"
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#141) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before opening brace; found 0
(#152) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#160) Expected 1 space after "="; 0 found
(#161) Expected "if (...) {\n"; found "if(...){\n"
(#162) Expected 1 space before "="; 0 found
(#162) Expected 1 space after "="; 0 found
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) No space found before comment text; expected "// which face to tag as front and which as back" but found "//which face to tag as front and which as back"
(#165) Expected "if (...) {\n"; found "if(...) {\n"
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#170) Variable "defs_object" must not contain underscores.
(#171) Variable "defs_object" must not contain underscores.
(#172) Variable "defs_object" must not contain underscores.
(#177) global $PAGE cannot be used in renderers. Use $this->page.
(#177) global $OUTPUT cannot be used in renderers. Use $this->output.
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) No space found before comment text; expected "// config" but found "//config"
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) No space found before comment text; expected "// get state" but found "//get state"
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// if we are in review state, we use different words" but found "//if we are in review state, we use different words"
(#186) Expected "if (...) {\n"; found "if(...) {\n"
(#188) Expected "} else {\n"; found "}else{\n"
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#193) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#194) Expected "if (...) {\n"; found "if(...){\n"
(#194) Expected 1 space before "=="; 0 found
(#194) Expected 1 space after "=="; 0 found
(#194) Expected 1 space before "=="; 0 found
(#194) Expected 1 space after "=="; 0 found
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#201) Variable "opts_html" must not contain underscores.
(#202) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#205) Expected 1 space after "="; 2 found
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Line exceeds 132 characters; contains 154 characters
(#208) Expected 1 space before "="; 0 found
(#208) Expected 1 space after "="; 0 found
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#209) Expected 1 space before "=>"; 0 found
(#209) Commas (,) must be followed by white space.
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#210) Commas (,) must be followed by white space.
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#210) Commas (,) must be followed by white space.
(#210) Commas (,) must be followed by white space.
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#217) Variable "activity_html" must not contain underscores.
(#222) Variable "activity_html" must not contain underscores.
(#227) Variable "activity_html" must not contain underscores.
(#233) Variable "activity_html" must not contain underscores.
(#236) Variable "opts_html" must not contain underscores.
(#236) Variable "activity_html" must not contain underscores.
(#243) Expected "if (...) {\n"; found "if(...){\n"
(#245) Expected "} else {\n"; found "}else{\n"
(#248) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#258) Expected 1 space before opening brace; found 0
(#265) Expected 1 space before opening brace; found 0
(#266) Commas (,) must be followed by white space.
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) No space found before comment text; expected "// get state" but found "//get state"
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) No space found before comment text; expected "// fitst confirm we have the cloud poodll token and can show the cards" but found "//fitst confirm we have the cloud poodll token and can show the cards"
(#272) Variable "api_user" must not contain underscores.
(#272) Commas (,) must be followed by white space.
(#273) Variable "api_secret" must not contain underscores.
(#273) Commas (,) must be followed by white space.
(#274) Commas (,) must be followed by white space.
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) No space found before comment text; expected "// check user has entered api credentials" but found "//check user has entered api credentials"
(#277) Expected "if (...) {\n"; found "if(...){\n"
(#277) Variable "api_user" must not contain underscores.
(#277) Variable "api_secret" must not contain underscores.
(#278) Commas (,) must be followed by white space.
(#281) Expected "} else {\n"; found "}else {\n"
(#282) Variable "api_user" must not contain underscores.
(#282) Variable "api_secret" must not contain underscores.
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) No space found before comment text; expected "// check token authenticated and no errors in it" but found "//check token authenticated and no errors in it"
(#286) Expected "if (...) {\n"; found "if(...){\n"
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) No space found before comment text; expected "// ok we now have a token and can continue to set up the cards" but found "//ok we now have a token and can continue to set up the cards"
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) No space found before comment text; expected "// next url" but found "//next url"
(#296) Expected 1 space after "="; 2 found
(#296) Commas (,) must be followed by white space.
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#296) Commas (,) must be followed by white space.
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#296) Line exceeds 132 characters; contains 154 characters
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) No space found before comment text; expected "// if we are in review state, we use different words and the next page is a finish page" but found "//if we are in review state, we use different words and the next page is a finish page"
(#299) Expected "if (...) {\n"; found "if(...) {\n"
(#301) Expected "} else {\n"; found "}else{\n"
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#307) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#308) Expected "if (...) {\n"; found "if(...){\n"
(#308) Expected 1 space before "=="; 0 found
(#308) Expected 1 space after "=="; 0 found
(#308) Expected 1 space before "=="; 0 found
(#308) Expected 1 space after "=="; 0 found
(#313) Expected 1 space before "="; 0 found
(#313) Expected 1 space after "="; 0 found
(#313) Commas (,) must be followed by white space.
(#314) Variable "opts_html" must not contain underscores.
(#315) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#317) Expected 1 space before "=>"; 0 found
(#317) Expected 1 space after "=>"; 0 found
(#317) Commas (,) must be followed by white space.
(#317) Expected 1 space before "=>"; 0 found
(#317) Commas (,) must be followed by white space.
(#317) Expected 1 space before "=>"; 0 found
(#317) Expected 1 space after "=>"; 0 found
(#318) Expected 1 space before "="; 0 found
(#318) Expected 1 space after "="; 0 found
(#319) Expected 1 space before "="; 0 found
(#319) Expected 1 space after "="; 0 found
(#320) Expected 1 space before "="; 0 found
(#320) Expected 1 space after "="; 0 found
(#321) Expected 1 space before "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#322) Expected 1 space before "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#322) Commas (,) must be followed by white space.
(#323) Expected 1 space before "="; 0 found
(#323) Expected 1 space after "="; 0 found
(#324) Expected 1 space before "="; 0 found
(#325) Expected 1 space before "="; 0 found
(#325) Expected 1 space after "="; 0 found
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) No space found before comment text; expected "// max expire time is 300 seconds" but found "//max expire time is 300 seconds"
(#327) Expected "if (...) {\n"; found "if(...){\n"
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) No space found before comment text; expected "// this will force browser recognition to use Poodll (not chrome or other browser speech)" but found "//this will force browser recognition to use Poodll (not chrome or other browser speech)"
(#330) Expected "} else {\n"; found "}else {\n"
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) No space found before comment text; expected "// are we going to force streaning transcription from AWS only if its android" but found "//are we going to force streaning transcription from AWS only if its android"
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) This comment is 64% valid code; is this commented out code?
(#338) No space found before comment text; expected "// $ua = strtolower($_SERVER['HTTP_USER_AGENT']);" but found "//$ua = strtolower($_SERVER['HTTP_USER_AGENT']);"
(#339) No space found before comment text; expected "// if(stripos($ua,'android') !== false) {" but found "//if(stripos($ua,'android') !== false) {"
(#340) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#341) No space found before comment text; expected "// }" but found "//}"
(#342) Variable "string_hints" must not contain underscores.
(#345) Expected 1 space before "="; 0 found
(#345) Expected 1 space after "="; 0 found
(#346) Expected 1 space before "="; 0 found
(#346) Expected 1 space after "="; 0 found
(#347) Expected 1 space before "="; 0 found
(#347) Expected 1 space after "="; 0 found
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#349) Expected 1 space before "="; 0 found
(#349) Expected 1 space after "="; 0 found
(#349) Variable "string_hints" must not contain underscores.
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#350) Commas (,) must be followed by white space.
(#351) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) No space found before comment text; expected "// TT Recorder ---------------" but found "//TT Recorder ---------------"
(#354) Expected 1 space before "="; 0 found
(#355) Expected 1 space before "="; 0 found
(#356) Expected 1 space before "="; 0 found
(#356) Expected 1 space after "="; 0 found
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) No space found before comment text; expected "// passagehash if not empty will be region|hash eg tokyo|2353531453415134545" but found "//passagehash if not empty will be region|hash eg tokyo|2353531453415134545"
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) No space found before comment text; expected "// but we only send the hash up so we strip the region" but found "//but we only send the hash up so we strip the region"
(#359) Expected 1 space before "="; 0 found
(#359) Expected 1 space after "="; 0 found
(#360) Expected "if (...) {\n"; found "if(...){\n"
(#361) Commas (,) must be followed by white space.
(#362) Expected "if (...) {\n"; found "if(...){\n"
(#362) Expected 1 space before "=="; 0 found
(#362) Expected 1 space after "=="; 0 found
(#375) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#378) Variable "opts_html" must not contain underscores.
(#382) Commas (,) must be followed by white space.
(#386) Expected 1 space after "="; 2 found
(#386) Commas (,) must be followed by white space.
(#386) Expected 1 space before "=>"; 0 found
(#386) Expected 1 space after "=>"; 0 found
(#386) Commas (,) must be followed by white space.
(#386) Expected 1 space before "=>"; 0 found
(#386) Expected 1 space after "=>"; 0 found
(#386) Line exceeds 132 characters; contains 154 characters
(#388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) No space found before comment text; expected "// if we are in review state, we use different words and the next page is a finish page" but found "//if we are in review state, we use different words and the next page is a finish page"
(#389) Expected "if (...) {\n"; found "if(...) {\n"
(#391) Expected "} else {\n"; found "}else{\n"
(#395) Inline comments must start with a capital letter, digit or 3-dots sequence
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#395) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#396) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#397) Expected "if (...) {\n"; found "if(...){\n"
(#397) Expected 1 space before "=="; 0 found
(#397) Expected 1 space after "=="; 0 found
(#397) Expected 1 space before "=="; 0 found
(#397) Expected 1 space after "=="; 0 found
(#420) Expected 1 space before opening brace; found 0
(#429) Commas (,) must be followed by white space.
(#433) Expected 1 space after "="; 0 found
mod/wordcards/classes/output/report_renderer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#28) Expected 1 space before "="; 0 found
(#28) Expected 1 space after "="; 0 found
(#29) Functions must not contain multiple empty lines in a row; found 5 empty lines
(#34) Commas (,) must be followed by white space.
(#36) Blank comments are not allowed
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// This shows button that pushes all updated machine grades to gradebook" but found "//This shows button that pushes all updated machine grades to gradebook"
(#40) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// echo header" but found "//echo header"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// set up our table and head attributes" but found "//set up our table and head attributes"
(#144) Variable "headrow_attributes" must not contain underscores.
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#156) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// set up descrption cell" but found "//set up descrption cell"
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) No space found before comment text; expected "// if datatables set up datatables" but found "//if datatables set up datatables"
(#174) Expected "if (...) {\n"; found "if(...) {\n"
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#188) Visibility must be declared on method "show_reports_footer"
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#197) Visibility must be declared on method "show_perpage_selector"
(#212) Visibility must be declared on method "show_paging_bar"
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) No space found before comment text; expected "// add paging params to url (NOT pageno)" but found "//add paging params to url (NOT pageno)"
(#220) Visibility must be declared on method "show_export_buttons"
(#231) File must end with a newline character
mod/wordcards/classes/setupform.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) 75 slashes comments are not allowed; use "// Comment." instead
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#19) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#23) 75 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// why do we need to include this?" but found "//why do we need to include this?"
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Expected 2 space(s) before asterisk; 5 found
(#72) Expected 2 space(s) before asterisk; 5 found
(#73) Expected 2 space(s) before asterisk; 5 found
(#89) The final declaration must precede the visibility declaration
(#94) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#101) The final declaration must precede the visibility declaration
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#102) Expected 1 space before ">"; 0 found
(#102) Expected 1 space after ">"; 0 found
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#103) Space found before semicolon; expected "$count;" but found "$count ;"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 1
(#113) Closing brace indented incorrectly; expected 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 4 spaces, found 1
(#115) The final declaration must precede the visibility declaration
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 4 spaces, found 1
(#128) The final declaration must precede the visibility declaration
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) This comment is 70% valid code; is this commented out code?
(#132) No space found before comment text; expected "// edoptions = array('noclean'=>true)" but found "//edoptions = array('noclean'=>true)"
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Line exceeds 132 characters; contains 152 characters
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#141) File must end with a newline character
mod/wordcards/classes/table_terms.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Line indented incorrectly; expected at least 8 spaces, found 0
(#53) No space found before comment text; expected "// t.model_sentence" but found "//t.model_sentence"
(#55) Whitespace found at end of line within string
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// non AJAX edit form - defunct" but found "//non AJAX edit form - defunct"
(#86) This comment is 65% valid code; is this commented out code?
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// ajax action" but found "//ajax action"
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Line exceeds 132 characters; contains 173 characters
(#98) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/classes/utils.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Expected 1 space before opening brace; found 0
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) No space found before comment text; expected "// are we willing and able to transcribe submissions?" but found "//are we willing and able to transcribe submissions?"
(#43) Opening brace should be on the same line as the declaration
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) No space found before comment text; expected "// we default to true" but found "//we default to true"
(#45) No space found before comment text; expected "// but it only takes one no ...." but found "//but it only takes one no ...."
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// if user disables ai, we do not transcribe" but found "//if user disables ai, we do not transcribe"
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Expected 1 space after "="; 0 found
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// convert a phrase or word to a series of phonetic characters that we can use to compare text/spoken" but found "//convert a phrase or word to a series of phonetic characters that we can use to compare text/spoken"
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space before opening brace; found 0
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// gettting phonetics for JP requires php-mecab library doc'd here" but found "//gettting phonetics for JP requires php-mecab library doc'd here"
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// https://github.com/nihongodera/php-mecab-documentation" but found "//https://github.com/nihongodera/php-mecab-documentation"
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#77) Expected 1 space after "="; 2 found
(#78) Commas (,) must be followed by white space.
(#79) Expected "if (...) {\n"; found "if(...){\n"
(#79) Expected 1 space before "!="; 0 found
(#79) Expected 1 space after "!="; 0 found
(#80) Expected 1 space after "="; 0 found
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Passing the $glue and $pieces parameters in reverse order to implode has been deprecated since PHP 7.4; $glue should be the first parameter and $pieces the second
(#83) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space before opening brace; found 0
(#93) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#97) Expected "if (...) {\n"; found "if (...) {"
(#97) Closing brace must be on a line by itself
(#99) Expected "if (...) {\n"; found "if (...) {"
(#99) Closing brace must be on a line by itself
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#105) Expected 1 space before "="; 0 found
(#105) Expected 1 space after "="; 0 found
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#117) Expected 1 space before "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#130) Expected 1 space before ">="; 0 found
(#130) Expected 1 space after ">="; 0 found
(#131) Calls to PHP native functions must be lowercase; expected "round" but found "ROUND"
(#132) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) No space found before comment text; expected "// recalculate all final grades" but found "//recalculate all final grades"
(#138) Expected 1 space before opening brace; found 0
(#142) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#143) Commas (,) must be followed by white space.
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// calc and update final grade of a single user" but found "//calc and update final grade of a single user"
(#148) Expected 1 space before opening brace; found 0
(#149) Commas (,) must be followed by white space.
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) No space found before comment text; expected "// if we arrive off the finished page, we are just grading, not regrading.." but found "//if we arrive off the finished page, we are just grading, not regrading.."
(#152) Expected "if (...) {\n"; found "if(...){\n"
(#155) Expected "} else {\n"; found "}else{\n"
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) No space found before comment text; expected "// post new grades to gradebook, set to true if find something gradeable" but found "//post new grades to gradebook, set to true if find something gradeable"
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#169) Expected "if (...) {\n"; found "if (...) {"
(#169) Closing brace must be on a line by itself
(#170) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) 3 slashes comments are not allowed; use "// Comment." instead
(#172) No space found before comment text; expected "// dont redo grading unless that is what we are ding (ie from recalculate final grades)" but found "///dont redo grading unless that is what we are ding (ie from recalculate final grades)"
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) No space found before comment text; expected "// if we have a practice type for the step and it has terms, then tally the grade" but found "//if we have a practice type for the step and it has terms, then tally the grade"
(#217) Calls to PHP native functions must be lowercase; expected "round" but found "ROUND"
(#219) Expected 1 space before "="; 0 found
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) No space found before comment text; expected "// if we have something to update, do the re-grade" but found "//if we have something to update, do the re-grade"
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) No space found before comment text; expected "// we use curl to fetch transcripts from AWS and Tokens from cloudpoodll" but found "//we use curl to fetch transcripts from AWS and Tokens from cloudpoodll"
(#231) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#232) No space found before comment text; expected "// we use curl to fetch transcripts from AWS and Tokens from cloudpoodll" but found "//we use curl to fetch transcripts from AWS and Tokens from cloudpoodll"
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#234) Commas (,) must be followed by white space.
(#235) Opening brace should be on the same line as the declaration
(#245) No space found before comment text; expected "// This is called from the settings page and we do not want to make calls out to cloud.poodll.com on settings" but found "//This is called from the settings page and we do not want to make calls out to cloud.poodll.com on settings"
(#246) No space found before comment text; expected "// page load, for performance and stability issues. So if the cache is empty and/or no token, we just show a" but found "//page load, for performance and stability issues. So if the cache is empty and/or no token, we just show a"
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before opening brace; found 0
(#249) Line indented incorrectly; expected at least 8 spaces, found 7
(#251) Line indented incorrectly; expected at least 8 spaces, found 7
(#251) No space found before comment text; expected "// First check that we have an API id and secret" but found "//First check that we have an API id and secret"
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#254) Commas (,) must be followed by white space.
(#255) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#260) Expected "if (...) {\n"; found "if(...){\n"
(#261) Line indented incorrectly; expected at least 12 spaces, found 11
(#261) Commas (,) must be followed by white space.
(#262) Line indented incorrectly; expected 8 spaces, found 7
(#262) Closing brace indented incorrectly; expected 8 spaces, found 7
(#263) Expected "if (...) {\n"; found "if(...){\n"
(#264) Commas (,) must be followed by white space.
(#267) Expected "if (...) {\n"; found "if(...){\n"
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) No space found before comment text; expected "// Fetch from cache and process the results and display" but found "//Fetch from cache and process the results and display"
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) No space found before comment text; expected "// if we have no token object the creds were wrong ... or something" but found "//if we have no token object the creds were wrong ... or something"
(#276) Expected "if (...) {\n"; found "if(...){\n"
(#277) Commas (,) must be followed by white space.
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) No space found before comment text; expected "// if we have an object but its no good, creds werer wrong ..or something" but found "//if we have an object but its no good, creds werer wrong ..or something"
(#279) Usage of ELSEIF not allowed; use ELSE IF instead
(#279) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Line indented incorrectly; expected at least 12 spaces, found 8
(#281) No space found before comment text; expected "// if we do not have subs, then we are on a very old token or something is wrong, just get out of here." but found "//if we do not have subs, then we are on a very old token or something is wrong, just get out of here."
(#282) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Commas (,) must be followed by white space.
(#285) Expected "if (...) {\n"; found "if(...){\n"
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) No space found before comment text; expected "// we have enough info to display a report. Lets go." but found "//we have enough info to display a report. Lets go."
(#290) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#291) Commas (,) must be followed by white space.
(#292) Commas (,) must be followed by white space.
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#296) Expected "if (...) {\n"; found "if(...){\n"
(#296) Commas (,) must be followed by white space.
(#297) Commas (,) must be followed by white space.
(#298) Commas (,) must be followed by white space.
(#299) Expected "} else {\n"; found "}else{\n"
(#300) Commas (,) must be followed by white space.
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) No space found before comment text; expected "// We need a Poodll token to make all this recording and transcripts happen" but found "//We need a Poodll token to make all this recording and transcripts happen"
(#309) Opening brace should be on the same line as the declaration
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) No space found before comment text; expected "// if we got a token and its less than expiry time" but found "//if we got a token and its less than expiry time"
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Expected "if (...) {\n"; found "if(...){\n"
(#319) Expected 1 space before "=="; 0 found
(#319) Expected 1 space after "=="; 0 found
(#320) Expected "if (...) {\n"; found "if(...){\n"
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Variable "token_url" must not contain underscores.
(#326) Expected 1 space after "="; 0 found
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#332) Variable "token_response" must not contain underscores.
(#332) Variable "token_url" must not contain underscores.
(#332) Commas (,) must be followed by white space.
(#333) Variable "token_response" must not contain underscores.
(#334) Variable "resp_object" must not contain underscores.
(#334) Variable "token_response" must not contain underscores.
(#335) Expected "if (...) {\n"; found "if(...) {\n"
(#335) Variable "resp_object" must not contain underscores.
(#335) Variable "resp_object" must not contain underscores.
(#335) Commas (,) must be followed by white space.
(#336) Variable "resp_object" must not contain underscores.
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#337) No space found before comment text; expected "// store the expiry timestamp and adjust it for diffs between our server times" but found "//store the expiry timestamp and adjust it for diffs between our server times"
(#338) Expected "if (...) {\n"; found "if(...) {\n"
(#338) Variable "resp_object" must not contain underscores.
(#339) Variable "resp_object" must not contain underscores.
(#339) Variable "resp_object" must not contain underscores.
(#340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#340) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) No space found before comment text; expected "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#342) Expected "} else {\n"; found "}else{\n"
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) No space found before comment text; expected "// cache the token" but found "//cache the token"
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#351) Expected 1 space before "="; 0 found
(#351) Expected 1 space after "="; 0 found
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#353) Expected "if (...) {\n"; found "if(...){\n"
(#353) Variable "resp_object" must not contain underscores.
(#353) Commas (,) must be followed by white space.
(#354) Variable "resp_object" must not contain underscores.
(#356) Expected "if (...) {\n"; found "if(...){\n"
(#356) Variable "resp_object" must not contain underscores.
(#356) Commas (,) must be followed by white space.
(#357) Variable "resp_object" must not contain underscores.
(#359) Expected "if (...) {\n"; found "if(...){\n"
(#359) Variable "resp_object" must not contain underscores.
(#359) Commas (,) must be followed by white space.
(#360) Variable "resp_object" must not contain underscores.
(#362) Expected "if (...) {\n"; found "if(...){\n"
(#362) Variable "resp_object" must not contain underscores.
(#362) Commas (,) must be followed by white space.
(#363) Variable "resp_object" must not contain underscores.
(#365) Expected "if (...) {\n"; found "if(...){\n"
(#365) Variable "resp_object" must not contain underscores.
(#365) Commas (,) must be followed by white space.
(#366) Variable "resp_object" must not contain underscores.
(#372) Expected "} else {\n"; found "}else{\n"
(#374) Expected "if (...) {\n"; found "if(...) {\n"
(#374) Empty IF statement detected
(#374) Variable "resp_object" must not contain underscores.
(#374) Variable "resp_object" must not contain underscores.
(#374) Commas (,) must be followed by white space.
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) This comment is 43% valid code; is this commented out code?
(#375) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#378) Expected "} else {\n"; found "}else{\n"
(#379) Expected 1 space before "="; 0 found
(#379) Expected 1 space after "="; 0 found
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) No space found before comment text; expected "// check site URL is actually registered" but found "//check site URL is actually registered"
(#385) Visibility must be declared on method "is_site_registered"
(#388) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) No space found before comment text; expected "// get arrays of the wwwroot and registered url" but found "//get arrays of the wwwroot and registered url"
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) No space found before comment text; expected "// just in case, lowercase'ify them" but found "//just in case, lowercase'ify them"
(#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) No space found before comment text; expected "// add http:// or https:// to URLs that do not have it" but found "//add http:// or https:// to URLs that do not have it"
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) No space found before comment text; expected "// if neither parsed successfully, that a no straight up" but found "//if neither parsed successfully, that a no straight up"
(#403) Variable "wwwroot_bits" must not contain underscores.
(#404) Variable "registered_bits" must not contain underscores.
(#405) Variable "wwwroot_bits" must not contain underscores.
(#405) Variable "registered_bits" must not contain underscores.
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) No space found before comment text; expected "// this is not a match" but found "//this is not a match"
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) No space found before comment text; expected "// get the subdomain widlcard address, ie *.a.b.c.d.com" but found "//get the subdomain widlcard address, ie *.a.b.c.d.com"
(#411) Variable "wildcard_subdomain_wwwroot" must not contain underscores.
(#412) Variable "wwwroot_bits" must not contain underscores.
(#413) Variable "wwwroot_bits" must not contain underscores.
(#415) Variable "wildcard_subdomain_wwwroot" must not contain underscores.
(#417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) No space found before comment text; expected "// this is not a match" but found "//this is not a match"
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#421) No space found before comment text; expected "// match either the exact domain or the wildcard domain or fail" but found "//match either the exact domain or the wildcard domain or fail"
(#422) Variable "registered_bits" must not contain underscores.
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) No space found before comment text; expected "// this will cover exact matches and path matches" but found "//this will cover exact matches and path matches"
(#424) Variable "registered_bits" must not contain underscores.
(#424) Variable "wwwroot_bits" must not contain underscores.
(#425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) No space found before comment text; expected "// this is a match" but found "//this is a match"
(#427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) No space found before comment text; expected "// this will cover subdomain matches" but found "//this will cover subdomain matches"
(#428) Variable "registered_bits" must not contain underscores.
(#428) Variable "wildcard_subdomain_wwwroot" must not contain underscores.
(#429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#429) No space found before comment text; expected "// yay we are registered!!!!" but found "//yay we are registered!!!!"
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) No space found before comment text; expected "// not a match" but found "//not a match"
(#436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) No space found before comment text; expected "// not a match" but found "//not a match"
(#443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) No space found before comment text; expected "// check token and tokenobject(from cache)" but found "//check token and tokenobject(from cache)"
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) No space found before comment text; expected "// return error message or blank if its all ok" but found "//return error message or blank if its all ok"
(#445) Expected 1 space before opening brace; found 0
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) No space found before comment text; expected "// check token authenticated" but found "//check token authenticated"
(#449) Expected "if (...) {\n"; found "if(...) {\n"
(#459) Inline comments must start with a capital letter, digit or 3-dots sequence
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) No space found before comment text; expected "// we should not get here if there is no token, but lets gracefully die, [v unlikely]" but found "//we should not get here if there is no token, but lets gracefully die, [v unlikely]"
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#465) No space found before comment text; expected "// We have an object but its no good, creds were wrong ..or something. [v unlikely]" but found "//We have an object but its no good, creds were wrong ..or something. [v unlikely]"
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) No space found before comment text; expected "// just return empty if there is no error." but found "//just return empty if there is no error."
(#486) Line indented incorrectly; expected 4 spaces, found 2
(#486) Expected 1 space before opening brace; found 0
(#487) Line indented incorrectly; expected at least 8 spaces, found 6
(#488) Commas (,) must be followed by white space.
(#489) Commas (,) must be followed by white space.
(#490) Commas (,) must be followed by white space.
(#491) Commas (,) must be followed by white space.
(#492) Commas (,) must be followed by white space.
(#493) Commas (,) must be followed by white space.
(#494) Commas (,) must be followed by white space.
(#495) Commas (,) must be followed by white space.
(#496) Commas (,) must be followed by white space.
(#497) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#499) Commas (,) must be followed by white space.
(#500) Line indented incorrectly; expected at least 8 spaces, found 6
(#501) Line indented incorrectly; expected 4 spaces, found 2
(#503) Expected 1 space before opening brace; found 0
(#505) Closing brace must be on a line by itself
(#506) Closing brace must be on a line by itself
(#507) Closing brace must be on a line by itself
(#508) Closing brace must be on a line by itself
(#509) Closing brace must be on a line by itself
(#510) Closing brace must be on a line by itself
(#511) Closing brace must be on a line by itself
(#512) Closing brace must be on a line by itself
(#513) Closing brace must be on a line by itself
(#514) Closing brace must be on a line by itself
(#515) Closing brace must be on a line by itself
(#516) Closing brace must be on a line by itself
(#520) Expected 1 space before opening brace; found 0
(#522) Commas (,) must be followed by white space.
(#523) Commas (,) must be followed by white space.
(#523) Commas (,) must be followed by white space.
(#524) Commas (,) must be followed by white space.
(#524) Commas (,) must be followed by white space.
(#525) Commas (,) must be followed by white space.
(#525) Commas (,) must be followed by white space.
(#526) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#529) Commas (,) must be followed by white space.
(#529) Commas (,) must be followed by white space.
(#529) Expected 1 space before "=>"; 0 found
(#529) Expected 1 space after "=>"; 0 found
(#529) Commas (,) must be followed by white space.
(#529) Expected 1 space before "=>"; 0 found
(#529) Expected 1 space after "=>"; 0 found
(#530) Commas (,) must be followed by white space.
(#530) Commas (,) must be followed by white space.
(#534) Line indented incorrectly; expected 4 spaces, found 2
(#534) Expected 1 space before opening brace; found 0
(#535) Line indented incorrectly; expected at least 8 spaces, found 6
(#536) Expected 1 space before "=>"; 0 found
(#536) Expected 1 space after "=>"; 0 found
(#537) Expected 1 space before "=>"; 0 found
(#537) Expected 1 space after "=>"; 0 found
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#539) Expected 1 space before "=>"; 0 found
(#539) Expected 1 space after "=>"; 0 found
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#541) Expected 1 space before "=>"; 0 found
(#541) Expected 1 space after "=>"; 0 found
(#542) Expected 1 space before "=>"; 0 found
(#542) Expected 1 space after "=>"; 0 found
(#543) Expected 1 space before "=>"; 0 found
(#543) Expected 1 space after "=>"; 0 found
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#544) Commas (,) must be followed by white space.
(#545) Line indented incorrectly; expected at least 8 spaces, found 6
(#546) Line indented incorrectly; expected 4 spaces, found 2
(#554) Expected 1 space before opening brace; found 0
(#555) Line indented incorrectly; expected at least 8 spaces, found 6
(#556) Variable "file_external" must not contain underscores.
(#557) Variable "file_internal" must not contain underscores.
(#559) Expected 1 space before "=>"; 0 found
(#559) Variable "file_internal" must not contain underscores.
(#559) Variable "file_external" must not contain underscores.
(#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
(#562) No space found before comment text; expected "// see if this is truly json or some error" but found "//see if this is truly json or some error"
(#574) Inline comments must start with a capital letter, digit or 3-dots sequence
(#574) Inline comments must end in full-stops, exclamation marks, or question marks
(#574) No space found before comment text; expected "// fetch the MP3 URL of the text we want transcribed" but found "//fetch the MP3 URL of the text we want transcribed"
(#575) Commas (,) must be followed by white space.
(#575) Commas (,) must be followed by white space.
(#575) Commas (,) must be followed by white space.
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#581) Inline comments must start with a capital letter, digit or 3-dots sequence
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#581) This comment is 43% valid code; is this commented out code?
(#581) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#590) Commas (,) must be followed by white space.
(#599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#599) Inline comments must end in full-stops, exclamation marks, or question marks
(#599) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) Inline comments must end in full-stops, exclamation marks, or question marks
(#602) No space found before comment text; expected "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#611) Line indented incorrectly; expected 4 spaces, found 2
(#611) Expected 1 space before opening brace; found 0
(#615) Line indented incorrectly; expected 4 spaces, found 2
(#617) Line indented incorrectly; expected 4 spaces, found 2
(#617) Expected 1 space before opening brace; found 0
(#618) Line indented incorrectly; expected at least 8 spaces, found 6
(#618) Expected 1 space before "="; 0 found
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) This comment is 56% valid code; is this commented out code?
(#620) No space found before comment text; expected "// constants::M_LANG_ARSA => []," but found "//constants::M_LANG_ARSA => [],"
(#621) Expected 1 space before "=>"; 0 found
(#621) Expected 1 space after "=>"; 0 found
(#621) Commas (,) must be followed by white space.
(#621) Expected 1 space before "=>"; 0 found
(#621) Expected 1 space after "=>"; 0 found
(#621) Expected 1 space before "=>"; 0 found
(#621) Expected 1 space after "=>"; 0 found
(#622) Inline comments must start with a capital letter, digit or 3-dots sequence
(#622) Inline comments must end in full-stops, exclamation marks, or question marks
(#622) This comment is 56% valid code; is this commented out code?
(#622) No space found before comment text; expected "// constants::M_LANG_DECH => []," but found "//constants::M_LANG_DECH => [],"
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#624) Expected 1 space before "=>"; 0 found
(#624) Expected 1 space after "=>"; 0 found
(#624) Commas (,) must be followed by white space.
(#624) Expected 1 space before "=>"; 0 found
(#624) Expected 1 space after "=>"; 0 found
(#624) Commas (,) must be followed by white space.
(#624) Expected 1 space before "=>"; 0 found
(#624) Expected 1 space after "=>"; 0 found
(#624) Commas (,) must be followed by white space.
(#624) Expected 1 space before "=>"; 0 found
(#624) Expected 1 space after "=>"; 0 found
(#625) Expected 1 space before "=>"; 0 found
(#625) Expected 1 space after "=>"; 0 found
(#625) Commas (,) must be followed by white space.
(#625) Expected 1 space before "=>"; 0 found
(#625) Expected 1 space after "=>"; 0 found
(#625) Expected 1 space before "=>"; 0 found
(#625) Expected 1 space after "=>"; 0 found
(#626) Expected 1 space before "=>"; 0 found
(#626) Expected 1 space after "=>"; 0 found
(#626) Commas (,) must be followed by white space.
(#626) Expected 1 space before "=>"; 0 found
(#626) Expected 1 space after "=>"; 0 found
(#627) Expected 1 space before "=>"; 0 found
(#627) Expected 1 space after "=>"; 0 found
(#627) Expected 1 space before "=>"; 0 found
(#627) Expected 1 space after "=>"; 0 found
(#628) Inline comments must start with a capital letter, digit or 3-dots sequence
(#628) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) This comment is 56% valid code; is this commented out code?
(#628) Line indented incorrectly; expected at least 14 spaces, found 10
(#629) Expected 1 space before "=>"; 0 found
(#629) Expected 1 space after "=>"; 0 found
(#630) Inline comments must start with a capital letter, digit or 3-dots sequence
(#630) Inline comments must end in full-stops, exclamation marks, or question marks
(#630) This comment is 56% valid code; is this commented out code?
(#630) Line indented incorrectly; expected at least 14 spaces, found 10
(#631) Expected 1 space before "=>"; 0 found
(#631) Expected 1 space after "=>"; 0 found
(#631) Commas (,) must be followed by white space.
(#631) Expected 1 space before "=>"; 0 found
(#631) Expected 1 space after "=>"; 0 found
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#633) Inline comments must end in full-stops, exclamation marks, or question marks
(#633) This comment is 56% valid code; is this commented out code?
(#633) Line indented incorrectly; expected at least 14 spaces, found 10
(#633) No space found before comment text; expected "// constants::M_LANG_FAIR => []," but found "//constants::M_LANG_FAIR => [],"
(#634) Expected 1 space before "=>"; 0 found
(#634) Expected 1 space after "=>"; 0 found
(#635) Expected 1 space before "=>"; 0 found
(#635) Expected 1 space after "=>"; 0 found
(#635) Commas (,) must be followed by white space.
(#635) Expected 1 space before "=>"; 0 found
(#635) Expected 1 space after "=>"; 0 found
(#635) Expected 1 space before "=>"; 0 found
(#635) Expected 1 space after "=>"; 0 found
(#636) Expected 1 space before "=>"; 0 found
(#636) Expected 1 space after "=>"; 0 found
(#637) Inline comments must start with a capital letter, digit or 3-dots sequence
(#637) This comment is 53% valid code; is this commented out code?
(#637) Line indented incorrectly; expected at least 14 spaces, found 10
(#637) No space found before comment text; expected "// constants::M_LANG_HEIL => []," but found "//constants::M_LANG_HEIL => [],"
(#638) Inline comments must end in full-stops, exclamation marks, or question marks
(#638) Line indented incorrectly; expected at least 14 spaces, found 10
(#638) No space found before comment text; expected "// constants::M_LANG_IDID => []," but found "//constants::M_LANG_IDID => [],"
(#639) Expected 1 space before "=>"; 0 found
(#639) Expected 1 space after "=>"; 0 found
(#639) Expected 1 space before "=>"; 0 found
(#639) Expected 1 space after "=>"; 0 found
(#639) Expected 1 space before "=>"; 0 found
(#639) Expected 1 space after "=>"; 0 found
(#640) Expected 1 space before "=>"; 0 found
(#640) Expected 1 space after "=>"; 0 found
(#640) Commas (,) must be followed by white space.
(#640) Expected 1 space before "=>"; 0 found
(#640) Expected 1 space after "=>"; 0 found
(#641) Expected 1 space before "=>"; 0 found
(#641) Expected 1 space after "=>"; 0 found
(#642) Inline comments must start with a capital letter, digit or 3-dots sequence
(#642) Inline comments must end in full-stops, exclamation marks, or question marks
(#642) This comment is 56% valid code; is this commented out code?
(#642) Line indented incorrectly; expected at least 14 spaces, found 10
(#642) No space found before comment text; expected "// constants::M_LANG_MSMY => []," but found "//constants::M_LANG_MSMY => [],"
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Commas (,) must be followed by white space.
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#645) Expected 1 space before "=>"; 0 found
(#645) Expected 1 space after "=>"; 0 found
(#645) Commas (,) must be followed by white space.
(#645) Expected 1 space before "=>"; 0 found
(#645) Expected 1 space after "=>"; 0 found
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#647) Inline comments must start with a capital letter, digit or 3-dots sequence
(#647) This comment is 53% valid code; is this commented out code?
(#647) Line indented incorrectly; expected at least 14 spaces, found 10
(#647) No space found before comment text; expected "// constants::M_LANG_TAIN => []," but found "//constants::M_LANG_TAIN => [],"
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) Line indented incorrectly; expected at least 14 spaces, found 10
(#648) No space found before comment text; expected "// constants::M_LANG_TEIN => []," but found "//constants::M_LANG_TEIN => [],"
(#649) Expected 1 space before "=>"; 0 found
(#649) Expected 1 space after "=>"; 0 found
(#651) Line indented incorrectly; expected at least 8 spaces, found 6
(#652) Line indented incorrectly; expected 8 spaces, found 6
(#652) Expected "if (...) {\n"; found "if(...) {\n"
(#652) Commas (,) must be followed by white space.
(#653) Line indented incorrectly; expected at least 12 spaces, found 10
(#654) Line indented incorrectly; expected 8 spaces, found 6
(#654) Expected "} else {\n"; found "}else{\n"
(#655) Line indented incorrectly; expected at least 12 spaces, found 10
(#656) Line indented incorrectly; expected 8 spaces, found 6
(#657) This comment is 69% valid code; is this commented out code?
(#657) Line indented incorrectly; expected at least 8 spaces, found 4
(#658) Line exceeds maximum limit of 180 characters; contains 249 characters
(#658) Line indented incorrectly; expected at least 8 spaces, found 6
(#659) Line indented incorrectly; expected at least 8 spaces, found 6
(#660) Line indented incorrectly; expected at least 8 spaces, found 6
(#661) Line indented incorrectly; expected at least 8 spaces, found 6
(#662) Line indented incorrectly; expected at least 8 spaces, found 6
(#663) Line indented incorrectly; expected at least 8 spaces, found 6
(#664) Line indented incorrectly; expected at least 8 spaces, found 6
(#665) Line indented incorrectly; expected at least 8 spaces, found 6
(#666) Line indented incorrectly; expected at least 8 spaces, found 6
(#667) Line indented incorrectly; expected at least 8 spaces, found 6
(#668) Line indented incorrectly; expected at least 8 spaces, found 6
(#669) Line indented incorrectly; expected at least 8 spaces, found 6
(#670) Line indented incorrectly; expected at least 8 spaces, found 6
(#671) Line indented incorrectly; expected at least 8 spaces, found 6
(#672) Line indented incorrectly; expected at least 8 spaces, found 6
(#673) Line exceeds 132 characters; contains 134 characters
(#673) Line indented incorrectly; expected at least 8 spaces, found 6
(#674) Line indented incorrectly; expected at least 8 spaces, found 6
(#675) Line indented incorrectly; expected at least 8 spaces, found 6
(#676) Line indented incorrectly; expected at least 8 spaces, found 6
(#677) Line indented incorrectly; expected at least 8 spaces, found 6
(#678) Line indented incorrectly; expected at least 8 spaces, found 6
(#679) Line indented incorrectly; expected at least 8 spaces, found 6
(#680) Line indented incorrectly; expected at least 8 spaces, found 6
(#681) Line indented incorrectly; expected at least 8 spaces, found 6
(#682) Line indented incorrectly; expected at least 8 spaces, found 6
(#683) Line indented incorrectly; expected at least 8 spaces, found 4
(#685) Line indented incorrectly; expected 4 spaces, found 2
(#687) Line indented incorrectly; expected at least 4 spaces, found 2
(#688) Expected 1 space before opening brace; found 0
(#689) Line indented incorrectly; expected 8 spaces, found 6
(#690) Line indented incorrectly; expected 12 spaces, found 10
(#691) Line indented incorrectly; expected 12 spaces, found 10
(#692) Line indented incorrectly; expected 12 spaces, found 10
(#693) Line indented incorrectly; expected 12 spaces, found 10
(#694) Line indented incorrectly; expected 12 spaces, found 10
(#695) Commas (,) must be followed by white space.
(#695) Space found before semicolon; expected ");" but found ") ;"
(#696) Line indented incorrectly; expected 12 spaces, found 10
(#697) Line indented incorrectly; expected 12 spaces, found 10
(#698) Line indented incorrectly; expected 12 spaces, found 10
(#699) Line indented incorrectly; expected 12 spaces, found 10
(#700) Line indented incorrectly; expected 12 spaces, found 10
(#701) Commas (,) must be followed by white space.
(#703) Line indented incorrectly; expected 8 spaces, found 6
(#707) Expected 1 space before opening brace; found 0
(#724) Expected 1 space before opening brace; found 0
(#751) Line indented incorrectly; expected 4 spaces, found 2
(#751) Expected 1 space before opening brace; found 0
(#752) Line indented incorrectly; expected at least 8 spaces, found 6
(#752) Expected 1 space after "="; 2 found
(#753) Line indented incorrectly; expected at least 8 spaces, found 6
(#759) Line indented incorrectly; expected at least 8 spaces, found 6
(#769) Line indented incorrectly; expected 8 spaces, found 6
(#769) Expected "if (...) {\n"; found "if(...){\n"
(#769) Expected 1 space before "==="; 0 found
(#769) Expected 1 space after "==="; 0 found
(#770) Line indented incorrectly; expected at least 12 spaces, found 10
(#770) Expected 1 space before "="; 0 found
(#770) Expected 1 space after "="; 0 found
(#771) Line indented incorrectly; expected 8 spaces, found 6
(#771) Expected "} else {\n"; found "}else{\n"
(#772) Inline comments must end in full-stops, exclamation marks, or question marks
(#772) Line indented incorrectly; expected at least 12 spaces, found 10
(#772) No space found before comment text; expected "// We need to merge arrays this way, not with array_merge, in order to preserve keys" but found "//We need to merge arrays this way, not with array_merge, in order to preserve keys"
(#773) Line indented incorrectly; expected at least 12 spaces, found 10
(#774) Line indented incorrectly; expected 8 spaces, found 6
(#775) Line indented incorrectly; expected at least 8 spaces, found 6
(#776) Line indented incorrectly; expected 4 spaces, found 2
(#778) Line indented incorrectly; expected 4 spaces, found 2
(#778) Expected 1 space before opening brace; found 0
(#779) Line indented incorrectly; expected at least 8 spaces, found 6
(#780) Expected 1 space before "=>"; 0 found
(#782) Line indented incorrectly; expected 4 spaces, found 2
(#784) Line indented incorrectly; expected 4 spaces, found 3
(#785) Line indented incorrectly; expected at least 8 spaces, found 7
(#817) Line indented incorrectly; expected at least 8 spaces, found 7
(#818) Line indented incorrectly; expected 4 spaces, found 3
(#825) Commas (,) must be followed by white space.
(#832) Commas (,) must be followed by white space.
(#832) Commas (,) must be followed by white space.
(#832) Expected 1 space before "=="; 0 found
(#832) Expected 1 space after "=="; 0 found
(#833) Commas (,) must be followed by white space.
(#833) Commas (,) must be followed by white space.
(#833) Expected 1 space before "=="; 0 found
(#833) Expected 1 space after "=="; 0 found
(#834) Commas (,) must be followed by white space.
(#834) Commas (,) must be followed by white space.
(#834) Expected 1 space before "=="; 0 found
(#834) Expected 1 space after "=="; 0 found
(#835) Commas (,) must be followed by white space.
(#835) Commas (,) must be followed by white space.
(#835) Expected 1 space before "=="; 0 found
(#835) Expected 1 space after "=="; 0 found
(#845) Expected "if (...) {\n"; found "if(...) {\n"
(#847) Expected "} else {\n"; found "}else{\n"
(#857) Expected 1 space before opening brace; found 0
(#858) Expected 1 space before "="; 0 found
(#859) Expected "if (...) {\n"; found "if (...) {"
(#862) Expected "if (...) {\n"; found "if(...){\n"
(#866) Expected 1 space before "="; 0 found
(#866) Expected 1 space after "="; 0 found
(#867) Expected 1 space before "="; 0 found
(#867) Expected 1 space after "="; 0 found
(#868) Expected 1 space before "="; 0 found
(#868) Expected 1 space after "="; 0 found
(#869) Expected 1 space before "="; 0 found
(#870) Expected 1 space before "="; 0 found
(#870) Expected 1 space after "="; 0 found
(#871) Expected 1 space before "="; 0 found
(#871) Expected 1 space after "="; 0 found
(#873) Commas (,) must be followed by white space.
(#874) Variable "respObj" must be all lower-case
(#876) Expected "if (...) {\n"; found "if(...){\n"
(#876) Variable "respObj" must be all lower-case
(#877) Variable "respObj" must be all lower-case
(#877) Expected 1 space after "=="; 0 found
(#878) Variable "respObj" must be all lower-case
(#879) Expected "} else {\n"; found "}else{\n"
(#880) Expected 1 space before "="; 0 found
(#880) Expected 1 space after "="; 0 found
(#884) Expected "} else {\n"; found "}else{\n"
(#897) Expected "if (...) {\n"; found "if(...){"
(#897) Closing brace must be on a line by itself
(#899) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#901) Expected "if (...) {\n"; found "if(...){\n"
(#906) Inline comments must start with a capital letter, digit or 3-dots sequence
(#906) Inline comments must end in full-stops, exclamation marks, or question marks
(#906) No space found before comment text; expected "// f we think its unicodemb4, first test and then get on with it" but found "//f we think its unicodemb4, first test and then get on with it"
(#907) Expected 1 space before "="; 0 found
(#907) Expected 1 space after "="; 0 found
(#909) Inline comments must start with a capital letter, digit or 3-dots sequence
(#909) Inline comments must end in full-stops, exclamation marks, or question marks
(#909) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#912) Inline comments must start with a capital letter, digit or 3-dots sequence
(#912) Inline comments must end in full-stops, exclamation marks, or question marks
(#912) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#915) Inline comments must start with a capital letter, digit or 3-dots sequence
(#915) Inline comments must end in full-stops, exclamation marks, or question marks
(#915) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#916) Expected "if (...) {\n"; found "if(...) {\n"
(#920) Expected "} else {\n"; found "}else{\n"
(#926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#926) No space found before comment text; expected "// remove punctuation. This is where we needed the unicode flag" but found "//remove punctuation. This is where we needed the unicode flag"
(#927) No space found before comment text; expected "// see https://stackoverflow.com/questions/5233734/how-to-strip-punctuation-in-php" but found "//see https://stackoverflow.com/questions/5233734/how-to-strip-punctuation-in-php"
(#929) Inline comments must end in full-stops, exclamation marks, or question marks
(#929) No space found before comment text; expected "// https://stackoverflow.com/questions/5689918/php-strip-punctuation" but found "//https://stackoverflow.com/questions/5689918/php-strip-punctuation"
(#930) Expected "if (...) {\n"; found "if(...) {\n"
(#932) Expected "} else {\n"; found "}else{\n"
(#936) Inline comments must start with a capital letter, digit or 3-dots sequence
(#936) Inline comments must end in full-stops, exclamation marks, or question marks
(#936) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#937) Variable "b_open" must not contain underscores.
(#938) Variable "b_close" must not contain underscores.
(#939) Variable "b_sopen" must not contain underscores.
(#940) Variable "b_sclose" must not contain underscores.
(#941) Variable "b_open" must not contain underscores.
(#941) Variable "b_close" must not contain underscores.
(#941) Variable "b_sopen" must not contain underscores.
(#941) Variable "b_sclose" must not contain underscores.
(#946) Inline comments must start with a capital letter, digit or 3-dots sequence
(#946) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#947) Inline comments must end in full-stops, exclamation marks, or question marks
(#947) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#949) Inline comments must start with a capital letter, digit or 3-dots sequence
(#949) Inline comments must end in full-stops, exclamation marks, or question marks
(#949) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#961) Public method name "utils::isUnicodemb4" must be in lower-case letters only
(#962) Inline comments must start with a capital letter, digit or 3-dots sequence
(#962) This comment is 42% valid code; is this commented out code?
(#962) No space found before comment text; expected "// $testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure" but found "//$testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure"
(#968) Expected "if (...) {\n"; found "if(...){"
(#968) Closing brace must be on a line by itself
(#970) Expected "if (...) {\n"; found "if(...){"
(#970) Closing brace must be on a line by itself
(#972) Expected "if (...) {\n"; found "if(...){"
(#972) Closing brace must be on a line by itself
(#974) Expected "if (...) {\n"; found "if(...){\n"
(#976) Expected "} else {\n"; found "}else{\n"
(#981) Commas (,) must be followed by white space.
(#985) Inline comments must start with a capital letter, digit or 3-dots sequence
(#985) Inline comments must end in full-stops, exclamation marks, or question marks
(#985) No space found before comment text; expected "// if this is setup tab we need to add a field to tell it the id of the activity" but found "//if this is setup tab we need to add a field to tell it the id of the activity"
(#986) Expected "if (...) {\n"; found "if(...) {\n"
(#991) Inline comments must start with a capital letter, digit or 3-dots sequence
(#991) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#995) Inline comments must end in full-stops, exclamation marks, or question marks
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#1007) Inline comments must end in full-stops, exclamation marks, or question marks
(#1007) No space found before comment text; expected "// we do not support this in tabs" but found "//we do not support this in tabs"
(#1008) Expected "if (...) {\n"; found "if(...) {\n"
(#1012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1012) Inline comments must end in full-stops, exclamation marks, or question marks
(#1017) Must use "self::" for local static member reference
(#1020) Commas (,) must be followed by white space.
(#1025) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1025) Inline comments must end in full-stops, exclamation marks, or question marks
(#1025) No space found before comment text; expected "// options for practicetype and term count" but found "//options for practicetype and term count"
(#1026) Variable "ptype_options_learn" must not contain underscores.
(#1026) Must use "self::" for local static member reference
(#1027) Variable "ptype_options_all" must not contain underscores.
(#1027) Must use "self::" for local static member reference
(#1028) Variable "termcount_options" must not contain underscores.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1028) Commas (,) must be followed by white space.
(#1031) Variable "ptype_options_learn" must not contain underscores.
(#1032) Variable "termcount_options" must not contain underscores.
(#1035) Variable "ptype_options_all" must not contain underscores.
(#1035) Commas (,) must be followed by white space.
(#1036) Variable "termcount_options" must not contain underscores.
(#1037) Commas (,) must be followed by white space.
(#1040) Variable "ptype_options_all" must not contain underscores.
(#1040) Commas (,) must be followed by white space.
(#1041) Variable "termcount_options" must not contain underscores.
(#1042) Commas (,) must be followed by white space.
(#1045) Variable "ptype_options_all" must not contain underscores.
(#1045) Commas (,) must be followed by white space.
(#1046) Variable "termcount_options" must not contain underscores.
(#1047) Commas (,) must be followed by white space.
(#1050) Variable "ptype_options_all" must not contain underscores.
(#1050) Commas (,) must be followed by white space.
(#1051) Variable "termcount_options" must not contain underscores.
(#1052) Commas (,) must be followed by white space.
(#1054) Inline comments must end in full-stops, exclamation marks, or question marks
(#1054) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#1056) Commas (,) must be followed by white space.
(#1059) Variable "t_options" must not contain underscores.
(#1059) Must use "self::" for local static member reference
(#1061) Variable "t_options" must not contain underscores.
(#1061) Commas (,) must be followed by white space.
(#1063) Commas (,) must be followed by white space.
(#1064) Commas (,) must be followed by white space.
(#1065) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1065) This comment is 69% valid code; is this commented out code?
(#1077) Inline comments must end in full-stops, exclamation marks, or question marks
(#1077) No space found before comment text; expected "// Show images on task flip screen" but found "//Show images on task flip screen"
(#1084) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1088) Expected 1 space before opening brace; found 0
(#1096) Inline comments must end in full-stops, exclamation marks, or question marks
(#1096) No space found before comment text; expected "// What multi-attempt grading approach" but found "//What multi-attempt grading approach"
mod/wordcards/db/access.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/wordcards/db/services.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space before "=>"; 0 found
mod/wordcards/db/upgrade.php
(#37) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#96) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// define audio to be added to wordcard terms" but found "//define audio to be added to wordcard terms"
(#129) Expected "if (...) {\n"; found "if(...) {\n"
(#129) Expected 1 space before "<"; 0 found
(#129) Expected 1 space after "<"; 0 found
(#150) Expected "if (...) {\n"; found "if(...) {\n"
(#150) Expected 1 space before "<"; 0 found
(#150) Expected 1 space after "<"; 0 found
(#151) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Expected "if (...) {\n"; found "if(...) {\n"
(#165) Expected 1 space before "<"; 0 found
(#165) Expected 1 space after "<"; 0 found
(#196) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#202) Expected "if (...) {\n"; found "if(...) {\n"
(#202) Expected 1 space before "<"; 0 found
(#202) Expected 1 space after "<"; 0 found
(#205) Expected 1 space before "="; 0 found
(#213) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#222) Line indented incorrectly; expected 4 spaces, found 5
(#222) Closing brace indented incorrectly; expected 4 spaces, found 5
(#224) Expected "if (...) {\n"; found "if(...) {\n"
(#224) Expected 1 space before "<"; 0 found
(#224) Expected 1 space after "<"; 0 found
(#227) Expected 1 space before "="; 0 found
(#230) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#241) Expected "if (...) {\n"; found "if(...) {\n"
(#241) Expected 1 space before "<"; 0 found
(#241) Expected 1 space after "<"; 0 found
(#252) Expected "if (...) {\n"; found "if(...) {\n"
(#252) Expected 1 space before "<"; 0 found
(#252) Expected 1 space after "<"; 0 found
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) No space found before comment text; expected "// we added these fields in install.xml but not in upgrade.php in may" but found "//we added these fields in install.xml but not in upgrade.php in may"
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// progress" but found "//progress"
(#266) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) No space found before comment text; expected "// wordcards" but found "//wordcards"
(#280) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#286) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#292) Expected "if (...) {\n"; found "if(...){\n"
(#292) Expected 1 space before "<"; 0 found
(#292) Expected 1 space after "<"; 0 found
(#297) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Expected 1 space before "="; 0 found
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#342) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#344) Expected 1 space before "="; 0 found
(#345) Expected 1 space before "="; 0 found
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#358) Expected 1 space before "="; 0 found
(#358) Expected 1 space after "="; 0 found
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#379) Expected 1 space before "="; 0 found
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Commas (,) must be followed by white space.
(#393) Commas (,) must be followed by white space.
(#393) Commas (,) must be followed by white space.
(#393) Expected 1 space before "=>"; 0 found
(#393) Expected 1 space after "=>"; 0 found
(#394) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#400) File must end with a newline character
mod/wordcards/fetchcbpage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#37) Commas (,) must be followed by white space.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#42) Commas (,) must be followed by white space.
(#44) Expected "} else {\n"; found "}else{\n"
mod/wordcards/finish.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// Get admin settings" but found "//Get admin settings"
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#41) Expected "} else {\n"; found "}else{\n"
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Commas (,) must be followed by white space.
mod/wordcards/grade.php
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Line exceeds 132 characters; contains 140 characters
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Commas (,) must be followed by white space.
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Expected "} else {\n"; found "}else{\n"
mod/wordcards/import.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Variable "leftover_rows" must not contain underscores.
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// Get admin settings" but found "//Get admin settings"
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#41) Expected "} else {\n"; found "}else{\n"
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Variable "leftover_rows" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) No space found before comment text; expected "// get delimiter" but found "//get delimiter"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 5
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 12 spaces, found 6
(#54) Closing brace must be on a line by itself
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 6
(#55) Closing brace must be on a line by itself
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 12 spaces, found 6
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 6
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 7
(#58) Expected 1 space after "="; 0 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 5
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) No space found before comment text; expected "// get array of rows" but found "//get array of rows"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Expected 1 space after "="; 0 found
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) No space found before comment text; expected "// prepare results fields" but found "//prepare results fields"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 5
(#69) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 6
(#70) Commas (,) must be followed by white space.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 6
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Expected 1 space before ">="; 0 found
(#71) Expected 1 space after ">="; 0 found
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 16 spaces, found 4
(#76) No space found before comment text; expected "// voices" but found "//voices"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#78) Expected "if (...) {\n"; found "if(...) {\n"
(#78) Commas (,) must be followed by white space.
(#78) Expected 1 space before "!="; 0 found
(#78) Expected 1 space after "!="; 0 found
(#80) Closing brace indented incorrectly; expected 4 spaces, found 16
(#80) Expected "} else {\n"; found "}else{\n"
(#82) Line indented incorrectly; expected 22 spaces, found 16
(#83) Line indented incorrectly; expected 22 spaces, found 16
(#83) Expected "if (...) {\n"; found "if(...) {\n"
(#84) Line indented incorrectly; expected at least 26 spaces, found 20
(#85) Line indented incorrectly; expected 22 spaces, found 16
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 22 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 22 spaces, found 4
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 12 spaces, found 9
(#88) Closing brace indented incorrectly; expected 6 spaces, found 9
(#88) Expected "} else {\n"; found "}else{\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 10
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 9
(#90) Whitespace found at end of line
(#91) Closing brace indented incorrectly; expected 5 spaces, found 8
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// if successful update our passagehash update flag" but found "//if successful update our passagehash update flag"
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#99) This comment is 43% valid code; is this commented out code?
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#104) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#105) Whitespace found at end of line
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#106) Expected 1 space before ">"; 0 found
(#106) Expected 1 space after ">"; 0 found
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 9
(#107) Variable "leftover_rows" must not contain underscores.
(#107) Commas (,) must be followed by white space.
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 9
(#108) Commas (,) must be followed by white space.
(#108) Variable "leftover_rows" must not contain underscores.
(#110) Whitespace found at end of line
(#111) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#121) This comment is 68% valid code; is this commented out code?
mod/wordcards/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/wordcards/lang/en/wordcards.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#93) Expected 1 space before "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#149) Expected 1 space before "="; 0 found
(#150) Expected 1 space before "="; 0 found
(#151) Expected 1 space before "="; 0 found
(#152) Expected 1 space before "="; 0 found
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) No space found before comment text; expected "// Reports" but found "//Reports"
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) No space found before comment text; expected "// grades report" but found "//grades report"
(#251) Expected 1 space before "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#261) Expected 1 space before "="; 0 found
(#261) Expected 1 space after "="; 0 found
(#266) Expected 1 space before "="; 0 found
(#267) Expected 1 space before "="; 0 found
(#267) Expected 1 space after "="; 0 found
(#268) Expected 1 space before "="; 0 found
(#268) Expected 1 space after "="; 0 found
(#269) Expected 1 space before "="; 0 found
(#269) Expected 1 space after "="; 0 found
(#270) Expected 1 space before "="; 0 found
(#270) Expected 1 space after "="; 0 found
(#272) Expected 1 space before "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#273) Expected 1 space before "="; 0 found
(#273) Expected 1 space after "="; 0 found
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Expected 1 space before "="; 0 found
(#275) Expected 1 space after "="; 0 found
(#276) Expected 1 space before "="; 0 found
(#276) Expected 1 space after "="; 0 found
(#277) Expected 1 space before "="; 0 found
(#277) Expected 1 space after "="; 0 found
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#279) Expected 1 space before "="; 0 found
(#279) Expected 1 space after "="; 0 found
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#281) Expected 1 space before "="; 0 found
(#281) Expected 1 space after "="; 0 found
(#282) Expected 1 space before "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#285) Expected 1 space before "="; 0 found
(#285) Expected 1 space after "="; 0 found
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Expected 1 space before "="; 0 found
(#292) Expected 1 space after "="; 0 found
(#298) Expected 1 space before "="; 0 found
(#298) Expected 1 space after "="; 0 found
(#298) File must end with a newline character
mod/wordcards/lang/ja/wordcards.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) No space found before comment text; expected "// '注意: 生徒の進捗のみは記録されます.';" but found "//'注意: 生徒の進捗のみは記録されます.';"
(#70) File must end with a newline character
mod/wordcards/lib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// Process the hashcode and lang model if it makes sense" but found "//Process the hashcode and lang model if it makes sense"
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#93) Variable "update_grades" must not contain underscores.
(#94) Expected "if (...) {\n"; found "if(...){ "
(#94) Variable "update_grades" must not contain underscores.
(#94) Variable "update_grades" must not contain underscores.
(#94) Closing brace must be on a line by itself
(#95) Variable "update_grades" must not contain underscores.
(#141) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Commas (,) must be followed by white space.
(#251) Commas (,) must be followed by white space.
(#251) Commas (,) must be followed by white space.
(#252) Expected "if (...) {\n"; found "if(...){\n"
(#254) Expected "if (...) {\n"; found "if(...){\n"
(#255) Expected "if (...) {\n"; found "if(...) {\n"
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Expected "if (...) {\n"; found "if(...) {\n"
(#269) 80 slashes comments are not allowed; use "// Comment." instead
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) 80 slashes comments are not allowed; use "// Comment." instead
(#298) 78 slashes comments are not allowed; use "// Comment." instead
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) 78 slashes comments are not allowed; use "// Comment." instead
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Expected 1 space before "==="; 2 found
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) No space found before comment text; expected "// check raw grade isnt null otherwise we insert a grade of 0" but found "//check raw grade isnt null otherwise we insert a grade of 0"
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// setting rawgrade to null just in case user is deleting a grade" but found "//setting rawgrade to null just in case user is deleting a grade"
(#395) Empty IF statement detected
(#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
(#425) Expected "} else {\n"; found "}\n else {\n"
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) No space found before comment text; expected "// Highest grade" but found "//Highest grade"
(#430) Expected "if (...) {\n"; found "if(...){\n"
(#431) Variable "grade_sql" must not contain underscores.
(#432) Whitespace found at end of line within string
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) Line indented incorrectly; expected at least 8 spaces, found 4
(#437) No space found before comment text; expected "// latest grade" but found "//latest grade"
(#438) Expected "} else {\n"; found "}else {\n"
(#439) Inline comments must start with a capital letter, digit or 3-dots sequence
(#439) Inline comments must end in full-stops, exclamation marks, or question marks
(#439) No space found before comment text; expected "// grade_sql" but found "//grade_sql"
(#440) Variable "grade_sql" must not contain underscores.
(#442) Line exceeds 132 characters; contains 144 characters
(#442) Whitespace found at end of line within string
(#448) Variable "grade_sql" must not contain underscores.
(#466) Inline doc block comments are not allowed; use "// Comment." instead
(#485) Inline doc block comments are not allowed; use "// Comment." instead
(#499) Expected 1 space before "="; 0 found
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#507) Expected "if (...) {\n"; found "if(...) {\n"
(#509) Expected "} else {\n"; found "}else{\n"
(#510) Expected 1 space before "="; 0 found
(#510) Expected 1 space after "="; 0 found
(#514) Expected 1 space before "="; 0 found
(#514) Expected 1 space after "="; 0 found
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#519) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#520) Expected 1 space before "="; 0 found
(#521) Expected 1 space before "="; 0 found
(#524) Line exceeds 132 characters; contains 153 characters
(#526) Commas (,) must be followed by white space.
(#526) Expected 1 space before "=>"; 0 found
(#526) Expected 1 space after "=>"; 0 found
(#526) Commas (,) must be followed by white space.
(#526) Commas (,) must be followed by white space.
(#526) Commas (,) must be followed by white space.
(#526) Expected 1 space before "=>"; 0 found
(#526) Expected 1 space after "=>"; 0 found
(#526) Line exceeds maximum limit of 180 characters; contains 182 characters
(#529) Expected "if (...) {\n"; found "if(...) {\n"
mod/wordcards/manageattempts.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) No space found before comment text; expected "// set up the page object url" but found "//set up the page object url"
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// make sure we are logged in and can see this form" but found "//make sure we are logged in and can see this form"
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) No space found before comment text; expected "// is the attempt if OK?" but found "//is the attempt if OK?"
(#56) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// we always head back to the reports page" but found "//we always head back to the reports page"
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) No space found before comment text; expected "// handle delete actions" but found "//handle delete actions"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 7 slashes comments are not allowed; use "// Comment." instead
(#78) Line exceeds 132 characters; contains 133 characters
(#80) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#85) Expected "} else {\n"; found "}else{\n"
(#86) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 7 slashes comments are not allowed; use "// Comment." instead
(#98) Commas (,) must be followed by white space.
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// if no groups, or can see all groups then the SQL is simple" but found "//if no groups, or can see all groups then the SQL is simple"
(#104) Expected "if (...) {\n"; found "if(...) {\n"
(#104) Expected 1 space after "!="; 0 found
(#110) Expected "} else {\n"; found "}else{\n"
(#111) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// we should never get here" but found "//we should never get here"
(#119) File must end with a newline character
mod/wordcards/managewords.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// Get admin settings" but found "//Get admin settings"
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#42) Expected "} else {\n"; found "}else{\n"
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Line exceeds 132 characters; contains 139 characters
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// prepare filemanager" but found "//prepare filemanager"
(#70) Expected 1 space before "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#74) Line exceeds 132 characters; contains 155 characters
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// set data to form" but found "//set data to form"
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// if this new add and collect data->id" but found "//if this new add and collect data->id"
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) No space found before comment text; expected "// else set id to termid" but found "//else set id to termid"
(#89) Expected "} else {\n"; found "}else{\n"
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// audio data" but found "//audio data"
(#96) Expected "if (...) {\n"; found "if(...){\n"
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) This comment is 63% valid code; is this commented out code?
(#98) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0" but found "//in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0"
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#106) Expected 1 space before "=="; 0 found
(#106) Expected 1 space after "=="; 0 found
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#108) Usage of ELSEIF not allowed; use ELSE IF instead
(#108) Expected 1 space before "=="; 0 found
(#108) Expected 1 space after "=="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// model sentence audio data" but found "//model sentence audio data"
(#118) Expected "if (...) {\n"; found "if(...){\n"
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) This comment is 63% valid code; is this commented out code?
(#120) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#121) Line exceeds 132 characters; contains 162 characters
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0" but found "//in the case a user has deleted all files, we will still have the draftid in the audio column, we want to set it to 0"
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Expected 1 space before "=="; 0 found
(#130) Expected 1 space after "=="; 0 found
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#139) Expected "if (...) {\n"; found "if(...){\n"
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) No space found before comment text; expected "// in the case a user has deleted all files, we will still have the draftid in the image column, we want to set it to ''" but found "//in the case a user has deleted all files, we will still have the draftid in the image column, we want to set it to ''"
(#147) Commas (,) must be followed by white space.
(#147) Commas (,) must be followed by white space.
(#147) Commas (,) must be followed by white space.
(#148) Expected "if (...) {\n"; found "if(...){\n"
(#148) Expected 1 space before "=="; 0 found
(#148) Expected 1 space after "=="; 0 found
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#150) Usage of ELSEIF not allowed; use ELSE IF instead
(#150) Expected 1 space before "=="; 0 found
(#150) Expected 1 space after "=="; 0 found
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// also update our passagehash update flag" but found "//also update our passagehash update flag"
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) No space found before comment text; expected "// finally redirect" but found "//finally redirect"
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Commas (,) must be followed by white space.
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) This comment is 84% valid code; is this commented out code?
(#177) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
mod/wordcards/mod_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Commas (,) must be followed by white space.
(#43) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#55) No space found before comment text; expected "// Add this activity specific form fields" but found "//Add this activity specific form fields"
(#56) No space found before comment text; expected "// We want to do this procedurally because in setup tabs we want to show a subset of this form" but found "//We want to do this procedurally because in setup tabs we want to show a subset of this form"
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Commas (,) must be followed by white space.
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) No space found before comment text; expected "// grade options" but found "//grade options"
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// for now we hard code this to latest attempt" but found "//for now we hard code this to latest attempt"
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected 4 spaces, found 2
(#77) Closing brace indented incorrectly; expected 4 spaces, found 2
(#99) Line indented incorrectly; expected 4 spaces, found 5
(#101) Expected 1 space after "="; 2 found
(#101) Commas (,) must be followed by white space.
(#103) Closing brace indented incorrectly; expected 5 spaces, found 4
mod/wordcards/refreshtoken.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#36) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#38) Commas (,) must be followed by white space.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Expected "if (...) {\n"; found "if(...) {\n"
(#44) File must end with a newline character
mod/wordcards/reports.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// paging details" but found "//paging details"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#66) Whitespace found at end of line
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) This comment is 75% valid code; is this commented out code?
(#71) No space found before comment text; expected "// $config->itemsperpage;" but found "//$config->itemsperpage;"
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) 3 slashes comments are not allowed; use "// Comment." instead
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#105) Expected "} else {\n"; found "}else{\n"
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// This puts all our display logic into the renderer.php files in this plugin" but found "//This puts all our display logic into the renderer.php files in this plugin"
(#115) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// this is core renderer stuff" but found "//this is core renderer stuff"
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) No space found before comment text; expected "// not a true report, separate implementation in renderer" but found "//not a true report, separate implementation in renderer"
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) No space found before comment text; expected "// formdata should only have simple values, not objects" but found "//formdata should only have simple values, not objects"
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// later it gets turned into urls for the export buttons" but found "//later it gets turned into urls for the export buttons"
(#173) Expected 1 space after "="; 0 found
(#181) This comment is 53% valid code; is this commented out code?
(#189) Expected "if (...) {\n"; found "if(...){\n"
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Expected "} else {\n"; found "}else{\n"
(#198) Expected "} else {\n"; found "}else{\n"
(#212) Expected 1 space after "="; 0 found
(#215) Expected "if (...) {\n"; found "if(...){\n"
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) No space found before comment text; expected "// css must be required before header sent out" but found "//css must be required before header sent out"
(#225) Expected "} else {\n"; found "}else{\n"
(#241) File must end with a newline character
mod/wordcards/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#37) Variable "cloudpoodll_apiuser" must not contain underscores.
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#37) Commas (,) must be followed by white space.
(#38) Variable "cloudpoodll_apisecret" must not contain underscores.
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#38) Commas (,) must be followed by white space.
(#39) Variable "show_below_apisecret" must not contain underscores.
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) No space found before comment text; expected "// if we have an API user and secret we fetch token" but found "//if we have an API user and secret we fetch token"
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#41) Variable "cloudpoodll_apiuser" must not contain underscores.
(#41) Variable "cloudpoodll_apisecret" must not contain underscores.
(#42) Variable "cloudpoodll_apiuser" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Variable "cloudpoodll_apisecret" must not contain underscores.
(#43) Variable "show_below_apisecret" must not contain underscores.
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 8 spaces, found 0
(#44) No space found before comment text; expected "// if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link" but found "//if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link"
(#45) Expected "} else {\n"; found "}else{\n"
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#47) Variable "cp_components" must not contain underscores.
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Line exceeds 132 characters; contains 137 characters
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#49) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#49) Variable "cp_components" must not contain underscores.
(#49) Variable "cp_component" must not contain underscores.
(#50) Variable "cp_component" must not contain underscores.
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#63) Variable "cloudpoodll_apiuser" must not contain underscores.
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#63) Variable "cp_component" must not contain underscores.
(#63) Commas (,) must be followed by white space.
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#64) Variable "cloudpoodll_apiuser" must not contain underscores.
(#65) Variable "cloudpoodll_apisecret" must not contain underscores.
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#65) Variable "cp_component" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#66) Variable "cloudpoodll_apisecret" must not contain underscores.
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#67) Variable "cloudpoodll_apiuser" must not contain underscores.
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#68) Variable "cloudpoodll_apisecret" must not contain underscores.
(#73) Variable "show_below_apisecret" must not contain underscores.
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#73) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Variable "show_below_apisecret" must not contain underscores.
(#80) Line exceeds 132 characters; contains 165 characters
(#83) Line exceeds 132 characters; contains 166 characters
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// Language options" but found "//Language options"
(#88) Expected 1 space after "="; 0 found
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Commas (,) must be followed by white space.
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// show images on flip screen" but found "//show images on flip screen"
(#118) Expected 1 space after "="; 0 found
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// front face flip" but found "//front face flip"
mod/wordcards/setup.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Commas (,) must be followed by white space.
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Usage of ELSEIF not allowed; use ELSE IF instead
(#52) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#73) Expected "} else {\n"; found "}else{\n"
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// if the cancel button was pressed, we are out of here" but found "//if the cancel button was pressed, we are out of here"
(#87) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// now update the db once we have saved files and stuff" but found "//now update the db once we have saved files and stuff"
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// Process the hashcode and lang model if it makes sense" but found "//Process the hashcode and lang model if it makes sense"
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// if we got here we is loading up dat form" but found "//if we got here we is loading up dat form"
(#114) Expected 1 space after "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#117) Commas (,) must be followed by white space.
mod/wordcards/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/wordcards/view.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) No space found before comment text; expected "// trigger module viewed event" but found "//trigger module viewed event"
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) This comment is 67% valid code; is this commented out code?
(#28) No space found before comment text; expected "// $pagetitle = get_string('tabdefinitions', 'mod_wordcards');" but found "//$pagetitle = get_string('tabdefinitions', 'mod_wordcards');"
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#41) Expected "} else {\n"; found "}else{\n"

Javascript coding style problems

(2656 errors, 1161 warnings)

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

mod/wordcards/amd/src/a4e.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#23) Identifier 'register_events' is not in camel case. (camelcase)
(#24) Unexpected console statement. (no-console)
(#27) Identifier 'init_audio' is not in camel case. (camelcase)
(#27) Missing space before opening brace. (space-before-blocks)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#40) This line has a length of 161. Maximum allowed is 132. (max-len)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Operator '===' must be spaced. (space-infix-ops)
(#45) Operator '||' must be spaced. (space-infix-ops)
(#45) Operator '===' must be spaced. (space-infix-ops)
(#45) Missing space before opening brace. (space-before-blocks)
(#48) Expected space(s) before "else". (keyword-spacing)
(#48) Expected space(s) after "else". (keyword-spacing)
(#54) Identifier 'progress_dots' is not in camel case. (camelcase)
(#57) 'color' is defined but never used. (no-unused-vars)
(#83) Identifier 'pretty_print_secs' is not in camel case. (camelcase)
(#89) Identifier 'list_vocab' is not in camel case. (camelcase)
(#89) 'frontfaceflip' is defined but never used. (no-unused-vars)
(#91) Comments should not begin with a lowercase character. (capitalized-comments)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#93) ["terms"] is better written in dot notation. (dot-notation)
(#94) Expected catch,fail() or return (promise/catch-or-return)
(#95) Each then() should return a value or throw (promise/always-return)
(#95) 'js' is defined but never used. (no-unused-vars)
(#102) Missing space before value for key 'axis'. (key-spacing)
(#120) Identifier 'calc_total_points' is not in camel case. (camelcase)
(#129) Identifier 'basic_feedback' is not in camel case. (camelcase)
(#132) Identifier 'total_time' is not in camel case. (camelcase)
(#135) Use '===' to compare with null. (no-eq-null)
(#136) Identifier 'total_time' is not in camel case. (camelcase)
(#144) Identifier 'total_time' is not in camel case. (camelcase)
(#145) Missing semicolon. (babel/semi)
(#146) Unnecessary semicolon. (no-extra-semi)
(#151) Identifier 'detailed_feedback' is not in camel case. (camelcase)
(#184) Identifier 'str_pad_left' is not in camel case. (camelcase)
(#189) Missing semicolon. (babel/semi)
(#190) Missing semicolon. (babel/semi)
(#191) Missing semicolon. (babel/semi)
mod/wordcards/amd/src/cancel_attempt_button.js
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) A space is required after ','. (comma-spacing)
(#2) 'a4e' is defined but never used. (no-unused-vars)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) 'opts' is defined but never used. (no-unused-vars)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Unexpected tab character. (no-tabs)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Unexpected tab character. (no-tabs)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Unexpected tab character. (no-tabs)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Unexpected tab character. (no-tabs)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Unexpected tab character. (no-tabs)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Unexpected tab character. (no-tabs)
(#18) Identifier 'register_events' is not in camel case. (camelcase)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Unexpected tab character. (no-tabs)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Unexpected tab character. (no-tabs)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Unexpected tab character. (no-tabs)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Unexpected tab character. (no-tabs)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Unexpected tab character. (no-tabs)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Unexpected tab character. (no-tabs)
(#26) Comments should not begin with a lowercase character. (capitalized-comments)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Unexpected tab character. (no-tabs)
(#27) Expected catch,fail() or return (promise/catch-or-return)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Unexpected tab character. (no-tabs)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Unexpected tab character. (no-tabs)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Unexpected tab character. (no-tabs)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Unexpected tab character. (no-tabs)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Unexpected tab character. (no-tabs)
(#32) Each then() should return a value or throw (promise/always-return)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Unexpected tab character. (no-tabs)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Unexpected tab character. (no-tabs)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Unexpected tab character. (no-tabs)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Unexpected tab character. (no-tabs)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Unexpected tab character. (no-tabs)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Unexpected tab character. (no-tabs)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Unexpected tab character. (no-tabs)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Unexpected tab character. (no-tabs)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Unexpected tab character. (no-tabs)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Identifier 'init_strings' is not in camel case. (camelcase)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Multiple spaces found before '"component"'. (no-multi-spaces)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Multiple spaces found before '"component"'. (no-multi-spaces)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Multiple spaces found before '"component"'. (no-multi-spaces)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Missing semicolon. (babel/semi)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/cards.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Missing JSDoc @param "array" declaration. (jsdoc/require-param)
(#19) Missing JSDoc @returns for function. (valid-jsdoc)
(#19) Missing JSDoc for parameter 'array'. (valid-jsdoc)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/cloudpoodllloader.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) This line has a length of 147. Maximum allowed is 132. (max-len)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Comments should not begin with a lowercase character. (capitalized-comments)
(#9) This line has a length of 133. Maximum allowed is 132. (max-len)
(#9) Expected space or tab after '//' in comment. (spaced-comment)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Missing semicolon. (babel/semi)
mod/wordcards/amd/src/datatables.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) 'datatables' is defined but never used. (no-unused-vars)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
(#14) 'that' is assigned a value but never used. (no-unused-vars)
(#20) Comments should not begin with a lowercase character. (capitalized-comments)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
mod/wordcards/amd/src/definitions.js
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) ["widgetid"] is better written in dot notation. (dot-notation)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Comments should not begin with a lowercase character. (capitalized-comments)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) 'log' is not defined. (no-undef)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Unexpected tab character. (no-tabs)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Unexpected tab character. (no-tabs)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Unexpected tab character. (no-tabs)
(#33) Expected to return a value at the end of function. (consistent-return)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Unexpected tab character. (no-tabs)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Unexpected tab character. (no-tabs)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Unexpected tab character. (no-tabs)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Unexpected tab character. (no-tabs)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Unexpected tab character. (no-tabs)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Unexpected tab character. (no-tabs)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Unexpected tab character. (no-tabs)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Unexpected tab character. (no-tabs)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Unexpected tab character. (no-tabs)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Unexpected tab character. (no-tabs)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Unexpected tab character. (no-tabs)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Unexpected tab character. (no-tabs)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Unexpected tab character. (no-tabs)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Unexpected tab character. (no-tabs)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Unexpected tab character. (no-tabs)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Unexpected tab character. (no-tabs)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Unexpected tab character. (no-tabs)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Unexpected tab character. (no-tabs)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Unexpected tab character. (no-tabs)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Unexpected tab character. (no-tabs)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Unexpected tab character. (no-tabs)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Unexpected tab character. (no-tabs)
(#56) Trailing spaces not allowed. (no-trailing-spaces)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Unexpected tab character. (no-tabs)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Unexpected tab character. (no-tabs)
(#59) Identifier 'definition_flashcards_ul' is not in camel case. (camelcase)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) This line has a length of 179. Maximum allowed is 132. (max-len)
(#60) Unexpected tab character. (no-tabs)
(#60) Identifier 'definition_flashcards_ul' is not in camel case. (camelcase)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Unexpected tab character. (no-tabs)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Unexpected tab character. (no-tabs)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Unexpected tab character. (no-tabs)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Unexpected tab character. (no-tabs)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Unexpected tab character. (no-tabs)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Unexpected tab character. (no-tabs)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Unexpected tab character. (no-tabs)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Unexpected tab character. (no-tabs)
(#68) Unexpected space before function parentheses. (space-before-function-paren)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Unexpected tab character. (no-tabs)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Unexpected tab character. (no-tabs)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Unexpected tab character. (no-tabs)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Unexpected tab character. (no-tabs)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Unexpected tab character. (no-tabs)
(#73) Unexpected space before function parentheses. (space-before-function-paren)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Unexpected tab character. (no-tabs)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Unexpected tab character. (no-tabs)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Unexpected tab character. (no-tabs)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Unexpected tab character. (no-tabs)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Unexpected tab character. (no-tabs)
(#79) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#79) Missing JSDoc comment. (require-jsdoc)
(#79) Identifier 'check_prev_level' is not in camel case. (camelcase)
(#79) Expected to return a value at the end of function 'check_prev_level'. (consistent-return)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Unexpected tab character. (no-tabs)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Unexpected tab character. (no-tabs)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Unexpected tab character. (no-tabs)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Unexpected tab character. (no-tabs)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Unexpected tab character. (no-tabs)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Unexpected tab character. (no-tabs)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Unexpected tab character. (no-tabs)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Unexpected tab character. (no-tabs)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Unexpected tab character. (no-tabs)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Unexpected tab character. (no-tabs)
(#92) Identifier 'cr_index' is not in camel case. (camelcase)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Unexpected tab character. (no-tabs)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Unexpected tab character. (no-tabs)
(#94) Identifier 'cr_index' is not in camel case. (camelcase)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Unexpected tab character. (no-tabs)
(#95) Identifier 'curr_level_card' is not in camel case. (camelcase)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Unexpected tab character. (no-tabs)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Unexpected tab character. (no-tabs)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Unexpected tab character. (no-tabs)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Unexpected tab character. (no-tabs)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Unexpected tab character. (no-tabs)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Unexpected tab character. (no-tabs)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Unexpected tab character. (no-tabs)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Unexpected tab character. (no-tabs)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Unexpected tab character. (no-tabs)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Unexpected tab character. (no-tabs)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Unexpected tab character. (no-tabs)
(#108) Unexpected space before function parentheses. (space-before-function-paren)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Unexpected tab character. (no-tabs)
(#109) Identifier 'cr_index' is not in camel case. (camelcase)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Unexpected tab character. (no-tabs)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Unexpected tab character. (no-tabs)
(#111) Identifier 'cr_index' is not in camel case. (camelcase)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Unexpected tab character. (no-tabs)
(#112) Identifier 'curr_level_card' is not in camel case. (camelcase)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Unexpected tab character. (no-tabs)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Unexpected tab character. (no-tabs)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Unexpected tab character. (no-tabs)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Unexpected tab character. (no-tabs)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Unexpected tab character. (no-tabs)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Unexpected tab character. (no-tabs)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Unexpected tab character. (no-tabs)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Unexpected tab character. (no-tabs)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Unexpected tab character. (no-tabs)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Unexpected tab character. (no-tabs)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Unexpected tab character. (no-tabs)
(#124) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#124) Missing JSDoc comment. (require-jsdoc)
(#124) Identifier 'check_next_level' is not in camel case. (camelcase)
(#124) Expected to return a value at the end of function 'check_next_level'. (consistent-return)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Unexpected tab character. (no-tabs)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Unexpected tab character. (no-tabs)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Unexpected tab character. (no-tabs)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Unexpected tab character. (no-tabs)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Unexpected tab character. (no-tabs)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Unexpected tab character. (no-tabs)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Unexpected tab character. (no-tabs)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Unexpected tab character. (no-tabs)
(#132) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) ["widgetid"] is better written in dot notation. (dot-notation)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) 'modid' is assigned a value but never used. (no-unused-vars)
(#134) 'props' used outside of binding context. (block-scoped-var)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) 'props' used outside of binding context. (block-scoped-var)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) 'canattempt' is assigned a value but never used. (no-unused-vars)
(#136) 'props' used outside of binding context. (block-scoped-var)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) 'props' used outside of binding context. (block-scoped-var)
(#141) A space is required after ','. (comma-spacing)
(#141) 'props' used outside of binding context. (block-scoped-var)
(#141) A space is required after ','. (comma-spacing)
(#141) 'props' used outside of binding context. (block-scoped-var)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#143) Missing JSDoc comment. (require-jsdoc)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Missing semicolon. (babel/semi)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected catch,fail() or return (promise/catch-or-return)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected to return a value at the end of function. (consistent-return)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Each then() should return a value or throw (promise/always-return)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Unexpected tab character. (no-tabs)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Unexpected tab character. (no-tabs)
(#167) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Unexpected tab character. (no-tabs)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Missing semicolon. (babel/semi)
(#170) Unexpected tab character. (no-tabs)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Missing semicolon. (babel/semi)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#174) Unexpected tab character. (no-tabs)
(#174) Comments should not begin with a lowercase character. (capitalized-comments)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Comments should not begin with a lowercase character. (capitalized-comments)
(#191) Expected space or tab after '//' in comment. (spaced-comment)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Operator '!==' must be spaced. (space-infix-ops)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Comments should not begin with a lowercase character. (capitalized-comments)
(#197) Expected space or tab after '//' in comment. (spaced-comment)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected catch,fail() or return (promise/catch-or-return)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Each then() should return a value or throw (promise/always-return)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Identifier 'init_strings' is not in camel case. (camelcase)
(#216) Missing space before opening brace. (space-before-blocks)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Comments should not begin with a lowercase character. (capitalized-comments)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Multiple spaces found before '"component"'. (no-multi-spaces)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Multiple spaces found before '"component"'. (no-multi-spaces)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Multiple spaces found before '"component"'. (no-multi-spaces)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Missing semicolon. (babel/semi)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/dictation.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Comments should not begin with a lowercase character. (capitalized-comments)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) 'definitionsdata' used outside of binding context. (block-scoped-var)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Identifier 'register_events' is not in camel case. (camelcase)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Identifier 'total_time' is not in camel case. (camelcase)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Identifier 'total_time' is not in camel case. (camelcase)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Missing semicolon. (babel/semi)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Comments should not begin with a lowercase character. (capitalized-comments)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) ["results"] is better written in dot notation. (dot-notation)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) ["total"] is better written in dot notation. (dot-notation)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Identifier 'total_time' is not in camel case. (camelcase)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Identifier 'total_time' is not in camel case. (camelcase)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) ["prettytime"] is better written in dot notation. (dot-notation)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) ["prettytime"] is better written in dot notation. (dot-notation)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected catch,fail() or return (promise/catch-or-return)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Each then() should return a value or throw (promise/always-return)
(#148) 'js' is defined but never used. (no-unused-vars)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Unexpected console statement. (no-console)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Trailing spaces not allowed. (no-trailing-spaces)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) ["term"] is better written in dot notation. (dot-notation)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) ["term"] is better written in dot notation. (dot-notation)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) ["term"] is better written in dot notation. (dot-notation)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Trailing spaces not allowed. (no-trailing-spaces)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#187) Trailing spaces not allowed. (no-trailing-spaces)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Trailing spaces not allowed. (no-trailing-spaces)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Trailing spaces not allowed. (no-trailing-spaces)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) ["audio"] is better written in dot notation. (dot-notation)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) ["audio"] is better written in dot notation. (dot-notation)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#195) Trailing spaces not allowed. (no-trailing-spaces)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Trailing spaces not allowed. (no-trailing-spaces)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Trailing spaces not allowed. (no-trailing-spaces)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) ["term"] is better written in dot notation. (dot-notation)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Comments should not begin with a lowercase character. (capitalized-comments)
(#214) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Comments should not begin with a lowercase character. (capitalized-comments)
(#217) Expected space or tab after '//' in comment. (spaced-comment)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) ["id"] is better written in dot notation. (dot-notation)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) ["id"] is better written in dot notation. (dot-notation)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) ["definition"] is better written in dot notation. (dot-notation)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) ["term"] is better written in dot notation. (dot-notation)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Trailing spaces not allowed. (no-trailing-spaces)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Missing semicolon. (babel/semi)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Identifier 'terms_to_distractors' is not in camel case. (camelcase)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Operator '=' must be spaced. (space-infix-ops)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected space(s) after "for". (keyword-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) A space is required after ','. (comma-spacing)
(#249) A space is required after ','. (comma-spacing)
(#249) Missing space before opening brace. (space-before-blocks)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected space(s) after "if". (keyword-spacing)
(#250) Operator '==' must be spaced. (space-infix-ops)
(#250) Missing space before opening brace. (space-before-blocks)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/flip.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected space or tab after '/*' in comment. (spaced-comment)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected to return a value at the end of function. (consistent-return)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Extra space after key 'transition'. (key-spacing)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Extra space after key 'OTransition'. (key-spacing)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Extra space after key 'MozTransition'. (key-spacing)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Statement inside of curly braces should be on next line. (brace-style)
(#251) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) This line has a length of 145. Maximum allowed is 132. (max-len)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Comments should not begin with a lowercase character. (capitalized-comments)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Unexpected space before function parentheses. (space-before-function-paren)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) This line has a length of 136. Maximum allowed is 132. (max-len)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/keyboard.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#11) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'string'. (key-spacing)
(#13) Missing space before value for key 'letters'. (key-spacing)
(#14) Missing space before value for key 'qwerty'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#19) Identifier 'mobile_user' is not in camel case. (camelcase)
(#19) Missing space before value for key 'mobile_user'. (key-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) There should be no space after this paren. (space-in-parens)
(#20) There should be no space before this paren. (space-in-parens)
(#22) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#27) Identifier 'iphone_user' is not in camel case. (camelcase)
(#27) Missing space before value for key 'iphone_user'. (key-spacing)
(#27) Missing space before opening brace. (space-before-blocks)
(#28) Expected space(s) after "if". (keyword-spacing)
(#28) There should be no space after this paren. (space-in-parens)
(#28) There should be no space before this paren. (space-in-parens)
(#30) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#35) Missing space before value for key 'shuffle'. (key-spacing)
(#44) Missing space before value for key 'flash'. (key-spacing)
(#44) A space is required after ','. (comma-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#46) Missing space before opening brace. (space-before-blocks)
(#50) Missing space before value for key 'off'. (key-spacing)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#54) A space is required after ','. (comma-spacing)
(#58) Missing space before value for key 'clear'. (key-spacing)
(#58) Missing space before opening brace. (space-before-blocks)
(#62) Missing space before value for key 'disable'. (key-spacing)
(#62) Missing space before opening brace. (space-before-blocks)
(#67) Missing space before value for key 'create'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before opening brace. (space-before-blocks)
(#68) This line has a length of 140. Maximum allowed is 132. (max-len)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#69) Expected space(s) after "if". (keyword-spacing)
(#69) Operator '&&' must be spaced. (space-infix-ops)
(#69) Operator '>' must be spaced. (space-infix-ops)
(#69) Missing space before opening brace. (space-before-blocks)
(#71) Expected space(s) before "else". (keyword-spacing)
(#71) Expected space(s) after "else". (keyword-spacing)
(#72) 'distractors' used outside of binding context. (block-scoped-var)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) Missing space before opening brace. (space-before-blocks)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Operator '==' must be spaced. (space-infix-ops)
(#79) Missing space before opening brace. (space-before-blocks)
(#81) 'distractors' used outside of binding context. (block-scoped-var)
(#81) 'distractors' used outside of binding context. (block-scoped-var)
(#81) A space is required after ','. (comma-spacing)
(#84) 'distractors' used outside of binding context. (block-scoped-var)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) 'distractors' used outside of binding context. (block-scoped-var)
(#85) Operator '>' must be spaced. (space-infix-ops)
(#86) 'distractors' used outside of binding context. (block-scoped-var)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before opening brace. (space-before-blocks)
(#92) Operator '=' must be spaced. (space-infix-ops)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) Operator '==' must be spaced. (space-infix-ops)
(#94) Missing space before opening brace. (space-before-blocks)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#96) Expected space(s) before "else". (keyword-spacing)
(#96) Expected space(s) after "else". (keyword-spacing)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#101) Operator '=' must be spaced. (space-infix-ops)
(#102) ["letters"] is better written in dot notation. (dot-notation)
(#103) ["dataid"] is better written in dot notation. (dot-notation)
(#104) Expected catch,fail() or return (promise/catch-or-return)
(#104) A space is required after ','. (comma-spacing)
(#105) Each then() should return a value or throw (promise/always-return)
(#105) A space is required after ','. (comma-spacing)
(#105) 'js' is defined but never used. (no-unused-vars)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) Operator '+' must be spaced. (space-infix-ops)
(#111) Identifier 'click_and_touchstart' is not in camel case. (camelcase)
(#111) Missing space before opening brace. (space-before-blocks)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#113) Expected space(s) after "if". (keyword-spacing)
(#113) Operator '<' must be spaced. (space-infix-ops)
(#113) Missing space before opening brace. (space-before-blocks)
(#114) Comments should not begin with a lowercase character. (capitalized-comments)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#115) A space is required after ','. (comma-spacing)
(#116) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#117) Expected space(s) after "else". (keyword-spacing)
(#118) A space is required after ','. (comma-spacing)
(#119) Comments should not begin with a lowercase character. (capitalized-comments)
(#119) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Trailing spaces not allowed. (no-trailing-spaces)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Missing space before opening brace. (space-before-blocks)
(#125) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#126) A space is required after ','. (comma-spacing)
(#127) Expected space(s) before "else". (keyword-spacing)
(#127) Expected space(s) after "else". (keyword-spacing)
(#128) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) A space is required after ','. (comma-spacing)
(#129) Trailing spaces not allowed. (no-trailing-spaces)
(#133) A space is required after ','. (comma-spacing)
(#133) Operator '+' must be spaced. (space-infix-ops)
(#133) A space is required after ','. (comma-spacing)
(#133) Missing space before opening brace. (space-before-blocks)
(#136) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#136) Missing space before opening brace. (space-before-blocks)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#138) 'code' is assigned a value but never used. (no-unused-vars)
(#138) Operator '=' must be spaced. (space-infix-ops)
(#139) A space is required after ','. (comma-spacing)
(#139) Operator '-' must be spaced. (space-infix-ops)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#142) A space is required after ','. (comma-spacing)
(#142) A space is required after ','. (comma-spacing)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) Operator '=' must be spaced. (space-infix-ops)
(#146) A space is required after ','. (comma-spacing)
(#146) Missing space before opening brace. (space-before-blocks)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#148) Expected space(s) after "if". (keyword-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#148) Operator '!=' must be spaced. (space-infix-ops)
(#148) Missing space before opening brace. (space-before-blocks)
(#151) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Operator '==' must be spaced. (space-infix-ops)
(#152) Missing space before opening brace. (space-before-blocks)
(#157) A space is required after ','. (comma-spacing)
(#157) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#161) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#162) Operator '+' must be spaced. (space-infix-ops)
(#163) Expected space(s) after "if". (keyword-spacing)
(#163) Operator '<' must be spaced. (space-infix-ops)
(#163) Missing space before opening brace. (space-before-blocks)
(#164) A space is required after ','. (comma-spacing)
(#165) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#166) Expected space(s) after "else". (keyword-spacing)
(#167) A space is required after ','. (comma-spacing)
(#168) Comments should not begin with a lowercase character. (capitalized-comments)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Missing space before value for key 'press'. (key-spacing)
(#174) A space is required after ','. (comma-spacing)
(#174) 'func' is defined but never used. (no-unused-vars)
(#174) Missing space before opening brace. (space-before-blocks)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#176) A space is required after ','. (comma-spacing)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Missing space before value for key 'old'. (key-spacing)
(#178) Operator '=' must be spaced. (space-infix-ops)
(#178) Operator '+' must be spaced. (space-infix-ops)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Operator '<=' must be spaced. (space-infix-ops)
(#179) Missing space before opening brace. (space-before-blocks)
(#181) Expected space or tab after '//' in comment. (spaced-comment)
(#182) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#183) Expected space(s) after "else". (keyword-spacing)
(#184) A space is required after ','. (comma-spacing)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
mod/wordcards/amd/src/listenchoose.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Comments should not begin with a lowercase character. (capitalized-comments)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) 'matchingdata' used outside of binding context. (block-scoped-var)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Identifier 'register_events' is not in camel case. (camelcase)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Comments should not begin with a lowercase character. (capitalized-comments)
(#64) Expected space or tab after '//' in comment. (spaced-comment)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Identifier 'total_time' is not in camel case. (camelcase)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Identifier 'total_time' is not in camel case. (camelcase)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Missing semicolon. (babel/semi)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) 'e' is defined but never used. (no-unused-vars)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Missing semicolon. (babel/semi)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Comments should not begin with a lowercase character. (capitalized-comments)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) ["results"] is better written in dot notation. (dot-notation)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) ["total"] is better written in dot notation. (dot-notation)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Identifier 'total_time' is not in camel case. (camelcase)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Identifier 'total_time' is not in camel case. (camelcase)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) ["prettytime"] is better written in dot notation. (dot-notation)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) ["prettytime"] is better written in dot notation. (dot-notation)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected catch,fail() or return (promise/catch-or-return)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Each then() should return a value or throw (promise/always-return)
(#138) 'js' is defined but never used. (no-unused-vars)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Unexpected console statement. (no-console)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Trailing spaces not allowed. (no-trailing-spaces)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) ["term"] is better written in dot notation. (dot-notation)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) ["audio"] is better written in dot notation. (dot-notation)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) ["audio"] is better written in dot notation. (dot-notation)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Comments should not begin with a lowercase character. (capitalized-comments)
(#186) Expected space or tab after '//' in comment. (spaced-comment)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Comments should not begin with a lowercase character. (capitalized-comments)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Trailing spaces not allowed. (no-trailing-spaces)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) ["definition"] is better written in dot notation. (dot-notation)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) ["term"] is better written in dot notation. (dot-notation)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Trailing spaces not allowed. (no-trailing-spaces)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) This line has a length of 215. Maximum allowed is 132. (max-len)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) This line has a length of 149. Maximum allowed is 132. (max-len)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) ["id"] is better written in dot notation. (dot-notation)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) ["id"] is better written in dot notation. (dot-notation)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Missing semicolon. (babel/semi)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Missing semicolon. (babel/semi)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Identifier 'get_distractors' is not in camel case. (camelcase)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) ["term"] is better written in dot notation. (dot-notation)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Identifier 'is_correct' is not in camel case. (camelcase)
(#246) ["term"] is better written in dot notation. (dot-notation)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Identifier 'term_id' is not in camel case. (camelcase)
(#247) ["id"] is better written in dot notation. (dot-notation)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) This line has a length of 174. Maximum allowed is 132. (max-len)
(#248) Identifier 'term_id' is not in camel case. (camelcase)
(#248) Identifier 'is_correct' is not in camel case. (camelcase)
(#248) ["term"] is better written in dot notation. (dot-notation)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/managewordshelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Identifier 'after_term_add' is not in camel case. (camelcase)
(#12) Unexpected empty function. (no-empty-function)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Identifier 'after_term_edit' is not in camel case. (camelcase)
(#13) Unexpected empty function. (no-empty-function)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) ["contextid"] is better written in dot notation. (dot-notation)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) ["contextid"] is better written in dot notation. (dot-notation)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Comments should not begin with a lowercase character. (capitalized-comments)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/matchselect.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Comments should not begin with a lowercase character. (capitalized-comments)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Comments should not begin with a lowercase character. (capitalized-comments)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) 'matchingdata' used outside of binding context. (block-scoped-var)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) A space is required after ','. (comma-spacing)
(#39) A space is required after ','. (comma-spacing)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Identifier 'register_events' is not in camel case. (camelcase)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Identifier 'total_time' is not in camel case. (camelcase)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Identifier 'total_time' is not in camel case. (camelcase)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Missing semicolon. (babel/semi)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) 'e' is defined but never used. (no-unused-vars)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Missing semicolon. (babel/semi)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) ["results"] is better written in dot notation. (dot-notation)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) ["total"] is better written in dot notation. (dot-notation)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Identifier 'total_time' is not in camel case. (camelcase)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Identifier 'total_time' is not in camel case. (camelcase)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) ["prettytime"] is better written in dot notation. (dot-notation)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) ["prettytime"] is better written in dot notation. (dot-notation)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected catch,fail() or return (promise/catch-or-return)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Each then() should return a value or throw (promise/always-return)
(#116) 'js' is defined but never used. (no-unused-vars)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Unexpected console statement. (no-console)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Trailing spaces not allowed. (no-trailing-spaces)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Trailing spaces not allowed. (no-trailing-spaces)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected space(s) after "if". (keyword-spacing)
(#143) Missing space before opening brace. (space-before-blocks)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Operator '+=' must be spaced. (space-infix-ops)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Operator '+=' must be spaced. (space-infix-ops)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Missing semicolon. (babel/semi)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Comments should not begin with a lowercase character. (capitalized-comments)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Trailing spaces not allowed. (no-trailing-spaces)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) ["definition"] is better written in dot notation. (dot-notation)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) ["term"] is better written in dot notation. (dot-notation)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Trailing spaces not allowed. (no-trailing-spaces)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) This line has a length of 215. Maximum allowed is 132. (max-len)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) This line has a length of 149. Maximum allowed is 132. (max-len)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Comments should not begin with a lowercase character. (capitalized-comments)
(#179) Expected space or tab after '//' in comment. (spaced-comment)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) ["id"] is better written in dot notation. (dot-notation)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) ["id"] is better written in dot notation. (dot-notation)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Missing semicolon. (babel/semi)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Missing semicolon. (babel/semi)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Identifier 'get_distractors' is not in camel case. (camelcase)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) ["term"] is better written in dot notation. (dot-notation)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Identifier 'is_correct' is not in camel case. (camelcase)
(#216) ["term"] is better written in dot notation. (dot-notation)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Identifier 'term_id' is not in camel case. (camelcase)
(#217) ["id"] is better written in dot notation. (dot-notation)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) This line has a length of 174. Maximum allowed is 132. (max-len)
(#218) Identifier 'term_id' is not in camel case. (camelcase)
(#218) Identifier 'is_correct' is not in camel case. (camelcase)
(#218) ["term"] is better written in dot notation. (dot-notation)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/matchtype.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Comments should not begin with a lowercase character. (capitalized-comments)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Comments should not begin with a lowercase character. (capitalized-comments)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) 'matchingdata' used outside of binding context. (block-scoped-var)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) A space is required after ','. (comma-spacing)
(#42) A space is required after ','. (comma-spacing)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Identifier 'register_events' is not in camel case. (camelcase)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Identifier 'total_time' is not in camel case. (camelcase)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Identifier 'total_time' is not in camel case. (camelcase)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Missing semicolon. (babel/semi)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Comments should not begin with a lowercase character. (capitalized-comments)
(#106) Expected space or tab after '//' in comment. (spaced-comment)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) ["results"] is better written in dot notation. (dot-notation)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) ["total"] is better written in dot notation. (dot-notation)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Identifier 'total_time' is not in camel case. (camelcase)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Identifier 'total_time' is not in camel case. (camelcase)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) ["prettytime"] is better written in dot notation. (dot-notation)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) ["prettytime"] is better written in dot notation. (dot-notation)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected catch,fail() or return (promise/catch-or-return)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Each then() should return a value or throw (promise/always-return)
(#118) 'js' is defined but never used. (no-unused-vars)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Unexpected console statement. (no-console)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Trailing spaces not allowed. (no-trailing-spaces)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected space(s) after "if". (keyword-spacing)
(#153) Missing space before opening brace. (space-before-blocks)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Operator '+=' must be spaced. (space-infix-ops)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Operator '+=' must be spaced. (space-infix-ops)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Missing semicolon. (babel/semi)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Comments should not begin with a lowercase character. (capitalized-comments)
(#170) Expected space or tab after '//' in comment. (spaced-comment)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Comments should not begin with a lowercase character. (capitalized-comments)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) ["id"] is better written in dot notation. (dot-notation)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) ["id"] is better written in dot notation. (dot-notation)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) ["definition"] is better written in dot notation. (dot-notation)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) ["term"] is better written in dot notation. (dot-notation)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Trailing spaces not allowed. (no-trailing-spaces)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Missing semicolon. (babel/semi)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Identifier 'terms_to_distractors' is not in camel case. (camelcase)
(#204) Missing space before opening brace. (space-before-blocks)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Operator '=' must be spaced. (space-infix-ops)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected space(s) after "for". (keyword-spacing)
(#206) Operator '=' must be spaced. (space-infix-ops)
(#206) Missing whitespace after semicolon. (semi-spacing)
(#206) Operator '<' must be spaced. (space-infix-ops)
(#206) Missing space before opening brace. (space-before-blocks)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) A space is required after ','. (comma-spacing)
(#208) A space is required after ','. (comma-spacing)
(#208) Missing space before opening brace. (space-before-blocks)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected space(s) after "if". (keyword-spacing)
(#209) Operator '==' must be spaced. (space-infix-ops)
(#209) Missing space before opening brace. (space-before-blocks)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/modalformhelper.js
(#6) @package should be empty. (jsdoc/empty-tags)
(#10) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#18) Expected @param names to be "selector, contextid, callback". Got "selector, contextid, formname, callback". (jsdoc/check-param-names)
(#18) Expected JSDoc for 'callback' but found 'formname'. (valid-jsdoc)
(#27) Comments should not begin with a lowercase character. (capitalized-comments)
(#27) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#53) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#59) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#62) 'triggers' is assigned a value but never used. (no-unused-vars)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#71) Expected catch,fail() or return (promise/catch-or-return)
(#75) Unexpected space before function parentheses. (space-before-function-paren)
(#78) This line has a length of 143. Maximum allowed is 132. (max-len)
(#78) Expected catch,fail() or return (promise/catch-or-return)
(#78) There should be no space before ','. (comma-spacing)
(#78) Each then() should return a value or throw (promise/always-return)
(#78) Requires a space after '{'. (block-spacing)
(#78) Statement inside of curly braces should be on next line. (brace-style)
(#78) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#78) Requires a space before '}'. (block-spacing)
(#78) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#87) The function binding is unnecessary. (no-extra-bind)
(#90) Unexpected space before function parentheses. (space-before-function-paren)
(#104) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#109) Missing JSDoc @param "formdata" declaration. (jsdoc/require-param)
(#109) Missing JSDoc for parameter 'formdata'. (valid-jsdoc)
(#124) Missing JSDoc @param "formData" declaration. (jsdoc/require-param)
(#124) Missing JSDoc @param "ajaxresult" declaration. (jsdoc/require-param)
(#124) Missing JSDoc for parameter 'formData'. (valid-jsdoc)
(#124) Missing JSDoc for parameter 'ajaxresult'. (valid-jsdoc)
(#127) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#129) A space is required after ','. (comma-spacing)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#144) Expected space(s) after "switch". (keyword-spacing)
(#146) Comments should not begin with a lowercase character. (capitalized-comments)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#150) Comments should not begin with a lowercase character. (capitalized-comments)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Missing JSDoc @param "data" declaration. (jsdoc/require-param)
(#167) Missing JSDoc for parameter 'data'. (valid-jsdoc)
(#170) Unexpected @return tag; function has no return statement. (valid-jsdoc)
mod/wordcards/amd/src/pollyhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Identifier 'fetch_polly_url' is not in camel case. (camelcase)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Comments should not begin with a lowercase character. (capitalized-comments)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected to return a value at the end of function. (consistent-return)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'e' is defined but never used. (no-unused-vars)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Comments should not begin with a lowercase character. (capitalized-comments)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Missing space before opening brace. (space-before-blocks)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/speechcards.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#31) Comments should not begin with a lowercase character. (capitalized-comments)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#46) 'jsondata' used outside of binding context. (block-scoped-var)
(#48) 'jsondata' used outside of binding context. (block-scoped-var)
(#52) A space is required after ','. (comma-spacing)
(#52) A space is required after ','. (comma-spacing)
(#57) Identifier 'init_controls' is not in camel case. (camelcase)
(#58) Identifier 'close_results' is not in camel case. (camelcase)
(#60) Identifier 'vocab_list' is not in camel case. (camelcase)
(#61) Identifier 'the_list' is not in camel case. (camelcase)
(#63) Identifier 'time_counter' is not in camel case. (camelcase)
(#64) Identifier 'prev_button' is not in camel case. (camelcase)
(#65) Identifier 'next_button' is not in camel case. (camelcase)
(#69) Identifier 'do_next' is not in camel case. (camelcase)
(#79) Identifier 'do_prev' is not in camel case. (camelcase)
(#84) Identifier 'move_card' is not in camel case. (camelcase)
(#84) Missing space before opening brace. (space-before-blocks)
(#85) Expected space(s) after "switch". (keyword-spacing)
(#85) Missing space before opening brace. (space-before-blocks)
(#88) A space is required after ','. (comma-spacing)
(#88) Missing space before value for key 'direction'. (key-spacing)
(#90) A space is required after ','. (comma-spacing)
(#90) Missing space before value for key 'direction'. (key-spacing)
(#90) Missing semicolon. (babel/semi)
(#96) A space is required after ','. (comma-spacing)
(#96) Missing space before value for key 'direction'. (key-spacing)
(#98) A space is required after ','. (comma-spacing)
(#98) Missing space before value for key 'direction'. (key-spacing)
(#103) Missing space before value for key 'clearStarRating'. (key-spacing)
(#103) Missing space before opening brace. (space-before-blocks)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#107) Identifier 'register_events' is not in camel case. (camelcase)
(#114) Comments should not begin with a lowercase character. (capitalized-comments)
(#114) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Identifier 'total_time' is not in camel case. (camelcase)
(#124) Identifier 'total_time' is not in camel case. (camelcase)
(#124) Missing semicolon. (babel/semi)
(#144) Comments should not begin with a lowercase character. (capitalized-comments)
(#144) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Identifier 'set_pointer' is not in camel case. (camelcase)
(#149) Unexpected space before function parentheses. (space-before-function-paren)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Expected space or tab after '//' in comment. (spaced-comment)
(#164) Comments should not begin with a lowercase character. (capitalized-comments)
(#164) Expected space or tab after '//' in comment. (spaced-comment)
(#165) Unexpected console statement. (no-console)
(#175) Trailing spaces not allowed. (no-trailing-spaces)
(#179) Expected space or tab after '//' in comment. (spaced-comment)
(#180) A space is required after ','. (comma-spacing)
(#181) Operator '+' must be spaced. (space-infix-ops)
(#183) Expected space or tab after '//' in comment. (spaced-comment)
(#185) There should be no space before this paren. (space-in-parens)
(#186) Operator '+' must be spaced. (space-infix-ops)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Expected catch,fail() or return (promise/catch-or-return)
(#193) A space is required after ','. (comma-spacing)
(#193) Expected to return a value at the end of function. (consistent-return)
(#194) Each then() should return a value or throw (promise/always-return)
(#194) Operator '===' must be spaced. (space-infix-ops)
(#196) Expected space(s) before "else". (keyword-spacing)
(#196) Expected space(s) after "else". (keyword-spacing)
(#197) Operator '+' must be spaced. (space-infix-ops)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Operator '>=' must be spaced. (space-infix-ops)
(#202) Comments should not begin with a lowercase character. (capitalized-comments)
(#202) Expected space or tab after '//' in comment. (spaced-comment)
(#203) Comments should not begin with a lowercase character. (capitalized-comments)
(#203) Expected space or tab after '//' in comment. (spaced-comment)
(#205) Comments should not begin with a lowercase character. (capitalized-comments)
(#205) Expected space or tab after '//' in comment. (spaced-comment)
(#208) Comments should not begin with a lowercase character. (capitalized-comments)
(#208) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Operator '=' must be spaced. (space-infix-ops)
(#210) Comments should not begin with a lowercase character. (capitalized-comments)
(#210) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Identifier 'ds_only' is not in camel case. (camelcase)
(#213) Identifier 'ds_only' is not in camel case. (camelcase)
(#220) Missing space before opening brace. (space-before-blocks)
(#221) Comments should not begin with a lowercase character. (capitalized-comments)
(#221) Expected space or tab after '//' in comment. (spaced-comment)
(#222) A space is required after ','. (comma-spacing)
(#222) A space is required after ','. (comma-spacing)
(#223) Expected space(s) after "if". (keyword-spacing)
(#223) Operator '<' must be spaced. (space-infix-ops)
(#223) Missing space before opening brace. (space-before-blocks)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) A space is required after ','. (comma-spacing)
(#224) A space is required after ','. (comma-spacing)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Operator '<' must be spaced. (space-infix-ops)
(#226) Missing space before opening brace. (space-before-blocks)
(#227) Operator '=' must be spaced. (space-infix-ops)
(#227) A space is required after ','. (comma-spacing)
(#227) A space is required after ','. (comma-spacing)
(#229) Expected space(s) after "if". (keyword-spacing)
(#229) Operator '<' must be spaced. (space-infix-ops)
(#229) Missing space before opening brace. (space-before-blocks)
(#230) Operator '=' must be spaced. (space-infix-ops)
(#230) A space is required after ','. (comma-spacing)
(#230) A space is required after ','. (comma-spacing)
(#232) Unexpected console statement. (no-console)
(#232) A space is required after ','. (comma-spacing)
(#234) Comments should not begin with a lowercase character. (capitalized-comments)
(#234) Expected space or tab after '//' in comment. (spaced-comment)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#236) Missing space before opening brace. (space-before-blocks)
(#237) Expected space(s) after "if". (keyword-spacing)
(#237) Operator '===' must be spaced. (space-infix-ops)
(#237) Missing space before opening brace. (space-before-blocks)
(#238) Operator '+=' must be spaced. (space-infix-ops)
(#239) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#240) Expected space(s) after "else". (keyword-spacing)
(#241) Operator '+=' must be spaced. (space-infix-ops)
(#244) Unexpected console statement. (no-console)
(#248) Missing space before opening brace. (space-before-blocks)
(#250) Comments should not begin with a lowercase character. (capitalized-comments)
(#250) Expected space or tab after '//' in comment. (spaced-comment)
(#253) Comments should not begin with a lowercase character. (capitalized-comments)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#267) Comments should not begin with a lowercase character. (capitalized-comments)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#268) Missing space before opening brace. (space-before-blocks)
(#282) Comments should not begin with a lowercase character. (capitalized-comments)
(#282) Expected space or tab after '//' in comment. (spaced-comment)
(#293) Expected to return a value at the end of function. (consistent-return)
(#295) Comments should not begin with a lowercase character. (capitalized-comments)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#305) Unnecessary escape character: \*. (no-useless-escape)
(#305) Unnecessary escape character: \.. (no-useless-escape)
(#305) Unnecessary escape character: \/. (no-useless-escape)
(#305) Unnecessary escape character: \[. (no-useless-escape)
(#305) Unnecessary escape character: \^. (no-useless-escape)
(#305) A space is required after ','. (comma-spacing)
(#327) Missing semicolon. (babel/semi)
(#337) Identifier 'do_end' is not in camel case. (camelcase)
(#342) Comments should not begin with a lowercase character. (capitalized-comments)
(#342) Expected space or tab after '//' in comment. (spaced-comment)
(#344) ["results"] is better written in dot notation. (dot-notation)
(#345) ["total"] is better written in dot notation. (dot-notation)
(#346) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#347) Identifier 'total_time' is not in camel case. (camelcase)
(#348) Identifier 'total_time' is not in camel case. (camelcase)
(#349) ["prettytime"] is better written in dot notation. (dot-notation)
(#351) ["prettytime"] is better written in dot notation. (dot-notation)
(#353) Expected catch,fail() or return (promise/catch-or-return)
(#354) Each then() should return a value or throw (promise/always-return)
(#354) 'js' is defined but never used. (no-unused-vars)
(#363) Unexpected console statement. (no-console)
(#369) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#374) Identifier 'is_end' is not in camel case. (camelcase)
(#382) Identifier 'update_header' is not in camel case. (camelcase)
(#384) 'progress' is assigned a value but never used. (no-unused-vars)
(#386) Missing semicolon. (babel/semi)
(#389) Missing semicolon. (babel/semi)
(#391) Missing semicolon. (babel/semi)
(#398) Comments should not begin with a lowercase character. (capitalized-comments)
(#398) Expected space or tab after '//' in comment. (spaced-comment)
(#402) Comments should not begin with a lowercase character. (capitalized-comments)
(#402) Expected space or tab after '//' in comment. (spaced-comment)
(#407) ["definition"] is better written in dot notation. (dot-notation)
(#409) ["term"] is better written in dot notation. (dot-notation)
(#415) Comments should not begin with a lowercase character. (capitalized-comments)
(#415) Expected space or tab after '//' in comment. (spaced-comment)
(#418) Comments should not begin with a lowercase character. (capitalized-comments)
(#418) Expected space or tab after '//' in comment. (spaced-comment)
(#421) Comments should not begin with a lowercase character. (capitalized-comments)
(#421) Expected space or tab after '//' in comment. (spaced-comment)
(#423) ["id"] is better written in dot notation. (dot-notation)
(#425) ["id"] is better written in dot notation. (dot-notation)
(#478) Expected { after 'if' condition. (curly)
(#483) Expected { after 'if' condition. (curly)
(#483) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#491) Expected { after 'if' condition. (curly)
(#497) Identifier 'mobile_user' is not in camel case. (camelcase)
(#506) Identifier 'chrome_user' is not in camel case. (camelcase)
(#506) Missing space before opening brace. (space-before-blocks)
(#507) Expected space(s) after "if". (keyword-spacing)
(#509) Expected space(s) before "else". (keyword-spacing)
(#509) Expected space(s) after "else". (keyword-spacing)
mod/wordcards/amd/src/textfit.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) @package should be empty. (jsdoc/empty-tags)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected space or tab after '/*' in comment. (spaced-comment)
(#23) 'define' is already defined as a built-in global variable. (no-redeclare)
(#23) 'document' is already defined as a built-in global variable. (no-redeclare)
(#23) 'window' is already defined as a built-in global variable. (no-redeclare)
(#23) 'HTMLElement' is already defined as a built-in global variable. (no-redeclare)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) 'module' is not defined. (no-undef)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) 'global' is not defined. (no-undef)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Comments should not begin with a lowercase character. (capitalized-comments)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Comments should not begin with a lowercase character. (capitalized-comments)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected { after 'if' condition. (curly)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected space(s) after "for". (keyword-spacing)
(#61) Missing space before opening brace. (space-before-blocks)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected space(s) after "if". (keyword-spacing)
(#62) Missing space before opening brace. (space-before-blocks)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Missing space before opening brace. (space-before-blocks)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected space(s) after "for". (keyword-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Missing JSDoc @returns for function. (valid-jsdoc)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Function 'processItem' has a complexity of 25. Maximum allowed is 20. (complexity)
(#92) Expected to return a value at the end of function 'processItem'. (consistent-return)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected space(s) after "if". (keyword-spacing)
(#98) Missing space before opening brace. (space-before-blocks)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected { after 'if' condition. (curly)
(#112) Expected space(s) after "if". (keyword-spacing)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected { after 'else'. (curly)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) ["display"] is better written in dot notation. (dot-notation)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Missing space before opening brace. (space-before-blocks)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) ["height"] is better written in dot notation. (dot-notation)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) ["position"] is better written in dot notation. (dot-notation)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) ["position"] is better written in dot notation. (dot-notation)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) ["height"] is better written in dot notation. (dot-notation)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#194) Missing JSDoc comment. (require-jsdoc)
(#194) Missing space before opening brace. (space-before-blocks)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#202) Missing JSDoc comment. (require-jsdoc)
(#202) Missing space before opening brace. (space-before-blocks)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#210) Missing JSDoc comment. (require-jsdoc)
(#210) Missing space before opening brace. (space-before-blocks)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Operator '===' must be spaced. (space-infix-ops)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#217) Missing JSDoc comment. (require-jsdoc)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#222) Missing JSDoc comment. (require-jsdoc)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected { after 'if' condition. (curly)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) A space is required after ','. (comma-spacing)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/ttaudiohelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Comments should not begin with a lowercase character. (capitalized-comments)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#41) Unexpected empty method 'onStop'. (no-empty-function)
(#42) Unexpected empty method 'onStream'. (no-empty-function)
(#43) Unexpected empty method 'onError'. (no-empty-function)
(#46) Identifier 'prepare_html' is not in camel case. (camelcase)
(#46) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#58) This line has a length of 145. Maximum allowed is 132. (max-len)
(#60) This line has a length of 146. Maximum allowed is 132. (max-len)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#70) A space is required after ','. (comma-spacing)
(#95) Operator '*' must be spaced. (space-infix-ops)
(#95) Operator '*' must be spaced. (space-infix-ops)
(#104) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#114) Operator '*' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#125) Expected { after 'for' condition. (curly)
(#131) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#138) Operator '*' must be spaced. (space-infix-ops)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
mod/wordcards/amd/src/ttbrowserrec.js
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Identifier 'final_transcript' is not in camel case. (camelcase)
(#13) Identifier 'start_timestamp' is not in camel case. (camelcase)
(#18) Comments should not begin with a lowercase character. (capitalized-comments)
(#18) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Identifier 'will_work_ok' is not in camel case. (camelcase)
(#23) 'opts' is defined but never used. (no-unused-vars)
(#23) Missing space before opening brace. (space-before-blocks)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Identifier 'has_chrome' is not in camel case. (camelcase)
(#32) Identifier 'has_safari' is not in camel case. (camelcase)
(#33) Identifier 'has_safari' is not in camel case. (camelcase)
(#33) Identifier 'has_chrome' is not in camel case. (camelcase)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#41) 'webkitSpeechRecognition' is not defined. (no-undef)
(#52) Identifier 'prepare_html' is not in camel case. (camelcase)
(#52) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#57) Identifier 'set_grammar' is not in camel case. (camelcase)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#58) 'webkitSpeechGrammarList' is not defined. (no-undef)
(#66) Unexpected space before function parentheses. (space-before-function-paren)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#69) Expected space or tab after '//' in comment. (spaced-comment)
(#74) Identifier 'final_transcript' is not in camel case. (camelcase)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Identifier 'start_timestamp' is not in camel case. (camelcase)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Expected space or tab after '//' in comment. (spaced-comment)
(#88) Unexpected space before function parentheses. (space-before-function-paren)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '*' must be spaced. (space-infix-ops)
(#100) Identifier 'register_events' is not in camel case. (camelcase)
(#100) Unexpected space before function parentheses. (space-before-function-paren)
(#105) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Unexpected space before function parentheses. (space-before-function-paren)
(#123) Expected space(s) after "if". (keyword-spacing)
(#123) Missing space before opening brace. (space-before-blocks)
(#129) Unexpected space before function parentheses. (space-before-function-paren)
(#130) Identifier 'interim_transcript' is not in camel case. (camelcase)
(#133) Identifier 'final_transcript' is not in camel case. (camelcase)
(#135) Identifier 'interim_transcript' is not in camel case. (camelcase)
(#141) A space is required after ','. (comma-spacing)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '*' must be spaced. (space-infix-ops)
(#164) Comments should not begin with a lowercase character. (capitalized-comments)
(#176) Unexpected space before function parentheses. (space-before-function-paren)
(#179) Unexpected space before function parentheses. (space-before-function-paren)
(#182) Unexpected space before function parentheses. (space-before-function-paren)
(#185) Unexpected space before function parentheses. (space-before-function-paren)
(#188) Unexpected space before function parentheses. (space-before-function-paren)
(#188) 'speechtext' is defined but never used. (no-unused-vars)
(#189) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
mod/wordcards/amd/src/ttrecorder.js
(#1) A space is required after ','. (comma-spacing)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#27) Identifier 'audio_updated' is not in camel case. (camelcase)
(#36) Identifier 'ds_only' is not in camel case. (camelcase)
(#38) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) ["uniqueid"] is better written in dot notation. (dot-notation)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) ["callback"] is better written in dot notation. (dot-notation)
(#49) Identifier 'ds_only' is not in camel case. (camelcase)
(#49) ["ds_only"] is better written in dot notation. (dot-notation)
(#49) ["ds_only"] is better written in dot notation. (dot-notation)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Multiple spaces found before 'function'. (no-multi-spaces)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#65) A space is required after ','. (comma-spacing)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Identifier 'on_error' is not in camel case. (camelcase)
(#77) A space is required after ','. (comma-spacing)
(#81) A space is required after ','. (comma-spacing)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Identifier 'on_stopped' is not in camel case. (camelcase)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Missing space before opening brace. (space-before-blocks)
(#105) A space is required after ','. (comma-spacing)
(#106) Expected space(s) after "if". (keyword-spacing)
(#106) Operator '===' must be spaced. (space-infix-ops)
(#106) Missing space before opening brace. (space-before-blocks)
(#109) A space is required after ','. (comma-spacing)
(#116) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Unexpected space after unary operator '!'. (space-unary-ops)
(#118) Missing space before opening brace. (space-before-blocks)
(#119) Expected space or tab after '//' in comment. (spaced-comment)
(#122) A space is required after ','. (comma-spacing)
(#122) A space is required after ','. (comma-spacing)
(#123) Operator '=' must be spaced. (space-infix-ops)
(#125) Comments should not begin with a lowercase character. (capitalized-comments)
(#125) Expected space or tab after '//' in comment. (spaced-comment)
(#126) Identifier 'on_error' is not in camel case. (camelcase)
(#127) Missing space before opening brace. (space-before-blocks)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Missing space before opening brace. (space-before-blocks)
(#131) Comments should not begin with a lowercase character. (capitalized-comments)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#133) Operator '=' must be spaced. (space-infix-ops)
(#133) Missing space before opening brace. (space-before-blocks)
(#135) A space is required after ','. (comma-spacing)
(#136) A space is required after ','. (comma-spacing)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Expected space(s) before "else". (keyword-spacing)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#143) Multiple spaces found before 'audioHelper'. (no-multi-spaces)
(#144) A space is required after ','. (comma-spacing)
(#144) A space is required after ','. (comma-spacing)
(#147) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#148) Identifier 'on_error' is not in camel case. (camelcase)
(#149) Identifier 'on_stopped' is not in camel case. (camelcase)
(#150) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Identifier 'prepare_html' is not in camel case. (camelcase)
(#155) Missing space before opening brace. (space-before-blocks)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#161) Operator '=' must be spaced. (space-infix-ops)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#163) Operator '=' must be spaced. (space-infix-ops)
(#166) Identifier 'update_audio' is not in camel case. (camelcase)
(#166) A space is required after ','. (comma-spacing)
(#166) Missing space before opening brace. (space-before-blocks)
(#173) Expected space(s) before "else". (keyword-spacing)
(#173) Expected space(s) after "else". (keyword-spacing)
(#182) Identifier 'register_events' is not in camel case. (camelcase)
(#182) Missing space before opening brace. (space-before-blocks)
(#185) Missing space before opening brace. (space-before-blocks)
(#189) Identifier 'audio_updated' is not in camel case. (camelcase)
(#189) Operator '=' must be spaced. (space-infix-ops)
(#190) Comments should not begin with a lowercase character. (capitalized-comments)
(#190) Expected space or tab after '//' in comment. (spaced-comment)
(#197) Expected space(s) after "if". (keyword-spacing)
(#197) There should be no space before this paren. (space-in-parens)
(#199) Expected space(s) before "else". (keyword-spacing)
(#199) Expected space(s) after "else". (keyword-spacing)
(#203) Comments should not begin with a lowercase character. (capitalized-comments)
(#203) Expected space or tab after '//' in comment. (spaced-comment)
(#205) Missing semicolon. (babel/semi)
(#209) Identifier 'show_recorder_pointer' is not in camel case. (camelcase)
(#209) Missing space before opening brace. (space-before-blocks)
(#210) Expected space(s) after "if". (keyword-spacing)
(#212) Expected space(s) before "else". (keyword-spacing)
(#212) Expected space(s) after "else". (keyword-spacing)
(#219) Missing space before value for key 'gotRecognition'. (key-spacing)
(#219) Missing space before opening brace. (space-before-blocks)
(#221) Operator '=' must be spaced. (space-infix-ops)
(#222) Operator '=' must be spaced. (space-infix-ops)
(#224) Expected space or tab after '//' in comment. (spaced-comment)
(#229) Unnecessary escape character: \*. (no-useless-escape)
(#229) Unnecessary escape character: \.. (no-useless-escape)
(#229) Unnecessary escape character: \/. (no-useless-escape)
(#229) Unnecessary escape character: \[. (no-useless-escape)
(#229) Unnecessary escape character: \^. (no-useless-escape)
(#229) A space is required after ','. (comma-spacing)
(#234) Expected space(s) after "if". (keyword-spacing)
(#234) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#249) Expected space or tab after '//' in comment. (spaced-comment)
(#251) Expected space or tab after '//' in comment. (spaced-comment)
(#252) Expected space(s) after "if". (keyword-spacing)
(#252) Missing space before opening brace. (space-before-blocks)
(#254) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#258) Expected space or tab after '//' in comment. (spaced-comment)
(#259) Expected space(s) before "else". (keyword-spacing)
(#259) Expected space(s) after "else". (keyword-spacing)
(#260) A space is required after ','. (comma-spacing)
(#264) Expected space or tab after '//' in comment. (spaced-comment)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#268) Expected space(s) after "if". (keyword-spacing)
(#268) Missing space before opening brace. (space-before-blocks)
(#269) A space is required after ','. (comma-spacing)
(#276) A space is required after ','. (comma-spacing)
(#277) A space is required after ','. (comma-spacing)
(#283) Expected space or tab after '//' in comment. (spaced-comment)
(#284) Expected space(s) before "else". (keyword-spacing)
(#292) Missing space before value for key 'isRecognizing'. (key-spacing)
(#304) Multiple spaces found before ''.wav''. (no-multi-spaces)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) 'progressEvent' is defined but never used. (no-unused-vars)
(#311) Unexpected empty function. (no-empty-function)
(#312) 'oEvent' is defined but never used. (no-unused-vars)
(#317) Unexpected console statement. (no-console)
(#322) Expected space(s) before "catch". (keyword-spacing)
(#322) Expected space(s) after "catch". (keyword-spacing)
(#322) Missing space before opening brace. (space-before-blocks)
(#324) Unexpected console statement. (no-console)
(#328) Comments should not begin with a lowercase character. (capitalized-comments)
(#328) Expected space or tab after '//' in comment. (spaced-comment)
mod/wordcards/amd/src/ttwavencoder.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Comments should not begin with a lowercase character. (capitalized-comments)
(#12) Expected space or tab after '//' in comment. (spaced-comment)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Operator '===' must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#34) Expected { after 'for' condition. (curly)
(#51) 'mimeType' is defined but never used. (no-unused-vars)
(#68) There should be no space after '{'. (babel/object-curly-spacing)
(#68) There should be no space before '}'. (babel/object-curly-spacing)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Expected space or tab after '//' in comment. (spaced-comment)

CSS problems

(109 errors, 13 warnings)

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

mod/wordcards/styles.css
(#946) Expected empty line before at-rule (at-rule-empty-line-before)
(#911) Expected newline after "}" (block-closing-brace-newline-after)
(#824) Expected newline before "}" (block-closing-brace-newline-before)
(#75) Unexpected empty block (block-no-empty)
(#187) Unexpected empty block (block-no-empty)
(#681) Unexpected empty block (block-no-empty)
(#46) Expected single space before "{" (block-opening-brace-space-before)
(#904) Expected single space before "{" (block-opening-brace-space-before)
(#908) Expected single space before "{" (block-opening-brace-space-before)
(#935) Expected single space before "{" (block-opening-brace-space-before)
(#939) Expected single space before "{" (block-opening-brace-space-before)
(#943) Expected single space before "{" (block-opening-brace-space-before)
(#948) Expected single space before "{" (block-opening-brace-space-before)
(#954) Expected single space before "{" (block-opening-brace-space-before)
(#485) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#495) Expected "#F7E7E7" to be "#f7e7e7" (color-hex-case)
(#885) Expected "#9F9FA3" to be "#9f9fa3" (color-hex-case)
(#893) Expected "#00637C" to be "#00637c" (color-hex-case)
(#485) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#207) Unexpected duplicate "text-decoration" (declaration-block-no-duplicate-properties)
(#786) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#821) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#831) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#506) Unexpected !important (declaration-no-important)
(#507) Unexpected !important (declaration-no-important)
(#513) Unexpected !important (declaration-no-important)
(#520) Unexpected !important (declaration-no-important)
(#639) Unexpected !important (declaration-no-important)
(#918) Unexpected !important (declaration-no-important)
(#930) Unexpected !important (declaration-no-important)
(#941) Unexpected !important (declaration-no-important)
(#944) Unexpected !important (declaration-no-important)
(#774) Unexpected unit (length-zero-no-unit)
(#774) Unexpected unit (length-zero-no-unit)
(#777) Unexpected unit (length-zero-no-unit)
(#777) Unexpected unit (length-zero-no-unit)
(#809) Unexpected unit (length-zero-no-unit)
(#809) Unexpected unit (length-zero-no-unit)
(#809) Unexpected unit (length-zero-no-unit)
(#854) Expected line length to be no more than 132 characters (max-line-length)
(#814) Unexpected whitespace at end of line (no-eol-whitespace)
(#824) Unexpected whitespace at end of line (no-eol-whitespace)
(#911) Unexpected whitespace at end of line (no-eol-whitespace)
(#833) Expected newline after "," (selector-list-comma-newline-after)
(#847) Expected newline after "," (selector-list-comma-newline-after)
(#854) Expected newline after "," (selector-list-comma-newline-after)
(#892) Expected newline after "," (selector-list-comma-newline-after)
(#813) Expected indentation of 0 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 4 spaces (indentation)
(#818) Expected indentation of 4 spaces (indentation)
(#819) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#821) Expected indentation of 4 spaces (indentation)
(#822) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#829) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#831) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 4 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#841) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#843) Expected indentation of 4 spaces (indentation)
(#844) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#855) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#883) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#888) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#893) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#898) Expected indentation of 4 spaces (indentation)
(#899) Expected indentation of 4 spaces (indentation)
(#901) Expected indentation of 0 spaces (indentation)
(#903) Expected indentation of 0 spaces (indentation)
(#902) Expected indentation of 4 spaces (indentation)
(#904) Expected indentation of 0 spaces (indentation)
(#907) Expected indentation of 0 spaces (indentation)
(#905) Expected indentation of 4 spaces (indentation)
(#906) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 0 spaces (indentation)
(#911) Expected indentation of 0 spaces (indentation)
(#909) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 0 spaces (indentation)
(#916) Expected indentation of 0 spaces (indentation)
(#913) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#917) Expected indentation of 0 spaces (indentation)
(#936) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 4 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 8 spaces (indentation)
(#950) Expected indentation of 8 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#964) Expected indentation of 4 spaces (indentation)
(#965) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(359 errors, 21 warnings)

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

mod/wordcards/activity.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/backup/moodle2/restore_wordcards_activity_task.class.php
(#71) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#73) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#84) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#86) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/wordcards/backup/moodle2/restore_wordcards_stepslib.php
(#78) Function restore_wordcards_activity_structure_step::process_wordcards_term is not documented
(#90) Function restore_wordcards_activity_structure_step::process_wordcards_seen is not documented
(#104) Function restore_wordcards_activity_structure_step::process_wordcards_association is not documented
(#117) Function restore_wordcards_activity_structure_step::process_wordcards_progress is not documented
(#36) Inline phpdocs tag {@link restore_path_element} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/wordcards/classes/constants.php
(#13) Package is not specified for class constants. It is also not specified in file-level phpdocs
(#13) Class constants is not documented
(#16) Constant constants::M_COMPONENT is not documented
(#17) Constant constants::M_MODNAME is not documented
(#18) Constant constants::M_URL is not documented
(#19) Constant constants::M_CLASS is not documented
(#20) Constant constants::M_TABLE is not documented
(#21) Constant constants::M_ATTEMPTSTABLE is not documented
(#22) Constant constants::M_PLUGINSETTINGS is not documented
(#25) Constant constants::CLOUDPOODLL is not documented
(#27) Constant constants::M_FRONTFACEFLIP_DEF is not documented
(#28) Constant constants::M_FRONTFACEFLIP_TERM is not documented
(#32) Constant constants::M_GRADEHIGHEST is not documented
(#33) Constant constants::M_GRADELATEST is not documented
(#35) Constant constants::M_GRADELOWEST is not documented
(#36) Constant constants::M_GRADEAVERAGE is not documented
(#37) Constant constants::M_GRADENONE is not documented
(#40) Constant constants::M_LANG_ENUS is not documented
(#41) Constant constants::M_LANG_ENGB is not documented
(#42) Constant constants::M_LANG_ENAU is not documented
(#43) Constant constants::M_LANG_ESUS is not documented
(#44) Constant constants::M_LANG_FRCA is not documented
(#45) Constant constants::M_LANG_FRFR is not documented
(#46) Constant constants::M_LANG_ITIT is not documented
(#47) Constant constants::M_LANG_PTBR is not documented
(#48) Constant constants::M_LANG_KOKR is not documented
(#49) Constant constants::M_LANG_DEDE is not documented
(#50) Constant constants::M_LANG_HIIN is not documented
(#51) Constant constants::M_LANG_ENIN is not documented
(#52) Constant constants::M_LANG_ESES is not documented
(#54) Constant constants::M_LANG_ARAE is not documented
(#55) Constant constants::M_LANG_ARSA is not documented
(#56) Constant constants::M_LANG_ZHCN is not documented
(#57) Constant constants::M_LANG_NLNL is not documented
(#58) Constant constants::M_LANG_ENIE is not documented
(#59) Constant constants::M_LANG_ENWL is not documented
(#60) Constant constants::M_LANG_ENAB is not documented
(#61) Constant constants::M_LANG_FAIR is not documented
(#62) Constant constants::M_LANG_DECH is not documented
(#63) Constant constants::M_LANG_HEIL is not documented
(#64) Constant constants::M_LANG_IDID is not documented
(#65) Constant constants::M_LANG_JAJP is not documented
(#66) Constant constants::M_LANG_MSMY is not documented
(#67) Constant constants::M_LANG_PTPT is not documented
(#68) Constant constants::M_LANG_RURU is not documented
(#69) Constant constants::M_LANG_TAIN is not documented
(#70) Constant constants::M_LANG_TEIN is not documented
(#71) Constant constants::M_LANG_TRTR is not documented
(#73) Constant constants::TRANSCRIBER_NONE is not documented
(#74) Constant constants::TRANSCRIBER_AUTO is not documented
(#75) Constant constants::TRANSCRIBER_POODLL is not documented
(#77) Constant constants::M_USE_DATATABLES is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/external.php
(#21) Function mod_wordcards_external::check_by_phonetic_parameters is not documented
(#30) Function mod_wordcards_external::check_by_phonetic is not documented
(#40) Function mod_wordcards_external::check_by_phonetic_returns is not documented
(#44) Function mod_wordcards_external::mark_as_seen_parameters is not documented
(#50) Function mod_wordcards_external::mark_as_seen is not documented
(#79) Function mod_wordcards_external::mark_as_seen_returns is not documented
(#83) Function mod_wordcards_external::report_successful_association_parameters is not documented
(#89) Function mod_wordcards_external::report_successful_association is not documented
(#111) Function mod_wordcards_external::report_successful_association_returns is not documented
(#115) Function mod_wordcards_external::report_failed_association_parameters is not documented
(#122) Function mod_wordcards_external::report_failed_association is not documented
(#144) Function mod_wordcards_external::report_failed_association_returns is not documented
(#148) Function mod_wordcards_external::report_step_grade_parameters is not documented
(#155) Function mod_wordcards_external::report_step_grade is not documented
(#159) Function mod_wordcards_external::report_step_grade_returns is not documented
(#163) Function mod_wordcards_external::submit_mform_parameters is not documented
(#172) Function mod_wordcards_external::submit_mform is not documented
(#323) Function mod_wordcards_external::submit_mform_returns is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/form_import.php
(#22) Function mod_wordcards_form_import::definition is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/form_term.php
(#25) Function mod_wordcards_form_term::definition is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/helper.php
(#20) Function mod_wordcards_helper::get_tabs is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/local/report/attempts.php
(#16) Package is not specified for class attempts. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#16) Class attempts is not documented
(#24) Function attempts::fetch_formatted_field is not documented
(#67) Function attempts::fetch_formatted_heading is not documented
(#77) Function attempts::process_raw_data is not documented
(#18) Variable attempts::$report is not documented
(#19) Variable attempts::$fields is not documented
(#20) Variable attempts::$headingdata is not documented
(#21) Variable attempts::$qcache is not documented
(#22) Variable attempts::$ucache is not documented
mod/wordcards/classes/local/report/basereport.php
(#2) Empty line found after PHP open tag
(#52) Function basereport::process_raw_data is not documented
(#54) Function basereport::fetch_formatted_heading is not documented
(#56) Function basereport::fetch_fields is not documented
(#60) Function basereport::fetch_head is not documented
(#68) Function basereport::fetch_name is not documented
(#72) Function basereport::fetch_all_rows_count is not documented
(#76) Function basereport::truncate is not documented
(#83) Function basereport::fetch_cache is not documented
(#94) Function basereport::fetch_formatted_time is not documented
(#104) Function basereport::fetch_time_difference is not documented
(#122) Function basereport::fetch_formatted_rows is not documented
(#149) Function basereport::fetch_formatted_field is not documented
(#46) Variable basereport::$report is not documented
(#47) Variable basereport::$head is not documented
(#48) Variable basereport::$rawdata is not documented
(#49) Variable basereport::$fields is not documented
(#50) Variable basereport::$dbcache is not documented
mod/wordcards/classes/local/report/basic.php
(#15) Package is not specified for class basic. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#15) Class basic is not documented
(#23) Function basic::fetch_formatted_field is not documented
(#48) Function basic::fetch_formatted_heading is not documented
(#58) Function basic::process_raw_data is not documented
(#17) Variable basic::$report is not documented
(#18) Variable basic::$fields is not documented
(#19) Variable basic::$headingdata is not documented
(#20) Variable basic::$qcache is not documented
(#21) Variable basic::$ucache is not documented
mod/wordcards/classes/local/report/grades.php
(#16) Package is not specified for class grades. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#16) Class grades is not documented
(#24) Function grades::fetch_formatted_field is not documented
(#98) Function grades::fetch_formatted_heading is not documented
(#106) Function grades::process_raw_data is not documented
(#18) Variable grades::$report is not documented
(#19) Variable grades::$fields is not documented
(#20) Variable grades::$headingdata is not documented
(#21) Variable grades::$qcache is not documented
(#22) Variable grades::$ucache is not documented
mod/wordcards/classes/local/report/userattempts.php
(#16) Package is not specified for class userattempts. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#16) Class userattempts is not documented
(#24) Function userattempts::fetch_formatted_field is not documented
(#87) Function userattempts::fetch_formatted_heading is not documented
(#96) Function userattempts::process_raw_data is not documented
(#18) Variable userattempts::$report is not documented
(#19) Variable userattempts::$fields is not documented
(#20) Variable userattempts::$headingdata is not documented
(#21) Variable userattempts::$qcache is not documented
(#22) Variable userattempts::$ucache is not documented
mod/wordcards/classes/module.php
(#62) Function mod_wordcards_module::__construct is not documented
(#70) Function mod_wordcards_module::course_has_term is not documented
(#82) Function mod_wordcards_module::register_module_viewed is not documented
(#94) Function mod_wordcards_module::delete is not documented
(#114) Function mod_wordcards_module::delete_term is not documented
(#119) Function mod_wordcards_module::fetch_step_termcount is not documented
(#147) Function mod_wordcards_module::get_all_states is not documented
(#151) Function mod_wordcards_module::get_allowed_states is not documented
(#168) Function mod_wordcards_module::get_finishedstepmsg is not documented
(#172) Function mod_wordcards_module::get_completedmsg is not documented
(#176) Function mod_wordcards_module::get_cm is not documented
(#180) Function mod_wordcards_module::get_mod is not documented
(#184) Function mod_wordcards_module::get_cmid is not documented
(#188) Function mod_wordcards_module::get_context is not documented
(#192) Function mod_wordcards_module::get_course is not documented
(#196) Function mod_wordcards_module::get_id is not documented
(#201) Function mod_wordcards_module::get_practicetype is not documented
(#216) Function mod_wordcards_module::get_wordpool is not documented
(#237) Function mod_wordcards_module::insert_media_urls is not documented
(#269) Function mod_wordcards_module::get_learn_terms is not documented
(#280) Function mod_wordcards_module::get_review_terms is not documented
(#367) Function mod_wordcards_module::get_attempts is not documented
(#379) Function mod_wordcards_module::get_latest_attempt is not documented
(#389) Function mod_wordcards_module::can_attempt is not documented
(#413) Function mod_wordcards_module::get_state is not documented
(#429) Function mod_wordcards_module::get_terms is not documented
(#442) Function mod_wordcards_module::get_terms_seen is not documented
(#456) Function mod_wordcards_module::has_completed_state is not documented
(#496) Function mod_wordcards_module::has_seen_all_terms is not documented
(#516) Function mod_wordcards_module::has_terms is not documented
(#521) Function mod_wordcards_module::has_user_completed_activity is not documented
(#526) Function mod_wordcards_module::is_completion_enabled is not documented
(#530) Function mod_wordcards_module::record_failed_association is not documented
(#569) Function mod_wordcards_module::record_successful_association is not documented
(#588) Function mod_wordcards_module::resume_progress is not documented
(#618) Function mod_wordcards_module::remove_attempt is not documented
(#630) Function mod_wordcards_module::create_reattempt is not documented
(#649) Function mod_wordcards_module::set_state is not documented
(#705) Function mod_wordcards_module::get_by_cmid is not documented
(#710) Function mod_wordcards_module::get_by_modid is not documented
(#716) Function mod_wordcards_module::can_manage is not documented
(#719) Function mod_wordcards_module::require_manage is not documented
(#722) Function mod_wordcards_module::can_viewreports is not documented
(#725) Function mod_wordcards_module::require_viewreports is not documented
(#728) Function mod_wordcards_module::can_view is not documented
(#732) Function mod_wordcards_module::require_view is not documented
(#736) Function mod_wordcards_module::require_view_in_context is not documented
(#740) Function mod_wordcards_module::get_next_step is not documented
(#807) Function mod_wordcards_module::are_there_words_to_review is not documented
(#838) Function mod_wordcards_module::set_region_passagehash is not documented
(#47) Variable mod_wordcards_module::$states is not documented
(#57) Variable mod_wordcards_module::$course is not documented
(#58) Variable mod_wordcards_module::$cm is not documented
(#59) Variable mod_wordcards_module::$context is not documented
(#60) Variable mod_wordcards_module::$mod is not documented
(#22) Constant mod_wordcards_module::STATE_TERMS is not documented
(#23) Constant mod_wordcards_module::STATE_STEP1 is not documented
(#24) Constant mod_wordcards_module::STATE_STEP2 is not documented
(#25) Constant mod_wordcards_module::STATE_STEP3 is not documented
(#26) Constant mod_wordcards_module::STATE_STEP4 is not documented
(#27) Constant mod_wordcards_module::STATE_STEP5 is not documented
(#28) Constant mod_wordcards_module::STATE_END is not documented
(#30) Constant mod_wordcards_module::WORDPOOL_LEARN is not documented
(#31) Constant mod_wordcards_module::WORDPOOL_REVIEW is not documented
(#33) Constant mod_wordcards_module::PRACTICETYPE_SCATTER is not documented
(#34) Constant mod_wordcards_module::PRACTICETYPE_SCATTER_REV is not documented
(#35) Constant mod_wordcards_module::PRACTICETYPE_NONE is not documented
(#36) Constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT is not documented
(#37) Constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE is not documented
(#38) Constant mod_wordcards_module::PRACTICETYPE_DICTATION is not documented
(#39) Constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS is not documented
(#40) Constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE is not documented
(#41) Constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT_REV is not documented
(#42) Constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE_REV is not documented
(#43) Constant mod_wordcards_module::PRACTICETYPE_DICTATION_REV is not documented
(#44) Constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS_REV is not documented
(#45) Constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE_REV is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/output/renderer.php
(#21) Class renderer is not documented
(#23) Function renderer::definitions_page is not documented
(#134) Function renderer::cancel_attempt_button is not documented
(#149) Function renderer::make_json_string is not documented
(#176) Function renderer::a4e_page is not documented
(#239) Function renderer::finish_page is not documented
(#258) Function renderer::push_recorder is not documented
(#265) Function renderer::speechcards_page is not documented
(#382) Function renderer::scatter_page is not documented
(#420) Function renderer::navigation is not documented
(#454) Phpdocs for function renderer::show_problembox has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/output/report_renderer.php
(#13) Package is not specified for class report_renderer. It is also not specified in file-level phpdocs
(#13) Class report_renderer is not documented
(#15) Function report_renderer::render_reportmenu is not documented
(#61) Function report_renderer::render_delete_allattempts is not documented
(#69) Function report_renderer::render_reporttitle_html is not documented
(#75) Function report_renderer::render_empty_section_html is not documented
(#80) Function report_renderer::render_exportbuttons_html is not documented
(#93) Function report_renderer::render_grading_exportbuttons_html is not documented
(#106) Function report_renderer::render_section_csv is not documented
(#136) Function report_renderer::render_section_html is not documented
(#188) Function report_renderer::show_reports_footer is not documented
(#197) Function report_renderer::show_perpage_selector is not documented
(#220) Function report_renderer::show_export_buttons is not documented
(#2) No one-line description found in phpdocs for file
(#45) There is no description in phpdocs for function show_pushalltogradebook
(#45) Phpdocs for function report_renderer::show_pushalltogradebook has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/setupform.php
(#40) Package is not specified for class setupform. It is also not specified in file-level phpdocs
(#2) Empty line found after PHP open tag
(#101) Function setupform::add_media_upload is not documented
(#115) Function setupform::add_media_prompt_upload is not documented
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
(#123) Phpdocs for function setupform::add_editorarearesponse has incomplete parameters list
(#45) Not recommended phpdocs tag @abstract used
mod/wordcards/classes/table_terms.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/classes/utils.php
(#42) Function utils::can_transcribe is not documented
(#63) Function utils::convert_to_phonetic is not documented
(#92) Function utils::update_stepgrade is not documented
(#138) Function utils::recalculate_final_grades is not documented
(#148) Function utils::update_finalgrade is not documented
(#234) Function utils::curl_fetch is not documented
(#248) Function utils::fetch_token_for_display is not documented
(#308) Function utils::fetch_token is not documented
(#385) Function utils::is_site_registered is not documented
(#445) Function utils::fetch_token_error is not documented
(#486) Function utils::get_region_options is not documented
(#503) Function utils::translate_region is not documented
(#520) Function utils::get_timelimit_options is not documented
(#534) Function utils::get_expiredays_options is not documented
(#548) Function utils::fetch_options_transcribers is not documented
(#554) Function utils::fetch_filemanager_opts is not documented
(#563) Function utils::is_json is not documented
(#575) Function utils::fetch_polly_url is not documented
(#611) Function utils::fetch_auto_voice is not documented
(#617) Function utils::get_tts_voices is not documented
(#688) Function utils::fetch_activity_tablabel is not documented
(#707) Function utils::is_review_activity is not documented
(#724) Function utils::fetch_activity_tabicon is not documented
(#751) Function utils::get_practicetype_options is not documented
(#778) Function utils::fetch_options_fontfaceflip is not documented
(#784) Function utils::get_lang_options is not documented
(#824) Function utils::needs_lang_model is not documented
(#843) Function utils::fetch_passagehash is not documented
(#857) Function utils::fetch_lang_model is not documented
(#894) Function utils::fetch_activity_text is not documented
(#961) Function utils::isUnicodemb4 is not documented
(#981) Function utils::add_mform_elements is not documented
(#1088) Function utils::prepare_file_and_json_stuff is not documented
(#1097) Function utils::get_grade_options is not documented
(#172) Found comment starting with three or more slashes
mod/wordcards/db/access.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/db/services.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/db/upgrade.php
(#42) Package is not specified for function xmldb_wordcards_upgrade. It is also not specified in file-level phpdocs
(#) File-level phpdocs block is not found
(#42) Function xmldb_wordcards_upgrade is not documented
mod/wordcards/fetchcbpage.php
(#2) Empty line found after PHP open tag
mod/wordcards/finish.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/import.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/index.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/lang/en/wordcards.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/lang/ja/wordcards.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/lib.php
(#220) Package mod_tquiz is not valid
(#44) Function wordcards_add_instance is not documented
(#67) Function wordcards_update_instance is not documented
(#103) Function wordcards_delete_instance is not documented
(#493) Function wordcards_output_fragment_mform is not documented
(#269) Found comment starting with three or more slashes
(#271) Found comment starting with three or more slashes
(#298) Found comment starting with three or more slashes
(#300) Found comment starting with three or more slashes
(#137) Phpdocs for function wordcards_reset_course_form_definition has incomplete parameters list
(#144) Phpdocs for function wordcards_reset_course_form_defaults has incomplete parameters list
(#200) Phpdocs for function wordcards_reset_gradebook has incomplete parameters list
(#278) Phpdocs for function wordcards_extend_navigation has incomplete parameters list
(#411) Phpdocs for function wordcards_get_user_grades has incomplete parameters list
(#460) Phpdocs for function wordcards_scale_used has incomplete parameters list
(#479) Phpdocs for function wordcards_scale_used_anywhere has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#156) Not recommended phpdocs tag @global used
(#156) Not recommended phpdocs tag @global used
(#198) Not recommended phpdocs tag @global used
(#198) Not recommended phpdocs tag @global used
(#409) Not recommended phpdocs tag @global used
(#409) Not recommended phpdocs tag @global used
(#466) Not recommended phpdocs tag @example used
(#485) Not recommended phpdocs tag @example used
(#292) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#293) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/wordcards/manageattempts.php
(#2) Empty line found after PHP open tag
(#73) Found comment starting with three or more slashes
(#93) Found comment starting with three or more slashes
mod/wordcards/managewords.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/mod_form.php
(#23) Function mod_wordcards_mod_form::__construct is not documented
(#52) Function mod_wordcards_mod_form::definition is not documented
(#79) Function mod_wordcards_mod_form::add_completion_rules is not documented
(#85) Function mod_wordcards_mod_form::completion_rule_enabled is not documented
(#89) Function mod_wordcards_mod_form::get_data is not documented
(#99) Function mod_wordcards_mod_form::data_preprocessing is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/refreshtoken.php
(#2) Empty line found after PHP open tag
mod/wordcards/reports.php
(#2) Empty line found after PHP open tag
(#97) Found comment starting with three or more slashes
mod/wordcards/settings.php
(#21) Package mod is not valid
(#2) Empty line found after PHP open tag
mod/wordcards/setup.php
(#2) Empty line found after PHP open tag
mod/wordcards/version.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
mod/wordcards/view.php
(#2) File-level phpdocs block does not have @copyright tag

Update savepoints problems

(1 errors, 1 warnings)

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

mod/wordcards/db/upgrade.php
Detected fewer 'if' blocks (9) than 'savepoint' calls (17). Repeated savepoints?
version 2020111000 has wrong savepoint call with version 2020111001

Third party library modification problems

(0 errors, 0 warnings)

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


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 2 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [More info]

mod/wordcards/db/upgrade.php
Database modifications (new tables or columns) detected in the patch without any change to some important areas.
No changes detected to external functions, that may affect apps and other web service integrations, please verify!

grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
ENOENT: no such file or directory, stat 'mod/wordcards/amd/src/glide.js' Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 55 warnings)

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

mod/wordcards/templates/cancel_attempt_button.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/definitions_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 7: The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment. (one;"> <!--start ---> <)
(#1) HTML Validation info, line 20: The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment. (iv> <!--end ---> <)
mod/wordcards/templates/dictation_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 36: Duplicate ID “wordcards_loading”. (ts-inner'><div id="wordcards_loading" class="wordcards_loading"> <)
(#1) HTML Validation info, line 6: The first occurrence of ID “wordcards_loading” was here. (st-inner"><div id="wordcards_loading" class="wordcards_loading"> <)
mod/wordcards/templates/feedback.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 5: Element “hr” not allowed as child of element “h2” in this context. (Suppressing further errors from this subtree.) (rds]] <hr/> <)
mod/wordcards/templates/feedback_details.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/fetchcbpage.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( ), Line: 2 Column: 27
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( ), Line: 3 Column: 13
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( ), Line: 3 Column: 13
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( ), Line: 4 Column: 83
(#1) ESLint error [no-undef]: 'Chargebee' is not defined. ( ), Line: 5 Column: 37
(#1) ESLint error [semi]: Missing semicolon. ( ), Line: 6 Column: 51
(#1) ESLint error [semi]: Missing semicolon. ( ), Line: 8 Column: 46
(#1) ESLint error [semi]: Missing semicolon. ( ), Line: 9 Column: 94
(#1) ESLint warning [camelcase]: Identifier 'billing_address' is not in camel case. ( ), Line: 11 Column: 48
(#1) ESLint warning [camelcase]: Identifier 'first_name' is not in camel case. ( ), Line: 11 Column: 66
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( ), Line: 11 Column: 80
(#1) ESLint warning [camelcase]: Identifier 'last_name' is not in camel case. ( ), Line: 11 Column: 81
(#1) ESLint warning [camelcase]: Identifier 'cf_startsiteurl' is not in camel case. ( ), Line: 14 Column: 44
(#1) ESLint error [no-trailing-spaces]: Trailing spaces not allowed. ( ), Line: 21 Column: 1
mod/wordcards/templates/finish_page.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/keyboard.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/listenchoose_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 36: Duplicate ID “wordcards_loading”. (ner'> <div id="wordcards_loading" class="wordcards_loading"> )
(#1) HTML Validation info, line 6: The first occurrence of ID “wordcards_loading” was here. (st-inner"><div id="wordcards_loading" class="wordcards_loading"> <)
mod/wordcards/templates/loading.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/managecreds.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( ), Line: 2 Column: 27
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( ), Line: 3 Column: 13
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( ), Line: 3 Column: 13
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( ), Line: 8 Column: 30
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( ), Line: 9 Column: 32
(#1) ESLint error [no-trailing-spaces]: Trailing spaces not allowed. ( ), Line: 12 Column: 1
mod/wordcards/templates/matchselect_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 31: Duplicate ID “wordcards_loading”. (ner'> <div id="wordcards_loading" class="wordcards_loading"> )
(#1) HTML Validation info, line 6: The first occurrence of ID “wordcards_loading” was here. (st-inner"><div id="wordcards_loading" class="wordcards_loading"> <)
mod/wordcards/templates/matchtype_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 31: Duplicate ID “wordcards_loading”. (ts-inner'><div id="wordcards_loading" class="wordcards_loading"> <)
(#1) HTML Validation info, line 6: The first occurrence of ID “wordcards_loading” was here. (st-inner"><div id="wordcards_loading" class="wordcards_loading"> <)
mod/wordcards/templates/progress_dots.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/scatter_page.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/speechcards_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 31: CSS: “height”: Too many values or values are not recognized. (/div> <div id="ttrec_container_" class="mod_wordcards_ttrec_waveButtonContainer" style="display: none; height: px; margin-bottom:10px"> )
(#1) HTML Validation error, line 52: Duplicate ID “wordcards_loading”. (ts-inner'><div id="wordcards_loading" class="wordcards_loading"> <)
(#1) HTML Validation info, line 6: The first occurrence of ID “wordcards_loading” was here. (st-inner"><div id="wordcards_loading" class="wordcards_loading"> <)
mod/wordcards/templates/student_navigation.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/ttrecorder.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: CSS: “height”: Too many values or values are not recognized. (ad><body><div id="ttrec_container_" class="mod_wordcards_ttrec_waveButtonContainer" style="display: none; height: px; margin-bottom:10px"> )
mod/wordcards/templates/vocablist.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/vocablist_header.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]