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

(4661 errors, 1223 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/>.".
(#11) Import statements must not begin with a leading backslash
(#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"
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#36) Expected "} else {\n"; found "}else{\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 "// if its a first attempt mark all terms as seen" but found "//if its a first attempt mark all terms as seen"
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// fetch current step" but found "//fetch current step"
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) No space found before comment text; expected "// is teacher?" but found "//is teacher?"
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) No space found before comment text; expected "// cancel attempt?" but found "//cancel attempt?"
(#49) Line exceeds 132 characters; contains 133 characters
(#49) 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"
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) 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"
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#53) Expected 1 space before "!=="; 0 found
(#53) Expected 1 space after "!=="; 0 found
(#55) Line exceeds 132 characters; contains 136 characters
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) No space found before comment text; expected "// if there is no attempt, then when view calls "resume_progress" it will create a new attempt because all the terms are seen" but found "//if there is no attempt, then when view calls "resume_progress" it will create a new attempt because all the terms are seen"
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) No space found before comment text; expected "// so in that case we mark them as unseen" but found "//so in that case we mark them as unseen"
(#57) Line indented incorrectly; expected 8 spaces, found 12
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#59) Line indented incorrectly; expected 8 spaces, found 12
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) 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"
(#67) 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)"
(#68) 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"
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) 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"
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) 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"
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#73) Expected "} else {\n"; found "}else{\n"
(#74) Expected "if (...) {\n"; found "if(...){\n"
(#77) Expected "} else {\n"; found "}else{\n"
(#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 "// redirect to finished if this state end" but found "//redirect to finished if this state end"
(#83) Expected "if (...) {\n"; found "if(...) {\n"
(#83) Expected 1 space before "=="; 0 found
(#83) Expected 1 space after "=="; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) No space found before comment text; expected "// do we need this anymore?" but found "//do we need this anymore?"
(#89) Expected "if (...) {\n"; found "if(...) {\n"
(#89) Expected 1 space before "=="; 0 found
(#89) Expected 1 space after "=="; 0 found
(#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 "// get our practicetype an wordpool" but found "//get our practicetype an wordpool"
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) 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,"
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) 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"
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#99) Expected 1 space before "=="; 0 found
(#99) Expected 1 space after "=="; 0 found
(#100) Line exceeds 132 characters; contains 133 characters
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) This comment is 59% valid code; is this commented out code?
(#100) 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;"
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// depending on wordpool set page title" but found "//depending on wordpool set page title"
(#108) Expected "if (...) {\n"; found "if(...) {\n"
(#108) Expected 1 space before "=="; 0 found
(#108) Expected 1 space after "=="; 0 found
(#110) Expected "} else {\n"; found "}else{\n"
(#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 "// 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"
(#116) Expected "if (...) {\n"; found "if(...) {\n"
(#126) Expected "if (...) {\n"; found "if(...){\n"
(#128) Expected "} else {\n"; found "}else{\n"
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) No space found before comment text; expected "// this library is licensed with the hippocratic license (https://github.com/EthicalSource/hippocratic-license/)" but found "//this library is licensed with the hippocratic license (https://github.com/EthicalSource/hippocratic-license/)"
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) No space found before comment text; expected "// which is high minded but not GPL3 compat. so cant be distributed with plugin. Hence we load it from CDN" but found "//which is high minded but not GPL3 compat. so cant be distributed with plugin. Hence we load it from CDN"
(#138) Expected "if (...) {\n"; found "if(...) {\n"
(#138) Expected 1 space before "=="; 0 found
(#138) Expected 1 space after "=="; 0 found
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) 4 slashes comments are not allowed; use "// Comment." instead
(#145) No space found before comment text; expected "// this library is licensed with the hippocratic license (https://github.com/EthicalSource/hippocratic-license/)" but found "////this library is licensed with the hippocratic license (https://github.com/EthicalSource/hippocratic-license/)"
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) No space found before comment text; expected "// which is high minded but not GPL3 compat. so cant be distributed with plugin. Hence we load it from CDN" but found "//which is high minded but not GPL3 compat. so cant be distributed with plugin. Hence we load it from CDN"
(#147) Expected "if (...) {\n"; found "if(...) {\n"
(#147) Expected 1 space before "=="; 0 found
(#147) Expected 1 space after "=="; 0 found
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) No space found before comment text; expected "// get wordpool" but found "//get wordpool"
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// no longer using this" but found "//no longer using this"
(#213) Commas (,) must be followed by white space.
(#220) 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) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Line exceeds 132 characters; contains 146 characters
(#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.
(#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.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) There should be a comma after the last array item in a multi-line array.
(#53) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) There should be a comma after the last array item in a multi-line array.
(#54) Line exceeds 132 characters; contains 177 characters
(#57) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#58) There should be a comma after the last array item in a multi-line array.
(#61) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#62) There should be a comma after the last array item in a multi-line array.
(#65) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) There should be a comma after the last array item in a multi-line array.
(#82) Short array syntax must be used to define arrays
(#88) Short array syntax must be used to define arrays
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Short array syntax must be used to define arrays
(#94) Short array syntax must be used to define arrays
(#100) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#105) There should be a comma after the last array item in a multi-line array.
(#108) Short array syntax must be used to define arrays
(#118) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/backup/moodle2/restore_wordcards_activity_task.class.php
(#54) The static declaration must come after the visibility declaration
(#55) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#63) The static declaration must come after the visibility declaration
(#64) Short array syntax must be used to define arrays
(#75) The static declaration must come after the visibility declaration
(#76) Short array syntax must be used to define arrays
(#92) The static declaration must come after the visibility declaration
(#93) Short array syntax must be used to define arrays
mod/wordcards/backup/moodle2/restore_wordcards_stepslib.php
(#39) Short array syntax must be used to define arrays
(#88) Commas (,) must be followed by white space.
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line exceeds 132 characters; contains 143 characters
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Whitespace found at end of line
(#156) 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 before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#23) Line indented incorrectly; expected at least 4 spaces, found 0
(#23) Expected 1 space after "="; 0 found
(#24) Line indented incorrectly; expected at least 4 spaces, found 0
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) This comment is 50% valid code; is this commented out code?
(#26) Line indented incorrectly; expected at least 4 spaces, found 0
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#27) Line indented incorrectly; expected at least 4 spaces, found 0
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#30) Line indented incorrectly; expected at least 4 spaces, found 0
(#32) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Expected 1 space after "="; 0 found
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) No space found before comment text; expected "// grading options" but found "//grading options"
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Expected 1 space before "="; 0 found
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Expected 1 space before "="; 0 found
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Expected 1 space before "="; 0 found
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Expected 1 space before "="; 0 found
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Expected 1 space before "="; 0 found
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) No space found before comment text; expected "// languages" but found "//languages"
(#52) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#57) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#60) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Expected 1 space after "="; 0 found
(#72) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Expected 1 space after "="; 0 found
(#73) Line indented incorrectly; expected at least 4 spaces, found 0
(#73) Expected 1 space after "="; 0 found
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Expected 1 space after "="; 0 found
(#75) Line indented incorrectly; expected at least 4 spaces, found 0
(#75) Expected 1 space after "="; 0 found
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Expected 1 space after "="; 0 found
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Expected 1 space after "="; 0 found
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Expected 1 space after "="; 0 found
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Expected 1 space after "="; 0 found
(#80) Line indented incorrectly; expected at least 4 spaces, found 0
(#80) Expected 1 space after "="; 0 found
(#81) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Expected 1 space after "="; 0 found
(#82) Line indented incorrectly; expected at least 4 spaces, found 0
(#82) Expected 1 space after "="; 0 found
(#83) Line indented incorrectly; expected at least 4 spaces, found 0
(#83) Expected 1 space after "="; 0 found
(#84) Line indented incorrectly; expected at least 4 spaces, found 0
(#84) Expected 1 space after "="; 0 found
(#85) Line indented incorrectly; expected at least 4 spaces, found 0
(#85) Expected 1 space after "="; 0 found
(#86) Line indented incorrectly; expected at least 4 spaces, found 0
(#86) Expected 1 space after "="; 0 found
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) Expected 1 space after "="; 0 found
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) Expected 1 space after "="; 0 found
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Expected 1 space after "="; 0 found
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Expected 1 space after "="; 0 found
(#91) Line indented incorrectly; expected at least 4 spaces, found 0
(#91) Expected 1 space after "="; 0 found
(#92) Line indented incorrectly; expected at least 4 spaces, found 0
(#92) Expected 1 space after "="; 0 found
(#93) Line indented incorrectly; expected at least 4 spaces, found 0
(#93) Expected 1 space after "="; 0 found
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) Expected 1 space after "="; 0 found
(#95) Line indented incorrectly; expected at least 4 spaces, found 0
(#95) Expected 1 space after "="; 0 found
(#96) Line indented incorrectly; expected at least 4 spaces, found 0
(#96) Expected 1 space after "="; 0 found
(#97) Line indented incorrectly; expected at least 4 spaces, found 0
(#97) Expected 1 space after "="; 0 found
(#98) Line indented incorrectly; expected at least 4 spaces, found 0
(#98) Expected 1 space after "="; 0 found
(#99) Line indented incorrectly; expected at least 4 spaces, found 0
(#99) Expected 1 space after "="; 0 found
(#100) Line indented incorrectly; expected at least 4 spaces, found 0
(#100) Expected 1 space after "="; 0 found
(#101) Line indented incorrectly; expected at least 4 spaces, found 0
(#102) Line indented incorrectly; expected at least 4 spaces, found 0
(#103) Line indented incorrectly; expected at least 4 spaces, found 0
(#104) Line indented incorrectly; expected at least 4 spaces, found 0
(#105) Line indented incorrectly; expected at least 4 spaces, found 0
(#106) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Line indented incorrectly; expected at least 4 spaces, found 0
(#109) Line indented incorrectly; expected at least 4 spaces, found 0
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#111) Line indented incorrectly; expected at least 4 spaces, found 0
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#114) Line indented incorrectly; expected at least 4 spaces, found 0
(#115) Line indented incorrectly; expected at least 4 spaces, found 0
(#116) Line indented incorrectly; expected at least 4 spaces, found 0
(#118) Line indented incorrectly; expected at least 4 spaces, found 0
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#119) Line indented incorrectly; expected at least 4 spaces, found 0
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#121) Line indented incorrectly; expected at least 4 spaces, found 0
(#121) Expected 1 space before "="; 0 found
(#121) Expected 1 space after "="; 0 found
(#122) Line indented incorrectly; expected at least 4 spaces, found 0
(#122) Short array syntax must be used to define arrays
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#123) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) There should be a comma after the last array item in a multi-line array.
(#126) Short array syntax must be used to define arrays
(#175) There should be a comma after the last array item in a multi-line array.
(#176) File must end with a newline character
mod/wordcards/classes/dates.php
(#46) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#47) Whitespace found at end of line
(#51) Whitespace found at end of line
(#51) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#57) Whitespace found at end of line
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/classes/event/attempt_submitted.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#57) Commas (,) must be followed by white space.
(#60) Short array syntax must be used to define arrays
(#63) There should be a comma after the last array item in a multi-line array.
(#67) Expected 1 space after "="; 2 found
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) This comment is 86% valid code; is this commented out code?
(#68) No space found before comment text; expected "// $event->set_attempt($attempt);" but found "//$event->set_attempt($attempt);"
(#110) Short array syntax must be used to define arrays
(#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
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#119) Possible useless method overriding detected
(#125) Short array syntax must be used to define arrays
mod/wordcards/classes/event/course_module_viewed.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Import statements must not begin with a leading backslash
(#49) Short array syntax must be used to define arrays
mod/wordcards/classes/event/step_submitted.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#60) Short array syntax must be used to define arrays
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) There should be a comma after the last array item in a multi-line array.
(#68) Expected 1 space after "="; 2 found
(#88) Line exceeds 132 characters; contains 149 characters
(#109) Short array syntax must be used to define arrays
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#127) Short array syntax must be used to define arrays
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/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Expected 1 space before opening brace; found 0
(#28) Short array syntax must be used to define arrays
(#30) There should be a comma after the last array item in a multi-line array.
(#35) Expected 1 space before opening brace; found 0
(#37) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#39) Variable "similar_percent" must not contain underscores.
(#40) Variable "similar_chars" must not contain underscores.
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Variable "similar_percent" must not contain underscores.
(#41) Variable "similar_percent" must not contain underscores.
(#41) Commas (,) must be followed by white space.
(#45) Expected 1 space before opening brace; found 0
(#46) Commas (,) must be followed by white space.
(#51) There should be a comma after the last array item in a multi-line array.
(#59) The use of function extract() is forbidden
(#93) Commas (,) must be followed by white space.
(#93) There should be a comma after the last array item in a multi-line array.
(#101) The use of function extract() is forbidden
(#129) Commas (,) must be followed by white space.
(#129) There should be a comma after the last array item in a multi-line array.
(#137) The use of function extract() is forbidden
(#167) Commas (,) must be followed by white space.
(#167) Expected 1 space before opening brace; found 0
(#168) Expected 1 space before "="; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Commas (,) must be followed by white space.
(#186) Commas (,) must be followed by white space.
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before opening brace; found 0
(#187) Expected 1 space before "="; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Commas (,) must be followed by white space.
(#187) Commas (,) must be followed by white space.
(#187) Commas (,) must be followed by white space.
(#188) Expected "if (...) {\n"; found "if(...){\n"
(#190) Expected "} else {\n"; found "}else{\n"
(#201) Short array syntax must be used to define arrays
(#203) Line exceeds 132 characters; contains 135 characters
(#203) There should be a comma after the last array item in a multi-line array.
(#208) Commas (,) must be followed by white space.
(#210) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) No space found before comment text; expected "// Init return object" but found "//Init return object"
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#226) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#231) Short array syntax must be used to define arrays
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#235) Expected 1 space before "="; 0 found
(#236) Expected 1 space before "="; 0 found
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Short array syntax must be used to define arrays
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#241) Short array syntax must be used to define arrays
(#242) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) 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"
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#248) Expected 1 space before "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) No space found before comment text; expected "// get the mform for our term" but found "//get the mform for our term"
(#252) Commas (,) must be followed by white space.
(#252) Expected 1 space before "=>"; 0 found
(#252) Expected 1 space after "=>"; 0 found
(#253) Commas (,) must be followed by white space.
(#253) Commas (,) must be followed by white space.
(#253) Commas (,) must be followed by white space.
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) This comment is 67% valid code; is this commented out code?
(#255) Line indented incorrectly; expected at least 8 spaces, found 7
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) 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"
(#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 "// if this new add and collect data->id" but found "//if this new add and collect data->id"
(#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) Line indented incorrectly; expected at least 16 spaces, found 12
(#269) No space found before comment text; expected "// else set id to termid" but found "//else set id to termid"
(#270) Expected "} else {\n"; found "}else{\n"
(#274) Expected "if (...) {\n"; found "if(...){\n"
(#275) Expected 1 space before "="; 0 found
(#275) Expected 1 space after "="; 0 found
(#277) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) No space found before comment text; expected "// audio data" but found "//audio data"
(#280) Expected "if (...) {\n"; found "if(...){\n"
(#281) Line exceeds 132 characters; contains 134 characters
(#285) Line exceeds 132 characters; contains 134 characters
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) 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"
(#287) Commas (,) must be followed by white space.
(#287) Commas (,) must be followed by white space.
(#287) Commas (,) must be followed by white space.
(#288) Expected "if (...) {\n"; found "if(...){\n"
(#288) Expected 1 space before "=="; 0 found
(#288) Expected 1 space after "=="; 0 found
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#290) Usage of ELSEIF not allowed; use ELSE IF instead
(#290) Expected 1 space before "=="; 0 found
(#290) Expected 1 space after "=="; 0 found
(#293) Expected 1 space before "="; 0 found
(#293) Expected 1 space after "="; 0 found
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) No space found before comment text; expected "// model sentence audio data" but found "//model sentence audio data"
(#300) Expected "if (...) {\n"; found "if(...){\n"
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) This comment is 63% valid code; is this commented out code?
(#301) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#302) Line exceeds 132 characters; contains 164 characters
(#305) Line exceeds 132 characters; contains 134 characters
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) 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"
(#307) Commas (,) must be followed by white space.
(#307) Commas (,) must be followed by white space.
(#307) Commas (,) must be followed by white space.
(#309) Expected "if (...) {\n"; found "if(...){\n"
(#309) Expected 1 space before "=="; 0 found
(#309) Expected 1 space after "=="; 0 found
(#310) Expected 1 space before "="; 0 found
(#310) Expected 1 space after "="; 0 found
(#311) Usage of ELSEIF not allowed; use ELSE IF instead
(#311) Expected 1 space before "=="; 0 found
(#311) Expected 1 space after "=="; 0 found
(#314) Expected 1 space before "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#320) Expected "if (...) {\n"; found "if(...){\n"
(#321) Line exceeds 132 characters; contains 134 characters
(#325) Line exceeds 132 characters; contains 135 characters
(#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 "// 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 ''"
(#327) Commas (,) must be followed by white space.
(#327) Commas (,) must be followed by white space.
(#327) Commas (,) must be followed by white space.
(#328) Expected "if (...) {\n"; found "if(...){\n"
(#328) Expected 1 space before "=="; 0 found
(#328) Expected 1 space after "=="; 0 found
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#330) Usage of ELSEIF not allowed; use ELSE IF instead
(#330) Expected 1 space before "=="; 0 found
(#330) Expected 1 space after "=="; 0 found
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#337) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) 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"
(#341) Expected "if (...) {\n"; found "if(...) {\n"
(#342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#342) Inline comments must end in full-stops, exclamation marks, or question marks
(#342) No space found before comment text; expected "// also update our passagehash update flag" but found "//also update our passagehash update flag"
(#343) Short array syntax must be used to define arrays
(#344) Expected 1 space before "="; 0 found
(#344) Expected 1 space after "="; 0 found
(#348) Expected "if (...) {\n"; found "if(...){\n"
(#348) Empty IF statement detected
(#348) Expected 1 space before "=="; 0 found
(#348) Expected 1 space after "=="; 0 found
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) This comment is 60% valid code; is this commented out code?
(#349) No space found before comment text; expected "// $ret->message = $ret->message;" but found "//$ret->message = $ret->message;"
(#350) Expected "} else {\n"; found "}else{\n"
(#351) Expected 1 space before "="; 0 found
(#351) Expected 1 space after "="; 0 found
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) This comment is 59% valid code; is this commented out code?
(#361) 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');"
(#364) Expected 1 space before opening brace; found 0
(#366) Short array syntax must be used to define arrays
(#369) There should be a comma after the last array item in a multi-line array.
(#374) Expected 1 space before opening brace; found 0
(#376) Commas (,) must be followed by white space.
(#376) Commas (,) must be followed by white space.
(#377) Expected "if (...) {\n"; found "if(...){\n"
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#379) Expected 1 space before "="; 0 found
(#379) Expected 1 space after "="; 0 found
(#380) Expected "} else {\n"; found "}else{\n"
(#381) Expected 1 space before "="; 0 found
(#381) Expected 1 space after "="; 0 found
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#384) Line indented incorrectly; expected at least 8 spaces, found 7
(#387) Expected 1 space before opening brace; found 0
(#389) Short array syntax must be used to define arrays
(#391) Line exceeds 132 characters; contains 146 characters
(#391) There should be a comma after the last array item in a multi-line array.
(#397) Expected 1 space before opening brace; found 0
(#399) Short array syntax must be used to define arrays
(#401) There should be a comma after the last array item in a multi-line array.
(#414) Expected 1 space before opening brace; found 0
(#437) There should be a comma after the last array item in a multi-line array.
(#441) Expected 1 space before opening brace; found 0
(#443) Short array syntax must be used to define arrays
(#445) There should be a comma after the last array item in a multi-line array.
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) Short array syntax must be used to define arrays
(#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.
(#28) There should be a comma after the last array item in a multi-line array.
(#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) Short array syntax must be used to define arrays
(#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/>.".
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#29) Short array syntax must be used to define arrays
(#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/>.".
(#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 "// show different tabs for free and steps mode (free = admin only) (steps = practice steps + admin)" but found "//show different tabs for free and steps mode (free = admin only) (steps = practice steps + admin)"
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space before "=="; 0 found
(#33) Expected 1 space after "=="; 0 found
(#34) Expected "if (...) {\n"; found "if(...) {\n"
(#41) Expected "} else {\n"; found "}else{\n"
(#49) There should be a comma after the last array item in a multi-line array.
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) No space found before comment text; expected "// in free mode dont show practice steps" but found "//in free mode dont show practice steps"
(#54) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#98) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) No space found before comment text; expected "// if we have a language that is in the dictionary, we show the word wizard" but found "//if we have a language that is in the dictionary, we show the word wizard"
(#121) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Expected 1 space before "!=="; 0 found
(#121) Expected 1 space after "!=="; 0 found
(#127) Functions must not contain multiple empty lines in a row; found 2 empty lines
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
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#19) Short array syntax must be used to define arrays
(#19) Commas (,) must be followed by white space.
(#21) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#48) There should be a comma after the last array item in a multi-line array.
(#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"
(#82) Short array syntax must be used to define arrays
(#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"
(#85) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#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"
(#106) Short array syntax must be used to define arrays
(#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.
(#30) Import statements must not begin with a leading backslash
(#47) Short array syntax must be used to define arrays
(#49) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#52) Visibility must be declared on method "process_raw_data"
(#54) Visibility must be declared on method "fetch_formatted_heading"
(#61) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#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."
(#125) Short array syntax must be used to define arrays
(#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
(#13) Import statements must not begin with a leading backslash
(#18) Short array syntax must be used to define arrays
(#20) Short array syntax must be used to define arrays
(#21) Short array syntax must be used to define arrays
(#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"
(#64) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#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
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#19) Short array syntax must be used to define arrays
(#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
(#21) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#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
(#78) Short array syntax must be used to define arrays
(#79) There should be a comma after the last array item in a multi-line array.
(#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"
(#112) Short array syntax must be used to define arrays
(#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"
(#115) Short array syntax must be used to define arrays
(#116) Short array syntax must be used to define arrays
(#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"
(#148) Short array syntax must be used to define arrays
(#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/learned.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#19) Short array syntax must be used to define arrays
(#21) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#33) Short array syntax must be used to define arrays
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#34) Space found before semicolon; expected ""</a>";" but found ""</a>" ;"
(#35) Expected "} else {\n"; found "}else{\n"
(#36) Expected 1 space after "="; 2 found
(#47) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// heading data" but found "//heading data"
(#75) Short array syntax must be used to define arrays
(#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 "// groupsmode" but found "//groupsmode"
(#78) Short array syntax must be used to define arrays
(#79) Short array syntax must be used to define arrays
(#82) Commas (,) must be followed by white space.
(#86) Short array syntax must be used to define arrays
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// if need to partition to groups, SQL for groups" but found "//if need to partition to groups, SQL for groups"
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#93) Expected 1 space before "="; 0 found
(#93) Line exceeds 132 characters; contains 165 characters
(#93) Whitespace found at end of line within string
(#103) Commas (,) must be followed by white space.
(#105) Expected "} else {\n"; found "}else{\n"
(#107) Expected 1 space before "="; 0 found
(#107) Line exceeds 132 characters; contains 167 characters
(#107) Whitespace found at end of line within string
(#114) Expected 1 space after "="; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#133) 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
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#19) Short array syntax must be used to define arrays
(#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
(#21) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#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"
(#101) Short array syntax must be used to define arrays
(#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) Short array syntax must be used to define arrays
(#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/local/report/userlearned.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#19) Short array syntax must be used to define arrays
(#21) Short array syntax must be used to define arrays
(#22) Short array syntax must be used to define arrays
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected "if (...) {\n"; found "if(...){"
(#62) Closing brace must be on a line by itself
(#63) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#65) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 "// heading data" but found "//heading data"
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) No space found before comment text; expected "// module for learned status (same code also used for defs page)" but found "//module for learned status (same code also used for defs page)"
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// get terms" but found "//get terms"
(#79) Commas (,) must be followed by white space.
(#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 "// add user learned status" but found "//add user learned status"
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Commas (,) must be followed by white space.
(#88) 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.
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#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"
(#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 "// not used" but found "//not used"
(#86) Expected 1 space before opening brace; found 0
(#88) Short array syntax must be used to define arrays
(#90) There should be a comma after the last array item in a multi-line array.
(#113) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#115) Short array syntax must be used to define arrays
(#123) Expected 1 space before opening brace; found 0
(#124) Commas (,) must be followed by white space.
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#128) Expected 1 space before "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#137) Expected 1 space before "="; 0 found
(#137) Expected 1 space after "="; 0 found
(#140) Expected 1 space before "="; 0 found
(#140) Expected 1 space after "="; 0 found
(#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 "// do nothing" but found "//do nothing"
(#156) Variable "refClass" must be all lower-case
(#157) Variable "refClass" must be all lower-case
(#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 "// 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"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) 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"
(#177) No space found before comment text; expected "// so now they can not" but found "//so now they can not"
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) No space found before comment text; expected "// return self::$states;" but found "//return self::$states;"
(#247) Commas (,) must be followed by white space.
(#248) Commas (,) must be followed by white space.
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#251) Expected "if (...) {\n"; found "if(...){\n"
(#251) Expected 1 space before "=="; 0 found
(#251) Expected 1 space after "=="; 0 found
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#264) Expected "if (...) {\n"; found "if(...) {\n"
(#268) Expected "if (...) {\n"; found "if (...){\n"
(#269) Expected "if (...) {\n"; found "if(...) {\n"
(#272) Expected "} else {\n"; found "}else{\n"
(#273) Expected 1 space before "/"; 2 found
(#283) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#285) Expected 1 space before "="; 0 found
(#285) Expected 1 space after "="; 0 found
(#286) Expected "if (...) {\n"; found "if(...){\n"
(#287) Expected "if (...) {\n"; found "if(...){\n"
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#293) Expected "if (...) {\n"; found "if(...){\n"
(#294) Expected "if (...) {\n"; found "if(...){\n"
(#298) Expected 1 space before "="; 0 found
(#298) Expected 1 space after "="; 0 found
(#301) Expected "if (...) {\n"; found "if(...){\n"
(#302) Expected "if (...) {\n"; found "if(...){\n"
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#307) Line exceeds 132 characters; contains 147 characters
(#317) Expected 1 space before opening brace; found 0
(#319) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) No space found before comment text; expected "// lets not double up" but found "//lets not double up"
(#321) Expected "if (...) {\n"; found "if(...) {\n"
(#321) Expected 1 space before "!=="; 0 found
(#321) Expected 1 space after "!=="; 0 found
(#334) Expected "if (...) {\n"; found "if(...) {\n"
(#334) Expected 1 space before ">"; 0 found
(#334) Expected 1 space after ">"; 0 found
(#335) Variable "selected_records" must not contain underscores.
(#336) Variable "selected_records" must not contain underscores.
(#336) Variable "selected_records" must not contain underscores.
(#337) Variable "selected_records" must not contain underscores.
(#337) Variable "selected_records" must not contain underscores.
(#338) Variable "selected_records" must not contain underscores.
(#339) Expected "} else {\n"; found "}else {\n"
(#340) Expected 1 space after "="; 2 found
(#341) Expected 1 space after "="; 2 found
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) 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"
(#381) Expected "if (...) {\n"; found "if(...){"
(#381) Expected 1 space before "<"; 0 found
(#381) Expected 1 space after "<"; 0 found
(#381) Expected 1 space before "="; 0 found
(#381) Expected 1 space after "="; 0 found
(#381) Closing brace must be on a line by itself
(#423) Expected "if (...) {\n"; found "if(...) {\n"
(#423) Expected 1 space before ">"; 0 found
(#423) Expected 1 space after ">"; 0 found
(#424) Variable "selected_records" must not contain underscores.
(#425) Variable "selected_records" must not contain underscores.
(#425) Variable "selected_records" must not contain underscores.
(#426) Variable "selected_records" must not contain underscores.
(#426) Variable "selected_records" must not contain underscores.
(#427) Variable "selected_records" must not contain underscores.
(#428) Expected "} else {\n"; found "}else{\n"
(#429) Expected 1 space before "="; 0 found
(#448) Expected 1 space before opening brace; found 0
(#450) Commas (,) must be followed by white space.
(#450) Commas (,) must be followed by white space.
(#450) Commas (,) must be followed by white space.
(#450) Commas (,) must be followed by white space.
(#450) Line exceeds 132 characters; contains 138 characters
(#451) Expected "if (...) {\n"; found "if(...){\n"
(#453) Expected "} else {\n"; found "}else{\n"
(#458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#458) No space found before comment text; expected "// can they use free mode" but found "//can they use free mode"
(#459) Expected 1 space before opening brace; found 0
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) No space found before comment text; expected "// steps mode, no" but found "//steps mode, no"
(#466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#466) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) No space found before comment text; expected "// steps then free, if they have a completed attempt they can" but found "//steps then free, if they have a completed attempt they can"
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) No space found before comment text; expected "// if no attempts, we can attempt" but found "//if no attempts, we can attempt"
(#469) Expected 1 space before "="; 0 found
(#469) Expected 1 space after "="; 0 found
(#470) Expected "if (...) {\n"; found "if(...){\n"
(#472) Expected "} else {\n"; found "}else{\n"
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#476) Line indented incorrectly; expected at least 16 spaces, found 12
(#476) No space found before comment text; expected "// free mode, or otherwise (there is no otherwise..) they can" but found "//free mode, or otherwise (there is no otherwise..) they can"
(#484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#484) Inline comments must end in full-stops, exclamation marks, or question marks
(#484) No space found before comment text; expected "// unlimited attempts can attempt" but found "//unlimited attempts can attempt"
(#485) Expected "if (...) {\n"; found "if(...){"
(#485) Expected 1 space before "=="; 0 found
(#485) Expected 1 space after "=="; 0 found
(#485) Closing brace must be on a line by itself
(#488) Expected "if (...) {\n"; found "if(...){"
(#488) Closing brace must be on a line by itself
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) Expected "if (...) {\n"; found "if (...) {"
(#491) Closing brace must be on a line by itself
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) No space found before comment text; expected "// if no attempts, we can attempt" but found "//if no attempts, we can attempt"
(#494) Expected 1 space before "="; 0 found
(#494) Expected 1 space after "="; 0 found
(#495) Expected "if (...) {\n"; found "if(...){"
(#495) Closing brace must be on a line by itself
(#497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) No space found before comment text; expected "// if we have fewer attempts than the max, we can attemopt" but found "//if we have fewer attempts than the max, we can attemopt"
(#498) Expected "if (...) {\n"; found "if(...){"
(#498) Expected 1 space before "<"; 0 found
(#498) Expected 1 space after "<"; 0 found
(#498) Closing brace must be on a line by itself
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) 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"
(#501) Expected "if (...) {\n"; found "if(...){"
(#501) Closing brace must be on a line by itself
(#503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) No space found before comment text; expected "// otherwise, no we can not attempt" but found "//otherwise, no we can not attempt"
(#516) Expected "if (...) {\n"; found "if(...){\n"
(#518) Expected "} else {\n"; found "}else{\n"
(#530) Expected "if (...) {\n"; found "if(...){\n"
(#548) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#552) Expected 1 space before "="; 0 found
(#552) Expected 1 space after "="; 0 found
(#555) Expected 1 space before "="; 0 found
(#555) Expected 1 space after "="; 0 found
(#558) Expected 1 space before "="; 0 found
(#558) Expected 1 space after "="; 0 found
(#561) Expected 1 space before "="; 0 found
(#561) Expected 1 space after "="; 0 found
(#564) Expected 1 space before "="; 0 found
(#564) Expected 1 space after "="; 0 found
(#567) Expected 1 space before "="; 0 found
(#567) Expected 1 space after "="; 0 found
(#571) 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?"
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) No space found before comment text; expected "// $passmark = $termcount;" but found "//$passmark = $termcount;"
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#577) Expected 1 space before opening brace; found 0
(#580) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#590) Expected 1 space before opening brace; found 0
(#593) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#602) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) No space found before comment text; expected "// TO DO remove this code, terms are always seen" but found "//TO DO remove this code, terms are always seen"
(#659) Expected "if (...) {\n"; found "if(...) {\n"
(#659) Expected 1 space before ">"; 0 found
(#659) Expected 1 space after ">"; 0 found
(#717) Expected 1 space before "=>"; 0 found
(#717) Expected 1 space after "=>"; 0 found
(#723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#723) Inline comments must end in full-stops, exclamation marks, or question marks
(#723) 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""
(#727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#727) Inline comments must end in full-stops, exclamation marks, or question marks
(#727) 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"
(#729) Expected "if (...) {\n"; found "if(...){"
(#729) Closing brace must be on a line by itself
(#730) Expected "if (...) {\n"; found "if(...){"
(#730) Closing brace must be on a line by itself
(#731) Commas (,) must be followed by white space.
(#731) Short array syntax must be used to define arrays
(#731) Expected 1 space before "=>"; 0 found
(#731) Expected 1 space after "=>"; 0 found
(#735) Inline comments must start with a capital letter, digit or 3-dots sequence
(#735) Inline comments must end in full-stops, exclamation marks, or question marks
(#735) 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)"
(#739) Inline comments must start with a capital letter, digit or 3-dots sequence
(#739) Inline comments must end in full-stops, exclamation marks, or question marks
(#739) 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"
(#741) Expected "if (...) {\n"; found "if(...){"
(#741) Closing brace must be on a line by itself
(#742) Expected "if (...) {\n"; found "if(...){"
(#742) Closing brace must be on a line by itself
(#759) Empty IF statement detected
(#771) Inline comments must start with a capital letter, digit or 3-dots sequence
(#771) Inline comments must end in full-stops, exclamation marks, or question marks
(#771) No space found before comment text; expected "// lazy, just fetch back the record so we have all the fields, and later triggered events have all they need" but found "//lazy, just fetch back the record so we have all the fields, and later triggered events have all they need"
(#774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#774) No space found before comment text; expected "// raise step submitted event" but found "//raise step submitted event"
(#778) Expected "if (...) {\n"; found "if (...){\n"
(#779) Inline comments must start with a capital letter, digit or 3-dots sequence
(#779) Inline comments must end in full-stops, exclamation marks, or question marks
(#779) No space found before comment text; expected "// raise attempt submitted event" but found "//raise attempt submitted event"
(#781) Expected "if (...) {\n"; found "if(...){\n"
(#808) Variable "next_step" must not contain underscores.
(#809) Variable "next_step" must not contain underscores.
(#813) Variable "next_step" must not contain underscores.
(#814) Variable "next_step" must not contain underscores.
(#857) Inline comments must start with a capital letter, digit or 3-dots sequence
(#857) Inline comments must end in full-stops, exclamation marks, or question marks
(#857) No space found before comment text; expected "// if we already ended, lets return that" but found "//if we already ended, lets return that"
(#858) Expected "if (...) {\n"; found "if(...){\n"
(#858) Expected 1 space after "=="; 0 found
(#862) Inline comments must end in full-stops, exclamation marks, or question marks
(#862) 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"
(#863) Short array syntax must be used to define arrays
(#869) There should be a comma after the last array item in a multi-line array.
(#870) Inline comments must start with a capital letter, digit or 3-dots sequence
(#870) Inline comments must end in full-stops, exclamation marks, or question marks
(#870) 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"
(#871) Expected 1 space before "="; 0 found
(#871) Expected 1 space after "="; 0 found
(#872) Expected 1 space before "="; 0 found
(#872) Expected 1 space after "="; 0 found
(#874) Inline comments must start with a capital letter, digit or 3-dots sequence
(#874) Inline comments must end in full-stops, exclamation marks, or question marks
(#874) No space found before comment text; expected "// loop through the steps" but found "//loop through the steps"
(#875) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#876) Expected "if (...) {\n"; found "if(...){\n"
(#876) Expected 1 space before "=="; 0 found
(#876) Expected 1 space after "=="; 0 found
(#877) Expected 1 space before "="; 0 found
(#877) Expected 1 space after "="; 0 found
(#880) Inline comments must start with a capital letter, digit or 3-dots sequence
(#880) Inline comments must end in full-stops, exclamation marks, or question marks
(#880) 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"
(#881) Expected "if (...) {\n"; found "if(...){\n"
(#882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#882) 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."
(#883) Expected "if (...) {\n"; found "if(...){\n"
(#883) Expected 1 space before "=="; 0 found
(#883) Expected 1 space after "=="; 0 found
(#884) Expected 1 space before "="; 0 found
(#887) Inline comments must start with a capital letter, digit or 3-dots sequence
(#887) 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"
(#888) Inline comments must end in full-stops, exclamation marks, or question marks
(#888) 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"
(#889) Inline comments must start with a capital letter, digit or 3-dots sequence
(#889) This comment is 84% valid code; is this commented out code?
(#889) No space found before comment text; expected "// $this->are_there_words_to_review();" but found "//$this->are_there_words_to_review();"
(#892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#892) Inline comments must end in full-stops, exclamation marks, or question marks
(#892) 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"
(#893) Expected "if (...) {\n"; found "if (...){\n"
(#893) Expected 1 space before "=="; 0 found
(#893) Expected 1 space after "=="; 0 found
(#897) Inline comments must start with a capital letter, digit or 3-dots sequence
(#897) Inline comments must end in full-stops, exclamation marks, or question marks
(#897) No space found before comment text; expected "// get next word poodl" but found "//get next word poodl"
(#900) Inline comments must start with a capital letter, digit or 3-dots sequence
(#900) Inline comments must end in full-stops, exclamation marks, or question marks
(#900) 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"
(#901) Expected "if (...) {\n"; found "if(...){\n"
(#905) Inline comments must start with a capital letter, digit or 3-dots sequence
(#905) Inline comments must end in full-stops, exclamation marks, or question marks
(#905) Line indented incorrectly; expected at least 20 spaces, found 16
(#905) 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"
(#906) Usage of ELSEIF not allowed; use ELSE IF instead
(#906) Expected 1 space before "=="; 0 found
(#906) Expected 1 space after "=="; 0 found
(#909) Expected "} else {\n"; found "}else{\n"
(#910) Inline comments must start with a capital letter, digit or 3-dots sequence
(#910) Inline comments must end in full-stops, exclamation marks, or question marks
(#910) 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"
(#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 "// 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"
(#916) Expected "if (...) {\n"; found "if(...){"
(#916) Expected 1 space before "="; 0 found
(#916) Expected 1 space after "="; 0 found
(#916) Closing brace must be on a line by itself
(#917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#917) No space found before comment text; expected "// return next step" but found "//return next step"
(#924) Inline comments must start with a capital letter, digit or 3-dots sequence
(#924) Inline comments must end in full-stops, exclamation marks, or question marks
(#924) 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"
(#925) Expected "if (...) {\n"; found "if(...){\n"
(#929) Line indented incorrectly; expected 8 spaces, found 12
(#931) Line indented incorrectly; expected 8 spaces, found 12
(#934) Short array syntax must be used to define arrays
(#936) Line indented incorrectly; expected 8 spaces, found 12
(#936) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#938) Line indented incorrectly; expected 8 spaces, found 12
(#940) Short array syntax must be used to define arrays
(#952) Expected 1 space before opening brace; found 0
(#954) Expected "if (...) {\n"; found "if(...){\n"
(#955) Commas (,) must be followed by white space.
(#957) Expected "if (...) {\n"; found "if(...){\n"
(#958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#958) Inline comments must end in full-stops, exclamation marks, or question marks
(#958) 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"
(#959) Expected "if (...) {\n"; found "if(...) {\n"
(#959) Expected 1 space before "!="; 0 found
(#960) Inline comments must start with a capital letter, digit or 3-dots sequence
(#960) Inline comments must end in full-stops, exclamation marks, or question marks
(#960) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#962) Expected "if (...) {\n"; found "if (...) {\n"
(#964) Short array syntax must be used to define arrays
(#964) Expected 1 space before "=>"; 0 found
(#964) Expected 1 space after "=>"; 0 found
(#964) Commas (,) must be followed by white space.
(#964) Expected 1 space before "=>"; 0 found
(#964) Expected 1 space after "=>"; 0 found
(#964) Expected 1 space before "=>"; 0 found
(#964) Expected 1 space after "=>"; 0 found
(#964) Line exceeds 132 characters; contains 141 characters
(#970) Inline comments must start with a capital letter, digit or 3-dots sequence
(#970) Inline comments must end in full-stops, exclamation marks, or question marks
(#970) 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"
(#971) Short array syntax must be used to define arrays
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
(#971) Commas (,) must be followed by white space.
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
mod/wordcards/classes/my_words_pool.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/>.".
(#11) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#40) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Line exceeds 132 characters; contains 137 characters
(#73) Line indented incorrectly; expected at least 12 spaces, found 11
(#85) There should be a comma after the last array item in a multi-line array.
(#93) Line indented incorrectly; expected at least 12 spaces, found 11
(#100) There should be a comma after the last array item in a multi-line array.
(#104) File must end with a newline character
mod/wordcards/classes/output/freemode.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/>.".
(#67) Expected 1 space after "="; 2 found
(#69) Line exceeds 132 characters; contains 149 characters
(#78) There should be a comma after the last array item in a multi-line array.
(#89) There should be a comma after the last array item in a multi-line array.
(#103) There should be a comma after the last array item in a multi-line array.
(#123) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) No space found before comment text; expected "// SQL Params" but found "//SQL Params"
(#166) Expected 1 space before "=>"; 0 found
(#166) 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 "// words to show" but found "//words to show"
(#169) Expected "if (...) {\n"; found "if(...){\n"
(#169) Expected 1 space after "=="; 0 found
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#171) Expected "} else {\n"; found "}else{\n"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) No space found before comment text; expected "// wordpool :: MY WORDS" but found "//wordpool :: MY WORDS"
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// wordpool :: REVIEW WORDS" but found "//wordpool :: REVIEW WORDS"
(#184) Expected "if (...) {\n"; found "if (...){\n"
(#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 "// in this case we want ALL the words returned" but found "//in this case we want ALL the words returned"
(#186) Expected 1 space after "=="; 0 found
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#193) Expected "} else {\n"; found "}else{\n"
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// in this case we want words to practice returned" but found "//in this case we want words to practice returned"
(#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 "// wordpool :: NEW WORDS" but found "//wordpool :: NEW WORDS"
(#212) Expected "} else {\n"; found "}else{\n"
(#217) File must end with a newline character
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/>.".
(#30) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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) No space found before comment text; expected "// we cheat here , and add an index to avoid flicker before we apply the show/hide to flashcards" but found "//we cheat here , and add an index to avoid flicker before we apply the show/hide to flashcards"
(#32) Expected "if (...) {\n"; found "if(...) {\n"
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#37) Expected 1 space before "=="; 0 found
(#37) Expected 1 space after "=="; 0 found
(#37) Expected 1 space before "=="; 0 found
(#37) Expected 1 space after "=="; 0 found
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) No space found before comment text; expected "// is this word learned?" but found "//is this word learned?"
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) No space found before comment text; expected "// attempt info" but found "//attempt info"
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Expected "} else {\n"; found "}else{\n"
(#54) Expected 1 space before "="; 0 found
(#54) 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
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#59) Expected 1 space before "="; 0 found
(#59) 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
(#61) Commas (,) must be followed by white space.
(#62) Usage of ELSEIF not allowed; use ELSE IF instead
(#62) Expected 1 space before "=="; 0 found
(#62) Expected 1 space after "=="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#65) Commas (,) must be followed by white space.
(#66) Expected "} else {\n"; found "}else{\n"
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#69) Commas (,) must be followed by white space.
(#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 "// config" but found "//config"
(#75) Expected 1 space before "="; 0 found
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 60% valid code; is this commented out code?
(#75) No space found before comment text; expected "// get_config(constants::M_COMPONENT, 'journeymode');" but found "//get_config(constants::M_COMPONENT, 'journeymode');"
(#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 "// video examples (or not)" but found "//video examples (or not)"
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// fetch the lang name and accent (if any) for youglish" but found "//fetch the lang name and accent (if any) for youglish"
(#81) Expected "} else {\n"; found "}else{\n"
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#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
(#97) Expected 1 space before "=>"; 0 found
(#97) 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) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) There should be a comma after the last array item in a multi-line array.
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Commas (,) must be followed by white space.
(#117) Expected 1 space before ">"; 0 found
(#117) Expected 1 space after ">"; 0 found
(#117) Line exceeds 132 characters; contains 142 characters
(#118) There should be a comma after the last array item in a multi-line array.
(#121) Short array syntax must be used to define arrays
(#121) Line exceeds 132 characters; contains 142 characters
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#122) Short array syntax must be used to define arrays
(#122) Expected 1 space before "=>"; 0 found
(#123) Short array syntax must be used to define arrays
(#140) Expected 1 space before opening brace; found 0
(#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 "// teachers can not attempt, so they cant quite attempts either" but found "//teachers can not attempt, so they cant quite attempts either"
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#147) Short array syntax must be used to define arrays
(#147) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) There should be a comma after the last array item in a multi-line array.
(#151) Short array syntax must be used to define arrays
(#155) Expected 1 space before opening brace; found 0
(#160) Short array syntax must be used to define arrays
(#162) Short array syntax must be used to define arrays
(#165) Expected 1 space before "="; 0 found
(#165) Commas (,) must be followed by white space.
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space before opening brace; found 0
(#171) Short array syntax must be used to define arrays
(#172) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#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
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#179) Expected 1 space after "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#181) Expected "if (...) {\n"; found "if(...){\n"
(#182) Expected 1 space before "="; 0 found
(#182) 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
(#184) 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"
(#185) Expected "if (...) {\n"; found "if(...) {\n"
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#190) Variable "defs_object" must not contain underscores.
(#191) Variable "defs_object" must not contain underscores.
(#192) Variable "defs_object" must not contain underscores.
(#196) Line exceeds 132 characters; contains 135 characters
(#197) global $PAGE cannot be used in renderers. Use $this->page.
(#197) global $OUTPUT cannot be used in renderers. Use $this->output.
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// config" but found "//config"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// get state" but found "//get state"
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#206) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#207) Expected "if (...) {\n"; found "if(...){\n"
(#207) Expected 1 space before "=="; 0 found
(#207) Expected 1 space after "=="; 0 found
(#207) Expected 1 space before "=="; 0 found
(#207) Expected 1 space after "=="; 0 found
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#214) Variable "opts_html" must not contain underscores.
(#214) Short array syntax must be used to define arrays
(#215) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#219) Expected 1 space after "="; 2 found
(#219) Commas (,) must be followed by white space.
(#219) Expected 1 space before "=>"; 0 found
(#219) Expected 1 space after "=>"; 0 found
(#219) Commas (,) must be followed by white space.
(#219) Expected 1 space before "=>"; 0 found
(#219) Expected 1 space after "=>"; 0 found
(#219) Line exceeds 132 characters; contains 158 characters
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#227) Short array syntax must be used to define arrays
(#227) Expected 1 space before "=>"; 0 found
(#227) Expected 1 space after "=>"; 0 found
(#227) Commas (,) must be followed by white space.
(#227) Expected 1 space before "=>"; 0 found
(#227) Expected 1 space after "=>"; 0 found
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#228) Expected 1 space before "=>"; 0 found
(#228) Expected 1 space after "=>"; 0 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Commas (,) must be followed by white space.
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#231) global $PAGE cannot be used in renderers. Use $this->page.
(#231) There should be a comma after the last array item in a multi-line array.
(#238) Short array syntax must be used to define arrays
(#239) Variable "activity_html" must not contain underscores.
(#243) Short array syntax must be used to define arrays
(#244) Variable "activity_html" must not contain underscores.
(#248) Expected 1 space before "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#249) Short array syntax must be used to define arrays
(#250) Variable "activity_html" must not contain underscores.
(#254) Short array syntax must be used to define arrays
(#255) Variable "activity_html" must not contain underscores.
(#261) Short array syntax must be used to define arrays
(#262) Variable "activity_html" must not contain underscores.
(#265) Variable "opts_html" must not contain underscores.
(#265) Variable "activity_html" must not contain underscores.
(#269) Line indented incorrectly; expected at least 8 spaces, found 5
(#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
(#276) There should be a comma after the last array item in a multi-line array.
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) No space found before comment text; expected "// attempt info" but found "//attempt info"
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#281) Expected "if (...) {\n"; found "if(...){\n"
(#282) Expected 1 space before "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) No space found before comment text; expected "// if we have a latest attempt, we need STARS!!!" but found "//if we have a latest attempt, we need STARS!!!"
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) No space found before comment text; expected "// teachers attempts are not saved, so they have no score when they get to the finished page" but found "//teachers attempts are not saved, so they have no score when they get to the finished page"
(#288) Expected "if (...) {\n"; found "if(...){\n"
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) 3 slashes comments are not allowed; use "// Comment." instead
(#290) No space found before comment text; expected "// final score" but found "///final score"
(#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 "// total rating" but found "//total rating"
(#295) Commas (,) must be followed by white space.
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) No space found before comment text; expected "// each steps rating" but found "//each steps rating"
(#300) Expected 1 space before "="; 0 found
(#300) Expected 1 space after "="; 0 found
(#301) Expected "for (...) {\n"; found "for(...){\n"
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#301) Expected 1 space after first semicolon of FOR loop; 0 found
(#301) Expected 1 space before "<"; 0 found
(#301) Expected 1 space after "<"; 0 found
(#301) Expected 1 space after second semicolon of FOR loop; 0 found
(#303) Expected "if (...) {\n"; found "if(...){\n"
(#303) Expected 1 space before "!=="; 0 found
(#303) Expected 1 space after "!=="; 0 found
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#306) Expected 1 space before "="; 0 found
(#307) Expected 1 space before "="; 0 found
(#308) Commas (,) must be followed by white space.
(#311) Expected 1 space before "="; 0 found
(#311) Expected 1 space after "="; 0 found
(#314) Expected 1 space before "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#316) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#322) Expected 1 space before opening brace; found 0
(#334) Expected 1 space before opening brace; found 0
(#335) global $PAGE cannot be used in renderers. Use $this->page.
(#335) Commas (,) must be followed by white space.
(#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 "// config" but found "//config"
(#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 "// get state" but found "//get state"
(#344) Expected 1 space before "="; 0 found
(#344) Expected 1 space after "="; 0 found
(#345) Variable "opts_html" must not contain underscores.
(#345) Short array syntax must be used to define arrays
(#346) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#350) Expected 1 space after "="; 2 found
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Line exceeds 132 characters; contains 158 characters
(#358) Expected 1 space before "="; 0 found
(#358) Expected 1 space after "="; 0 found
(#358) Short array syntax must be used to define arrays
(#358) Expected 1 space before "=>"; 0 found
(#358) Expected 1 space after "=>"; 0 found
(#359) Expected 1 space before "=>"; 0 found
(#359) Expected 1 space before "=>"; 0 found
(#359) Expected 1 space after "=>"; 0 found
(#360) Expected 1 space before "=>"; 0 found
(#360) Expected 1 space after "=>"; 0 found
(#360) Commas (,) must be followed by white space.
(#360) Expected 1 space before "=>"; 0 found
(#360) Expected 1 space after "=>"; 0 found
(#360) Commas (,) must be followed by white space.
(#360) Commas (,) must be followed by white space.
(#360) Expected 1 space before "=>"; 0 found
(#360) Expected 1 space after "=>"; 0 found
(#362) global $PAGE cannot be used in renderers. Use $this->page.
(#362) There should be a comma after the last array item in a multi-line array.
(#365) Short array syntax must be used to define arrays
(#369) There should be a comma after the last array item in a multi-line array.
(#371) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#373) Short array syntax must be used to define arrays
(#374) Variable "spacegame_html" must not contain underscores.
(#375) Variable "opts_html" must not contain underscores.
(#375) Variable "spacegame_html" must not contain underscores.
(#381) Expected 1 space before opening brace; found 0
(#382) Commas (,) must be followed by white space.
(#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 "// get state" but found "//get state"
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) 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"
(#388) Variable "api_user" must not contain underscores.
(#388) Commas (,) must be followed by white space.
(#389) Variable "api_secret" must not contain underscores.
(#389) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) No space found before comment text; expected "// check user has entered api credentials" but found "//check user has entered api credentials"
(#393) Expected "if (...) {\n"; found "if(...){\n"
(#393) Variable "api_user" must not contain underscores.
(#393) Variable "api_secret" must not contain underscores.
(#394) Commas (,) must be followed by white space.
(#397) Expected "} else {\n"; found "}else {\n"
(#398) Variable "api_user" must not contain underscores.
(#398) Variable "api_secret" must not contain underscores.
(#400) Inline comments must start with a capital letter, digit or 3-dots sequence
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) 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"
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#407) Inline comments must start with a capital letter, digit or 3-dots sequence
(#407) Inline comments must end in full-stops, exclamation marks, or question marks
(#407) 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"
(#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 "// next url" but found "//next url"
(#412) Expected 1 space after "="; 2 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Line exceeds 132 characters; contains 154 characters
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#415) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#416) Expected "if (...) {\n"; found "if(...){\n"
(#416) Expected 1 space before "=="; 0 found
(#416) Expected 1 space after "=="; 0 found
(#416) Expected 1 space before "=="; 0 found
(#416) Expected 1 space after "=="; 0 found
(#421) Expected 1 space before "="; 0 found
(#421) Expected 1 space after "="; 0 found
(#421) Commas (,) must be followed by white space.
(#422) Variable "opts_html" must not contain underscores.
(#422) Short array syntax must be used to define arrays
(#423) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#425) Expected 1 space before "="; 0 found
(#425) Expected 1 space after "="; 0 found
(#425) Short array syntax must be used to define arrays
(#425) Expected 1 space before "=>"; 0 found
(#425) Expected 1 space after "=>"; 0 found
(#425) Expected 1 space before "=>"; 0 found
(#425) Expected 1 space before "=>"; 0 found
(#425) Expected 1 space after "=>"; 0 found
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#427) Expected 1 space before "="; 0 found
(#427) Expected 1 space after "="; 0 found
(#428) Expected 1 space before "="; 0 found
(#428) Expected 1 space after "="; 0 found
(#429) Expected 1 space before "="; 0 found
(#429) Expected 1 space after "="; 0 found
(#430) Expected 1 space before "="; 0 found
(#430) Expected 1 space after "="; 0 found
(#430) Commas (,) must be followed by white space.
(#431) Expected 1 space before "="; 0 found
(#431) Expected 1 space after "="; 0 found
(#432) Expected 1 space before "="; 0 found
(#433) Expected 1 space before "="; 0 found
(#433) Expected 1 space after "="; 0 found
(#433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) No space found before comment text; expected "// max expire time is 300 seconds" but found "//max expire time is 300 seconds"
(#434) Commas (,) must be followed by white space.
(#434) Expected 1 space before "=="; 0 found
(#434) Expected 1 space after "=="; 0 found
(#436) Expected "if (...) {\n"; found "if(...){\n"
(#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) 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)"
(#439) Expected "} else {\n"; found "}else {\n"
(#443) Short array syntax must be used to define arrays
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) 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"
(#447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#447) This comment is 64% valid code; is this commented out code?
(#447) No space found before comment text; expected "// $ua = strtolower($_SERVER['HTTP_USER_AGENT']);" but found "//$ua = strtolower($_SERVER['HTTP_USER_AGENT']);"
(#448) No space found before comment text; expected "// if(stripos($ua,'android') !== false) {" but found "//if(stripos($ua,'android') !== false) {"
(#449) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#450) No space found before comment text; expected "// }" but found "//}"
(#451) Variable "string_hints" must not contain underscores.
(#454) Expected 1 space before "="; 0 found
(#454) Expected 1 space after "="; 0 found
(#455) Expected 1 space before "="; 0 found
(#455) Expected 1 space after "="; 0 found
(#456) Expected 1 space before "="; 0 found
(#456) Expected 1 space after "="; 0 found
(#457) Expected 1 space before "="; 0 found
(#457) Expected 1 space after "="; 0 found
(#458) Expected 1 space before "="; 0 found
(#458) Expected 1 space after "="; 0 found
(#458) Variable "string_hints" must not contain underscores.
(#459) Expected 1 space before "="; 0 found
(#459) Expected 1 space after "="; 0 found
(#459) Commas (,) must be followed by white space.
(#460) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) No space found before comment text; expected "// TT Recorder ---------------" but found "//TT Recorder ---------------"
(#463) Expected 1 space before "="; 0 found
(#464) Expected 1 space before "="; 0 found
(#465) Expected 1 space before "="; 0 found
(#465) Expected 1 space after "="; 0 found
(#466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#466) 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"
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) 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"
(#468) Expected 1 space before "="; 0 found
(#468) Expected 1 space after "="; 0 found
(#469) Expected "if (...) {\n"; found "if(...){\n"
(#470) Commas (,) must be followed by white space.
(#471) Expected "if (...) {\n"; found "if(...){\n"
(#471) Expected 1 space before "=="; 0 found
(#471) Expected 1 space after "=="; 0 found
(#484) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#487) Variable "opts_html" must not contain underscores.
(#491) Commas (,) must be followed by white space.
(#495) Expected 1 space after "="; 2 found
(#495) Commas (,) must be followed by white space.
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#495) Commas (,) must be followed by white space.
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#495) Line exceeds 132 characters; contains 154 characters
(#497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) No space found before comment text; expected "// 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"
(#498) Expected "if (...) {\n"; found "if(...) {\n"
(#500) Expected "} else {\n"; found "}else{\n"
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#504) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#505) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#506) Expected "if (...) {\n"; found "if(...){\n"
(#506) Expected 1 space before "=="; 0 found
(#506) Expected 1 space after "=="; 0 found
(#506) Expected 1 space before "=="; 0 found
(#506) Expected 1 space after "=="; 0 found
(#521) There should be a comma after the last array item in a multi-line array.
(#528) Expected 1 space before opening brace; found 0
(#537) Commas (,) must be followed by white space.
(#541) Expected 1 space after "="; 0 found
(#552) There should be a comma after the last array item in a multi-line array.
(#558) There should be a comma after the last array item in a multi-line array.
(#573) Whitespace found at end of line
(#577) Line indented incorrectly; expected 4 spaces, found 3
(#577) Expected 1 space before opening brace; found 0
(#578) Expected 1 space before "="; 0 found
(#578) Expected 1 space after "="; 0 found
(#579) Expected "if (...) {\n"; found "if(...){"
(#579) Expected 1 space before ">"; 0 found
(#579) Expected 1 space after ">"; 0 found
(#579) Expected 1 space before "="; 0 found
(#579) Expected 1 space after "="; 0 found
(#579) Closing brace must be on a line by itself
(#580) Expected "if (...) {\n"; found "if(...){"
(#580) Expected 1 space before ">"; 0 found
(#580) Expected 1 space after ">"; 0 found
(#580) Expected 1 space before "="; 0 found
(#580) Expected 1 space after "="; 0 found
(#580) Closing brace must be on a line by itself
(#581) Commas (,) must be followed by white space.
(#583) Closing brace indented incorrectly; expected 3 spaces, found 4
(#591) Commas (,) must be followed by white space.
(#591) Expected 1 space before opening brace; found 0
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) No space found before comment text; expected "// lexicala uses 2 char lang codes" but found "//lexicala uses 2 char lang codes"
(#593) Expected 1 space after "="; 2 found
(#594) Variable "include_other" must not contain underscores.
(#594) Expected 1 space before "="; 0 found
(#594) Expected 1 space after "="; 0 found
(#595) Expected 1 space before "="; 0 found
(#595) Commas (,) must be followed by white space.
(#595) Variable "include_other" must not contain underscores.
(#595) Line exceeds 132 characters; contains 145 characters
(#595) Inline comments must start with a capital letter, digit or 3-dots sequence
(#595) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) This comment is 70% valid code; is this commented out code?
(#595) No space found before comment text; expected "// utils::get_lexicala_langs($mod->get_mod()->deflanguage);" but found "//utils::get_lexicala_langs($mod->get_mod()->deflanguage);"
(#598) Expected 1 space after "=>"; 0 found
(#599) Expected 1 space after "=>"; 0 found
(#600) Expected 1 space after "=>"; 0 found
(#601) Expected 1 space before "=>"; 0 found
(#601) Expected 1 space after "=>"; 0 found
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) This comment is 78% valid code; is this commented out code?
(#602) No space found before comment text; expected "// 'lexicalauser'=>$lexicalauser," but found "//'lexicalauser'=>$lexicalauser,"
(#617) Expected "if (...) {\n"; found "if(...) {\n"
(#620) Expected "} else {\n"; found "}else{\n"
(#621) Commas (,) must be followed by white space.
(#635) There should be a comma after the last array item in a multi-line array.
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/>.".
(#11) Import statements must not begin with a leading backslash
(#20) Short array syntax must be used to define arrays
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#23) Short array syntax must be used to define arrays
(#23) Expected 1 space before "=>"; 0 found
(#23) Expected 1 space after "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#24) There should be a comma after the last array item in a multi-line array.
(#28) Short array syntax must be used to define arrays
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#31) Short array syntax must be used to define arrays
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) There should be a comma after the last array item in a multi-line array.
(#36) Short array syntax must be used to define arrays
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Short array syntax must be used to define arrays
(#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) There should be a comma after the last array item in a multi-line array.
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Expected 1 space before "="; 0 found
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) 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"
(#47) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Short array syntax must be used to define arrays
(#70) Short array syntax must be used to define arrays
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#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 header" but found "//echo header"
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) No space found before comment text; expected "// set up our table and head attributes" but found "//set up our table and head attributes"
(#152) Short array syntax must be used to define arrays
(#153) Variable "headrow_attributes" must not contain underscores.
(#153) Short array syntax must be used to define arrays
(#160) Expected 1 space before "="; 0 found
(#160) Expected 1 space after "="; 0 found
(#165) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// set up descrption cell" but found "//set up descrption cell"
(#170) Short array syntax must be used to define arrays
(#173) Short array syntax must be used to define arrays
(#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 "// if datatables set up datatables" but found "//if datatables set up datatables"
(#183) Expected "if (...) {\n"; found "if(...) {\n"
(#185) Expected 1 space before "="; 0 found
(#185) Expected 1 space after "="; 0 found
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#187) Short array syntax must be used to define arrays
(#190) Short array syntax must be used to define arrays
(#197) Visibility must be declared on method "show_reports_footer"
(#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
(#200) Short array syntax must be used to define arrays
(#201) Commas (,) must be followed by white space.
(#201) Short array syntax must be used to define arrays
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#206) Visibility must be declared on method "show_perpage_selector"
(#207) Short array syntax must be used to define arrays
(#221) Visibility must be declared on method "show_paging_bar"
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// add paging params to url (NOT pageno)" but found "//add paging params to url (NOT pageno)"
(#224) Short array syntax must be used to define arrays
(#229) Visibility must be declared on method "show_export_buttons"
(#240) 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.
(#37) Import statements must not begin with a leading backslash
(#38) Import statements must not begin with a leading backslash
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#68) Short array syntax must be used to define arrays
(#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
(#74) Short array syntax must be used to define arrays
(#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) Short array syntax must be used to define arrays
(#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) Short array syntax must be used to define arrays
(#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
(#140) Line indented incorrectly; expected 4 spaces, found 0
(#147) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#151) Closing brace indented incorrectly; expected 0 spaces, found 4
(#153) 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/>.".
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) No space found before comment text; expected "// this prevents the user changing the ttslanguage eg en-US => en-GB .. the selected voices will not match" but found "//this prevents the user changing the ttslanguage eg en-US => en-GB .. the selected voices will not match"
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// $this->voices = utils::get_tts_voices($mod->get_mod()->ttslanguage);" but found "//$this->voices = utils::get_tts_voices($mod->get_mod()->ttslanguage);"
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Commas (,) must be followed by white space.
(#46) Short array syntax must be used to define arrays
(#54) There should be a comma after the last array item in a multi-line array.
(#64) Short array syntax must be used to define arrays
(#72) There should be a comma after the last array item in a multi-line array.
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) No space found before comment text; expected "// t.model_sentence" but found "//t.model_sentence"
(#77) Whitespace found at end of line within string
(#104) Opening brace should be on the same line as the declaration
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#106) Commas (,) must be followed by white space.
(#108) Expected "} else {\n"; found "}else{\n"
(#109) Commas (,) must be followed by white space.
(#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 "// non AJAX edit form - defunct" but found "//non AJAX edit form - defunct"
(#126) This comment is 65% valid code; is this commented out code?
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// ajax action" but found "//ajax action"
(#135) Short array syntax must be used to define arrays
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Line exceeds 132 characters; contains 173 characters
(#138) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#152) There should be a comma after the last array item in a multi-line array.
mod/wordcards/classes/utils.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#27) Import statements must not begin with a leading backslash
(#37) Expected 1 space before opening brace; found 0
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) This comment is 45% valid code; is this commented out code?
(#39) No space found before comment text; expected "// const CLOUDPOODLL = 'http://localhost/moodle';" but found "//const CLOUDPOODLL = 'http://localhost/moodle';"
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 3
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) 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?"
(#45) Opening brace should be on the same line as the declaration
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) No space found before comment text; expected "// we default to true" but found "//we default to true"
(#47) No space found before comment text; expected "// but it only takes one no ...." but found "//but it only takes one no ...."
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) 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"
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Expected 1 space after "="; 0 found
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// 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"
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space before opening brace; found 0
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) 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"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// https://github.com/nihongodera/php-mecab-documentation" but found "//https://github.com/nihongodera/php-mecab-documentation"
(#74) Expected "if (...) {\n"; found "if(...){\n"
(#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
(#79) Expected 1 space after "="; 2 found
(#80) Commas (,) must be followed by white space.
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#81) Expected 1 space before "!="; 0 found
(#81) Expected 1 space after "!="; 0 found
(#82) Expected 1 space after "="; 0 found
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#85) Passing the $glue and $pieces parameters in reverse order to implode has been deprecated since PHP 7.4 and is removed since PHP 8.0; $glue should be the first parameter and $pieces the second
(#85) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#94) Expected 1 space before opening brace; found 0
(#95) Commas (,) must be followed by white space.
(#97) Commas (,) must be followed by white space.
(#99) Expected "if (...) {\n"; found "if (...) {"
(#99) Closing brace must be on a line by itself
(#101) Expected "if (...) {\n"; found "if (...) {"
(#101) Closing brace must be on a line by itself
(#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
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#132) Expected "if (...) {\n"; found "if(...){\n"
(#132) Expected 1 space before ">="; 0 found
(#132) Expected 1 space after ">="; 0 found
(#133) Calls to PHP native functions must be lowercase; expected "round" but found "ROUND"
(#134) Commas (,) must be followed by white space.
(#134) Commas (,) must be followed by white space.
(#134) Commas (,) must be followed by white space.
(#134) Short array syntax must be used to define arrays
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) No space found before comment text; expected "// recalculate all final grades" but found "//recalculate all final grades"
(#141) Expected 1 space before opening brace; found 0
(#145) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#146) Commas (,) must be followed by white space.
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) 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"
(#151) Expected 1 space before opening brace; found 0
(#152) Commas (,) must be followed by white space.
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) 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.."
(#155) Expected "if (...) {\n"; found "if(...){\n"
(#158) Expected "} else {\n"; found "}else{\n"
(#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 "// 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"
(#166) Short array syntax must be used to define arrays
(#167) There should be a comma after the last array item in a multi-line array.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#172) Expected "if (...) {\n"; found "if (...) {"
(#172) Closing brace must be on a line by itself
(#173) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) 3 slashes comments are not allowed; use "// Comment." instead
(#175) 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)"
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) 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"
(#220) Calls to PHP native functions must be lowercase; expected "round" but found "ROUND"
(#221) Short array syntax must be used to define arrays
(#222) Expected 1 space before "="; 0 found
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) 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"
(#226) Expected "if (...) {\n"; found "if(...) {\n"
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) 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"
(#234) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#235) 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"
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#237) Commas (,) must be followed by white space.
(#238) Opening brace should be on the same line as the declaration
(#248) 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"
(#249) 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"
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before opening brace; found 0
(#252) Line indented incorrectly; expected at least 8 spaces, found 7
(#254) Line indented incorrectly; expected at least 8 spaces, found 7
(#254) 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"
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#257) Commas (,) must be followed by white space.
(#258) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#263) Expected "if (...) {\n"; found "if(...){\n"
(#264) Line indented incorrectly; expected at least 12 spaces, found 11
(#264) Commas (,) must be followed by white space.
(#265) Line indented incorrectly; expected 8 spaces, found 7
(#265) Closing brace indented incorrectly; expected 8 spaces, found 7
(#266) Expected "if (...) {\n"; found "if(...){\n"
(#267) Commas (,) must be followed by white space.
(#270) Expected "if (...) {\n"; found "if(...){\n"
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) 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"
(#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 no token object the creds were wrong ... or something" but found "//if we have no token object the creds were wrong ... or something"
(#279) Expected "if (...) {\n"; found "if(...){\n"
(#280) Commas (,) must be followed by white space.
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) 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"
(#282) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Commas (,) must be followed by white space.
(#283) Commas (,) must be followed by white space.
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Line indented incorrectly; expected at least 12 spaces, found 8
(#284) 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."
(#285) Usage of ELSEIF not allowed; use ELSE IF instead
(#285) Commas (,) must be followed by white space.
(#288) Expected "if (...) {\n"; found "if(...){\n"
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) 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."
(#293) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#294) Commas (,) must be followed by white space.
(#295) Commas (,) must be followed by white space.
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#299) Expected "if (...) {\n"; found "if(...){\n"
(#299) Commas (,) must be followed by white space.
(#300) Commas (,) must be followed by white space.
(#301) Commas (,) must be followed by white space.
(#302) Expected "} else {\n"; found "}else{\n"
(#303) Commas (,) must be followed by white space.
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) 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"
(#312) Opening brace should be on the same line as the declaration
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) 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"
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Expected "if (...) {\n"; found "if(...){\n"
(#322) Expected 1 space before "=="; 0 found
(#322) Expected 1 space after "=="; 0 found
(#323) Expected "if (...) {\n"; found "if(...){\n"
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Variable "token_url" must not contain underscores.
(#329) Expected 1 space after "="; 2 found
(#330) Short array syntax must be used to define arrays
(#333) Expected 1 space before "=>"; 0 found
(#333) Expected 1 space after "=>"; 0 found
(#333) There should be a comma after the last array item in a multi-line array.
(#335) Variable "token_response" must not contain underscores.
(#335) Variable "token_url" must not contain underscores.
(#335) Commas (,) must be followed by white space.
(#336) Variable "token_response" must not contain underscores.
(#337) Variable "resp_object" must not contain underscores.
(#337) Variable "token_response" must not contain underscores.
(#338) Expected "if (...) {\n"; found "if(...) {\n"
(#338) Variable "resp_object" must not contain underscores.
(#338) Variable "resp_object" must not contain underscores.
(#338) Commas (,) must be followed by white space.
(#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 "// 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"
(#341) Expected "if (...) {\n"; found "if(...) {\n"
(#341) Variable "resp_object" must not contain underscores.
(#342) Variable "resp_object" must not contain underscores.
(#342) Variable "resp_object" must not contain underscores.
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) 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"
(#345) Expected "} else {\n"; found "}else{\n"
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) No space found before comment text; expected "// cache the token" but found "//cache the token"
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#355) Expected 1 space before "="; 0 found
(#355) Expected 1 space after "="; 0 found
(#356) Expected "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.
(#368) Expected "if (...) {\n"; found "if(...){\n"
(#368) Variable "resp_object" must not contain underscores.
(#368) Commas (,) must be followed by white space.
(#369) Variable "resp_object" must not contain underscores.
(#375) Expected "} else {\n"; found "}else{\n"
(#377) Expected "if (...) {\n"; found "if(...) {\n"
(#377) Empty IF statement detected
(#377) Variable "resp_object" must not contain underscores.
(#377) Variable "resp_object" must not contain underscores.
(#377) Commas (,) must be followed by white space.
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) This comment is 43% valid code; is this commented out code?
(#378) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#381) Expected "} else {\n"; found "}else{\n"
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) No space found before comment text; expected "// check site URL is actually registered" but found "//check site URL is actually registered"
(#388) Visibility must be declared on method "is_site_registered"
(#391) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) 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"
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) No space found before comment text; expected "// just in case, lowercase'ify them" but found "//just in case, lowercase'ify them"
(#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 "// add http:// or https:// to URLs that do not have it" but found "//add http:// or https:// to URLs that do not have it"
(#405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) 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"
(#406) Variable "wwwroot_bits" must not contain underscores.
(#407) Variable "registered_bits" must not contain underscores.
(#408) Variable "wwwroot_bits" must not contain underscores.
(#408) Variable "registered_bits" must not contain underscores.
(#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 "// this is not a match" but found "//this is not a match"
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#413) 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"
(#414) Variable "wildcard_subdomain_wwwroot" must not contain underscores.
(#415) Variable "wwwroot_bits" must not contain underscores.
(#416) Variable "wwwroot_bits" must not contain underscores.
(#418) Variable "wildcard_subdomain_wwwroot" must not contain underscores.
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) No space found before comment text; expected "// this is not a match" but found "//this is not a match"
(#424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#424) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) 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"
(#425) Variable "registered_bits" must not contain underscores.
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) 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"
(#427) Variable "registered_bits" must not contain underscores.
(#427) Variable "wwwroot_bits" must not contain underscores.
(#428) Inline comments must start with a capital letter, digit or 3-dots sequence
(#428) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) No space found before comment text; expected "// this is a match" but found "//this is a match"
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) No space found before comment text; expected "// this will cover subdomain matches" but found "//this will cover subdomain matches"
(#431) Variable "registered_bits" must not contain underscores.
(#431) Variable "wildcard_subdomain_wwwroot" must not contain underscores.
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) No space found before comment text; expected "// yay we are registered!!!!" but found "//yay we are registered!!!!"
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) No space found before comment text; expected "// not a match" but found "//not a match"
(#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 "// not a match" but found "//not a match"
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#446) No space found before comment text; expected "// check token and tokenobject(from cache)" but found "//check token and tokenobject(from cache)"
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) 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"
(#448) Expected 1 space before opening brace; found 0
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) No space found before comment text; expected "// check token authenticated" but found "//check token authenticated"
(#452) Expected "if (...) {\n"; found "if(...) {\n"
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) 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]"
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) 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]"
(#473) Inline comments must start with a capital letter, digit or 3-dots sequence
(#484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#484) 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."
(#489) Short array syntax must be used to define arrays
(#491) There should be a comma after the last array item in a multi-line array.
(#495) Line indented incorrectly; expected 4 spaces, found 2
(#495) Expected 1 space before opening brace; found 0
(#496) Line indented incorrectly; expected at least 8 spaces, found 6
(#496) Short array syntax must be used to define arrays
(#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) Commas (,) must be followed by white space.
(#501) Commas (,) must be followed by white space.
(#502) Commas (,) must be followed by white space.
(#503) Commas (,) must be followed by white space.
(#504) Commas (,) must be followed by white space.
(#505) Commas (,) must be followed by white space.
(#506) Commas (,) must be followed by white space.
(#507) Commas (,) must be followed by white space.
(#508) Commas (,) must be followed by white space.
(#508) There should be a comma after the last array item in a multi-line array.
(#509) Line indented incorrectly; expected at least 8 spaces, found 6
(#510) Line indented incorrectly; expected 4 spaces, found 2
(#512) Expected 1 space before opening brace; found 0
(#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
(#517) Closing brace must be on a line by itself
(#518) Closing brace must be on a line by itself
(#519) Closing brace must be on a line by itself
(#520) Closing brace must be on a line by itself
(#521) Closing brace must be on a line by itself
(#522) Closing brace must be on a line by itself
(#523) Closing brace must be on a line by itself
(#524) Closing brace must be on a line by itself
(#525) Closing brace must be on a line by itself
(#529) Expected 1 space before opening brace; found 0
(#530) Short array syntax must be used to define arrays
(#531) Commas (,) must be followed by white space.
(#532) Commas (,) must be followed by white space.
(#532) Commas (,) must be followed by white space.
(#533) Commas (,) must be followed by white space.
(#533) Commas (,) must be followed by white space.
(#534) Commas (,) must be followed by white space.
(#534) Commas (,) must be followed by white space.
(#535) Commas (,) must be followed by white space.
(#536) Commas (,) must be followed by white space.
(#536) Commas (,) must be followed by white space.
(#537) Commas (,) must be followed by white space.
(#537) Commas (,) must be followed by white space.
(#538) Commas (,) must be followed by white space.
(#538) Commas (,) must be followed by white space.
(#538) Short array syntax must be used to define arrays
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#538) Commas (,) must be followed by white space.
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#539) Commas (,) must be followed by white space.
(#539) Commas (,) must be followed by white space.
(#539) There should be a comma after the last array item in a multi-line array.
(#543) Line indented incorrectly; expected 4 spaces, found 2
(#543) Expected 1 space before opening brace; found 0
(#544) Line indented incorrectly; expected at least 8 spaces, found 6
(#544) Short array syntax must be used to define arrays
(#545) Expected 1 space before "=>"; 0 found
(#545) Expected 1 space after "=>"; 0 found
(#546) Expected 1 space before "=>"; 0 found
(#546) Expected 1 space after "=>"; 0 found
(#547) Expected 1 space before "=>"; 0 found
(#547) Expected 1 space after "=>"; 0 found
(#548) Expected 1 space before "=>"; 0 found
(#548) Expected 1 space after "=>"; 0 found
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#551) Expected 1 space before "=>"; 0 found
(#551) Expected 1 space after "=>"; 0 found
(#552) Expected 1 space before "=>"; 0 found
(#552) Expected 1 space after "=>"; 0 found
(#553) Expected 1 space before "=>"; 0 found
(#553) Expected 1 space after "=>"; 0 found
(#553) Commas (,) must be followed by white space.
(#553) There should be a comma after the last array item in a multi-line array.
(#554) Line indented incorrectly; expected at least 8 spaces, found 6
(#555) Line indented incorrectly; expected 4 spaces, found 2
(#558) Short array syntax must be used to define arrays
(#559) There should be a comma after the last array item in a multi-line array.
(#564) Short array syntax must be used to define arrays
(#565) There should be a comma after the last array item in a multi-line array.
(#569) Expected 1 space before opening brace; found 0
(#570) Line indented incorrectly; expected at least 8 spaces, found 6
(#571) Variable "file_external" must not contain underscores.
(#572) Variable "file_internal" must not contain underscores.
(#573) Short array syntax must be used to define arrays
(#574) Short array syntax must be used to define arrays
(#574) Expected 1 space before "=>"; 0 found
(#574) Variable "file_internal" must not contain underscores.
(#574) There should be a comma after the last array item in a multi-line array.
(#574) Variable "file_external" must not contain underscores.
(#577) Inline comments must start with a capital letter, digit or 3-dots sequence
(#577) Inline comments must end in full-stops, exclamation marks, or question marks
(#577) 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"
(#589) Inline comments must start with a capital letter, digit or 3-dots sequence
(#589) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) 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"
(#590) Commas (,) must be followed by white space.
(#590) Commas (,) must be followed by white space.
(#590) Commas (,) must be followed by white space.
(#593) Inline comments must end in full-stops, exclamation marks, or question marks
(#593) No space found before comment text; expected "// If this is the "notts" voice, then we just return false" but found "//If this is the "notts" voice, then we just return false"
(#594) Expected "if (...) {\n"; found "if(...){"
(#594) Expected 1 space before "="; 0 found
(#594) Expected 1 space after "="; 0 found
(#594) Closing brace must be on a line by itself
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#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) This comment is 43% valid code; is this commented out code?
(#599) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#600) Short array syntax must be used to define arrays
(#608) Commas (,) must be followed by white space.
(#610) Expected 1 space before "?"; 0 found
(#610) Expected 1 space after "?"; 0 found
(#618) Inline comments must start with a capital letter, digit or 3-dots sequence
(#618) Inline comments must end in full-stops, exclamation marks, or question marks
(#618) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#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 "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#630) Expected 1 space before opening brace; found 0
(#632) Commas (,) must be followed by white space.
(#632) Short array syntax must be used to define arrays
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#634) Inline comments must start with a capital letter, digit or 3-dots sequence
(#634) Inline comments must end in full-stops, exclamation marks, or question marks
(#634) No space found before comment text; expected "// echo header row" but found "//echo header row"
(#637) Inline comments must start with a capital letter, digit or 3-dots sequence
(#637) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#643) Inline comments must start with a capital letter, digit or 3-dots sequence
(#643) Inline comments must end in full-stops, exclamation marks, or question marks
(#643) No space found before comment text; expected "// echo header" but found "//echo header"
(#644) Short array syntax must be used to define arrays
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#650) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#654) Inline comments must start with a capital letter, digit or 3-dots sequence
(#654) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#658) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#661) Expected 1 space before "="; 0 found
(#661) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "?"; 0 found
(#662) Expected 1 space after "?"; 0 found
(#662) Expected 1 space before ":"; 0 found
(#662) Expected 1 space after ":"; 0 found
(#663) Expected 1 space before "="; 0 found
(#663) Expected 1 space after "="; 0 found
(#663) Expected 1 space before "?"; 0 found
(#663) Expected 1 space after "?"; 0 found
(#663) Expected 1 space before ":"; 0 found
(#663) Expected 1 space after ":"; 0 found
(#664) Expected 1 space before "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#664) Expected 1 space before "?"; 0 found
(#664) Expected 1 space after "?"; 0 found
(#664) Expected 1 space before ":"; 0 found
(#664) Expected 1 space after ":"; 0 found
(#665) Expected 1 space before "="; 0 found
(#665) Expected 1 space after "="; 0 found
(#665) Expected 1 space before "?"; 0 found
(#665) Expected 1 space after "?"; 0 found
(#665) Expected 1 space before ":"; 0 found
(#665) Expected 1 space after ":"; 0 found
(#666) Expected 1 space before "="; 0 found
(#666) Expected 1 space after "="; 0 found
(#666) Expected 1 space before "?"; 0 found
(#666) Expected 1 space after "?"; 0 found
(#666) Expected 1 space before ":"; 0 found
(#666) Expected 1 space after ":"; 0 found
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Expected 1 space before "?"; 0 found
(#667) Expected 1 space after "?"; 0 found
(#667) Expected 1 space before ":"; 0 found
(#667) Expected 1 space after ":"; 0 found
(#668) Expected 1 space before "="; 0 found
(#668) Expected 1 space after "="; 0 found
(#668) Expected 1 space before "?"; 0 found
(#668) Expected 1 space after "?"; 0 found
(#668) Expected 1 space before ":"; 0 found
(#668) Expected 1 space after ":"; 0 found
(#669) Expected 1 space before "="; 0 found
(#669) Expected 1 space after "="; 0 found
(#669) Expected 1 space before "?"; 0 found
(#669) Expected 1 space after "?"; 0 found
(#669) Expected 1 space before ":"; 0 found
(#669) Expected 1 space after ":"; 0 found
(#670) Expected 1 space before "="; 0 found
(#670) Expected 1 space after "="; 0 found
(#670) Expected 1 space before "?"; 0 found
(#670) Expected 1 space after "?"; 0 found
(#670) Expected 1 space before ":"; 0 found
(#670) Expected 1 space after ":"; 0 found
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Expected 1 space before "?"; 0 found
(#671) Expected 1 space after "?"; 0 found
(#671) Expected 1 space before ":"; 0 found
(#671) Expected 1 space after ":"; 0 found
(#672) Expected 1 space before "="; 0 found
(#672) Expected 1 space after "="; 0 found
(#672) Expected 1 space before "?"; 0 found
(#672) Expected 1 space after "?"; 0 found
(#672) Expected 1 space before ":"; 0 found
(#672) Expected 1 space after ":"; 0 found
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#673) Expected 1 space before "?"; 0 found
(#673) Expected 1 space after "?"; 0 found
(#673) Expected 1 space before ":"; 0 found
(#673) Expected 1 space after ":"; 0 found
(#674) Commas (,) must be followed by white space.
(#674) Commas (,) must be followed by white space.
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#677) No space found before comment text; expected "// After file is created, die" but found "//After file is created, die"
(#681) Inline comments must start with a capital letter, digit or 3-dots sequence
(#681) Inline comments must end in full-stops, exclamation marks, or question marks
(#681) No space found before comment text; expected "// fetch the dictionary entries from cloud poodll" but found "//fetch the dictionary entries from cloud poodll"
(#685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#685) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) No space found before comment text; expected "// if we already have a token just use that" but found "//if we already have a token just use that"
(#688) Expected "if (...) {\n"; found "if(...){\n"
(#692) Inline comments must end in full-stops, exclamation marks, or question marks
(#692) No space found before comment text; expected "// If we dont have a youglish token we need a poodlltoken to make the API call to get one" but found "//If we dont have a youglish token we need a poodlltoken to make the API call to get one"
(#693) Expected 1 space before "="; 0 found
(#693) Expected 1 space after "="; 0 found
(#694) Expected 1 space before "="; 0 found
(#698) Expected "if (...) {\n"; found "if(...){\n"
(#701) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#703) Inline comments must end in full-stops, exclamation marks, or question marks
(#703) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#706) Inline comments must start with a capital letter, digit or 3-dots sequence
(#706) Inline comments must end in full-stops, exclamation marks, or question marks
(#706) This comment is 43% valid code; is this commented out code?
(#706) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#707) Short array syntax must be used to define arrays
(#719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#719) Inline comments must end in full-stops, exclamation marks, or question marks
(#719) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#722) Inline comments must end in full-stops, exclamation marks, or question marks
(#722) 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"
(#732) Inline comments must start with a capital letter, digit or 3-dots sequence
(#732) Inline comments must end in full-stops, exclamation marks, or question marks
(#732) No space found before comment text; expected "// fetch the dictionary entries from cloud poodll" but found "//fetch the dictionary entries from cloud poodll"
(#733) Commas (,) must be followed by white space.
(#736) Expected 1 space before "="; 0 found
(#736) Expected 1 space after "="; 0 found
(#737) Expected 1 space before "="; 0 found
(#741) Expected "if (...) {\n"; found "if(...){\n"
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#748) Inline comments must start with a capital letter, digit or 3-dots sequence
(#748) Inline comments must end in full-stops, exclamation marks, or question marks
(#748) This comment is 43% valid code; is this commented out code?
(#748) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#749) Short array syntax must be used to define arrays
(#754) Expected 1 space after "="; 0 found
(#755) Expected 1 space after "="; 0 found
(#764) Inline comments must start with a capital letter, digit or 3-dots sequence
(#764) Inline comments must end in full-stops, exclamation marks, or question marks
(#764) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#767) Inline comments must start with a capital letter, digit or 3-dots sequence
(#767) Inline comments must end in full-stops, exclamation marks, or question marks
(#767) 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"
(#776) Line indented incorrectly; expected 4 spaces, found 2
(#776) Expected 1 space before opening brace; found 0
(#780) Line indented incorrectly; expected 4 spaces, found 2
(#782) Line indented incorrectly; expected 4 spaces, found 2
(#782) Expected 1 space before opening brace; found 0
(#783) Line indented incorrectly; expected at least 8 spaces, found 6
(#783) Expected 1 space before "="; 0 found
(#783) Short array syntax must be used to define arrays
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#785) Inline comments must start with a capital letter, digit or 3-dots sequence
(#785) Inline comments must end in full-stops, exclamation marks, or question marks
(#785) This comment is 56% valid code; is this commented out code?
(#785) No space found before comment text; expected "// constants::M_LANG_ARSA => []," but found "//constants::M_LANG_ARSA => [],"
(#786) Expected 1 space before "=>"; 0 found
(#786) Expected 1 space after "=>"; 0 found
(#786) Commas (,) must be followed by white space.
(#786) Expected 1 space before "=>"; 0 found
(#786) Expected 1 space after "=>"; 0 found
(#787) Expected 1 space before "=>"; 0 found
(#787) Expected 1 space after "=>"; 0 found
(#787) Commas (,) must be followed by white space.
(#787) Expected 1 space before "=>"; 0 found
(#787) Expected 1 space after "=>"; 0 found
(#787) Expected 1 space before "=>"; 0 found
(#787) Expected 1 space after "=>"; 0 found
(#787) Commas (,) must be followed by white space.
(#787) Expected 1 space before "=>"; 0 found
(#787) Expected 1 space after "=>"; 0 found
(#788) Expected 1 space before "=>"; 0 found
(#788) Expected 1 space after "=>"; 0 found
(#789) Inline comments must start with a capital letter, digit or 3-dots sequence
(#789) Inline comments must end in full-stops, exclamation marks, or question marks
(#789) This comment is 56% valid code; is this commented out code?
(#789) No space found before comment text; expected "// constants::M_LANG_DECH => []," but found "//constants::M_LANG_DECH => [],"
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Commas (,) must be followed by white space.
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Commas (,) must be followed by white space.
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Commas (,) must be followed by white space.
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Commas (,) must be followed by white space.
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#791) Commas (,) must be followed by white space.
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#791) Commas (,) must be followed by white space.
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#791) Commas (,) must be followed by white space.
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#791) There should be a comma after the last array item in a multi-line array.
(#792) Expected 1 space before "=>"; 0 found
(#792) Expected 1 space after "=>"; 0 found
(#792) Commas (,) must be followed by white space.
(#792) Expected 1 space before "=>"; 0 found
(#792) Expected 1 space after "=>"; 0 found
(#792) Expected 1 space before "=>"; 0 found
(#792) Expected 1 space after "=>"; 0 found
(#793) Expected 1 space before "=>"; 0 found
(#793) Expected 1 space after "=>"; 0 found
(#793) Commas (,) must be followed by white space.
(#793) Expected 1 space before "=>"; 0 found
(#793) Expected 1 space after "=>"; 0 found
(#793) Commas (,) must be followed by white space.
(#793) Expected 1 space before "=>"; 0 found
(#793) Expected 1 space after "=>"; 0 found
(#794) Expected 1 space before "=>"; 0 found
(#794) Expected 1 space after "=>"; 0 found
(#795) Expected 1 space before "=>"; 0 found
(#795) Expected 1 space after "=>"; 0 found
(#796) Expected 1 space before "=>"; 0 found
(#796) Expected 1 space after "=>"; 0 found
(#796) Expected 1 space before "=>"; 0 found
(#796) Expected 1 space after "=>"; 0 found
(#796) Expected 1 space before "=>"; 0 found
(#796) Expected 1 space after "=>"; 0 found
(#797) Inline comments must start with a capital letter, digit or 3-dots sequence
(#797) Inline comments must end in full-stops, exclamation marks, or question marks
(#797) This comment is 56% valid code; is this commented out code?
(#797) Line indented incorrectly; expected at least 14 spaces, found 10
(#798) Expected 1 space before "=>"; 0 found
(#798) Expected 1 space after "=>"; 0 found
(#799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#799) This comment is 56% valid code; is this commented out code?
(#799) Line indented incorrectly; expected at least 14 spaces, found 10
(#800) Expected 1 space before "=>"; 0 found
(#800) Expected 1 space after "=>"; 0 found
(#800) Commas (,) must be followed by white space.
(#800) Expected 1 space before "=>"; 0 found
(#800) Expected 1 space after "=>"; 0 found
(#800) Commas (,) must be followed by white space.
(#800) Expected 1 space before "=>"; 0 found
(#800) Expected 1 space after "=>"; 0 found
(#801) Expected 1 space before "=>"; 0 found
(#801) Expected 1 space after "=>"; 0 found
(#801) Expected 1 space before "=>"; 0 found
(#801) Expected 1 space after "=>"; 0 found
(#801) Expected 1 space before "=>"; 0 found
(#801) Expected 1 space after "=>"; 0 found
(#802) Inline comments must start with a capital letter, digit or 3-dots sequence
(#802) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) This comment is 56% valid code; is this commented out code?
(#802) Line indented incorrectly; expected at least 14 spaces, found 10
(#802) No space found before comment text; expected "// constants::M_LANG_FAIR => []," but found "//constants::M_LANG_FAIR => [],"
(#803) Expected 1 space before "=>"; 0 found
(#803) Expected 1 space after "=>"; 0 found
(#803) Expected 1 space before "=>"; 0 found
(#803) Expected 1 space after "=>"; 0 found
(#803) Commas (,) must be followed by white space.
(#803) Expected 1 space before "=>"; 0 found
(#803) Expected 1 space after "=>"; 0 found
(#804) Expected 1 space before "=>"; 0 found
(#804) Expected 1 space after "=>"; 0 found
(#804) Commas (,) must be followed by white space.
(#804) Expected 1 space before "=>"; 0 found
(#804) Expected 1 space after "=>"; 0 found
(#804) Expected 1 space before "=>"; 0 found
(#804) Expected 1 space after "=>"; 0 found
(#805) Expected 1 space before "=>"; 0 found
(#805) Expected 1 space after "=>"; 0 found
(#806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#806) This comment is 53% valid code; is this commented out code?
(#806) Line indented incorrectly; expected at least 14 spaces, found 10
(#806) No space found before comment text; expected "// constants::M_LANG_HEIL => []," but found "//constants::M_LANG_HEIL => [],"
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#807) Line indented incorrectly; expected at least 14 spaces, found 10
(#807) No space found before comment text; expected "// constants::M_LANG_IDID => []," but found "//constants::M_LANG_IDID => [],"
(#808) Expected 1 space before "=>"; 0 found
(#808) Expected 1 space after "=>"; 0 found
(#808) Expected 1 space before "=>"; 0 found
(#808) Expected 1 space after "=>"; 0 found
(#808) Expected 1 space before "=>"; 0 found
(#808) Expected 1 space after "=>"; 0 found
(#809) Expected 1 space before "=>"; 0 found
(#809) Expected 1 space after "=>"; 0 found
(#809) Commas (,) must be followed by white space.
(#809) Expected 1 space before "=>"; 0 found
(#809) Expected 1 space after "=>"; 0 found
(#810) Expected 1 space before "=>"; 0 found
(#810) Expected 1 space after "=>"; 0 found
(#811) Inline comments must start with a capital letter, digit or 3-dots sequence
(#811) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) This comment is 56% valid code; is this commented out code?
(#811) Line indented incorrectly; expected at least 14 spaces, found 10
(#811) No space found before comment text; expected "// constants::M_LANG_MSMY => []," but found "//constants::M_LANG_MSMY => [],"
(#812) Expected 1 space before "=>"; 0 found
(#812) Expected 1 space after "=>"; 0 found
(#812) Commas (,) must be followed by white space.
(#812) Expected 1 space before "=>"; 0 found
(#812) Expected 1 space after "=>"; 0 found
(#812) Commas (,) must be followed by white space.
(#812) Expected 1 space before "=>"; 0 found
(#812) Expected 1 space after "=>"; 0 found
(#813) Expected 1 space before "=>"; 0 found
(#813) Expected 1 space after "=>"; 0 found
(#813) Commas (,) must be followed by white space.
(#813) Expected 1 space before "=>"; 0 found
(#813) Expected 1 space after "=>"; 0 found
(#814) Expected 1 space before "=>"; 0 found
(#814) Expected 1 space after "=>"; 0 found
(#814) Expected 1 space before "=>"; 0 found
(#814) Expected 1 space after "=>"; 0 found
(#814) Commas (,) must be followed by white space.
(#814) Expected 1 space before "=>"; 0 found
(#814) Expected 1 space after "=>"; 0 found
(#815) Expected 1 space before "=>"; 0 found
(#815) Expected 1 space after "=>"; 0 found
(#815) Commas (,) must be followed by white space.
(#815) Expected 1 space before "=>"; 0 found
(#815) Expected 1 space after "=>"; 0 found
(#816) Expected 1 space before "=>"; 0 found
(#816) Expected 1 space after "=>"; 0 found
(#816) Commas (,) must be followed by white space.
(#816) Expected 1 space before "=>"; 0 found
(#816) Expected 1 space after "=>"; 0 found
(#817) Inline comments must start with a capital letter, digit or 3-dots sequence
(#817) This comment is 53% valid code; is this commented out code?
(#817) Line indented incorrectly; expected at least 14 spaces, found 10
(#817) No space found before comment text; expected "// constants::M_LANG_TAIN => []," but found "//constants::M_LANG_TAIN => [],"
(#818) Inline comments must end in full-stops, exclamation marks, or question marks
(#818) Line indented incorrectly; expected at least 14 spaces, found 10
(#818) No space found before comment text; expected "// constants::M_LANG_TEIN => []," but found "//constants::M_LANG_TEIN => [],"
(#819) Expected 1 space before "=>"; 0 found
(#819) Expected 1 space after "=>"; 0 found
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#822) Line indented incorrectly; expected at least 14 spaces, found 10
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Line exceeds 132 characters; contains 138 characters
(#823) Line indented incorrectly; expected at least 14 spaces, found 10
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Commas (,) must be followed by white space.
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Commas (,) must be followed by white space.
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Commas (,) must be followed by white space.
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#824) Line indented incorrectly; expected at least 14 spaces, found 10
(#824) Expected 1 space before "=>"; 0 found
(#824) Expected 1 space after "=>"; 0 found
(#824) Commas (,) must be followed by white space.
(#824) Expected 1 space before "=>"; 0 found
(#824) Expected 1 space after "=>"; 0 found
(#825) Line indented incorrectly; expected at least 14 spaces, found 10
(#825) Expected 1 space before "=>"; 0 found
(#825) Expected 1 space after "=>"; 0 found
(#826) Line indented incorrectly; expected at least 14 spaces, found 10
(#826) Expected 1 space before "=>"; 0 found
(#826) Expected 1 space after "=>"; 0 found
(#827) Line indented incorrectly; expected at least 14 spaces, found 10
(#827) Expected 1 space before "=>"; 0 found
(#827) Expected 1 space after "=>"; 0 found
(#827) Commas (,) must be followed by white space.
(#827) Expected 1 space before "=>"; 0 found
(#827) Expected 1 space after "=>"; 0 found
(#827) Commas (,) must be followed by white space.
(#827) Expected 1 space before "=>"; 0 found
(#827) Expected 1 space after "=>"; 0 found
(#827) Commas (,) must be followed by white space.
(#827) Expected 1 space before "=>"; 0 found
(#827) Expected 1 space after "=>"; 0 found
(#827) Line exceeds 132 characters; contains 162 characters
(#828) Line indented incorrectly; expected at least 14 spaces, found 10
(#828) Expected 1 space before "=>"; 0 found
(#828) Expected 1 space after "=>"; 0 found
(#828) Commas (,) must be followed by white space.
(#828) Expected 1 space before "=>"; 0 found
(#828) Expected 1 space after "=>"; 0 found
(#829) Line indented incorrectly; expected at least 14 spaces, found 10
(#829) Expected 1 space before "=>"; 0 found
(#829) Expected 1 space after "=>"; 0 found
(#831) Line indented incorrectly; expected at least 14 spaces, found 10
(#831) Short array syntax must be used to define arrays
(#831) Commas (,) must be followed by white space.
(#831) Inline comments must start with a capital letter, digit or 3-dots sequence
(#831) Inline comments must end in full-stops, exclamation marks, or question marks
(#831) No space found before comment text; expected "// nikolai" but found "//nikolai"
(#832) Line indented incorrectly; expected at least 14 spaces, found 10
(#832) Short array syntax must be used to define arrays
(#833) Line indented incorrectly; expected at least 14 spaces, found 10
(#833) Short array syntax must be used to define arrays
(#834) Inline comments must start with a capital letter, digit or 3-dots sequence
(#834) Inline comments must end in full-stops, exclamation marks, or question marks
(#834) This comment is 60% valid code; is this commented out code?
(#834) Line indented incorrectly; expected at least 14 spaces, found 10
(#835) Line indented incorrectly; expected at least 14 spaces, found 10
(#835) Short array syntax must be used to define arrays
(#836) Line indented incorrectly; expected at least 14 spaces, found 10
(#836) Short array syntax must be used to define arrays
(#837) Line indented incorrectly; expected at least 14 spaces, found 10
(#837) Short array syntax must be used to define arrays
(#838) Inline comments must start with a capital letter, digit or 3-dots sequence
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#838) This comment is 60% valid code; is this commented out code?
(#838) Line indented incorrectly; expected at least 14 spaces, found 10
(#838) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#839) Line indented incorrectly; expected at least 14 spaces, found 10
(#839) Short array syntax must be used to define arrays
(#840) Inline comments must start with a capital letter, digit or 3-dots sequence
(#840) Inline comments must end in full-stops, exclamation marks, or question marks
(#840) This comment is 60% valid code; is this commented out code?
(#840) Line indented incorrectly; expected at least 14 spaces, found 10
(#840) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#841) Line indented incorrectly; expected at least 14 spaces, found 10
(#841) Short array syntax must be used to define arrays
(#842) Line indented incorrectly; expected at least 14 spaces, found 10
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Short array syntax must be used to define arrays
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#844) Line indented incorrectly; expected at least 8 spaces, found 6
(#845) Line indented incorrectly; expected 8 spaces, found 6
(#845) Expected "if (...) {\n"; found "if(...) {\n"
(#845) Commas (,) must be followed by white space.
(#846) Line indented incorrectly; expected at least 12 spaces, found 10
(#847) Line indented incorrectly; expected 8 spaces, found 6
(#847) Usage of ELSEIF not allowed; use ELSE IF instead
(#847) Commas (,) must be followed by white space.
(#848) Line indented incorrectly; expected at least 12 spaces, found 10
(#850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#850) Inline comments must end in full-stops, exclamation marks, or question marks
(#850) Line indented incorrectly; expected at least 12 spaces, found 10
(#850) No space found before comment text; expected "// add current language first" but found "//add current language first"
(#851) Line indented incorrectly; expected 12 spaces, found 10
(#852) Line indented incorrectly; expected at least 16 spaces, found 14
(#853) Line indented incorrectly; expected at least 16 spaces, found 14
(#854) Line indented incorrectly; expected 12 spaces, found 10
(#855) Inline comments must start with a capital letter, digit or 3-dots sequence
(#855) Inline comments must end in full-stops, exclamation marks, or question marks
(#855) Line indented incorrectly; expected at least 12 spaces, found 10
(#855) No space found before comment text; expected "// then all the rest" but found "//then all the rest"
(#856) Line indented incorrectly; expected 12 spaces, found 10
(#857) Line indented incorrectly; expected 16 spaces, found 14
(#858) Line indented incorrectly; expected at least 20 spaces, found 18
(#859) Line indented incorrectly; expected 16 spaces, found 14
(#860) Line indented incorrectly; expected 16 spaces, found 14
(#861) Line indented incorrectly; expected at least 20 spaces, found 18
(#862) Line indented incorrectly; expected at least 20 spaces, found 18
(#863) Line indented incorrectly; expected 16 spaces, found 14
(#864) Line indented incorrectly; expected 12 spaces, found 10
(#865) Line indented incorrectly; expected at least 12 spaces, found 10
(#866) Line indented incorrectly; expected 8 spaces, found 6
(#866) Usage of ELSEIF not allowed; use ELSE IF instead
(#866) Commas (,) must be followed by white space.
(#867) Line indented incorrectly; expected at least 12 spaces, found 10
(#867) Expected 1 space before "=>"; 0 found
(#867) Expected 1 space after "=>"; 0 found
(#868) Line indented incorrectly; expected 8 spaces, found 6
(#868) Expected "} else {\n"; found "}else{\n"
(#869) Inline comments must start with a capital letter, digit or 3-dots sequence
(#869) Line indented incorrectly; expected at least 12 spaces, found 10
(#869) No space found before comment text; expected "// what could this be?" but found "//what could this be?"
(#870) Line indented incorrectly; expected at least 12 spaces, found 10
(#871) Line indented incorrectly; expected 8 spaces, found 6
(#872) This comment is 69% valid code; is this commented out code?
(#872) Line indented incorrectly; expected at least 8 spaces, found 4
(#873) Line exceeds maximum limit of 180 characters; contains 249 characters
(#873) Line indented incorrectly; expected at least 8 spaces, found 6
(#874) Line indented incorrectly; expected at least 8 spaces, found 6
(#875) Line indented incorrectly; expected at least 8 spaces, found 6
(#876) Line indented incorrectly; expected at least 8 spaces, found 6
(#877) Line indented incorrectly; expected at least 8 spaces, found 6
(#878) Line indented incorrectly; expected at least 8 spaces, found 6
(#879) Line indented incorrectly; expected at least 8 spaces, found 6
(#880) Line indented incorrectly; expected at least 8 spaces, found 6
(#881) Line indented incorrectly; expected at least 8 spaces, found 6
(#882) Line indented incorrectly; expected at least 8 spaces, found 6
(#883) Line indented incorrectly; expected at least 8 spaces, found 6
(#884) Line indented incorrectly; expected at least 8 spaces, found 6
(#885) Line indented incorrectly; expected at least 8 spaces, found 6
(#886) Line indented incorrectly; expected at least 8 spaces, found 6
(#887) Line indented incorrectly; expected at least 8 spaces, found 6
(#888) Line exceeds 132 characters; contains 134 characters
(#888) Line indented incorrectly; expected at least 8 spaces, found 6
(#889) Line indented incorrectly; expected at least 8 spaces, found 6
(#890) Line indented incorrectly; expected at least 8 spaces, found 6
(#891) Line indented incorrectly; expected at least 8 spaces, found 6
(#892) Line indented incorrectly; expected at least 8 spaces, found 6
(#893) Line indented incorrectly; expected at least 8 spaces, found 6
(#894) Line indented incorrectly; expected at least 8 spaces, found 6
(#895) Line indented incorrectly; expected at least 8 spaces, found 6
(#896) Line indented incorrectly; expected at least 8 spaces, found 6
(#897) Line indented incorrectly; expected at least 8 spaces, found 6
(#898) Line indented incorrectly; expected at least 8 spaces, found 4
(#900) Line indented incorrectly; expected 4 spaces, found 2
(#902) Line indented incorrectly; expected at least 4 spaces, found 2
(#903) Expected 1 space before opening brace; found 0
(#904) Line indented incorrectly; expected 8 spaces, found 6
(#905) Line indented incorrectly; expected 12 spaces, found 10
(#906) Line indented incorrectly; expected 12 spaces, found 10
(#907) Line indented incorrectly; expected 12 spaces, found 10
(#908) Line indented incorrectly; expected 12 spaces, found 10
(#909) Line indented incorrectly; expected 12 spaces, found 10
(#910) Line indented incorrectly; expected 12 spaces, found 10
(#911) Commas (,) must be followed by white space.
(#911) Space found before semicolon; expected ");" but found ") ;"
(#912) Line indented incorrectly; expected 12 spaces, found 10
(#913) Line indented incorrectly; expected 12 spaces, found 10
(#914) Line indented incorrectly; expected 12 spaces, found 10
(#915) Line indented incorrectly; expected 12 spaces, found 10
(#916) Line indented incorrectly; expected 12 spaces, found 10
(#917) Line indented incorrectly; expected 12 spaces, found 10
(#918) Commas (,) must be followed by white space.
(#920) Line indented incorrectly; expected 8 spaces, found 6
(#924) Expected 1 space before opening brace; found 0
(#941) Expected 1 space before opening brace; found 0
(#972) Expected 1 space before opening brace; found 0
(#974) Expected "if (...) {\n"; found "if(...){\n"
(#974) Expected 1 space before "=="; 0 found
(#974) Expected 1 space after "=="; 0 found
(#975) Variable "ystar_cnt" must not contain underscores.
(#975) Expected 1 space before "="; 0 found
(#975) Expected 1 space after "="; 0 found
(#976) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#976) Expected "if (...) {\n"; found "if(...) {\n"
(#976) Expected 1 space before "<"; 0 found
(#976) Expected 1 space after "<"; 0 found
(#977) Variable "ystar_cnt" must not contain underscores.
(#977) Expected 1 space before "="; 0 found
(#977) Expected 1 space after "="; 0 found
(#978) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#978) Expected "if (...) {\n"; found "if(...) {\n"
(#978) Expected 1 space before "<"; 0 found
(#978) Expected 1 space after "<"; 0 found
(#979) Variable "ystar_cnt" must not contain underscores.
(#979) Expected 1 space before "="; 0 found
(#979) Expected 1 space after "="; 0 found
(#980) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#980) Expected "if (...) {\n"; found "if(...) {\n"
(#980) Expected 1 space before "<"; 0 found
(#980) Expected 1 space after "<"; 0 found
(#981) Variable "ystar_cnt" must not contain underscores.
(#981) Expected 1 space before "="; 0 found
(#981) Expected 1 space after "="; 0 found
(#982) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#982) Expected "if (...) {\n"; found "if(...) {\n"
(#982) Expected 1 space before "<"; 0 found
(#982) Expected 1 space after "<"; 0 found
(#983) Variable "ystar_cnt" must not contain underscores.
(#983) Expected 1 space before "="; 0 found
(#983) Expected 1 space after "="; 0 found
(#984) Expected "} else {\n"; found "}else{\n"
(#985) Variable "ystar_cnt" must not contain underscores.
(#985) Expected 1 space before "="; 0 found
(#985) Expected 1 space after "="; 0 found
(#987) Variable "ystar_cnt" must not contain underscores.
(#988) Variable "gstar_cnt" must not contain underscores.
(#988) Expected 1 space before "="; 0 found
(#988) Variable "ystar_cnt" must not contain underscores.
(#989) Variable "gstar_cnt" must not contain underscores.
(#990) Commas (,) must be followed by white space.
(#993) Expected 1 space before opening brace; found 0
(#1024) Line indented incorrectly; expected 4 spaces, found 2
(#1024) Expected 1 space before opening brace; found 0
(#1025) Line indented incorrectly; expected at least 8 spaces, found 6
(#1025) Expected 1 space after "="; 2 found
(#1025) Short array syntax must be used to define arrays
(#1026) Line indented incorrectly; expected at least 8 spaces, found 6
(#1032) There should be a comma after the last array item in a multi-line array.
(#1033) Line indented incorrectly; expected at least 8 spaces, found 6
(#1041) There should be a comma after the last array item in a multi-line array.
(#1044) Line indented incorrectly; expected 8 spaces, found 6
(#1044) Expected "if (...) {\n"; found "if(...){\n"
(#1044) Expected 1 space before "==="; 0 found
(#1044) Expected 1 space after "==="; 0 found
(#1045) Line indented incorrectly; expected at least 12 spaces, found 10
(#1045) Expected 1 space before "="; 0 found
(#1045) Expected 1 space after "="; 0 found
(#1046) Line indented incorrectly; expected 8 spaces, found 6
(#1046) Expected "} else {\n"; found "}else{\n"
(#1047) Inline comments must end in full-stops, exclamation marks, or question marks
(#1047) Line indented incorrectly; expected at least 12 spaces, found 10
(#1047) 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"
(#1048) Line indented incorrectly; expected at least 12 spaces, found 10
(#1049) Line indented incorrectly; expected 8 spaces, found 6
(#1050) Line indented incorrectly; expected at least 8 spaces, found 6
(#1051) Line indented incorrectly; expected 4 spaces, found 2
(#1053) Expected 1 space before opening brace; found 0
(#1054) Short array syntax must be used to define arrays
(#1055) Expected 1 space before "=>"; 0 found
(#1056) There should be a comma after the last array item in a multi-line array.
(#1058) Line indented incorrectly; expected 4 spaces, found 2
(#1058) Expected 1 space before opening brace; found 0
(#1059) Line indented incorrectly; expected at least 8 spaces, found 6
(#1059) Short array syntax must be used to define arrays
(#1060) Expected 1 space before "=>"; 0 found
(#1061) There should be a comma after the last array item in a multi-line array.
(#1062) Line indented incorrectly; expected 4 spaces, found 2
(#1064) Expected 1 space before opening brace; found 0
(#1065) Short array syntax must be used to define arrays
(#1066) Expected 1 space before "=>"; 0 found
(#1067) There should be a comma after the last array item in a multi-line array.
(#1070) Line indented incorrectly; expected 4 spaces, found 3
(#1071) Line indented incorrectly; expected at least 8 spaces, found 7
(#1071) Short array syntax must be used to define arrays
(#1108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1108) Inline comments must end in full-stops, exclamation marks, or question marks
(#1108) This comment is 50% valid code; is this commented out code?
(#1108) No space found before comment text; expected "// constants::M_LANG_NBNO => get_string('nb-no', constants::M_COMPONENT)," but found "//constants::M_LANG_NBNO => get_string('nb-no', constants::M_COMPONENT),"
(#1112) Commas (,) must be followed by white space.
(#1113) Commas (,) must be followed by white space.
(#1114) Commas (,) must be followed by white space.
(#1115) Commas (,) must be followed by white space.
(#1129) Line indented incorrectly; expected at least 8 spaces, found 7
(#1130) Line indented incorrectly; expected 4 spaces, found 3
(#1132) Expected 1 space before opening brace; found 0
(#1133) Expected "if (...) {\n"; found "if(...){"
(#1133) Expected 1 space before "<="; 0 found
(#1133) Expected 1 space after "<="; 0 found
(#1133) Closing brace must be on a line by itself
(#1134) Expected "if (...) {\n"; found "if(...){"
(#1134) Expected 1 space before "=="; 0 found
(#1134) Expected 1 space after "=="; 0 found
(#1134) Closing brace must be on a line by itself
(#1135) Commas (,) must be followed by white space.
(#1135) Commas (,) must be followed by white space.
(#1144) Commas (,) must be followed by white space.
(#1152) Expected 1 space before "=="; 0 found
(#1152) Expected 1 space after "=="; 0 found
(#1153) Expected 1 space before "=="; 0 found
(#1153) Expected 1 space after "=="; 0 found
(#1154) Expected 1 space before "=="; 0 found
(#1154) Expected 1 space after "=="; 0 found
(#1155) Expected 1 space before "=="; 0 found
(#1155) Expected 1 space after "=="; 0 found
(#1156) Expected 1 space before "=="; 0 found
(#1156) Expected 1 space after "=="; 0 found
(#1157) Expected 1 space before "=="; 0 found
(#1157) Expected 1 space after "=="; 0 found
(#1158) Expected 1 space before "=="; 0 found
(#1158) Expected 1 space after "=="; 0 found
(#1159) Expected 1 space before "=="; 0 found
(#1159) Expected 1 space after "=="; 0 found
(#1160) Expected 1 space before "=="; 0 found
(#1160) Expected 1 space after "=="; 0 found
(#1161) Expected 1 space before "=="; 0 found
(#1161) Expected 1 space after "=="; 0 found
(#1162) Expected 1 space before "=="; 0 found
(#1162) Expected 1 space after "=="; 0 found
(#1163) Expected 1 space before "=="; 0 found
(#1163) Expected 1 space after "=="; 0 found
(#1164) Expected 1 space before "=="; 0 found
(#1164) Expected 1 space after "=="; 0 found
(#1174) Expected "if (...) {\n"; found "if(...) {\n"
(#1176) Expected "} else {\n"; found "}else{\n"
(#1186) Expected 1 space before opening brace; found 0
(#1187) Expected 1 space before "="; 0 found
(#1188) Expected "if (...) {\n"; found "if (...) {"
(#1191) Expected "if (...) {\n"; found "if(...){\n"
(#1195) Expected 1 space before "="; 0 found
(#1195) Expected 1 space after "="; 0 found
(#1196) Expected 1 space before "="; 0 found
(#1196) Expected 1 space after "="; 0 found
(#1197) Expected 1 space before "="; 0 found
(#1197) Expected 1 space after "="; 0 found
(#1198) Expected 1 space before "="; 0 found
(#1199) Expected 1 space before "="; 0 found
(#1199) Expected 1 space after "="; 0 found
(#1200) Expected 1 space before "="; 0 found
(#1200) Expected 1 space after "="; 0 found
(#1202) Commas (,) must be followed by white space.
(#1203) Variable "respObj" must be all lower-case
(#1205) Expected "if (...) {\n"; found "if(...){\n"
(#1205) Variable "respObj" must be all lower-case
(#1206) Variable "respObj" must be all lower-case
(#1206) Expected 1 space after "=="; 0 found
(#1207) Variable "respObj" must be all lower-case
(#1208) Expected "} else {\n"; found "}else{\n"
(#1209) Expected 1 space before "="; 0 found
(#1209) Expected 1 space after "="; 0 found
(#1213) Expected "} else {\n"; found "}else{\n"
(#1226) Expected "if (...) {\n"; found "if(...){"
(#1226) Closing brace must be on a line by itself
(#1228) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1230) Expected "if (...) {\n"; found "if(...){\n"
(#1235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1235) Inline comments must end in full-stops, exclamation marks, or question marks
(#1235) 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"
(#1236) Expected 1 space before "="; 0 found
(#1236) Expected 1 space after "="; 0 found
(#1238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1238) Inline comments must end in full-stops, exclamation marks, or question marks
(#1238) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#1241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1241) Inline comments must end in full-stops, exclamation marks, or question marks
(#1241) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#1244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1244) Inline comments must end in full-stops, exclamation marks, or question marks
(#1244) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#1245) Expected "if (...) {\n"; found "if(...) {\n"
(#1249) Expected "} else {\n"; found "}else{\n"
(#1255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1255) 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"
(#1256) 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"
(#1258) Inline comments must end in full-stops, exclamation marks, or question marks
(#1258) 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"
(#1259) Expected "if (...) {\n"; found "if(...) {\n"
(#1261) Expected "} else {\n"; found "}else{\n"
(#1265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1265) Inline comments must end in full-stops, exclamation marks, or question marks
(#1265) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#1266) Variable "b_open" must not contain underscores.
(#1267) Variable "b_close" must not contain underscores.
(#1268) Variable "b_sopen" must not contain underscores.
(#1269) Variable "b_sclose" must not contain underscores.
(#1270) Short array syntax must be used to define arrays
(#1270) Variable "b_open" must not contain underscores.
(#1270) Variable "b_close" must not contain underscores.
(#1270) Variable "b_sopen" must not contain underscores.
(#1270) Variable "b_sclose" must not contain underscores.
(#1275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1275) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#1276) Inline comments must end in full-stops, exclamation marks, or question marks
(#1276) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#1278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1278) Inline comments must end in full-stops, exclamation marks, or question marks
(#1278) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#1290) Public method name "utils::isUnicodemb4" must be in lower-case letters only
(#1291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1291) This comment is 42% valid code; is this commented out code?
(#1291) 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"
(#1297) Expected "if (...) {\n"; found "if(...){"
(#1297) Closing brace must be on a line by itself
(#1299) Expected "if (...) {\n"; found "if(...){"
(#1299) Closing brace must be on a line by itself
(#1301) Expected "if (...) {\n"; found "if(...){"
(#1301) Closing brace must be on a line by itself
(#1303) Expected "if (...) {\n"; found "if(...){\n"
(#1305) Expected "} else {\n"; found "}else{\n"
(#1310) Commas (,) must be followed by white space.
(#1314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1314) Inline comments must end in full-stops, exclamation marks, or question marks
(#1314) 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"
(#1315) Expected "if (...) {\n"; found "if(...) {\n"
(#1320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1320) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#1324) Inline comments must end in full-stops, exclamation marks, or question marks
(#1325) Short array syntax must be used to define arrays
(#1325) Expected 1 space before "=>"; 0 found
(#1325) Expected 1 space after "=>"; 0 found
(#1336) Inline comments must end in full-stops, exclamation marks, or question marks
(#1336) No space found before comment text; expected "// we do not support this in tabs" but found "//we do not support this in tabs"
(#1337) Expected "if (...) {\n"; found "if(...) {\n"
(#1339) Short array syntax must be used to define arrays
(#1339) Short array syntax must be used to define arrays
(#1340) There should be a comma after the last array item in a multi-line array.
(#1341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1341) Inline comments must end in full-stops, exclamation marks, or question marks
(#1346) Must use "self::" for local static member reference
(#1349) Commas (,) must be followed by white space.
(#1351) Must use "self::" for local static member reference
(#1354) Commas (,) must be followed by white space.
(#1356) Expected 1 space after "="; 2 found
(#1356) Must use "self::" for local static member reference
(#1356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1356) Inline comments must end in full-stops, exclamation marks, or question marks
(#1356) This comment is 67% valid code; is this commented out code?
(#1357) Expected 1 space before "="; 0 found
(#1357) Expected 1 space after "="; 0 found
(#1358) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1359) Expected 1 space before "="; 0 found
(#1359) Expected 1 space after "="; 0 found
(#1364) Commas (,) must be followed by white space.
(#1367) Expected 1 space after "="; 2 found
(#1367) Expected 1 space before "=>"; 0 found
(#1367) Expected 1 space after "=>"; 0 found
(#1367) Commas (,) must be followed by white space.
(#1367) Expected 1 space before "=>"; 0 found
(#1367) Expected 1 space after "=>"; 0 found
(#1372) Short array syntax must be used to define arrays
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1373) Commas (,) must be followed by white space.
(#1380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1380) Inline comments must end in full-stops, exclamation marks, or question marks
(#1380) No space found before comment text; expected "// options for practicetype and term count" but found "//options for practicetype and term count"
(#1381) Variable "ptype_options_learn" must not contain underscores.
(#1381) Must use "self::" for local static member reference
(#1382) Variable "ptype_options_all" must not contain underscores.
(#1382) Must use "self::" for local static member reference
(#1383) Variable "termcount_options" must not contain underscores.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1386) Variable "ptype_options_learn" must not contain underscores.
(#1387) Variable "termcount_options" must not contain underscores.
(#1390) Variable "ptype_options_all" must not contain underscores.
(#1390) Commas (,) must be followed by white space.
(#1391) Variable "termcount_options" must not contain underscores.
(#1392) Commas (,) must be followed by white space.
(#1395) Variable "ptype_options_all" must not contain underscores.
(#1395) Commas (,) must be followed by white space.
(#1396) Variable "termcount_options" must not contain underscores.
(#1397) Commas (,) must be followed by white space.
(#1400) Variable "ptype_options_all" must not contain underscores.
(#1400) Commas (,) must be followed by white space.
(#1401) Variable "termcount_options" must not contain underscores.
(#1402) Commas (,) must be followed by white space.
(#1405) Variable "ptype_options_all" must not contain underscores.
(#1405) Commas (,) must be followed by white space.
(#1406) Variable "termcount_options" must not contain underscores.
(#1407) Commas (,) must be followed by white space.
(#1409) Inline comments must end in full-stops, exclamation marks, or question marks
(#1409) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#1410) Short array syntax must be used to define arrays
(#1411) Commas (,) must be followed by white space.
(#1414) Variable "t_options" must not contain underscores.
(#1414) Must use "self::" for local static member reference
(#1416) Variable "t_options" must not contain underscores.
(#1416) Commas (,) must be followed by white space.
(#1418) Commas (,) must be followed by white space.
(#1419) Commas (,) must be followed by white space.
(#1421) Commas (,) must be followed by white space.
(#1422) Commas (,) must be followed by white space.
(#1423) Commas (,) must be followed by white space.
(#1424) Commas (,) must be followed by white space.
(#1426) Inline comments must end in full-stops, exclamation marks, or question marks
(#1426) No space found before comment text; expected "// Show images on task flip screen" but found "//Show images on task flip screen"
(#1437) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1439) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1439) Inline comments must end in full-stops, exclamation marks, or question marks
(#1439) Line indented incorrectly; expected at least 8 spaces, found 2
(#1440) Line indented incorrectly; expected at least 8 spaces, found 3
(#1440) Short array syntax must be used to define arrays
(#1445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1445) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#1451) Whitespace found at end of line
(#1451) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1460) Inline comments must end in full-stops, exclamation marks, or question marks
(#1460) No space found before comment text; expected "// What multi-attempt grading approach" but found "//What multi-attempt grading approach"
(#1462) Short array syntax must be used to define arrays
(#1464) There should be a comma after the last array item in a multi-line array.
(#1468) Commas (,) must be followed by white space.
(#1468) Commas (,) must be followed by white space.
(#1468) Commas (,) must be followed by white space.
(#1468) Commas (,) must be followed by white space.
(#1468) Expected 1 space before opening brace; found 0
(#1480) Must use "self::" for local static member reference
(#1482) Expected "if (...) {\n"; found "if(...){\n"
(#1483) Short array syntax must be used to define arrays
(#1489) Opening brace should be on the same line as the declaration
(#1493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1493) This comment is 86% valid code; is this commented out code?
(#1493) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#1509) Variable "default_set" must not contain underscores.
(#1510) Expected "for (...) {\n"; found "for(...){\n"
(#1510) Expected 1 space before "="; 0 found
(#1510) Expected 1 space after "="; 0 found
(#1510) Expected 1 space after first semicolon of FOR loop; 0 found
(#1510) Expected 1 space before "<"; 0 found
(#1510) Expected 1 space after "<"; 0 found
(#1510) Expected 1 space after second semicolon of FOR loop; 0 found
(#1511) Expected "if (...) {\n"; found "if(...){\n"
(#1511) Expected 1 space before "=="; 0 found
(#1511) Expected 1 space after "=="; 0 found
(#1512) Expected 1 space before "="; 0 found
(#1512) Expected 1 space after "="; 0 found
(#1513) Variable "default_set" must not contain underscores.
(#1517) Expected "if (...) {\n"; found "if(...){"
(#1517) Variable "default_set" must not contain underscores.
(#1517) Expected 1 space before "="; 0 found
(#1517) Expected 1 space after "="; 0 found
(#1517) Closing brace must be on a line by itself
(#1521) Expected 1 space before opening brace; found 0
(#1523) Expected 1 space before "="; 0 found
(#1523) Short array syntax must be used to define arrays
(#1524) Expected 1 space after "=>"; 2 found
(#1524) Expected 1 space before "=>"; 0 found
(#1524) Expected 1 space after "=>"; 0 found
(#1524) Commas (,) must be followed by white space.
(#1524) Expected 1 space before "=>"; 0 found
(#1524) Expected 1 space after "=>"; 0 found
(#1525) Expected 1 space after "=>"; 2 found
(#1525) Expected 1 space before "=>"; 0 found
(#1525) Expected 1 space after "=>"; 0 found
(#1525) Commas (,) must be followed by white space.
(#1525) Expected 1 space before "=>"; 0 found
(#1525) Expected 1 space after "=>"; 0 found
(#1526) Expected 1 space before "=>"; 0 found
(#1526) Expected 1 space after "=>"; 0 found
(#1526) Commas (,) must be followed by white space.
(#1526) Expected 1 space before "=>"; 0 found
(#1526) Expected 1 space after "=>"; 0 found
(#1527) Expected 1 space before "=>"; 0 found
(#1527) Expected 1 space after "=>"; 0 found
(#1527) Commas (,) must be followed by white space.
(#1527) Expected 1 space before "=>"; 0 found
(#1527) Expected 1 space after "=>"; 0 found
(#1528) Expected 1 space before "=>"; 0 found
(#1528) Expected 1 space after "=>"; 0 found
(#1528) Commas (,) must be followed by white space.
(#1528) Expected 1 space before "=>"; 0 found
(#1528) Expected 1 space after "=>"; 0 found
(#1529) Expected 1 space after "=>"; 2 found
(#1529) Expected 1 space before "=>"; 0 found
(#1529) Expected 1 space after "=>"; 0 found
(#1529) Commas (,) must be followed by white space.
(#1529) Expected 1 space before "=>"; 0 found
(#1529) Expected 1 space after "=>"; 0 found
(#1530) Expected 1 space before "=>"; 0 found
(#1530) Expected 1 space after "=>"; 0 found
(#1530) Commas (,) must be followed by white space.
(#1530) Expected 1 space before "=>"; 0 found
(#1530) Expected 1 space after "=>"; 0 found
(#1531) Expected 1 space before "=>"; 0 found
(#1531) Expected 1 space after "=>"; 0 found
(#1531) Commas (,) must be followed by white space.
(#1531) Expected 1 space before "=>"; 0 found
(#1531) Expected 1 space after "=>"; 0 found
(#1532) Expected 1 space after "=>"; 2 found
(#1532) Expected 1 space before "=>"; 0 found
(#1532) Expected 1 space after "=>"; 0 found
(#1532) Commas (,) must be followed by white space.
(#1532) Expected 1 space before "=>"; 0 found
(#1532) Expected 1 space after "=>"; 0 found
(#1533) Expected 1 space before "=>"; 0 found
(#1533) Expected 1 space after "=>"; 0 found
(#1533) Commas (,) must be followed by white space.
(#1533) Expected 1 space before "=>"; 0 found
(#1533) Expected 1 space after "=>"; 0 found
(#1534) Expected 1 space after "=>"; 2 found
(#1534) Expected 1 space before "=>"; 0 found
(#1534) Expected 1 space after "=>"; 0 found
(#1534) Commas (,) must be followed by white space.
(#1534) Expected 1 space before "=>"; 0 found
(#1534) Expected 1 space after "=>"; 0 found
(#1535) Expected 1 space before "=>"; 0 found
(#1535) Expected 1 space after "=>"; 0 found
(#1535) Commas (,) must be followed by white space.
(#1535) Expected 1 space before "=>"; 0 found
(#1535) Expected 1 space after "=>"; 0 found
(#1536) Expected 1 space before "=>"; 0 found
(#1536) Expected 1 space after "=>"; 0 found
(#1536) Commas (,) must be followed by white space.
(#1536) Expected 1 space before "=>"; 0 found
(#1536) Expected 1 space after "=>"; 0 found
(#1537) Expected 1 space before "=>"; 0 found
(#1537) Expected 1 space after "=>"; 0 found
(#1537) Commas (,) must be followed by white space.
(#1537) Expected 1 space before "=>"; 0 found
(#1537) Expected 1 space after "=>"; 0 found
(#1538) Expected 1 space before "=>"; 0 found
(#1538) Expected 1 space after "=>"; 0 found
(#1538) Commas (,) must be followed by white space.
(#1538) Expected 1 space before "=>"; 0 found
(#1538) Expected 1 space after "=>"; 0 found
(#1539) Expected 1 space before "=>"; 0 found
(#1539) Expected 1 space after "=>"; 0 found
(#1539) Commas (,) must be followed by white space.
(#1539) Expected 1 space before "=>"; 0 found
(#1539) Expected 1 space after "=>"; 0 found
(#1540) Expected 1 space after "=>"; 2 found
(#1540) Expected 1 space before "=>"; 0 found
(#1540) Expected 1 space after "=>"; 0 found
(#1540) Commas (,) must be followed by white space.
(#1540) Expected 1 space before "=>"; 0 found
(#1540) Expected 1 space after "=>"; 0 found
(#1541) Expected 1 space before "=>"; 0 found
(#1541) Expected 1 space after "=>"; 0 found
(#1541) Commas (,) must be followed by white space.
(#1541) Expected 1 space before "=>"; 0 found
(#1541) Expected 1 space after "=>"; 0 found
(#1542) Expected 1 space before "=>"; 0 found
(#1542) Expected 1 space after "=>"; 0 found
(#1542) Commas (,) must be followed by white space.
(#1542) Expected 1 space before "=>"; 0 found
(#1542) Expected 1 space after "=>"; 0 found
(#1543) Expected 1 space before "=>"; 0 found
(#1543) Expected 1 space after "=>"; 0 found
(#1543) Commas (,) must be followed by white space.
(#1543) Expected 1 space before "=>"; 0 found
(#1543) Expected 1 space after "=>"; 0 found
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1544) Commas (,) must be followed by white space.
(#1544) Expected 1 space before "=>"; 0 found
(#1544) Expected 1 space after "=>"; 0 found
(#1545) Expected 1 space before "=>"; 0 found
(#1545) Expected 1 space after "=>"; 0 found
(#1545) Commas (,) must be followed by white space.
(#1545) Expected 1 space before "=>"; 0 found
(#1545) Expected 1 space after "=>"; 0 found
(#1546) Expected 1 space before "=>"; 0 found
(#1546) Expected 1 space after "=>"; 0 found
(#1546) Commas (,) must be followed by white space.
(#1546) Expected 1 space before "=>"; 0 found
(#1546) Expected 1 space after "=>"; 0 found
(#1547) Expected 1 space before "=>"; 0 found
(#1547) Expected 1 space after "=>"; 0 found
(#1547) Commas (,) must be followed by white space.
(#1547) Expected 1 space before "=>"; 0 found
(#1547) Expected 1 space after "=>"; 0 found
(#1548) Expected 1 space before "=>"; 0 found
(#1548) Expected 1 space after "=>"; 0 found
(#1548) Commas (,) must be followed by white space.
(#1548) Expected 1 space before "=>"; 0 found
(#1548) Expected 1 space after "=>"; 0 found
(#1549) Expected 1 space before "=>"; 0 found
(#1549) Expected 1 space after "=>"; 0 found
(#1549) Commas (,) must be followed by white space.
(#1549) Expected 1 space before "=>"; 0 found
(#1549) Expected 1 space after "=>"; 0 found
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1550) Commas (,) must be followed by white space.
(#1550) Expected 1 space before "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1551) Expected 1 space before "=>"; 0 found
(#1551) Expected 1 space after "=>"; 0 found
(#1551) Commas (,) must be followed by white space.
(#1551) Expected 1 space before "=>"; 0 found
(#1551) Expected 1 space after "=>"; 0 found
(#1552) Expected 1 space before "=>"; 0 found
(#1552) Expected 1 space after "=>"; 0 found
(#1552) Commas (,) must be followed by white space.
(#1552) Expected 1 space before "=>"; 0 found
(#1552) Expected 1 space after "=>"; 0 found
(#1553) Expected 1 space before "=>"; 0 found
(#1553) Expected 1 space after "=>"; 0 found
(#1553) Commas (,) must be followed by white space.
(#1553) Expected 1 space before "=>"; 0 found
(#1553) Expected 1 space after "=>"; 0 found
(#1554) Expected 1 space before "=>"; 0 found
(#1554) Expected 1 space after "=>"; 0 found
(#1554) Commas (,) must be followed by white space.
(#1554) Expected 1 space before "=>"; 0 found
(#1554) Expected 1 space after "=>"; 0 found
(#1555) Expected 1 space before "=>"; 0 found
(#1555) Expected 1 space after "=>"; 0 found
(#1555) Commas (,) must be followed by white space.
(#1555) Expected 1 space before "=>"; 0 found
(#1555) Expected 1 space after "=>"; 0 found
(#1556) Expected 1 space before "=>"; 0 found
(#1556) Expected 1 space after "=>"; 0 found
(#1556) Commas (,) must be followed by white space.
(#1556) Expected 1 space before "=>"; 0 found
(#1556) Expected 1 space after "=>"; 0 found
(#1557) Expected 1 space after "=>"; 2 found
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1557) Commas (,) must be followed by white space.
(#1557) Expected 1 space before "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1558) Expected 1 space before "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1558) Commas (,) must be followed by white space.
(#1558) Expected 1 space before "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1559) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1559) Inline comments must end in full-stops, exclamation marks, or question marks
(#1559) This comment is 75% valid code; is this commented out code?
(#1559) No space found before comment text; expected "// constants::M_LANG_NBNO => ['lang'=>false,'accent'=>false]," but found "//constants::M_LANG_NBNO => ['lang'=>false,'accent'=>false],"
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1560) Commas (,) must be followed by white space.
(#1560) Expected 1 space before "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1561) Expected 1 space before "=>"; 0 found
(#1561) Expected 1 space after "=>"; 0 found
(#1561) Commas (,) must be followed by white space.
(#1561) Expected 1 space before "=>"; 0 found
(#1561) Expected 1 space after "=>"; 0 found
(#1562) Expected 1 space before "=>"; 0 found
(#1562) Expected 1 space after "=>"; 0 found
(#1562) Commas (,) must be followed by white space.
(#1562) Expected 1 space before "=>"; 0 found
(#1562) Expected 1 space after "=>"; 0 found
(#1563) Expected 1 space before "=>"; 0 found
(#1563) Expected 1 space after "=>"; 0 found
(#1563) Commas (,) must be followed by white space.
(#1563) Expected 1 space before "=>"; 0 found
(#1563) Expected 1 space after "=>"; 0 found
(#1564) Expected 1 space before "=>"; 0 found
(#1564) Expected 1 space after "=>"; 0 found
(#1564) Commas (,) must be followed by white space.
(#1564) Expected 1 space before "=>"; 0 found
(#1564) Expected 1 space after "=>"; 0 found
(#1565) Expected 1 space before "=>"; 0 found
(#1565) Expected 1 space after "=>"; 0 found
(#1565) Commas (,) must be followed by white space.
(#1565) Expected 1 space before "=>"; 0 found
(#1565) Expected 1 space after "=>"; 0 found
(#1566) Expected 1 space before "=>"; 0 found
(#1566) Expected 1 space after "=>"; 0 found
(#1566) Commas (,) must be followed by white space.
(#1566) Expected 1 space before "=>"; 0 found
(#1566) Expected 1 space after "=>"; 0 found
(#1569) Expected "if (...) {\n"; found "if(...) {\n"
(#1569) Commas (,) must be followed by white space.
(#1570) Expected 1 space before "="; 0 found
(#1572) Expected "} else {\n"; found "}else{\n"
(#1573) Expected 1 space before "="; 0 found
(#1573) Expected 1 space before "=>"; 0 found
(#1573) Expected 1 space after "=>"; 0 found
(#1573) Commas (,) must be followed by white space.
(#1573) Expected 1 space before "=>"; 0 found
(#1573) Expected 1 space after "=>"; 0 found
(#1573) Commas (,) must be followed by white space.
(#1573) Expected 1 space before "=>"; 0 found
(#1573) Expected 1 space after "=>"; 0 found
(#1578) Expected 1 space before opening brace; found 0
(#1579) Expected 1 space before "="; 0 found
(#1579) Expected 1 space after "="; 0 found
(#1580) Expected 1 space before "=>"; 0 found
(#1580) Expected 1 space after "=>"; 0 found
(#1580) Commas (,) must be followed by white space.
(#1580) Expected 1 space before "=>"; 0 found
(#1580) Expected 1 space after "=>"; 0 found
(#1581) Expected 1 space before "=>"; 0 found
(#1581) Expected 1 space after "=>"; 0 found
(#1581) Commas (,) must be followed by white space.
(#1581) Expected 1 space before "=>"; 0 found
(#1581) Expected 1 space after "=>"; 0 found
(#1582) Expected 1 space before "=>"; 0 found
(#1582) Expected 1 space after "=>"; 0 found
(#1582) Commas (,) must be followed by white space.
(#1582) Expected 1 space before "=>"; 0 found
(#1582) Expected 1 space after "=>"; 0 found
(#1583) Expected 1 space before "=>"; 0 found
(#1583) Expected 1 space after "=>"; 0 found
(#1583) Commas (,) must be followed by white space.
(#1583) Expected 1 space before "=>"; 0 found
(#1583) Expected 1 space after "=>"; 0 found
(#1584) Expected 1 space before "=>"; 0 found
(#1584) Expected 1 space after "=>"; 0 found
(#1584) Commas (,) must be followed by white space.
(#1584) Expected 1 space before "=>"; 0 found
(#1584) Expected 1 space after "=>"; 0 found
(#1585) Expected 1 space before "=>"; 0 found
(#1585) Expected 1 space after "=>"; 0 found
(#1585) Commas (,) must be followed by white space.
(#1585) Expected 1 space before "=>"; 0 found
(#1585) Expected 1 space after "=>"; 0 found
(#1586) Expected 1 space before "=>"; 0 found
(#1586) Expected 1 space after "=>"; 0 found
(#1586) Commas (,) must be followed by white space.
(#1586) Expected 1 space before "=>"; 0 found
(#1586) Expected 1 space after "=>"; 0 found
(#1587) Expected 1 space before "=>"; 0 found
(#1587) Expected 1 space after "=>"; 0 found
(#1587) Commas (,) must be followed by white space.
(#1587) Expected 1 space before "=>"; 0 found
(#1587) Expected 1 space after "=>"; 0 found
(#1588) Expected 1 space before "=>"; 0 found
(#1588) Expected 1 space after "=>"; 0 found
(#1588) Commas (,) must be followed by white space.
(#1588) Expected 1 space before "=>"; 0 found
(#1588) Expected 1 space after "=>"; 0 found
(#1589) Expected 1 space before "=>"; 0 found
(#1589) Expected 1 space after "=>"; 0 found
(#1589) Commas (,) must be followed by white space.
(#1589) Expected 1 space before "=>"; 0 found
(#1589) Expected 1 space after "=>"; 0 found
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1590) Commas (,) must be followed by white space.
(#1590) Expected 1 space before "=>"; 0 found
(#1590) Expected 1 space after "=>"; 0 found
(#1591) Expected 1 space before "=>"; 0 found
(#1591) Expected 1 space after "=>"; 0 found
(#1591) Commas (,) must be followed by white space.
(#1591) Expected 1 space before "=>"; 0 found
(#1591) Expected 1 space after "=>"; 0 found
(#1592) Expected 1 space before "=>"; 0 found
(#1592) Expected 1 space after "=>"; 0 found
(#1592) Commas (,) must be followed by white space.
(#1592) Expected 1 space before "=>"; 0 found
(#1592) Expected 1 space after "=>"; 0 found
(#1593) Expected 1 space before "=>"; 0 found
(#1593) Expected 1 space after "=>"; 0 found
(#1593) Commas (,) must be followed by white space.
(#1593) Expected 1 space before "=>"; 0 found
(#1593) Expected 1 space after "=>"; 0 found
(#1594) Expected 1 space before "=>"; 0 found
(#1594) Expected 1 space after "=>"; 0 found
(#1594) Commas (,) must be followed by white space.
(#1594) Expected 1 space before "=>"; 0 found
(#1594) Expected 1 space after "=>"; 0 found
(#1595) Expected 1 space before "=>"; 0 found
(#1595) Expected 1 space after "=>"; 0 found
(#1595) Commas (,) must be followed by white space.
(#1595) Expected 1 space before "=>"; 0 found
(#1595) Expected 1 space after "=>"; 0 found
(#1596) Expected 1 space before "=>"; 0 found
(#1596) Expected 1 space after "=>"; 0 found
(#1596) Commas (,) must be followed by white space.
(#1596) Expected 1 space before "=>"; 0 found
(#1596) Expected 1 space after "=>"; 0 found
(#1597) Expected 1 space before "=>"; 0 found
(#1597) Expected 1 space after "=>"; 0 found
(#1597) Commas (,) must be followed by white space.
(#1597) Expected 1 space before "=>"; 0 found
(#1597) Expected 1 space after "=>"; 0 found
(#1598) Expected 1 space before "=>"; 0 found
(#1598) Expected 1 space after "=>"; 0 found
(#1598) Commas (,) must be followed by white space.
(#1598) Expected 1 space before "=>"; 0 found
(#1598) Expected 1 space after "=>"; 0 found
(#1599) Expected 1 space before "=>"; 0 found
(#1599) Expected 1 space after "=>"; 0 found
(#1599) Commas (,) must be followed by white space.
(#1599) Expected 1 space before "=>"; 0 found
(#1599) Expected 1 space after "=>"; 0 found
(#1600) Expected 1 space before "=>"; 0 found
(#1600) Expected 1 space after "=>"; 0 found
(#1600) Commas (,) must be followed by white space.
(#1600) Expected 1 space before "=>"; 0 found
(#1600) Expected 1 space after "=>"; 0 found
(#1601) Expected 1 space before "=>"; 0 found
(#1601) Expected 1 space after "=>"; 0 found
(#1601) Commas (,) must be followed by white space.
(#1601) Expected 1 space before "=>"; 0 found
(#1601) Expected 1 space after "=>"; 0 found
(#1602) Expected 1 space before "=>"; 0 found
(#1602) Expected 1 space after "=>"; 0 found
(#1602) Commas (,) must be followed by white space.
(#1602) Expected 1 space before "=>"; 0 found
(#1602) Expected 1 space after "=>"; 0 found
(#1603) Expected 1 space before "=>"; 0 found
(#1603) Expected 1 space after "=>"; 0 found
(#1603) Commas (,) must be followed by white space.
(#1603) Expected 1 space before "=>"; 0 found
(#1603) Expected 1 space after "=>"; 0 found
(#1604) Expected 1 space before "=>"; 0 found
(#1604) Expected 1 space after "=>"; 0 found
(#1604) Commas (,) must be followed by white space.
(#1604) Expected 1 space before "=>"; 0 found
(#1604) Expected 1 space after "=>"; 0 found
(#1605) Expected 1 space before "=>"; 0 found
(#1605) Expected 1 space after "=>"; 0 found
(#1605) Commas (,) must be followed by white space.
(#1605) Expected 1 space before "=>"; 0 found
(#1605) Expected 1 space after "=>"; 0 found
(#1606) Expected 1 space before "=>"; 0 found
(#1606) Expected 1 space after "=>"; 0 found
(#1606) Commas (,) must be followed by white space.
(#1606) Expected 1 space before "=>"; 0 found
(#1606) Expected 1 space after "=>"; 0 found
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1607) Commas (,) must be followed by white space.
(#1607) Expected 1 space before "=>"; 0 found
(#1607) Expected 1 space after "=>"; 0 found
(#1608) Expected 1 space before "=>"; 0 found
(#1608) Expected 1 space after "=>"; 0 found
(#1608) Commas (,) must be followed by white space.
(#1608) Expected 1 space before "=>"; 0 found
(#1608) Expected 1 space after "=>"; 0 found
(#1609) Expected 1 space before "=>"; 0 found
(#1609) Expected 1 space after "=>"; 0 found
(#1609) Commas (,) must be followed by white space.
(#1609) Expected 1 space before "=>"; 0 found
(#1609) Expected 1 space after "=>"; 0 found
(#1610) Expected 1 space before "=>"; 0 found
(#1610) Expected 1 space after "=>"; 0 found
(#1610) Commas (,) must be followed by white space.
(#1610) Expected 1 space before "=>"; 0 found
(#1610) Expected 1 space after "=>"; 0 found
(#1611) Expected 1 space before "=>"; 0 found
(#1611) Expected 1 space after "=>"; 0 found
(#1611) Commas (,) must be followed by white space.
(#1611) Expected 1 space before "=>"; 0 found
(#1611) Expected 1 space after "=>"; 0 found
(#1612) Expected 1 space before "=>"; 0 found
(#1612) Expected 1 space after "=>"; 0 found
(#1612) Commas (,) must be followed by white space.
(#1612) Expected 1 space before "=>"; 0 found
(#1612) Expected 1 space after "=>"; 0 found
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1613) Commas (,) must be followed by white space.
(#1613) Expected 1 space before "=>"; 0 found
(#1613) Expected 1 space after "=>"; 0 found
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1614) Commas (,) must be followed by white space.
(#1614) Expected 1 space before "=>"; 0 found
(#1614) Expected 1 space after "=>"; 0 found
(#1615) Expected 1 space before "=>"; 0 found
(#1615) Expected 1 space after "=>"; 0 found
(#1615) Commas (,) must be followed by white space.
(#1615) Expected 1 space before "=>"; 0 found
(#1615) Expected 1 space after "=>"; 0 found
(#1616) Expected 1 space before "=>"; 0 found
(#1616) Expected 1 space after "=>"; 0 found
(#1616) Commas (,) must be followed by white space.
(#1616) Expected 1 space before "=>"; 0 found
(#1616) Expected 1 space after "=>"; 0 found
(#1617) Expected 1 space before "=>"; 0 found
(#1617) Expected 1 space after "=>"; 0 found
(#1617) Commas (,) must be followed by white space.
(#1617) Expected 1 space before "=>"; 0 found
(#1617) Expected 1 space after "=>"; 0 found
(#1618) Expected 1 space before "=>"; 0 found
(#1618) Expected 1 space after "=>"; 0 found
(#1618) Commas (,) must be followed by white space.
(#1618) Expected 1 space before "=>"; 0 found
(#1618) Expected 1 space after "=>"; 0 found
(#1619) Expected 1 space before "=>"; 0 found
(#1619) Expected 1 space after "=>"; 0 found
(#1619) Commas (,) must be followed by white space.
(#1619) Expected 1 space before "=>"; 0 found
(#1619) Expected 1 space after "=>"; 0 found
(#1620) Expected 1 space before "=>"; 0 found
(#1620) Expected 1 space after "=>"; 0 found
(#1620) Commas (,) must be followed by white space.
(#1620) Expected 1 space before "=>"; 0 found
(#1620) Expected 1 space after "=>"; 0 found
(#1621) Expected 1 space before "=>"; 0 found
(#1621) Expected 1 space after "=>"; 0 found
(#1621) Commas (,) must be followed by white space.
(#1621) Expected 1 space before "=>"; 0 found
(#1621) Expected 1 space after "=>"; 0 found
(#1622) Expected 1 space before "=>"; 0 found
(#1622) Expected 1 space after "=>"; 0 found
(#1622) Commas (,) must be followed by white space.
(#1622) Expected 1 space before "=>"; 0 found
(#1622) Expected 1 space after "=>"; 0 found
(#1623) Expected 1 space before "=>"; 0 found
(#1623) Expected 1 space after "=>"; 0 found
(#1623) Commas (,) must be followed by white space.
(#1623) Expected 1 space before "=>"; 0 found
(#1623) Expected 1 space after "=>"; 0 found
(#1624) Expected 1 space before "=>"; 0 found
(#1624) Expected 1 space after "=>"; 0 found
(#1624) Commas (,) must be followed by white space.
(#1624) Expected 1 space before "=>"; 0 found
(#1624) Expected 1 space after "=>"; 0 found
(#1625) Expected 1 space before "=>"; 0 found
(#1625) Expected 1 space after "=>"; 0 found
(#1625) Commas (,) must be followed by white space.
(#1625) Expected 1 space before "=>"; 0 found
(#1625) Expected 1 space after "=>"; 0 found
(#1626) Expected 1 space before "=>"; 0 found
(#1626) Expected 1 space after "=>"; 0 found
(#1626) Commas (,) must be followed by white space.
(#1626) Expected 1 space before "=>"; 0 found
(#1626) Expected 1 space after "=>"; 0 found
(#1627) Variable "default_set" must not contain underscores.
(#1628) Expected "for (...) {\n"; found "for(...){\n"
(#1628) Expected 1 space before "="; 0 found
(#1628) Expected 1 space after "="; 0 found
(#1628) Expected 1 space after first semicolon of FOR loop; 0 found
(#1628) Expected 1 space before "<"; 0 found
(#1628) Expected 1 space after "<"; 0 found
(#1628) Expected 1 space after second semicolon of FOR loop; 0 found
(#1629) Expected "if (...) {\n"; found "if(...){\n"
(#1629) Expected 1 space before "=="; 0 found
(#1629) Expected 1 space after "=="; 0 found
(#1630) Expected 1 space before "="; 0 found
(#1630) Expected 1 space after "="; 0 found
(#1631) Variable "default_set" must not contain underscores.
(#1635) Expected "if (...) {\n"; found "if(...){"
(#1635) Variable "default_set" must not contain underscores.
(#1635) Expected 1 space before "="; 0 found
(#1635) Expected 1 space after "="; 0 found
(#1635) Closing brace must be on a line by itself
(#1639) Expected 1 space before opening brace; found 0
(#1640) Expected "if (...) {\n"; found "if(...){\n"
(#1640) Expected 1 space before ">"; 0 found
(#1640) Expected 1 space after ">"; 0 found
(#1641) Commas (,) must be followed by white space.
(#1641) Commas (,) must be followed by white space.
(#1642) Expected "} else {\n"; found "}else{\n"
(#1647) Closing brace must be on a line by itself
(#1648) Closing brace must be on a line by itself
(#1649) Closing brace must be on a line by itself
(#1650) Closing brace must be on a line by itself
(#1651) Closing brace must be on a line by itself
(#1652) Closing brace must be on a line by itself
(#1653) Closing brace must be on a line by itself
(#1654) Closing brace must be on a line by itself
(#1655) Closing brace must be on a line by itself
(#1656) Closing brace must be on a line by itself
(#1657) Closing brace must be on a line by itself
(#1658) Closing brace must be on a line by itself
(#1659) Closing brace must be on a line by itself
(#1659) Expected 1 space before "=="; 0 found
(#1659) Expected 1 space after "=="; 0 found
(#1661) Commas (,) must be followed by white space.
(#1665) Expected 1 space before opening brace; found 0
(#1667) Commas (,) must be followed by white space.
(#1667) Short array syntax must be used to define arrays
(#1667) Expected 1 space before "=>"; 0 found
(#1667) Expected 1 space after "=>"; 0 found
(#1668) Expected "if (...) {\n"; found "if(...){"
(#1668) Closing brace must be on a line by itself
(#1669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1669) Inline comments must end in full-stops, exclamation marks, or question marks
(#1669) No space found before comment text; expected "// if the definitions language is other, we can not translate it" but found "//if the definitions language is other, we can not translate it"
(#1670) Expected "if (...) {\n"; found "if(...){"
(#1670) Expected 1 space before "=="; 0 found
(#1670) Expected 1 space after "=="; 0 found
(#1670) Closing brace must be on a line by itself
(#1671) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1672) Expected "if (...) {\n"; found "if(...){"
(#1672) Closing brace must be on a line by itself
(#1673) Expected "if (...) {\n"; found "if(...){"
(#1673) Closing brace must be on a line by itself
(#1675) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1675) Inline comments must end in full-stops, exclamation marks, or question marks
(#1675) No space found before comment text; expected "// english is a special case, lets support it" but found "//english is a special case, lets support it"
(#1676) Expected "if (...) {\n"; found "if(...) {\n"
(#1676) Expected 1 space before "=="; 0 found
(#1676) Expected 1 space after "=="; 0 found
(#1677) Expected 1 space before "="; 0 found
(#1677) Expected 1 space after "="; 0 found
(#1679) Expected "if (...) {\n"; found "if(...){\n"
(#1681) Expected "if (...) {\n"; found "if(...){\n"
(#1682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1682) Inline comments must end in full-stops, exclamation marks, or question marks
(#1682) No space found before comment text; expected "// lexicala" but found "//lexicala"
(#1684) Expected "if (...) {\n"; found "if(...){\n"
(#1685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1685) Inline comments must end in full-stops, exclamation marks, or question marks
(#1685) No space found before comment text; expected "// something is wrong here, we cant really trust the data" but found "//something is wrong here, we cant really trust the data"
(#1688) Expected "} else {\n"; found "}else{\n"
(#1689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1689) Inline comments must end in full-stops, exclamation marks, or question marks
(#1689) No space found before comment text; expected "// r and c db" but found "//r and c db"
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1697) No space found before comment text; expected "// can speak neural?" but found "//can speak neural?"
(#1698) Commas (,) must be followed by white space.
(#1698) Expected 1 space before opening brace; found 0
(#1700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1700) Inline comments must end in full-stops, exclamation marks, or question marks
(#1700) No space found before comment text; expected "// check if the region is supported" but found "//check if the region is supported"
(#1710) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1710) Inline comments must end in full-stops, exclamation marks, or question marks
(#1710) No space found before comment text; expected "// ok" but found "//ok"
(#1716) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1716) Inline comments must end in full-stops, exclamation marks, or question marks
(#1716) No space found before comment text; expected "// check if the voice is supported" but found "//check if the voice is supported"
(#1717) Expected "if (...) {\n"; found "if(...){\n"
(#1717) Commas (,) must be followed by white space.
(#1719) Expected "} else {\n"; found "}else{\n"
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/>.".
(#20) There should be a comma after the last array item in a multi-line array.
(#22) There should be a comma after the last array item in a multi-line array.
(#31) There should be a comma after the last array item in a multi-line array.
(#33) There should be a comma after the last array item in a multi-line array.
(#42) There should be a comma after the last array item in a multi-line array.
(#44) There should be a comma after the last array item in a multi-line array.
(#54) There should be a comma after the last array item in a multi-line array.
(#56) There should be a comma after the last array item in a multi-line array.
(#66) There should be a comma after the last array item in a multi-line array.
(#68) There should be a comma after the last array item in a multi-line array.
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#77) There should be a comma after the last array item in a multi-line array.
(#79) There should be a comma after the last array item in a multi-line array.
(#82) Whitespace found at end of line
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.
(#9) Short array syntax must be used to define arrays
(#11) Short array syntax must be used to define arrays
(#15) Expected 1 space before "=>"; 0 found
(#20) Short array syntax must be used to define arrays
(#24) Expected 1 space before "=>"; 0 found
(#29) Short array syntax must be used to define arrays
(#33) Expected 1 space before "=>"; 0 found
(#38) Short array syntax must be used to define arrays
(#42) Expected 1 space before "=>"; 0 found
(#47) Short array syntax must be used to define arrays
(#51) Expected 1 space before "=>"; 0 found
(#55) Short array syntax must be used to define arrays
(#59) Expected 1 space before "=>"; 0 found
(#63) Short array syntax must be used to define arrays
(#67) Expected 1 space before "=>"; 0 found
(#71) Short array syntax must be used to define arrays
(#75) Expected 1 space before "=>"; 0 found
(#80) Short array syntax must be used to define arrays
(#84) Expected 1 space before "=>"; 0 found
mod/wordcards/db/upgrade.php
(#37) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#39) Import statements must not begin with a leading backslash
(#40) Import statements must not begin with a leading backslash
(#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
(#205) Short array syntax must be used to define arrays
(#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
(#227) Short array syntax must be used to define arrays
(#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
(#243) Short array syntax must be used to define arrays
(#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"
(#258) Short array syntax must be used to define arrays
(#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"
(#275) Short array syntax must be used to define arrays
(#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
(#294) Short array syntax must be used to define arrays
(#297) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Short array syntax must be used to define arrays
(#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
(#392) Commas (,) must be followed by white space.
(#392) Commas (,) must be followed by white space.
(#392) Commas (,) must be followed by white space.
(#392) Short array syntax must be used to define arrays
(#392) Expected 1 space before "=>"; 0 found
(#392) Expected 1 space after "=>"; 0 found
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) Expected 1 space before "="; 0 found
(#399) Commas (,) must be followed by white space.
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) No space found before comment text; expected "// Add translation fields to wordcards" but found "//Add translation fields to wordcards"
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#410) Expected 1 space before "="; 0 found
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected 4 spaces, found 3
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) Closing brace indented incorrectly; expected 3 spaces, found 4
(#440) Expected 1 space before "="; 0 found
(#440) Expected 1 space after "="; 0 found
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Expected 1 space before "="; 0 found
(#480) Expected 1 space after "="; 0 found
(#481) Line exceeds 132 characters; contains 135 characters
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) No space found before comment text; expected "// add missing defaults on wordcards" but found "//add missing defaults on wordcards"
(#495) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#499) Commas (,) must be followed by white space.
(#500) Commas (,) must be followed by white space.
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#514) Expected 1 space before "="; 0 found
(#514) Expected 1 space after "="; 0 found
(#516) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#518) Commas (,) must be followed by white space.
(#518) Commas (,) must be followed by white space.
(#518) Commas (,) must be followed by white space.
(#518) Expected 1 space before "=>"; 0 found
(#518) Expected 1 space after "=>"; 0 found
(#519) Commas (,) must be followed by white space.
(#519) Commas (,) must be followed by white space.
(#519) Commas (,) must be followed by white space.
(#519) Expected 1 space before "=>"; 0 found
(#519) Expected 1 space after "=>"; 0 found
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space before "=>"; 0 found
(#520) Expected 1 space after "=>"; 0 found
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#533) Inline comments must end in full-stops, exclamation marks, or question marks
(#534) Expected 1 space before "="; 0 found
(#534) Expected 1 space after "="; 0 found
(#535) Commas (,) must be followed by white space.
(#537) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) Expected "if (...) {\n"; found "if(...){\n"
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) No space found before comment text; expected "// The norwegian language-locale code nb-no is not supported by all STT engines in Poodll, and no-no is. So updating" but found "//The norwegian language-locale code nb-no is not supported by all STT engines in Poodll, and no-no is. So updating"
(#550) Commas (,) must be followed by white space.
(#550) Commas (,) must be followed by white space.
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#555) File must end with a newline character
mod/wordcards/fetchcbpage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Import statements must not begin with a leading backslash
(#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
(#40) There should be a comma after the last array item in a multi-line array.
(#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/freemode.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/>.".
(#11) Import statements must not begin with a leading backslash
(#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) No space found before comment text; expected "// the step that the user is requesting" but found "//the step that the user is requesting"
(#30) Expected 1 space after "="; 2 found
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// if there are no learn terms and its set to wordpoodl learn, lets set it to review" but found "//if there are no learn terms and its set to wordpoodl learn, lets set it to review"
(#44) Expected "if (...) {\n"; found "if(...){\n"
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#46) Expected "} else {\n"; found "}else{\n"
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) No space found before comment text; expected "// mark all terms as seen, if its the first view" but found "//mark all terms as seen, if its the first view"
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// is teacher?" but found "//is teacher?"
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Expected "if (...) {\n"; found "if(...){\n"
(#75) Expected "} else {\n"; found "}else{\n"
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) No space found before comment text; expected "// load animate css" but found "//load animate css"
(#80) 4 slashes comments are not allowed; use "// Comment." instead
(#80) No space found before comment text; expected "// this library is licensed with the hippocratic license (https://github.com/EthicalSource/hippocratic-license/)" but found "////this library is licensed with the hippocratic license (https://github.com/EthicalSource/hippocratic-license/)"
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// which is high minded but not GPL3 compat. so cant be distributed with plugin. Hence we load it from CDN" but found "//which is high minded but not GPL3 compat. so cant be distributed with plugin. Hence we load it from CDN"
(#82) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Expected 1 space before "=="; 0 found
(#82) Expected 1 space after "=="; 0 found
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) No space found before comment text; expected "// if admin we show a heading in free mode (otherwise they would not be able to add definitions)" but found "//if admin we show a heading in free mode (otherwise they would not be able to add definitions)"
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Expected 1 space before "=="; 0 found
(#92) Expected 1 space after "=="; 0 found
(#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 "// this is a bit hacky, TO DO make a new state "FREEMODE"" but found "//this is a bit hacky, TO DO make a new state "FREEMODE""
mod/wordcards/grade.php
(#26) Import statements must not begin with a leading backslash
(#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
(#35) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#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/>.".
(#9) Import statements must not begin with a leading backslash
(#10) Import statements must not begin with a leading backslash
(#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
(#67) Short array syntax must be used to define arrays
(#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
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 20 spaces, found 8
(#79) Commas (,) must be followed by white space.
(#81) Closing brace indented incorrectly; expected 4 spaces, found 16
(#81) Expected "} else {\n"; found "}else{\n"
(#83) Line indented incorrectly; expected 22 spaces, found 16
(#84) Line indented incorrectly; expected 22 spaces, found 16
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Line indented incorrectly; expected at least 26 spaces, found 20
(#86) Line indented incorrectly; expected 22 spaces, found 16
(#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 at least 22 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 9
(#89) Closing brace indented incorrectly; expected 6 spaces, found 9
(#89) Expected "} else {\n"; found "}else{\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 10
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 9
(#91) Whitespace found at end of line
(#92) Closing brace indented incorrectly; expected 5 spaces, found 8
(#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 "// if successful update our passagehash update flag" but found "//if successful update our passagehash update flag"
(#95) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Short array syntax must be used to define arrays
(#100) This comment is 43% valid code; is this commented out code?
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#105) Expected 1 space before "="; 0 found
(#105) Expected 1 space after "="; 0 found
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#106) Whitespace found at end of line
(#107) Expected "if (...) {\n"; found "if(...){\n"
(#107) Expected 1 space before ">"; 0 found
(#107) Expected 1 space after ">"; 0 found
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 9
(#108) Variable "leftover_rows" must not contain underscores.
(#108) Commas (,) must be followed by white space.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 9
(#109) Commas (,) must be followed by white space.
(#109) Variable "leftover_rows" must not contain underscores.
(#111) Whitespace found at end of line
(#112) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#122) 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/>.".
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) This comment is 74% valid code; is this commented out code?
(#12) No space found before comment text; expected "// $string['completedmsg'] = 'Completed message';" but found "//$string['completedmsg'] = 'Completed message';"
(#13) No space found before comment text; expected "// $string['completedmsg_help'] = 'This is the message displayed on the final screen of the activity when the student complete the last practice.';" but found "//$string['completedmsg_help'] = 'This is the message displayed on the final screen of the activity when the student complete the last practice.';"
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) This comment is 78% valid code; is this commented out code?
(#20) No space found before comment text; expected "// $string['definitions'] = 'Definitions';" but found "//$string['definitions'] = 'Definitions';"
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) This comment is 78% valid code; is this commented out code?
(#36) No space found before comment text; expected "// $string['reviewactivityfinished'] = 'You finished the review session in {$a->seconds} seconds.';" but found "//$string['reviewactivityfinished'] = 'You finished the review session in {$a->seconds} seconds.';"
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) This comment is 73% valid code; is this commented out code?
(#43) No space found before comment text; expected "// $string['learnactivityfinished'] = 'You finished the practice session in {$a->seconds} seconds.';" but found "//$string['learnactivityfinished'] = 'You finished the practice session in {$a->seconds} seconds.';"
(#44) No space found before comment text; expected "// $string['finishedstepmsg'] = 'Finished message';" but found "//$string['finishedstepmsg'] = 'Finished message';"
(#45) No space found before comment text; expected "// $string['finishedstepmsg_help'] = 'This is the message displayed when you end a practice session.';" but found "//$string['finishedstepmsg_help'] = 'This is the message displayed when you end a practice session.';"
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) This comment is 78% valid code; is this commented out code?
(#64) No space found before comment text; expected "// $string['setup'] = 'Setup';" but found "//$string['setup'] = 'Setup';"
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) This comment is 74% valid code; is this commented out code?
(#66) No space found before comment text; expected "// $string['skipreview'] = 'Hide first review session';" but found "//$string['skipreview'] = 'Hide first review session';"
(#67) No space found before comment text; expected "// $string['skipreview_help'] = 'Hide the review session of this specific activity if no wordcards activities have been completed in this course.';" but found "//$string['skipreview_help'] = 'Hide the review session of this specific activity if no wordcards activities have been completed in this course.';"
(#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
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// unused" but found "//unused"
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) This comment is 100% valid code; is this commented out code?
(#175) No space found before comment text; expected "// $string['region']='AWS Region';" but found "//$string['region']='AWS Region';"
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#181) Expected 1 space before "="; 0 found
(#182) Expected 1 space before "="; 0 found
(#183) Expected 1 space before "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#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 "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) This comment is 72% valid code; is this commented out code?
(#206) No space found before comment text; expected "// $string['quit'] = 'Quit';" but found "//$string['quit'] = 'Quit';"
(#207) No space found before comment text; expected "// $string['next'] = 'Next';" but found "//$string['next'] = 'Next';"
(#208) No space found before comment text; expected "// $string['previous'] = 'Prev';" but found "//$string['previous'] = 'Prev';"
(#209) No space found before comment text; expected "// $string['ok'] = 'OK';" but found "//$string['ok'] = 'OK';"
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) This comment is 74% valid code; is this commented out code?
(#211) No space found before comment text; expected "// $string['delete'] = 'Delete';" but found "//$string['delete'] = 'Delete';"
(#212) No space found before comment text; expected "// $string['submit'] = 'Submit';" but found "//$string['submit'] = 'Submit';"
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) This comment is 78% valid code; is this commented out code?
(#217) No space found before comment text; expected "// $string['backtostart'] = 'Back to Start';" but found "//$string['backtostart'] = 'Back to Start';"
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) This comment is 78% valid code; is this commented out code?
(#222) No space found before comment text; expected "// $string['title_scatter'] = 'Match the Words';" but found "//$string['title_scatter'] = 'Match the Words';"
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) This comment is 78% valid code; is this commented out code?
(#234) No space found before comment text; expected "// $string['title_scatter_rev'] = 'Match the Words (Review)';" but found "//$string['title_scatter_rev'] = 'Match the Words (Review)';"
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) This comment is 78% valid code; is this commented out code?
(#243) No space found before comment text; expected "// $string['instructions_scatter'] = 'Match the cards with the same meaning, by tapping them,';" but found "//$string['instructions_scatter'] = 'Match the cards with the same meaning, by tapping them,';"
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) This comment is 78% valid code; is this commented out code?
(#246) No space found before comment text; expected "// $string['pushtospeak'] = 'Tap to Speak';" but found "//$string['pushtospeak'] = 'Tap to Speak';"
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// Reports" but found "//Reports"
(#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 "// grades report" but found "//grades report"
(#285) Expected 1 space before "="; 0 found
(#285) Expected 1 space after "="; 0 found
(#294) Expected 1 space before "="; 0 found
(#294) Expected 1 space after "="; 0 found
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#300) Expected 1 space before "="; 0 found
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#302) Expected 1 space before "="; 0 found
(#302) Expected 1 space after "="; 0 found
(#303) Expected 1 space before "="; 0 found
(#303) Expected 1 space after "="; 0 found
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#309) Expected 1 space before "="; 0 found
(#309) Expected 1 space after "="; 0 found
(#310) Expected 1 space before "="; 0 found
(#310) Expected 1 space after "="; 0 found
(#311) Expected 1 space before "="; 0 found
(#311) Expected 1 space after "="; 0 found
(#312) Expected 1 space before "="; 0 found
(#312) Expected 1 space after "="; 0 found
(#313) Expected 1 space before "="; 0 found
(#313) Expected 1 space after "="; 0 found
(#314) Expected 1 space before "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#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
(#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
(#325) Expected 1 space before "="; 0 found
(#325) Expected 1 space after "="; 0 found
(#326) Expected 1 space before "="; 0 found
(#326) Expected 1 space after "="; 0 found
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) This comment is 74% valid code; is this commented out code?
(#330) No space found before comment text; expected "// $string['memberdashboard'] = "Member Dashboard";" but found "//$string['memberdashboard'] = "Member Dashboard";"
(#331) No space found before comment text; expected "// $string['memberdashboard_desc'] = "";" but found "//$string['memberdashboard_desc'] = "";"
(#332) Expected 1 space before "="; 0 found
(#332) 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
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#355) Expected 1 space before "="; 0 found
(#355) Expected 1 space after "="; 0 found
(#356) Expected 1 space before "="; 0 found
(#356) Expected 1 space after "="; 0 found
(#357) Expected 1 space before "="; 0 found
(#357) Expected 1 space after "="; 0 found
(#358) Expected 1 space before "="; 0 found
(#358) Expected 1 space after "="; 0 found
(#359) Expected 1 space before "="; 0 found
(#359) Expected 1 space after "="; 0 found
(#360) Expected 1 space before "="; 0 found
(#360) Expected 1 space after "="; 0 found
(#361) Expected 1 space before "="; 0 found
(#361) Expected 1 space after "="; 0 found
(#362) Expected 1 space before "="; 0 found
(#362) Expected 1 space after "="; 0 found
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Expected 1 space before "="; 0 found
(#385) Expected 1 space after "="; 0 found
(#386) Expected 1 space before "="; 0 found
(#386) Expected 1 space after "="; 0 found
(#387) Expected 1 space before "="; 0 found
(#387) Expected 1 space after "="; 0 found
(#388) Expected 1 space before "="; 0 found
(#388) Expected 1 space after "="; 0 found
(#389) Expected 1 space before "="; 0 found
(#389) Expected 1 space after "="; 0 found
(#390) Expected 1 space before "="; 0 found
(#390) Expected 1 space after "="; 0 found
(#391) Expected 1 space before "="; 0 found
(#391) Expected 1 space after "="; 0 found
(#392) Expected 1 space before "="; 0 found
(#392) Expected 1 space after "="; 0 found
(#393) Expected 1 space before "="; 0 found
(#393) Expected 1 space after "="; 0 found
(#394) Expected 1 space before "="; 0 found
(#394) Expected 1 space after "="; 0 found
(#395) Expected 1 space before "="; 0 found
(#395) Expected 1 space after "="; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#397) Expected 1 space before "="; 0 found
(#397) Expected 1 space after "="; 0 found
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#401) Expected 1 space before "="; 0 found
(#401) Expected 1 space after "="; 0 found
(#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 "// spacegame" but found "//spacegame"
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) No space found before comment text; expected "// Video Examples" but found "//Video Examples"
(#444) Expected 1 space before "="; 0 found
(#444) Expected 1 space after "="; 0 found
(#452) 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/>.".
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) No space found before comment text; expected "// '注意: 生徒の進捗のみは記録されます.';" but found "//'注意: 生徒の進捗のみは記録されます.';"
(#69) 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.
(#12) Import statements must not begin with a leading backslash
(#13) Import statements must not begin with a leading backslash
(#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 "// cute hack to work on M4.0 and above" but found "//cute hack to work on M4.0 and above"
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#41) Expected 1 space before "=="; 0 found
(#41) Expected 1 space after "=="; 0 found
(#43) Expected "} else {\n"; found "}else{\n"
(#61) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#76) Short array syntax must be used to define arrays
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 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"
(#92) Expected "if (...) {\n"; found "if(...){\n"
(#93) Expected 1 space before "="; 0 found
(#93) Expected 1 space after "="; 0 found
(#96) Variable "update_grades" must not contain underscores.
(#97) Expected "if (...) {\n"; found "if(...){ "
(#97) Variable "update_grades" must not contain underscores.
(#97) Variable "update_grades" must not contain underscores.
(#97) Closing brace must be on a line by itself
(#98) Variable "update_grades" must not contain underscores.
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// If definitions language has changed update it" but found "//If definitions language has changed update it"
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#103) Expected 1 space after "!=="; 0 found
(#149) Commas (,) must be followed by white space.
(#157) Short array syntax must be used to define arrays
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#173) Short array syntax must be used to define arrays
(#178) Short array syntax must be used to define arrays
(#189) Short array syntax must be used to define arrays
(#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
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Short array syntax must be used to define arrays
(#239) Short array syntax must be used to define arrays
(#248) Logical operator "or" is prohibited; use "||" instead
(#248) Logical operator "or" is prohibited; use "||" instead
(#259) Commas (,) must be followed by white space.
(#259) Commas (,) must be followed by white space.
(#259) Commas (,) must be followed by white space.
(#260) Expected "if (...) {\n"; found "if(...){\n"
(#262) Expected "if (...) {\n"; found "if(...){\n"
(#263) Expected "if (...) {\n"; found "if(...) {\n"
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Expected "if (...) {\n"; found "if(...) {\n"
(#277) 80 slashes comments are not allowed; use "// Comment." instead
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) 80 slashes comments are not allowed; use "// Comment." instead
(#306) 78 slashes comments are not allowed; use "// Comment." instead
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) 78 slashes comments are not allowed; use "// Comment." instead
(#324) Short array syntax must be used to define arrays
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Expected 1 space before "==="; 2 found
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Short array syntax must be used to define arrays
(#364) Short array syntax must be used to define arrays
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) 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"
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) No space found before comment text; expected "// 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"
(#403) Empty IF statement detected
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Short array syntax must be used to define arrays
(#427) Short array syntax must be used to define arrays
(#433) Expected "} else {\n"; found "}\n else {\n"
(#434) Expected 1 space before "="; 0 found
(#434) Expected 1 space after "="; 0 found
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) No space found before comment text; expected "// Highest grade" but found "//Highest grade"
(#438) Expected "if (...) {\n"; found "if(...){\n"
(#439) Variable "grade_sql" must not contain underscores.
(#440) Whitespace found at end of line within string
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Line indented incorrectly; expected at least 8 spaces, found 4
(#445) No space found before comment text; expected "// latest grade" but found "//latest grade"
(#446) Expected "} else {\n"; found "}else {\n"
(#447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) No space found before comment text; expected "// grade_sql" but found "//grade_sql"
(#448) Variable "grade_sql" must not contain underscores.
(#450) Line exceeds 132 characters; contains 144 characters
(#450) Whitespace found at end of line within string
(#456) Variable "grade_sql" must not contain underscores.
(#474) Inline doc block comments are not allowed; use "// Comment." instead
(#475) Logical operator "and" is prohibited; use "&&" instead
(#475) Short array syntax must be used to define arrays
(#493) Inline doc block comments are not allowed; use "// Comment." instead
(#494) Logical operator "and" is prohibited; use "&&" instead
(#494) Short array syntax must be used to define arrays
(#507) Expected 1 space before "="; 0 found
(#510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Short array syntax must be used to define arrays
(#512) Expected 1 space before "=>"; 0 found
(#512) Expected 1 space after "=>"; 0 found
(#513) Short array syntax must be used to define arrays
(#515) Expected "if (...) {\n"; found "if(...) {\n"
(#517) Expected "} else {\n"; found "}else{\n"
(#518) Expected 1 space before "="; 0 found
(#518) Expected 1 space after "="; 0 found
(#522) Expected 1 space before "="; 0 found
(#522) Expected 1 space after "="; 0 found
(#527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#528) Expected 1 space before "="; 0 found
(#529) Expected 1 space before "="; 0 found
(#532) Line exceeds 132 characters; contains 153 characters
(#534) Commas (,) must be followed by white space.
(#534) Expected 1 space before "=>"; 0 found
(#534) Expected 1 space after "=>"; 0 found
(#534) Commas (,) must be followed by white space.
(#534) Commas (,) must be followed by white space.
(#534) Commas (,) must be followed by white space.
(#534) Short array syntax must be used to define arrays
(#534) Expected 1 space before "=>"; 0 found
(#534) Expected 1 space after "=>"; 0 found
(#534) Line exceeds maximum limit of 180 characters; contains 182 characters
(#537) Expected "if (...) {\n"; found "if(...) {\n"
(#548) Commas (,) must be followed by white space.
(#550) Expected 1 space before "="; 0 found
(#550) Short array syntax must be used to define arrays
(#550) A comma after the last array item in a single-line array is not allowed.
(#550) Commas (,) must be followed by white space.
(#551) Line indented incorrectly; expected 4 spaces, found 8
(#551) Expected "if (...) {\n"; found "if(...) {\n"
(#551) Commas (,) must be followed by white space.
(#554) Line indented incorrectly; expected 4 spaces, found 8
(#555) Whitespace found at end of line
(#560) Expected "if (...) {\n"; found "if(...){\n"
(#560) Expected 1 space before "="; 0 found
(#560) Short array syntax must be used to define arrays
(#560) A comma after the last array item in a single-line array is not allowed.
(#560) Commas (,) must be followed by white space.
(#572) Line indented incorrectly; expected at least 4 spaces, found 3
(#573) File must end with a newline character
mod/wordcards/manageattempts.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Import statements must not begin with a leading backslash
(#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
(#39) Short array syntax must be used to define arrays
(#40) Short array syntax must be used to define arrays
(#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"
(#44) Short array syntax must be used to define arrays
(#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?"
(#54) Short array syntax must be used to define arrays
(#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"
(#66) Short array syntax must be used to define arrays
(#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) Short array syntax must be used to define arrays
(#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
(#81) Short array syntax must be used to define arrays
(#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
(#105) Short array syntax must be used to define arrays
(#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/>.".
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// Get admin settings" but found "//Get admin settings"
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#43) Expected "} else {\n"; found "}else{\n"
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#61) Expected "if (...) {\n"; found "if(...) {\n"
(#61) Expected 1 space after "=="; 0 found
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Line exceeds 132 characters; contains 139 characters
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#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 "// prepare filemanager" but found "//prepare filemanager"
(#82) Expected 1 space before "="; 0 found
(#83) Expected 1 space before "="; 0 found
(#86) Line exceeds 132 characters; contains 155 characters
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) No space found before comment text; expected "// set data to form" but found "//set data to form"
(#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 "// if this new add and collect data->id" but found "//if this new add and collect data->id"
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) No space found before comment text; expected "// else set id to termid" but found "//else set id to termid"
(#101) Expected "} else {\n"; found "}else{\n"
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) No space found before comment text; expected "// audio data" but found "//audio data"
(#108) Expected "if (...) {\n"; found "if(...){\n"
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) This comment is 63% valid code; is this commented out code?
(#110) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#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 "// 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"
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#118) Expected "if (...) {\n"; found "if(...){\n"
(#118) Expected 1 space before "=="; 0 found
(#118) Expected 1 space after "=="; 0 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Usage of ELSEIF not allowed; use ELSE IF instead
(#120) Expected 1 space before "=="; 0 found
(#120) Expected 1 space after "=="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) No space found before comment text; expected "// model sentence audio data" but found "//model sentence audio data"
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) This comment is 63% valid code; is this commented out code?
(#132) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#133) Line exceeds 132 characters; contains 162 characters
(#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 "// 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"
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#140) Expected "if (...) {\n"; found "if(...){\n"
(#140) Expected 1 space before "=="; 0 found
(#140) Expected 1 space after "=="; 0 found
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#142) Usage of ELSEIF not allowed; use ELSE IF instead
(#142) Expected 1 space before "=="; 0 found
(#142) Expected 1 space after "=="; 0 found
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#151) Expected "if (...) {\n"; found "if(...){\n"
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) 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 ''"
(#159) Commas (,) must be followed by white space.
(#159) Commas (,) must be followed by white space.
(#159) Commas (,) must be followed by white space.
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#160) Expected 1 space before "=="; 0 found
(#160) Expected 1 space after "=="; 0 found
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#162) Usage of ELSEIF not allowed; use ELSE IF instead
(#162) Expected 1 space before "=="; 0 found
(#162) Expected 1 space after "=="; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#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) No space found before comment text; expected "// also update our passagehash update flag" but found "//also update our passagehash update flag"
(#173) Short array syntax must be used to define arrays
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) No space found before comment text; expected "// finally redirect" but found "//finally redirect"
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Commas (,) must be followed by white space.
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) This comment is 84% valid code; is this commented out code?
(#190) Short array syntax must be used to define arrays
(#192) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#193) Short array syntax must be used to define arrays
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before "=>"; 0 found
(#193) Expected 1 space after "=>"; 0 found
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#214) Short array syntax must be used to define arrays
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#215) Short array syntax must be used to define arrays
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.
(#40) Short array syntax must be used to define arrays
(#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
(#82) Short array syntax must be used to define arrays
(#91) Empty IF statement detected
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) This comment is 67% valid code; is this commented out code?
(#92) No space found before comment text; expected "// $data->finishedstepmsg = $data->finishedstepmsg_editor['text'];" but found "//$data->finishedstepmsg = $data->finishedstepmsg_editor['text'];"
(#93) No space found before comment text; expected "// $data->completedmsg = $data->completedmsg_editor['text'];" but found "//$data->completedmsg = $data->completedmsg_editor['text'];"
(#99) Line indented incorrectly; expected 4 spaces, found 5
(#100) Empty IF statement detected
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) This comment is 67% valid code; is this commented out code?
(#101) No space found before comment text; expected "// $data = utils::prepare_file_and_json_stuff($data,$this->context);" but found "//$data = utils::prepare_file_and_json_stuff($data,$this->context);"
(#103) Closing brace indented incorrectly; expected 5 spaces, found 4
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 4 spaces, found 1
(#107) Line indented incorrectly; expected 8 spaces, found 10
(#111) Closing brace indented incorrectly; expected 10 spaces, found 8
(#112) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#116) Closing brace indented incorrectly; expected 1 spaces, found 4
mod/wordcards/refreshtoken.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#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.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#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"
(#48) Short array syntax must be used to define arrays
(#49) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#59) Short array syntax must be used to define arrays
(#60) There should be a comma after the last array item in a multi-line array.
(#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 (not for datatables reports though)" but found "//set per page according to admin setting (not for datatables reports though)"
(#83) Short array syntax must be used to define arrays
(#84) There should be a comma after the last array item in a multi-line array.
(#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"
(#194) Expected 1 space after "="; 0 found
(#202) This comment is 53% valid code; is this commented out code?
(#210) Expected "if (...) {\n"; found "if(...){\n"
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Expected "} else {\n"; found "}else{\n"
(#219) Expected "} else {\n"; found "}else{\n"
(#234) Expected "if (...) {\n"; found "if(...){\n"
(#235) Expected 1 space after "="; 0 found
(#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 "// css must be required before header sent out" but found "//css must be required before header sent out"
(#248) Expected "} else {\n"; found "}else{\n"
(#249) Expected 1 space after "="; 0 found
(#268) File must end with a newline character
mod/wordcards/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#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.
(#48) Commas (,) must be followed by white space.
(#48) There should be a comma after the last array item in a multi-line array.
(#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 maximum limit of 180 characters; contains 187 characters
(#86) Line exceeds 132 characters; contains 166 characters
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// TTS Language options" but found "//TTS Language options"
(#91) Expected 1 space after "="; 0 found
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// Definitions Language options" but found "//Definitions Language options"
(#100) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#105) Expected 1 space before "="; 0 found
(#105) Expected 1 space after "="; 0 found
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Commas (,) must be followed by white space.
(#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 "// show images on flip screen" but found "//show images on flip screen"
(#144) Expected 1 space after "="; 0 found
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// front face flip" but found "//front face flip"
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) No space found before comment text; expected "// Listen and Choose" but found "//Listen and Choose"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) No space found before comment text; expected "// animations" but found "//animations"
(#179) Space found before semicolon; expected "M_ANIM_FANCY;" but found "M_ANIM_FANCY ;"
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) No space found before comment text; expected "// Video Examples" but found "//Video Examples"
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Commas (,) must be followed by white space.
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
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
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#46) Usage of ELSEIF not allowed; use ELSE IF instead
(#47) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#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) Short array syntax must be used to define arrays
(#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) Short array syntax must be used to define arrays
(#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"
(#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 "// now update the db once we have saved files and stuff" but found "//now update the db once we have saved files and stuff"
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) 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"
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) 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"
(#111) Expected 1 space after "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) 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/>.".
(#15) File must end with a newline character
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/>.".
(#12) Import statements must not begin with a leading backslash
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) No space found before comment text; expected "// if free mode then lets do that" but found "//if free mode then lets do that"
(#24) Expected "if (...) {\n"; found "if(...){\n"
(#24) Expected 1 space before "=="; 0 found
(#24) Expected 1 space after "=="; 0 found
(#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) No space found before comment text; expected "// trigger module viewed event" but found "//trigger module viewed event"
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) This comment is 67% valid code; is this commented out code?
(#34) No space found before comment text; expected "// $pagetitle = get_string('tabdefinitions', 'mod_wordcards');" but found "//$pagetitle = get_string('tabdefinitions', 'mod_wordcards');"
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) This comment is 72% valid code; is this commented out code?
(#38) No space found before comment text; expected "// $PAGE->navbar->add($pagetitle, $PAGE->url);" but found "//$PAGE->navbar->add($pagetitle, $PAGE->url);"
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#47) Expected "} else {\n"; found "}else{\n"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) This comment is 60% valid code; is this commented out code?
(#54) No space found before comment text; expected "// $PAGE->requires->js_call_amd(constants::M_COMPONENT . "/cardactions", 'init', []);" but found "//$PAGE->requires->js_call_amd(constants::M_COMPONENT . "/cardactions", 'init', []);"
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// show open close dates and module intro" but found "//show open close dates and module intro"
(#61) Expected 1 space before ">"; 0 found
(#61) Expected 1 space after ">"; 0 found
(#64) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Expected "} else {\n"; found "}else{\n"
(#69) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// enforce open close dates" but found "//enforce open close dates"
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#76) Variable "current_time" must not contain underscores.
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#78) Expected "if (...) {\n"; found "if (...){\n"
(#78) Variable "current_time" must not contain underscores.
(#78) Expected 1 space before ">"; 0 found
(#78) Expected 1 space after ">"; 0 found
(#78) Expected 1 space before ">"; 0 found
(#78) Expected 1 space after ">"; 0 found
(#79) Commas (,) must be followed by white space.
(#81) Usage of ELSEIF not allowed; use ELSE IF instead
(#81) Variable "current_time" must not contain underscores.
(#81) Expected 1 space before "<"; 0 found
(#81) Expected 1 space after "<"; 0 found
(#82) Commas (,) must be followed by white space.
(#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 "// if we are not a teacher and the activity is closed/not-open leave at this point" but found "//if we are not a teacher and the activity is closed/not-open leave at this point"
(#86) Expected "if (...) {\n"; found "if(...){\n"
(#86) 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 "// get definitions" but found "//get definitions"
(#97) Expected "} else {\n"; found "}else {\n"
mod/wordcards/wordwizard.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) Import statements must not begin with a leading backslash
(#10) Import statements must not begin with a leading backslash
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// Get admin settings" but found "//Get admin settings"
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#39) Expected "} else {\n"; found "}else{\n"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Line exceeds 132 characters; contains 173 characters
(#49) Commas (,) must be followed by white space.

Javascript coding style problems

(2967 errors, 1683 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)
(#27) Identifier 'init_audio' is not in camel case. (camelcase)
(#27) Missing space before opening brace. (space-before-blocks)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Comments should not begin with a lowercase character. (capitalized-comments)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#46) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Operator '||' must be spaced. (space-infix-ops)
(#48) Operator '===' must be spaced. (space-infix-ops)
(#48) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) before "else". (keyword-spacing)
(#51) Expected space(s) after "else". (keyword-spacing)
(#54) Missing semicolon. (@babel/semi)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#58) A space is required after ','. (comma-spacing)
(#58) A space is required after ','. (comma-spacing)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) A space is required after ','. (comma-spacing)
(#60) There should be no space before this paren. (space-in-parens)
(#63) Identifier 'progress_dots' is not in camel case. (camelcase)
(#66) 'color' is defined but never used. (no-unused-vars)
(#92) Identifier 'pretty_print_secs' is not in camel case. (camelcase)
(#98) Identifier 'list_vocab' is not in camel case. (camelcase)
(#98) 'frontfaceflip' is defined but never used. (no-unused-vars)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#102) ["terms"] is better written in dot notation. (dot-notation)
(#103) Expected catch,fail,always() or return (promise/catch-or-return)
(#104) Each then() should return a value or throw (promise/always-return)
(#104) 'js' is defined but never used. (no-unused-vars)
(#111) Missing space before value for key 'axis'. (key-spacing)
(#129) Identifier 'calc_total_points' is not in camel case. (camelcase)
(#138) Identifier 'basic_feedback' is not in camel case. (camelcase)
(#141) Identifier 'total_time' is not in camel case. (camelcase)
(#144) Use '===' to compare with null. (no-eq-null)
(#145) Identifier 'total_time' is not in camel case. (camelcase)
(#153) Identifier 'total_time' is not in camel case. (camelcase)
(#154) Missing semicolon. (@babel/semi)
(#155) Unnecessary semicolon. (no-extra-semi)
(#160) Identifier 'detailed_feedback' is not in camel case. (camelcase)
(#193) Identifier 'str_pad_left' is not in camel case. (camelcase)
(#198) Missing semicolon. (@babel/semi)
(#199) Missing semicolon. (@babel/semi)
(#200) Missing semicolon. (@babel/semi)
mod/wordcards/amd/src/animatecss.js
(#1) A space is required after ','. (comma-spacing)
(#1) Multiple spaces found before 'function'. (no-multi-spaces)
(#1) '$' is defined but never used. (no-unused-vars)
(#1) A space is required after ','. (comma-spacing)
(#1) 'log' is defined but never used. (no-unused-vars)
(#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) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#6) Unexpected tab character. (no-tabs)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Unexpected tab character. (no-tabs)
(#8) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Unexpected tab character. (no-tabs)
(#9) Operator '=' must be spaced. (space-infix-ops)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Unexpected tab character. (no-tabs)
(#10) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Unexpected tab character. (no-tabs)
(#12) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#12) Identifier 'do_animate' is not in camel case. (camelcase)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Unexpected tab character. (no-tabs)
(#13) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Unexpected tab character. (no-tabs)
(#15) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Unexpected tab character. (no-tabs)
(#16) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) 'reject' is defined but never used. (no-unused-vars)
(#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) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#18) Comments should not begin with a lowercase character. (capitalized-comments)
(#18) Expected space or tab after '//' in comment. (spaced-comment)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Unexpected tab character. (no-tabs)
(#19) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Unexpected tab character. (no-tabs)
(#20) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Unexpected tab character. (no-tabs)
(#22) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Unexpected tab character. (no-tabs)
(#23) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#23) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#23) Move function declaration to function body root. (no-inner-declarations)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Unexpected tab character. (no-tabs)
(#24) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Unexpected tab character. (no-tabs)
(#25) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Unexpected tab character. (no-tabs)
(#26) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Operator '===' must be spaced. (space-infix-ops)
(#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)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Unexpected tab character. (no-tabs)
(#27) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Unexpected tab character. (no-tabs)
(#28) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Unexpected tab character. (no-tabs)
(#29) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Unexpected tab character. (no-tabs)
(#30) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#30) Expected space(s) after "if". (keyword-spacing)
(#30) Operator '===' must be spaced. (space-infix-ops)
(#30) Requires a space after '{'. (block-spacing)
(#30) Statement inside of curly braces should be on next line. (brace-style)
(#30) Missing space before opening brace. (space-before-blocks)
(#30) Requires a space before '}'. (block-spacing)
(#30) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Unexpected tab character. (no-tabs)
(#31) Mixed spaces and tabs. (no-mixed-spaces-and-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) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#33) Comments should not begin with a lowercase character. (capitalized-comments)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Unexpected tab character. (no-tabs)
(#34) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#34) Expected space(s) before "else". (keyword-spacing)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Unexpected tab character. (no-tabs)
(#36) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#36) Expected space(s) after "switch". (keyword-spacing)
(#36) Missing space before opening brace. (space-before-blocks)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Unexpected tab character. (no-tabs)
(#37) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Unexpected tab character. (no-tabs)
(#38) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#38) A space is required after ','. (comma-spacing)
(#38) Requires a space after '{'. (block-spacing)
(#38) Statement inside of curly braces should be on next line. (brace-style)
(#38) Missing space before opening brace. (space-before-blocks)
(#38) Requires a space before '}'. (block-spacing)
(#38) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Unexpected tab character. (no-tabs)
(#39) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Unexpected tab character. (no-tabs)
(#40) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Unexpected tab character. (no-tabs)
(#41) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#41) A space is required after ','. (comma-spacing)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Unexpected tab character. (no-tabs)
(#42) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Unexpected tab character. (no-tabs)
(#43) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Unexpected tab character. (no-tabs)
(#44) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Unexpected tab character. (no-tabs)
(#45) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Unexpected tab character. (no-tabs)
(#46) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Unexpected tab character. (no-tabs)
(#47) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Unexpected tab character. (no-tabs)
(#48) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Unexpected tab character. (no-tabs)
(#49) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Unexpected tab character. (no-tabs)
(#50) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#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)
(#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)
mod/wordcards/amd/src/bulkselect.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
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,always() 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/cardactions.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#7) A space is required after ','. (comma-spacing)
(#17) Missing semicolon. (@babel/semi)
(#24) Missing semicolon. (@babel/semi)
(#27) 'stringStore' is assigned a value but never used. (no-unused-vars)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#42) Missing space before opening brace. (space-before-blocks)
(#43) 'YG' is not defined. (no-undef)
(#48) Expected space(s) after "if". (keyword-spacing)
(#48) Operator '!==' must be spaced. (space-infix-ops)
(#51) 'termvideo' used outside of binding context. (block-scoped-var)
(#52) 'termimage' used outside of binding context. (block-scoped-var)
(#54) 'termvideo' used outside of binding context. (block-scoped-var)
(#55) 'termimage' used outside of binding context. (block-scoped-var)
(#57) Expected space(s) before "else". (keyword-spacing)
(#57) Expected space(s) after "else". (keyword-spacing)
(#58) 'termvideo' is already defined. (no-redeclare)
(#58) 'termvideo' used outside of binding context. (block-scoped-var)
(#59) 'termimage' is already defined. (no-redeclare)
(#59) 'termimage' used outside of binding context. (block-scoped-var)
(#60) 'termvideo' used outside of binding context. (block-scoped-var)
(#61) 'termimage' used outside of binding context. (block-scoped-var)
(#85) 'that' is assigned a value but never used. (no-unused-vars)
(#95) Expected space(s) after "if". (keyword-spacing)
(#95) Operator '>' must be spaced. (space-infix-ops)
(#95) Missing space before opening brace. (space-before-blocks)
(#97) Expected space(s) before "else". (keyword-spacing)
(#97) Expected space(s) after "else". (keyword-spacing)
(#101) Missing semicolon. (@babel/semi)
(#104) Missing semicolon. (@babel/semi)
(#105) Missing semicolon. (@babel/semi)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#113) Missing semicolon. (@babel/semi)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#135) Trailing spaces not allowed. (no-trailing-spaces)
(#151) Expected space(s) after "if". (keyword-spacing)
(#151) Missing space before opening brace. (space-before-blocks)
(#154) Expected space(s) after "if". (keyword-spacing)
(#154) Missing space before opening brace. (space-before-blocks)
(#156) Expected space(s) before "else". (keyword-spacing)
(#156) Expected space(s) after "else". (keyword-spacing)
(#159) Missing semicolon. (@babel/semi)
(#163) Trailing spaces not allowed. (no-trailing-spaces)
(#163) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#167) Unexpected space before function parentheses. (space-before-function-paren)
(#171) Expected space(s) after "if". (keyword-spacing)
(#174) Missing semicolon. (@babel/semi)
(#178) Missing semicolon. (@babel/semi)
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) 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) This line has a length of 154. Maximum allowed is 132. (max-len)
(#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) 'ef' is assigned a value but never used. (no-unused-vars)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Unexpected tab character. (no-tabs)
(#31) 'eg' is assigned a value 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) Unexpected tab character. (no-tabs)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Unexpected tab character. (no-tabs)
(#34) A space is required after ','. (comma-spacing)
(#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)
(#37) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#39) 'e' is defined but never used. (no-unused-vars)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Identifier 'cr_index' is not in camel case. (camelcase)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected space(s) after "if". (keyword-spacing)
(#41) Identifier 'cr_index' is not in camel case. (camelcase)
(#41) Operator '-' must be spaced. (space-infix-ops)
(#41) Requires a space after '{'. (block-spacing)
(#41) Statement inside of curly braces should be on next line. (brace-style)
(#41) Missing space before opening brace. (space-before-blocks)
(#41) Identifier 'cr_index' is not in camel case. (camelcase)
(#41) Operator '=' must be spaced. (space-infix-ops)
(#41) Requires a space before '}'. (block-spacing)
(#41) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) This line has a length of 266. Maximum allowed is 132. (max-len)
(#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) This line has a length of 301. Maximum allowed is 132. (max-len)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) This line has a length of 148. Maximum allowed is 132. (max-len)
(#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) This line has a length of 155. Maximum allowed is 132. (max-len)
(#51) Identifier 'cr_index' is not in camel case. (camelcase)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) This line has a length of 168. Maximum allowed is 132. (max-len)
(#54) Identifier 'cr_index' is not in camel case. (camelcase)
(#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) Identifier 'cr_index' is not in camel case. (camelcase)
(#59) A space is required after ','. (comma-spacing)
(#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)
(#64) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#65) This line has a length of 137. Maximum allowed is 132. (max-len)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Identifier 'cr_index' is not in camel case. (camelcase)
(#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) Identifier 'cr_index' is not in camel case. (camelcase)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Identifier 'cr_index' is not in camel case. (camelcase)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected space(s) after "if". (keyword-spacing)
(#78) Identifier 'cr_index' is not in camel case. (camelcase)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#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) Identifier 'cr_index' is not in camel case. (camelcase)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '-' must be spaced. (space-infix-ops)
(#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)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) This line has a length of 148. Maximum allowed is 132. (max-len)
(#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) This line has a length of 163. Maximum allowed is 132. (max-len)
(#84) Identifier 'cr_index' is not in camel case. (camelcase)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) This line has a length of 168. Maximum allowed is 132. (max-len)
(#86) Identifier 'cr_index' is not in camel case. (camelcase)
(#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) Identifier 'curr_level_card' is not in camel case. (camelcase)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Identifier 'cr_index' is not in camel case. (camelcase)
(#91) There should be no space before ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#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) Identifier 'cr_index' is not in camel case. (camelcase)
(#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)
(#104) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#105) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#105) Identifier 'set_progress_info' is not in camel case. (camelcase)
(#105) A space is required after ','. (comma-spacing)
(#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) Unexpected tab character. (no-tabs)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) ["widgetid"] is better written in dot notation. (dot-notation)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) 'modid' is assigned a value but never used. (no-unused-vars)
(#112) 'props' used outside of binding context. (block-scoped-var)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) 'canmanage' is assigned a value but never used. (no-unused-vars)
(#113) 'props' used outside of binding context. (block-scoped-var)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) 'canattempt' is assigned a value but never used. (no-unused-vars)
(#114) 'props' used outside of binding context. (block-scoped-var)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) 'props' used outside of binding context. (block-scoped-var)
(#119) A space is required after ','. (comma-spacing)
(#119) 'props' used outside of binding context. (block-scoped-var)
(#119) A space is required after ','. (comma-spacing)
(#119) 'props' used outside of binding context. (block-scoped-var)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Comments should not begin with a lowercase character. (capitalized-comments)
(#121) Expected space or tab after '//' in comment. (spaced-comment)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) 'props' used outside of binding context. (block-scoped-var)
(#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 space or tab after '//' in comment. (spaced-comment)
(#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 to return a value at the end of function. (consistent-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) 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) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Unexpected tab character. (no-tabs)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Unexpected tab character. (no-tabs)
(#144) Expected space or tab after '//' in comment. (spaced-comment)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Unexpected tab character. (no-tabs)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Missing semicolon. (@babel/semi)
(#147) Unexpected tab character. (no-tabs)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Missing semicolon. (@babel/semi)
(#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) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#151) Unexpected tab character. (no-tabs)
(#151) Comments should not begin with a lowercase character. (capitalized-comments)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Operator '!==' must be spaced. (space-infix-ops)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#167) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected catch,fail,always() or return (promise/catch-or-return)
(#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) Each then() should return a value or throw (promise/always-return)
(#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) Identifier 'init_strings' is not in camel case. (camelcase)
(#186) Missing space before opening brace. (space-before-blocks)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Comments should not begin with a lowercase character. (capitalized-comments)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Multiple spaces found before '"component"'. (no-multi-spaces)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Multiple spaces found before '"component"'. (no-multi-spaces)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Multiple spaces found before '"component"'. (no-multi-spaces)
(#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)
(#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)
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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 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) 'definitionsdata' used outside of binding context. (block-scoped-var)
(#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)
(#50) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#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) Identifier 'register_events' is not in camel case. (camelcase)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Identifier 'total_time' is not in camel case. (camelcase)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Missing semicolon. (@babel/semi)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) ["nexturl"] is better written in dot notation. (dot-notation)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) ["results"] is better written in dot notation. (dot-notation)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) ["total"] is better written in dot notation. (dot-notation)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Identifier 'total_time' is not in camel case. (camelcase)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Identifier 'total_time' is not in camel case. (camelcase)
(#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) ["prettytime"] is better written in dot notation. (dot-notation)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected catch,fail,always() or return (promise/catch-or-return)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Each then() should return a value or throw (promise/always-return)
(#150) 'js' is defined but never used. (no-unused-vars)
(#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) Unexpected console statement. (no-console)
(#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) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#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) ["term"] is better written in dot notation. (dot-notation)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) ["term"] 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) ["term"] is better written in dot notation. (dot-notation)
(#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) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) ["ttsvoice"] 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) ["audio"] is better written in dot notation. (dot-notation)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) ["audio"] is better written in dot notation. (dot-notation)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#203) Trailing spaces not allowed. (no-trailing-spaces)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Trailing spaces not allowed. (no-trailing-spaces)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#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) ["term"] is better written in dot notation. (dot-notation)
(#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) 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) Comments should not begin with a lowercase character. (capitalized-comments)
(#222) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) ["id"] 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) ["id"] is better written in dot notation. (dot-notation)
(#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) ["definition"] is better written in dot notation. (dot-notation)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) ["term"] is better written in dot notation. (dot-notation)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) ["id"] is better written in dot notation. (dot-notation)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Trailing spaces not allowed. (no-trailing-spaces)
(#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)
(#246) Missing semicolon. (@babel/semi)
(#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) Identifier 'terms_to_distractors' is not in camel case. (camelcase)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected space(s) after "for". (keyword-spacing)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#256) Missing whitespace after semicolon. (semi-spacing)
(#256) Operator '<' must be spaced. (space-infix-ops)
(#256) Missing space before opening brace. (space-before-blocks)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#258) Missing space before opening brace. (space-before-blocks)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected space(s) after "if". (keyword-spacing)
(#259) Operator '==' must be spaced. (space-infix-ops)
(#259) Missing space before opening brace. (space-before-blocks)
(#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)
mod/wordcards/amd/src/dictlookup.js
(#1) Comments should not begin with a lowercase character. (capitalized-comments)
(#4) @package should be empty. (jsdoc/empty-tags)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#9) A space is required after ','. (comma-spacing)
(#16) Unexpected space before function parentheses. (space-before-function-paren)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#23) Identifier 'update_page' is not in camel case. (camelcase)
(#23) Missing space before opening brace. (space-before-blocks)
(#24) Comments should not begin with a lowercase character. (capitalized-comments)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#27) Expected space(s) after "for". (keyword-spacing)
(#28) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#30) Expected catch,fail,always() or return (promise/catch-or-return)
(#31) Each then() should return a value or throw (promise/always-return)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#39) Expected to return a value at the end of method 'getwords'. (consistent-return)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#39) A space is required after ','. (comma-spacing)
(#39) 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)
(#56) Expected catch,fail,always() or return (promise/catch-or-return)
(#56) Expected to return a value at the end of async function. (consistent-return)
(#56) Missing space before opening brace. (space-before-blocks)
(#57) Identifier 'allterms_result' is not in camel case. (camelcase)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#61) Identifier 'allterms_result' is not in camel case. (camelcase)
(#66) Each then() should return a value or throw (promise/always-return)
(#68) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#72) Missing semicolon. (@babel/semi)
(#73) 'tdata' used outside of binding context. (block-scoped-var)
(#73) There should be no space before '}'. (@babel/object-curly-spacing)
(#74) Identifier 'allterms_result' is not in camel case. (camelcase)
(#74) 'tdata' used outside of binding context. (block-scoped-var)
(#77) 'tdata' is already defined. (no-redeclare)
(#77) 'tdata' used outside of binding context. (block-scoped-var)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#88) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#99) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#103) 'tdata' used outside of binding context. (block-scoped-var)
(#107) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Identifier 'allterms_result' is not in camel case. (camelcase)
(#108) 'tdata' used outside of binding context. (block-scoped-var)
(#112) There should be no space before this paren. (space-in-parens)
(#113) Comments should not begin with a lowercase character. (capitalized-comments)
(#113) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Comments should not begin with a lowercase character. (capitalized-comments)
(#171) Missing semicolon. (@babel/semi)
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/freemode.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#14) Missing semicolon. (@babel/semi)
(#16) Missing semicolon. (@babel/semi)
(#18) Missing semicolon. (@babel/semi)
(#19) Missing semicolon. (@babel/semi)
(#21) Missing semicolon. (@babel/semi)
(#22) Missing semicolon. (@babel/semi)
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) 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,always() 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 'matchingdata' used outside of binding context. (block-scoped-var)
(#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) A space is required after ','. (comma-spacing)
(#45) A space is required after ','. (comma-spacing)
(#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) Identifier 'register_events' is not in camel case. (camelcase)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Identifier 'total_time' is not in camel case. (camelcase)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Missing semicolon. (@babel/semi)
(#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) 'e' is defined but never used. (no-unused-vars)
(#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)
(#114) Missing semicolon. (@babel/semi)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) ["nexturl"] is better written in dot notation. (dot-notation)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) ["results"] is better written in dot notation. (dot-notation)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) ["total"] is better written in dot notation. (dot-notation)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Identifier 'total_time' is not in camel case. (camelcase)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) ["prettytime"] 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) ["prettytime"] is better written in dot notation. (dot-notation)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected catch,fail,always() or return (promise/catch-or-return)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Each then() should return a value or throw (promise/always-return)
(#141) 'js' is defined but never used. (no-unused-vars)
(#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) Unexpected console statement. (no-console)
(#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) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#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) ["term"] 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) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) ["ttsvoice"] is better written in dot notation. (dot-notation)
(#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) ["audio"] is better written in dot notation. (dot-notation)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) ["audio"] is better written in dot notation. (dot-notation)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#198) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) ["definition"] is better written in dot notation. (dot-notation)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) ["term"] is better written in dot notation. (dot-notation)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) ["id"] is better written in dot notation. (dot-notation)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Trailing spaces not allowed. (no-trailing-spaces)
(#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) This line has a length of 215. Maximum allowed is 132. (max-len)
(#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) This line has a length of 149. Maximum allowed is 132. (max-len)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#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) ["id"] is better written in dot notation. (dot-notation)
(#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)
(#234) Missing semicolon. (@babel/semi)
(#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)
(#242) Missing semicolon. (@babel/semi)
(#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 'get_distractors' is not in camel case. (camelcase)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Identifier 'is_correct' is not in camel case. (camelcase)
(#256) ["term"] is better written in dot notation. (dot-notation)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Identifier 'term_id' is not in camel case. (camelcase)
(#257) ["id"] is better written in dot notation. (dot-notation)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Comments should not begin with a lowercase character. (capitalized-comments)
(#258) Expected space or tab after '//' in comment. (spaced-comment)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected space(s) after "if". (keyword-spacing)
(#259) Operator '===' must be spaced. (space-infix-ops)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) 'label' used outside of binding context. (block-scoped-var)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) ["term"] is better written in dot notation. (dot-notation)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected space(s) before "else". (keyword-spacing)
(#261) Expected space(s) after "else". (keyword-spacing)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) 'label' is already defined. (no-redeclare)
(#262) 'label' used outside of binding context. (block-scoped-var)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) ["definition"] is better written in dot notation. (dot-notation)
(#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) This line has a length of 170. Maximum allowed is 132. (max-len)
(#265) Identifier 'term_id' is not in camel case. (camelcase)
(#265) Identifier 'is_correct' is not in camel case. (camelcase)
(#265) 'label' used outside of binding context. (block-scoped-var)
(#265) 'label' used outside of binding context. (block-scoped-var)
(#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)
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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#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) 'matchingdata' used outside of binding context. (block-scoped-var)
(#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) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#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) Identifier 'register_events' is not in camel case. (camelcase)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Identifier 'total_time' is not in camel case. (camelcase)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Missing semicolon. (@babel/semi)
(#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) 'e' is defined but never used. (no-unused-vars)
(#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)
(#91) Missing semicolon. (@babel/semi)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#105) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) ["nexturl"] is better written in dot notation. (dot-notation)
(#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,always() 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) 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) Unexpected console statement. (no-console)
(#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) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Trailing spaces not allowed. (no-trailing-spaces)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Operator '=' must be spaced. (space-infix-ops)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Operator '+=' must be spaced. (space-infix-ops)
(#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)
(#152) Missing semicolon. (@babel/semi)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#162) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) ["definition"] is better written in dot notation. (dot-notation)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) ["term"] is better written in dot notation. (dot-notation)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) ["id"] is better written in dot notation. (dot-notation)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Trailing spaces not allowed. (no-trailing-spaces)
(#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) This line has a length of 215. Maximum allowed is 132. (max-len)
(#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) This line has a length of 149. Maximum allowed is 132. (max-len)
(#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) ["id"] is better written in dot notation. (dot-notation)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) ["id"] is better written in dot notation. (dot-notation)
(#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)
(#201) Missing semicolon. (@babel/semi)
(#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)
(#209) Missing semicolon. (@babel/semi)
(#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) Identifier 'get_distractors' is not in camel case. (camelcase)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) ["term"] is better written in dot notation. (dot-notation)
(#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) Identifier 'is_correct' is not in camel case. (camelcase)
(#223) ["term"] is better written in dot notation. (dot-notation)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Identifier 'term_id' is not in camel case. (camelcase)
(#224) ["id"] is better written in dot notation. (dot-notation)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) This line has a length of 174. Maximum allowed is 132. (max-len)
(#225) Identifier 'term_id' is not in camel case. (camelcase)
(#225) Identifier 'is_correct' is not in camel case. (camelcase)
(#225) ["term"] 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) 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)
(#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)
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) 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) Identifier 'register_events' is not in camel case. (camelcase)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) 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)
(#53) Identifier 'total_time' is not in camel case. (camelcase)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Missing semicolon. (@babel/semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) ["nexturl"] is better written in dot notation. (dot-notation)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) ["results"] is better written in dot notation. (dot-notation)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) ["total"] is better written in dot notation. (dot-notation)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Identifier 'total_time' is not in camel case. (camelcase)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Identifier 'total_time' is not in camel case. (camelcase)
(#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) ["prettytime"] is better written in dot notation. (dot-notation)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected catch,fail,always() or return (promise/catch-or-return)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Each then() should return a value or throw (promise/always-return)
(#120) 'js' is defined but never used. (no-unused-vars)
(#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) Unexpected console statement. (no-console)
(#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) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected space(s) after "if". (keyword-spacing)
(#161) Missing space before opening brace. (space-before-blocks)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Operator '+=' must be spaced. (space-infix-ops)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Operator '+=' must be spaced. (space-infix-ops)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Missing semicolon. (@babel/semi)
(#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) 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) 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) Comments should not begin with a lowercase character. (capitalized-comments)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#181) Expected space or tab after '//' in comment. (spaced-comment)
(#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) ["id"] is better written in dot notation. (dot-notation)
(#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) ["definition"] is better written in dot notation. (dot-notation)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) ["term"] is better written in dot notation. (dot-notation)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) ["id"] is better written in dot notation. (dot-notation)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Trailing spaces not allowed. (no-trailing-spaces)
(#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)
(#203) Missing semicolon. (@babel/semi)
(#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)
(#210) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Identifier 'terms_to_distractors' is not in camel case. (camelcase)
(#213) Missing space before opening brace. (space-before-blocks)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Operator '=' must be spaced. (space-infix-ops)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected space(s) after "for". (keyword-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '<' must be spaced. (space-infix-ops)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) A space is required after ','. (comma-spacing)
(#217) A space is required after ','. (comma-spacing)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected space(s) after "if". (keyword-spacing)
(#218) Operator '==' must be spaced. (space-infix-ops)
(#218) Missing space before opening brace. (space-before-blocks)
(#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)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) 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)
(#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)
(#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,always() 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,always() or return (promise/catch-or-return)
(#78) Avoid nesting promises. (promise/no-nesting)
(#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)
(#124) Missing JSDoc @param "formData" declaration. (jsdoc/require-param)
(#124) Missing JSDoc @param "ajaxresult" declaration. (jsdoc/require-param)
(#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)
mod/wordcards/amd/src/mywords.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#13) Missing semicolon. (@babel/semi)
(#19) Missing semicolon. (@babel/semi)
(#23) Missing semicolon. (@babel/semi)
(#31) Missing semicolon. (@babel/semi)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Missing semicolon. (@babel/semi)
(#55) Missing semicolon. (@babel/semi)
(#80) Missing semicolon. (@babel/semi)
(#82) Missing semicolon. (@babel/semi)
(#83) Missing semicolon. (@babel/semi)
(#88) Expected to return a value at the end of function. (consistent-return)
(#103) Missing semicolon. (@babel/semi)
(#105) Unexpected space before function parentheses. (space-before-function-paren)
(#109) Missing semicolon. (@babel/semi)
(#111) Unexpected space before function parentheses. (space-before-function-paren)
(#115) Missing semicolon. (@babel/semi)
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) Expected to return a value at the end of method 'fetch_polly_url'. (consistent-return)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected space(s) after "if". (keyword-spacing)
(#23) Operator '===' must be spaced. (space-infix-ops)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected to return a value at the end of function. (consistent-return)
(#34) Unexpected space before function parentheses. (space-before-function-paren)
(#34) 'e' is defined but never used. (no-unused-vars)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#46) Expected space or tab after '//' in comment. (spaced-comment)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Missing space before opening brace. (space-before-blocks)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#86) Expected space or tab after '//' in comment. (spaced-comment)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/wordcards/amd/src/spacegame.js
(#27) A space is required after ','. (comma-spacing)
(#27) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#45) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Unnecessary semicolon. (no-extra-semi)
(#51) Unnecessary semicolon. (no-extra-semi)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#58) Unnecessary semicolon. (no-extra-semi)
(#66) Unnecessary semicolon. (no-extra-semi)
(#106) Unnecessary semicolon. (no-extra-semi)
(#108) Unexpected space before function parentheses. (space-before-function-paren)
(#110) Unnecessary semicolon. (no-extra-semi)
(#114) Unnecessary semicolon. (no-extra-semi)
(#118) Unnecessary semicolon. (no-extra-semi)
(#129) There should be no space after this paren. (space-in-parens)
(#165) Unnecessary semicolon. (no-extra-semi)
(#169) There should be no space after this paren. (space-in-parens)
(#194) Missing space before opening brace. (space-before-blocks)
(#201) There should be no space before this paren. (space-in-parens)
(#202) A space is required after ','. (comma-spacing)
(#202) A space is required after ','. (comma-spacing)
(#205) 'bounds' is defined but never used. (no-unused-vars)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#278) Missing space before opening brace. (space-before-blocks)
(#295) Comments should not begin with a lowercase character. (capitalized-comments)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#327) Unnecessary semicolon. (no-extra-semi)
(#334) Unnecessary semicolon. (no-extra-semi)
(#349) Missing space before opening brace. (space-before-blocks)
(#363) Missing space before opening brace. (space-before-blocks)
(#367) Missing space before opening brace. (space-before-blocks)
(#376) There should be no space after this paren. (space-in-parens)
(#384) Missing space before opening brace. (space-before-blocks)
(#391) Missing space before opening brace. (space-before-blocks)
(#398) Comments should not begin with a lowercase character. (capitalized-comments)
(#408) A space is required after ','. (comma-spacing)
(#418) Comments should not begin with a lowercase character. (capitalized-comments)
(#418) Expected space or tab after '//' in comment. (spaced-comment)
(#420) This line has a length of 136. Maximum allowed is 132. (max-len)
(#431) Comments should not begin with a lowercase character. (capitalized-comments)
(#431) Expected space or tab after '//' in comment. (spaced-comment)
(#437) Comments should not begin with a lowercase character. (capitalized-comments)
(#437) Expected space or tab after '//' in comment. (spaced-comment)
(#446) Multiple spaces found before ')'. (no-multi-spaces)
(#446) There should be no space before this paren. (space-in-parens)
(#475) Comments should not begin with a lowercase character. (capitalized-comments)
(#475) Expected space or tab after '//' in comment. (spaced-comment)
(#478) Comments should not begin with a lowercase character. (capitalized-comments)
(#478) Expected space or tab after '//' in comment. (spaced-comment)
(#485) Unexpected space before function parentheses. (space-before-function-paren)
(#510) Unexpected space before function parentheses. (space-before-function-paren)
(#519) Unnecessary semicolon. (no-extra-semi)
(#578) Missing space before opening brace. (space-before-blocks)
(#579) Comments should not begin with a lowercase character. (capitalized-comments)
(#579) Expected space or tab after '//' in comment. (spaced-comment)
(#589) Identifier 'total_time' is not in camel case. (camelcase)
(#590) Identifier 'total_time' is not in camel case. (camelcase)
(#590) Missing semicolon. (@babel/semi)
(#596) Missing space before opening brace. (space-before-blocks)
(#605) A space is required after ','. (comma-spacing)
(#611) Multiple spaces found before ','. (no-multi-spaces)
(#611) There should be no space before ','. (comma-spacing)
(#632) Unexpected console statement. (no-console)
(#633) Unexpected console statement. (no-console)
(#678) A space is required after ','. (comma-spacing)
(#755) Missing space before opening brace. (space-before-blocks)
(#756) Operator '=' must be spaced. (space-infix-ops)
(#757) Missing space before opening brace. (space-before-blocks)
(#758) Expected space(s) after "if". (keyword-spacing)
(#758) Operator '==' must be spaced. (space-infix-ops)
(#758) Missing space before opening brace. (space-before-blocks)
(#762) Comments should not begin with a lowercase character. (capitalized-comments)
(#762) Expected space or tab after '//' in comment. (spaced-comment)
(#763) Expected space(s) after "if". (keyword-spacing)
(#765) ["definition"] is better written in dot notation. (dot-notation)
(#767) ["term"] is better written in dot notation. (dot-notation)
(#771) Operator '=' must be spaced. (space-infix-ops)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Operator '<' must be spaced. (space-infix-ops)
(#771) Missing whitespace after semicolon. (semi-spacing)
(#771) Missing space before opening brace. (space-before-blocks)
(#772) Expected space(s) after "if". (keyword-spacing)
(#772) Operator '==' must be spaced. (space-infix-ops)
(#772) Missing space before opening brace. (space-before-blocks)
(#773) Comments should not begin with a lowercase character. (capitalized-comments)
(#773) Expected space or tab after '//' in comment. (spaced-comment)
(#774) Expected space(s) after "if". (keyword-spacing)
(#774) Operator '>' must be spaced. (space-infix-ops)
(#774) Operator '==' must be spaced. (space-infix-ops)
(#776) Comments should not begin with a lowercase character. (capitalized-comments)
(#776) Expected space or tab after '//' in comment. (spaced-comment)
(#777) Expected space(s) before "else". (keyword-spacing)
(#777) Expected space(s) after "else". (keyword-spacing)
(#782) Comments should not begin with a lowercase character. (capitalized-comments)
(#782) Expected space or tab after '//' in comment. (spaced-comment)
(#839) This line has a length of 143. Maximum allowed is 132. (max-len)
(#842) This line has a length of 140. Maximum allowed is 132. (max-len)
(#851) Comments should not begin with a lowercase character. (capitalized-comments)
(#851) Expected space or tab after '//' in comment. (spaced-comment)
(#852) Expected space or tab after '//' in comment. (spaced-comment)
(#855) Unexpected space before function parentheses. (space-before-function-paren)
(#858) Unexpected space before function parentheses. (space-before-function-paren)
(#877) Comments should not begin with a lowercase character. (capitalized-comments)
(#877) Expected space or tab after '//' in comment. (spaced-comment)
(#888) Comments should not begin with a lowercase character. (capitalized-comments)
(#888) Expected space or tab after '//' in comment. (spaced-comment)
(#890) ["nexturl"] is better written in dot notation. (dot-notation)
(#891) ["results"] is better written in dot notation. (dot-notation)
(#892) ["total"] is better written in dot notation. (dot-notation)
(#893) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#894) ["gamescore"] is better written in dot notation. (dot-notation)
(#895) Identifier 'total_time' is not in camel case. (camelcase)
(#896) Identifier 'total_time' is not in camel case. (camelcase)
(#897) ["prettytime"] is better written in dot notation. (dot-notation)
(#899) ["prettytime"] is better written in dot notation. (dot-notation)
(#902) Expected catch,fail,always() or return (promise/catch-or-return)
(#903) Each then() should return a value or throw (promise/always-return)
(#903) 'js' is defined but never used. (no-unused-vars)
(#913) 'data' is assigned a value but never used. (no-unused-vars)
(#923) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#929) Comments should not begin with a lowercase character. (capitalized-comments)
(#939) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#940) Expected space or tab after '//' in comment. (spaced-comment)
(#942) Expected space or tab after '//' in comment. (spaced-comment)
(#954) Unexpected space before function parentheses. (space-before-function-paren)
(#974) Operator '=' must be spaced. (space-infix-ops)
(#995) Comments should not begin with a lowercase character. (capitalized-comments)
(#995) Expected space or tab after '//' in comment. (spaced-comment)
(#1005) Missing semicolon. (@babel/semi)
(#1020) Comments should not begin with a lowercase character. (capitalized-comments)
(#1020) Expected space or tab after '//' in comment. (spaced-comment)
(#1023) Comments should not begin with a lowercase character. (capitalized-comments)
(#1023) Expected space or tab after '//' in comment. (spaced-comment)
(#1024) Expected space or tab after '//' in comment. (spaced-comment)
(#1031) Expected space(s) before "else". (keyword-spacing)
(#1031) Expected space(s) after "else". (keyword-spacing)
(#1049) Expected space(s) after "switch". (keyword-spacing)
(#1049) Missing space before opening brace. (space-before-blocks)
(#1054) Unexpected space before function parentheses. (space-before-function-paren)
(#1057) A space is required after ','. (comma-spacing)
(#1059) A space is required after ','. (comma-spacing)
(#1059) A space is required after ','. (comma-spacing)
(#1070) Multiple spaces found before 'questions'. (no-multi-spaces)
(#1156) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1161) Unexpected space before function parentheses. (space-before-function-paren)
(#1172) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1258) Unexpected space before function parentheses. (space-before-function-paren)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1300) Unexpected space before function parentheses. (space-before-function-paren)
(#1500) Identifier 'strip_html' is not in camel case. (camelcase)
(#1511) Comments should not begin with a lowercase character. (capitalized-comments)
(#1511) Expected space or tab after '//' in comment. (spaced-comment)
(#1512) Expected space or tab after '//' in comment. (spaced-comment)
(#1514) Expected space(s) after "if". (keyword-spacing)
(#1514) Requires a space after '{'. (block-spacing)
(#1514) Statement inside of curly braces should be on next line. (brace-style)
(#1514) Requires a space before '}'. (block-spacing)
(#1514) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1515) Identifier 'mc_levels' is not in camel case. (camelcase)
(#1516) Comments should not begin with a lowercase character. (capitalized-comments)
(#1516) Expected space or tab after '//' in comment. (spaced-comment)
(#1517) 'thelevel' used outside of binding context. (block-scoped-var)
(#1517) Operator '=' must be spaced. (space-infix-ops)
(#1517) Missing whitespace after semicolon. (semi-spacing)
(#1517) 'thelevel' used outside of binding context. (block-scoped-var)
(#1517) Operator '<' must be spaced. (space-infix-ops)
(#1517) Identifier 'mc_levels' is not in camel case. (camelcase)
(#1517) Missing whitespace after semicolon. (semi-spacing)
(#1517) 'thelevel' used outside of binding context. (block-scoped-var)
(#1518) 'level' used outside of binding context. (block-scoped-var)
(#1518) Identifier 'mc_levels' is not in camel case. (camelcase)
(#1518) 'thelevel' used outside of binding context. (block-scoped-var)
(#1519) Comments should not begin with a lowercase character. (capitalized-comments)
(#1519) Expected space or tab after '//' in comment. (spaced-comment)
(#1520) 'i' used outside of binding context. (block-scoped-var)
(#1520) 'i' used outside of binding context. (block-scoped-var)
(#1520) 'level' used outside of binding context. (block-scoped-var)
(#1520) 'i' used outside of binding context. (block-scoped-var)
(#1522) 'level' used outside of binding context. (block-scoped-var)
(#1523) 'level' used outside of binding context. (block-scoped-var)
(#1523) A space is required after ','. (comma-spacing)
(#1523) 'i' used outside of binding context. (block-scoped-var)
(#1526) 'level' used outside of binding context. (block-scoped-var)
(#1526) 'i' used outside of binding context. (block-scoped-var)
(#1527) 'level' used outside of binding context. (block-scoped-var)
(#1527) 'i' used outside of binding context. (block-scoped-var)
(#1536) Comments should not begin with a lowercase character. (capitalized-comments)
(#1536) Expected space or tab after '//' in comment. (spaced-comment)
(#1537) Expected space or tab after '//' in comment. (spaced-comment)
(#1538) Operator '=' must be spaced. (space-infix-ops)
(#1539) Identifier 'matching_levels' is not in camel case. (camelcase)
(#1540) 'thelevel' is already defined. (no-redeclare)
(#1540) 'thelevel' used outside of binding context. (block-scoped-var)
(#1540) Operator '=' must be spaced. (space-infix-ops)
(#1540) Missing whitespace after semicolon. (semi-spacing)
(#1540) 'thelevel' used outside of binding context. (block-scoped-var)
(#1540) Operator '<' must be spaced. (space-infix-ops)
(#1540) Identifier 'matching_levels' is not in camel case. (camelcase)
(#1540) Missing whitespace after semicolon. (semi-spacing)
(#1540) 'thelevel' used outside of binding context. (block-scoped-var)
(#1541) 'level' is already defined. (no-redeclare)
(#1541) 'level' used outside of binding context. (block-scoped-var)
(#1541) Identifier 'matching_levels' is not in camel case. (camelcase)
(#1541) 'thelevel' used outside of binding context. (block-scoped-var)
(#1543) 'i' is already defined. (no-redeclare)
(#1543) 'i' used outside of binding context. (block-scoped-var)
(#1543) 'i' used outside of binding context. (block-scoped-var)
(#1543) 'level' used outside of binding context. (block-scoped-var)
(#1543) 'i' used outside of binding context. (block-scoped-var)
(#1544) 'level' used outside of binding context. (block-scoped-var)
(#1544) 'i' used outside of binding context. (block-scoped-var)
(#1544) 'level' used outside of binding context. (block-scoped-var)
(#1544) 'i' used outside of binding context. (block-scoped-var)
(#1544) A space is required after ','. (comma-spacing)
(#1544) 'level' used outside of binding context. (block-scoped-var)
(#1544) 'i' used outside of binding context. (block-scoped-var)
(#1551) Identifier 'shuffle_array' is not in camel case. (camelcase)
(#1558) Identifier 'split_array' is not in camel case. (camelcase)
(#1559) Expected space(s) after "if". (keyword-spacing)
(#1559) Use '===' to compare with null. (no-eq-null)
(#1559) Statement inside of curly braces should be on next line. (brace-style)
(#1559) Missing space before opening brace. (space-before-blocks)
(#1559) Requires a space before '}'. (block-spacing)
(#1559) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1559) Missing semicolon. (@babel/semi)
(#1559) Unnecessary semicolon. (no-extra-semi)
(#1580) Identifier 'init_controls' is not in camel case. (camelcase)
(#1581) Identifier 'close_results' is not in camel case. (camelcase)
(#1583) Identifier 'vocab_list' is not in camel case. (camelcase)
(#1584) Identifier 'the_list' is not in camel case. (camelcase)
(#1586) Identifier 'time_counter' is not in camel case. (camelcase)
(#1594) Comments should not begin with a lowercase character. (capitalized-comments)
(#1594) Expected space or tab after '//' in comment. (spaced-comment)
(#1606) Comments should not begin with a lowercase character. (capitalized-comments)
(#1606) Expected space or tab after '//' in comment. (spaced-comment)
(#1610) Comments should not begin with a lowercase character. (capitalized-comments)
(#1610) Expected space or tab after '//' in comment. (spaced-comment)
(#1617) A space is required after ','. (comma-spacing)
(#1617) A space is required after ','. (comma-spacing)
(#1619) Comments should not begin with a lowercase character. (capitalized-comments)
(#1619) Expected space or tab after '//' in comment. (spaced-comment)
(#1621) Trailing spaces not allowed. (no-trailing-spaces)
(#1626) Comments should not begin with a lowercase character. (capitalized-comments)
(#1626) Expected space or tab after '//' in comment. (spaced-comment)
(#1632) Comments should not begin with a lowercase character. (capitalized-comments)
(#1642) Missing semicolon. (@babel/semi)
(#1644) Comments should not begin with a lowercase character. (capitalized-comments)
(#1644) Expected space or tab after '//' in comment. (spaced-comment)
(#1654) Unexpected space before function parentheses. (space-before-function-paren)
(#1658) Comments should not begin with a lowercase character. (capitalized-comments)
(#1658) Expected space or tab after '//' in comment. (spaced-comment)
(#1659) Unexpected space before function parentheses. (space-before-function-paren)
(#1671) Comments should not begin with a lowercase character. (capitalized-comments)
(#1671) Expected space or tab after '//' in comment. (spaced-comment)
mod/wordcards/amd/src/speechcards.js
(#4) @package should be empty. (jsdoc/empty-tags)
(#28) Comments should not begin with a lowercase character. (capitalized-comments)
(#28) 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)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Comments should not begin with a lowercase character. (capitalized-comments)
(#49) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#54) 'jsondata' used outside of binding context. (block-scoped-var)
(#56) 'jsondata' used outside of binding context. (block-scoped-var)
(#59) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#61) A space is required after ','. (comma-spacing)
(#61) A space is required after ','. (comma-spacing)
(#66) Identifier 'init_controls' is not in camel case. (camelcase)
(#67) Identifier 'close_results' is not in camel case. (camelcase)
(#69) Identifier 'vocab_list' is not in camel case. (camelcase)
(#70) Identifier 'the_list' is not in camel case. (camelcase)
(#72) Identifier 'time_counter' is not in camel case. (camelcase)
(#73) Identifier 'prev_button' is not in camel case. (camelcase)
(#74) Identifier 'next_button' is not in camel case. (camelcase)
(#78) Identifier 'do_next' is not in camel case. (camelcase)
(#88) Identifier 'do_prev' is not in camel case. (camelcase)
(#93) Identifier 'move_card' is not in camel case. (camelcase)
(#93) Missing space before opening brace. (space-before-blocks)
(#94) Expected space(s) after "switch". (keyword-spacing)
(#94) Missing space before opening brace. (space-before-blocks)
(#97) Expected catch,fail,always() or return (promise/catch-or-return)
(#97) A space is required after ','. (comma-spacing)
(#97) A space is required after ','. (comma-spacing)
(#98) Each then() should return a value or throw (promise/always-return)
(#98) Missing space before opening brace. (space-before-blocks)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#101) A space is required after ','. (comma-spacing)
(#101) A space is required after ','. (comma-spacing)
(#104) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Expected catch,fail,always() or return (promise/catch-or-return)
(#117) A space is required after ','. (comma-spacing)
(#117) A space is required after ','. (comma-spacing)
(#118) Each then() should return a value or throw (promise/always-return)
(#118) Missing space before opening brace. (space-before-blocks)
(#120) Operator '=' must be spaced. (space-infix-ops)
(#121) A space is required after ','. (comma-spacing)
(#121) A space is required after ','. (comma-spacing)
(#128) Missing space before value for key 'clearStarRating'. (key-spacing)
(#128) Missing space before opening brace. (space-before-blocks)
(#131) Trailing spaces not allowed. (no-trailing-spaces)
(#132) Identifier 'register_events' is not in camel case. (camelcase)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#148) Identifier 'total_time' is not in camel case. (camelcase)
(#149) Identifier 'total_time' is not in camel case. (camelcase)
(#149) Missing semicolon. (@babel/semi)
(#169) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Identifier 'set_pointer' is not in camel case. (camelcase)
(#174) Unexpected space before function parentheses. (space-before-function-paren)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#188) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Comments should not begin with a lowercase character. (capitalized-comments)
(#190) Expected space or tab after '//' in comment. (spaced-comment)
(#191) Unexpected console statement. (no-console)
(#201) Trailing spaces not allowed. (no-trailing-spaces)
(#205) Expected space or tab after '//' in comment. (spaced-comment)
(#206) A space is required after ','. (comma-spacing)
(#207) Operator '+' must be spaced. (space-infix-ops)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#211) There should be no space before this paren. (space-in-parens)
(#212) Operator '+' must be spaced. (space-infix-ops)
(#218) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Expected catch,fail,always() or return (promise/catch-or-return)
(#219) A space is required after ','. (comma-spacing)
(#219) Expected to return a value at the end of function. (consistent-return)
(#220) Each then() should return a value or throw (promise/always-return)
(#220) Operator '===' must be spaced. (space-infix-ops)
(#222) Expected space(s) before "else". (keyword-spacing)
(#222) Expected space(s) after "else". (keyword-spacing)
(#223) Operator '+' must be spaced. (space-infix-ops)
(#225) Expected space(s) after "if". (keyword-spacing)
(#225) Operator '>=' must be spaced. (space-infix-ops)
(#228) Comments should not begin with a lowercase character. (capitalized-comments)
(#228) Expected space or tab after '//' in comment. (spaced-comment)
(#229) Comments should not begin with a lowercase character. (capitalized-comments)
(#229) Expected space or tab after '//' in comment. (spaced-comment)
(#231) Comments should not begin with a lowercase character. (capitalized-comments)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#236) Expected space or tab after '//' in comment. (spaced-comment)
(#239) Identifier 'stt_guided' is not in camel case. (camelcase)
(#243) Comments should not begin with a lowercase character. (capitalized-comments)
(#243) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#245) ["term"] is better written in dot notation. (dot-notation)
(#248) Missing space before opening brace. (space-before-blocks)
(#249) Comments should not begin with a lowercase character. (capitalized-comments)
(#249) Expected space or tab after '//' in comment. (spaced-comment)
(#250) A space is required after ','. (comma-spacing)
(#250) A space is required after ','. (comma-spacing)
(#251) Expected space(s) after "if". (keyword-spacing)
(#251) Operator '<' must be spaced. (space-infix-ops)
(#251) Missing space before opening brace. (space-before-blocks)
(#252) Operator '=' must be spaced. (space-infix-ops)
(#252) A space is required after ','. (comma-spacing)
(#252) A space is required after ','. (comma-spacing)
(#254) Expected space(s) after "if". (keyword-spacing)
(#254) Operator '<' must be spaced. (space-infix-ops)
(#254) Missing space before opening brace. (space-before-blocks)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#257) Expected space(s) after "if". (keyword-spacing)
(#257) Operator '<' must be spaced. (space-infix-ops)
(#257) Missing space before opening brace. (space-before-blocks)
(#258) Operator '=' must be spaced. (space-infix-ops)
(#258) A space is required after ','. (comma-spacing)
(#258) A space is required after ','. (comma-spacing)
(#260) Unexpected console statement. (no-console)
(#260) A space is required after ','. (comma-spacing)
(#262) Comments should not begin with a lowercase character. (capitalized-comments)
(#262) Expected space or tab after '//' in comment. (spaced-comment)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#264) Missing space before opening brace. (space-before-blocks)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Operator '===' must be spaced. (space-infix-ops)
(#265) Missing space before opening brace. (space-before-blocks)
(#266) Operator '+=' must be spaced. (space-infix-ops)
(#267) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#268) Expected space(s) after "else". (keyword-spacing)
(#269) Operator '+=' must be spaced. (space-infix-ops)
(#272) Unexpected console statement. (no-console)
(#276) Missing space before opening brace. (space-before-blocks)
(#278) Comments should not begin with a lowercase character. (capitalized-comments)
(#278) Expected space or tab after '//' in comment. (spaced-comment)
(#281) Comments should not begin with a lowercase character. (capitalized-comments)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#295) Comments should not begin with a lowercase character. (capitalized-comments)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#296) Missing space before opening brace. (space-before-blocks)
(#310) Comments should not begin with a lowercase character. (capitalized-comments)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#321) Expected to return a value at the end of function. (consistent-return)
(#323) Comments should not begin with a lowercase character. (capitalized-comments)
(#323) Expected space or tab after '//' in comment. (spaced-comment)
(#333) Unnecessary escape character: \*. (no-useless-escape)
(#333) Unnecessary escape character: \.. (no-useless-escape)
(#333) Unnecessary escape character: \/. (no-useless-escape)
(#333) Unnecessary escape character: \[. (no-useless-escape)
(#333) Unnecessary escape character: \^. (no-useless-escape)
(#333) A space is required after ','. (comma-spacing)
(#355) Missing semicolon. (@babel/semi)
(#365) Identifier 'do_end' is not in camel case. (camelcase)
(#370) Comments should not begin with a lowercase character. (capitalized-comments)
(#370) Expected space or tab after '//' in comment. (spaced-comment)
(#372) ["nexturl"] is better written in dot notation. (dot-notation)
(#373) ["results"] is better written in dot notation. (dot-notation)
(#374) ["total"] is better written in dot notation. (dot-notation)
(#375) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#376) Identifier 'total_time' is not in camel case. (camelcase)
(#377) Identifier 'total_time' is not in camel case. (camelcase)
(#378) ["prettytime"] is better written in dot notation. (dot-notation)
(#380) ["prettytime"] is better written in dot notation. (dot-notation)
(#382) Expected catch,fail,always() or return (promise/catch-or-return)
(#383) Each then() should return a value or throw (promise/always-return)
(#383) 'js' is defined but never used. (no-unused-vars)
(#396) Unexpected console statement. (no-console)
(#403) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#409) Identifier 'is_end' is not in camel case. (camelcase)
(#417) Identifier 'update_header' is not in camel case. (camelcase)
(#419) 'progress' is assigned a value but never used. (no-unused-vars)
(#421) Missing semicolon. (@babel/semi)
(#424) Missing semicolon. (@babel/semi)
(#426) Missing semicolon. (@babel/semi)
(#433) Comments should not begin with a lowercase character. (capitalized-comments)
(#433) Expected space or tab after '//' in comment. (spaced-comment)
(#437) Comments should not begin with a lowercase character. (capitalized-comments)
(#437) Expected space or tab after '//' in comment. (spaced-comment)
(#442) ["definition"] is better written in dot notation. (dot-notation)
(#444) ["term"] is better written in dot notation. (dot-notation)
(#446) ["id"] is better written in dot notation. (dot-notation)
(#451) Comments should not begin with a lowercase character. (capitalized-comments)
(#451) Expected space or tab after '//' in comment. (spaced-comment)
(#454) Comments should not begin with a lowercase character. (capitalized-comments)
(#454) Expected space or tab after '//' in comment. (spaced-comment)
(#457) Comments should not begin with a lowercase character. (capitalized-comments)
(#457) Expected space or tab after '//' in comment. (spaced-comment)
(#459) ["id"] is better written in dot notation. (dot-notation)
(#461) ["id"] is better written in dot notation. (dot-notation)
(#517) Expected { after 'if' condition. (curly)
(#521) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#522) Expected { after 'if' condition. (curly)
(#530) Expected { after 'if' condition. (curly)
(#535) Identifier 'mobile_user' is not in camel case. (camelcase)
(#544) Identifier 'chrome_user' is not in camel case. (camelcase)
(#544) Missing space before opening brace. (space-before-blocks)
(#545) Expected space(s) after "if". (keyword-spacing)
(#547) Expected space(s) before "else". (keyword-spacing)
(#547) 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) 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 space(s) after "if". (keyword-spacing)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected { after 'if' condition. (curly)
(#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 { after 'else'. (curly)
(#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 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 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 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) 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) 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) 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)
(#126) 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 'stt_guided' is not in camel case. (camelcase)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Missing space before opening brace. (space-before-blocks)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) ["uniqueid"] is better written in dot notation. (dot-notation)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) ["callback"] is better written in dot notation. (dot-notation)
(#50) Identifier 'stt_guided' is not in camel case. (camelcase)
(#50) ["stt_guided"] is better written in dot notation. (dot-notation)
(#50) ["stt_guided"] is better written in dot notation. (dot-notation)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Multiple spaces found before 'function'. (no-multi-spaces)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#66) A space is required after ','. (comma-spacing)
(#67) Comments should not begin with a lowercase character. (capitalized-comments)
(#74) Identifier 'on_error' is not in camel case. (camelcase)
(#78) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#85) Comments should not begin with a lowercase character. (capitalized-comments)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#86) Expected space or tab after '//' in comment. (spaced-comment)
(#91) Identifier 'on_stopped' is not in camel case. (camelcase)
(#94) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Missing space before opening brace. (space-before-blocks)
(#106) A space is required after ','. (comma-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Operator '===' must be spaced. (space-infix-ops)
(#107) Missing space before opening brace. (space-before-blocks)
(#110) A space is required after ','. (comma-spacing)
(#117) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#119) Expected space(s) after "if". (keyword-spacing)
(#119) Unexpected space after unary operator '!'. (space-unary-ops)
(#119) Missing space before opening brace. (space-before-blocks)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#123) A space is required after ','. (comma-spacing)
(#123) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#126) Comments should not begin with a lowercase character. (capitalized-comments)
(#126) Expected space or tab after '//' in comment. (spaced-comment)
(#127) Identifier 'on_error' is not in camel case. (camelcase)
(#128) Missing space before opening brace. (space-before-blocks)
(#129) Comments should not begin with a lowercase character. (capitalized-comments)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Missing space before opening brace. (space-before-blocks)
(#132) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Missing space before opening brace. (space-before-blocks)
(#136) A space is required after ','. (comma-spacing)
(#137) A space is required after ','. (comma-spacing)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space(s) before "else". (keyword-spacing)
(#142) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#144) Multiple spaces found before 'audioHelper'. (no-multi-spaces)
(#145) A space is required after ','. (comma-spacing)
(#145) A space is required after ','. (comma-spacing)
(#148) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#149) Identifier 'on_error' is not in camel case. (camelcase)
(#150) Identifier 'on_stopped' is not in camel case. (camelcase)
(#151) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Identifier 'prepare_html' is not in camel case. (camelcase)
(#156) Missing space before opening brace. (space-before-blocks)
(#157) 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)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#167) Identifier 'update_audio' is not in camel case. (camelcase)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before opening brace. (space-before-blocks)
(#174) Expected space(s) before "else". (keyword-spacing)
(#174) Expected space(s) after "else". (keyword-spacing)
(#183) Identifier 'register_events' is not in camel case. (camelcase)
(#183) Missing space before opening brace. (space-before-blocks)
(#186) Missing space before opening brace. (space-before-blocks)
(#187) Comments should not begin with a lowercase character. (capitalized-comments)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Identifier 'audio_updated' is not in camel case. (camelcase)
(#193) Operator '=' must be spaced. (space-infix-ops)
(#194) Comments should not begin with a lowercase character. (capitalized-comments)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#201) Expected space(s) after "if". (keyword-spacing)
(#201) There should be no space before this paren. (space-in-parens)
(#203) Expected space(s) before "else". (keyword-spacing)
(#203) Expected space(s) after "else". (keyword-spacing)
(#207) Comments should not begin with a lowercase character. (capitalized-comments)
(#207) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Missing semicolon. (@babel/semi)
(#213) Identifier 'show_recorder_pointer' is not in camel case. (camelcase)
(#213) Missing space before opening brace. (space-before-blocks)
(#214) Expected space(s) after "if". (keyword-spacing)
(#216) Expected space(s) before "else". (keyword-spacing)
(#216) Expected space(s) after "else". (keyword-spacing)
(#223) Missing space before value for key 'gotRecognition'. (key-spacing)
(#223) Missing space before opening brace. (space-before-blocks)
(#225) Operator '=' must be spaced. (space-infix-ops)
(#226) Operator '=' must be spaced. (space-infix-ops)
(#228) Expected space or tab after '//' in comment. (spaced-comment)
(#233) Unnecessary escape character: \*. (no-useless-escape)
(#233) Unnecessary escape character: \.. (no-useless-escape)
(#233) Unnecessary escape character: \/. (no-useless-escape)
(#233) Unnecessary escape character: \[. (no-useless-escape)
(#233) Unnecessary escape character: \^. (no-useless-escape)
(#233) A space is required after ','. (comma-spacing)
(#238) Expected space(s) after "if". (keyword-spacing)
(#238) Missing space before opening brace. (space-before-blocks)
(#251) Operator '=' must be spaced. (space-infix-ops)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#255) Expected space or tab after '//' in comment. (spaced-comment)
(#256) Expected space(s) after "if". (keyword-spacing)
(#256) Missing space before opening brace. (space-before-blocks)
(#258) A space is required after ','. (comma-spacing)
(#259) A space is required after ','. (comma-spacing)
(#262) Expected space or tab after '//' in comment. (spaced-comment)
(#263) Expected space(s) before "else". (keyword-spacing)
(#263) Expected space(s) after "else". (keyword-spacing)
(#264) A space is required after ','. (comma-spacing)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Expected space or tab after '//' in comment. (spaced-comment)
(#272) Expected space(s) after "if". (keyword-spacing)
(#272) Missing space before opening brace. (space-before-blocks)
(#273) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#287) Expected space or tab after '//' in comment. (spaced-comment)
(#288) Expected space(s) before "else". (keyword-spacing)
(#296) Missing space before value for key 'isRecognizing'. (key-spacing)
(#308) Multiple spaces found before ''.wav''. (no-multi-spaces)
(#313) Expected space(s) after "if". (keyword-spacing)
(#315) Expected space(s) before "else". (keyword-spacing)
(#315) Expected space(s) after "else". (keyword-spacing)
(#318) Comments should not begin with a lowercase character. (capitalized-comments)
(#318) Expected space or tab after '//' in comment. (spaced-comment)
(#319) Expected space(s) after "if". (keyword-spacing)
(#319) Operator '!==' must be spaced. (space-infix-ops)
(#319) Missing space before opening brace. (space-before-blocks)
(#325) Operator '=' must be spaced. (space-infix-ops)
(#325) 'progressEvent' is defined but never used. (no-unused-vars)
(#325) Unexpected empty function. (no-empty-function)
(#326) 'oEvent' is defined but never used. (no-unused-vars)
(#331) Unexpected console statement. (no-console)
(#336) Expected space(s) before "catch". (keyword-spacing)
(#336) Expected space(s) after "catch". (keyword-spacing)
(#336) Missing space before opening brace. (space-before-blocks)
(#338) Unexpected console statement. (no-console)
(#342) Comments should not begin with a lowercase character. (capitalized-comments)
(#342) 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)
(#35) 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)
mod/wordcards/amd/src/youglish.js
(#1) Comments should not begin with a lowercase character. (capitalized-comments)
(#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) A space is required after ','. (comma-spacing)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) A space is required after ','. (comma-spacing)
(#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) Unexpected tab character. (no-tabs)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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) 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) 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 space or tab after '//' in comment. (spaced-comment)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Unexpected space before function parentheses. (space-before-function-paren)
(#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) Unexpected alert. (no-alert)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected space(s) before "else". (keyword-spacing)
(#47) Expected space(s) after "else". (keyword-spacing)
(#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 space or tab after '//' in comment. (spaced-comment)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Unexpected space before function parentheses. (space-before-function-paren)
(#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 space or tab after '//' in comment. (spaced-comment)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Unexpected space before function parentheses. (space-before-function-paren)
(#61) 'event' is defined but never used. (no-unused-vars)
(#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 space or tab after '//' in comment. (spaced-comment)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#71) 'event' is defined but never used. (no-unused-vars)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) A space is required after ','. (comma-spacing)
(#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 space(s) before "else". (keyword-spacing)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Operator '||' must be spaced. (space-infix-ops)
(#87) Operator '===' must be spaced. (space-infix-ops)
(#87) Missing space before opening brace. (space-before-blocks)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Unexpected space before function parentheses. (space-before-function-paren)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Operator '+' must be spaced. (space-infix-ops)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) 'YG' is not defined. (no-undef)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) This line has a length of 157. Maximum allowed is 132. (max-len)
(#98) Unexpected use of '|'. (no-bitwise)
(#98) Unexpected use of '|'. (no-bitwise)
(#98) Unexpected use of '|'. (no-bitwise)
(#98) Unexpected use of '|'. (no-bitwise)
(#98) Unexpected use of '|'. (no-bitwise)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Operator '+' must be spaced. (space-infix-ops)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Operator '!==' must be spaced. (space-infix-ops)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected space(s) before "else". (keyword-spacing)
(#113) Expected space(s) after "else". (keyword-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#120) Operator '===' must be spaced. (space-infix-ops)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected space(s) before "else". (keyword-spacing)
(#122) Expected space(s) after "else". (keyword-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Operator '!==' must be spaced. (space-infix-ops)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected space(s) before "else". (keyword-spacing)
(#131) Expected space(s) after "else". (keyword-spacing)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected space(s) after "if". (keyword-spacing)
(#137) Operator '===' must be spaced. (space-infix-ops)
(#137) Requires a space after '{'. (block-spacing)
(#137) Statement inside of curly braces should be on next line. (brace-style)
(#137) Missing space before opening brace. (space-before-blocks)
(#137) Requires a space before '}'. (block-spacing)
(#137) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#137) 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) Unexpected space before function parentheses. (space-before-function-paren)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Operator '===' must be spaced. (space-infix-ops)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) Missing space before opening brace. (space-before-blocks)
(#141) Requires a space before '}'. (block-spacing)
(#141) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#141) 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)
(#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)

CSS problems

(259 errors, 56 warnings)

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

mod/wordcards/freemode.css
(#78) Expected empty line before at-rule (at-rule-empty-line-before)
(#67) Expected indentation of 0 spaces (indentation)
mod/wordcards/styles.css
(#1764) Expected empty line before at-rule (at-rule-empty-line-before)
(#1780) Expected empty line before at-rule (at-rule-empty-line-before)
(#2033) Expected empty line before at-rule (at-rule-empty-line-before)
(#1333) Expected newline before "}" (block-closing-brace-newline-before)
(#1622) Expected newline before "}" (block-closing-brace-newline-before)
(#1781) Expected newline before "}" (block-closing-brace-newline-before)
(#1840) Expected newline before "}" (block-closing-brace-newline-before)
(#1781) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#566) Unexpected empty block (block-no-empty)
(#688) Unexpected empty block (block-no-empty)
(#1183) Unexpected empty block (block-no-empty)
(#1781) Expected newline after "{" (block-opening-brace-newline-after)
(#1781) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#484) Expected single space before "{" (block-opening-brace-space-before)
(#1425) Expected single space before "{" (block-opening-brace-space-before)
(#1544) Expected single space before "{" (block-opening-brace-space-before)
(#1548) Expected single space before "{" (block-opening-brace-space-before)
(#1552) Expected single space before "{" (block-opening-brace-space-before)
(#1735) Expected single space before "{" (block-opening-brace-space-before)
(#2070) Expected single space before "{" (block-opening-brace-space-before)
(#1764) Expected single space before "{" (block-opening-brace-space-before)
(#131) Expected "#9582F2" to be "#9582f2" (color-hex-case)
(#131) Expected "#6F58DE" to be "#6f58de" (color-hex-case)
(#177) Expected "#FFF" to be "#fff" (color-hex-case)
(#179) Expected "#362A6C" to be "#362a6c" (color-hex-case)
(#197) Expected "#FFF" to be "#fff" (color-hex-case)
(#199) Expected "#362A6C" to be "#362a6c" (color-hex-case)
(#219) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#227) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#270) Expected "#281D5B" to be "#281d5b" (color-hex-case)
(#291) Expected "#BABFE7" to be "#babfe7" (color-hex-case)
(#323) Expected "#281D5B" to be "#281d5b" (color-hex-case)
(#331) Expected "#D7D9FF" to be "#d7d9ff" (color-hex-case)
(#371) Expected "#D7D9FF" to be "#d7d9ff" (color-hex-case)
(#394) Expected "#5560F3" to be "#5560f3" (color-hex-case)
(#987) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#997) Expected "#F7E7E7" to be "#f7e7e7" (color-hex-case)
(#1201) Expected "#281D5B" to be "#281d5b" (color-hex-case)
(#1214) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#1394) Expected "#9F9FA3" to be "#9f9fa3" (color-hex-case)
(#1402) Expected "#00637C" to be "#00637c" (color-hex-case)
(#1444) Expected "#DADBEC" to be "#dadbec" (color-hex-case)
(#1467) Expected "#DADBEC" to be "#dadbec" (color-hex-case)
(#1510) Expected "#D8DCFA" to be "#d8dcfa" (color-hex-case)
(#1511) Expected "#494B6D" to be "#494b6d" (color-hex-case)
(#1771) Expected "#DDDBDD" to be "#dddbdd" (color-hex-case)
(#1801) Expected "#FFF" to be "#fff" (color-hex-case)
(#1802) Expected "#6F58DE" to be "#6f58de" (color-hex-case)
(#1855) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#1870) Expected "#F7F5FE" to be "#f7f5fe" (color-hex-case)
(#1889) Expected "#745EE3" to be "#745ee3" (color-hex-case)
(#1917) Expected "#6F58DE" to be "#6f58de" (color-hex-case)
(#1962) Expected "#D7D9FF" to be "#d7d9ff" (color-hex-case)
(#1979) Expected "#BABFE7" to be "#babfe7" (color-hex-case)
(#2043) Expected "#F7F5FE" to be "#f7f5fe" (color-hex-case)
(#2051) Expected "#5560F3" to be "#5560f3" (color-hex-case)
(#987) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#1855) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#469) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#708) Unexpected duplicate "text-decoration" (declaration-block-no-duplicate-properties)
(#1295) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#1330) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1964) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#255) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#281) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#1621) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#420) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1781) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1340) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1751) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1756) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1781) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1008) Unexpected !important (declaration-no-important)
(#1009) Unexpected !important (declaration-no-important)
(#1015) Unexpected !important (declaration-no-important)
(#1022) Unexpected !important (declaration-no-important)
(#1141) Unexpected !important (declaration-no-important)
(#1539) Unexpected !important (declaration-no-important)
(#1550) Unexpected !important (declaration-no-important)
(#1553) Unexpected !important (declaration-no-important)
(#1773) Expected single space after "," in a single-line function (function-comma-space-after)
(#1773) Expected single space after "," in a single-line function (function-comma-space-after)
(#1773) Expected single space after "," in a single-line function (function-comma-space-after)
(#1803) Expected single space after "," in a single-line function (function-comma-space-after)
(#1803) Expected single space after "," in a single-line function (function-comma-space-after)
(#1803) Expected single space after "," in a single-line function (function-comma-space-after)
(#86) Unexpected unit (length-zero-no-unit)
(#132) Unexpected unit (length-zero-no-unit)
(#132) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#178) Unexpected unit (length-zero-no-unit)
(#178) Unexpected unit (length-zero-no-unit)
(#198) Unexpected unit (length-zero-no-unit)
(#198) Unexpected unit (length-zero-no-unit)
(#341) Unexpected unit (length-zero-no-unit)
(#341) Unexpected unit (length-zero-no-unit)
(#1283) Unexpected unit (length-zero-no-unit)
(#1283) Unexpected unit (length-zero-no-unit)
(#1286) Unexpected unit (length-zero-no-unit)
(#1286) Unexpected unit (length-zero-no-unit)
(#1318) Unexpected unit (length-zero-no-unit)
(#1318) Unexpected unit (length-zero-no-unit)
(#1318) Unexpected unit (length-zero-no-unit)
(#498) Expected no more than 2 empty lines (max-empty-lines)
(#1197) Expected no more than 2 empty lines (max-empty-lines)
(#1363) Expected line length to be no more than 132 characters (max-line-length)
(#10) Expected single space after ":" (media-feature-colon-space-after)
(#16) Expected single space after ":" (media-feature-colon-space-after)
(#187) Expected single space after ":" (media-feature-colon-space-after)
(#207) Expected single space after ":" (media-feature-colon-space-after)
(#223) Expected single space after ":" (media-feature-colon-space-after)
(#248) Expected single space after ":" (media-feature-colon-space-after)
(#261) Expected single space after ":" (media-feature-colon-space-after)
(#279) Expected single space after ":" (media-feature-colon-space-after)
(#329) Expected single space after ":" (media-feature-colon-space-after)
(#345) Expected single space after ":" (media-feature-colon-space-after)
(#361) Expected single space after ":" (media-feature-colon-space-after)
(#380) Expected single space after ":" (media-feature-colon-space-after)
(#407) Expected single space after ":" (media-feature-colon-space-after)
(#433) Expected single space after ":" (media-feature-colon-space-after)
(#545) Expected single space after ":" (media-feature-colon-space-after)
(#1204) Expected single space after ":" (media-feature-colon-space-after)
(#1217) Expected single space after ":" (media-feature-colon-space-after)
(#1424) Expected single space after ":" (media-feature-colon-space-after)
(#1451) Expected single space after ":" (media-feature-colon-space-after)
(#1486) Expected single space after ":" (media-feature-colon-space-after)
(#1492) Expected single space after ":" (media-feature-colon-space-after)
(#1521) Expected single space after ":" (media-feature-colon-space-after)
(#1570) Expected single space after ":" (media-feature-colon-space-after)
(#1659) Expected single space after ":" (media-feature-colon-space-after)
(#1680) Expected single space after ":" (media-feature-colon-space-after)
(#1703) Expected single space after ":" (media-feature-colon-space-after)
(#1759) Expected single space after ":" (media-feature-colon-space-after)
(#1764) Expected single space after ":" (media-feature-colon-space-after)
(#1837) Expected single space after ":" (media-feature-colon-space-after)
(#1881) Expected single space after ":" (media-feature-colon-space-after)
(#1899) Expected single space after ":" (media-feature-colon-space-after)
(#1947) Expected single space after ":" (media-feature-colon-space-after)
(#1967) Expected single space after ":" (media-feature-colon-space-after)
(#1991) Expected single space after ":" (media-feature-colon-space-after)
(#36) Unexpected whitespace at end of line (no-eol-whitespace)
(#173) Unexpected whitespace at end of line (no-eol-whitespace)
(#192) Unexpected whitespace at end of line (no-eol-whitespace)
(#255) Unexpected whitespace at end of line (no-eol-whitespace)
(#281) Unexpected whitespace at end of line (no-eol-whitespace)
(#1323) Unexpected whitespace at end of line (no-eol-whitespace)
(#1333) Unexpected whitespace at end of line (no-eol-whitespace)
(#1410) Unexpected whitespace at end of line (no-eol-whitespace)
(#1414) Unexpected whitespace at end of line (no-eol-whitespace)
(#1429) Unexpected whitespace at end of line (no-eol-whitespace)
(#1621) Unexpected whitespace at end of line (no-eol-whitespace)
(#1622) Unexpected whitespace at end of line (no-eol-whitespace)
(#1717) Unexpected whitespace at end of line (no-eol-whitespace)
(#1719) Unexpected whitespace at end of line (no-eol-whitespace)
(#1725) Unexpected whitespace at end of line (no-eol-whitespace)
(#1726) Unexpected whitespace at end of line (no-eol-whitespace)
(#1790) Unexpected whitespace at end of line (no-eol-whitespace)
(#1839) Unexpected whitespace at end of line (no-eol-whitespace)
(#1727) Expected single space after ">" (selector-combinator-space-after)
(#1727) Expected single space before ">" (selector-combinator-space-before)
(#166) Expected newline after "," (selector-list-comma-newline-after)
(#1342) Expected newline after "," (selector-list-comma-newline-after)
(#1356) Expected newline after "," (selector-list-comma-newline-after)
(#1363) Expected newline after "," (selector-list-comma-newline-after)
(#1401) Expected newline after "," (selector-list-comma-newline-after)
(#1717) Expected newline after "," (selector-list-comma-newline-after)
(#1719) Expected newline after "," (selector-list-comma-newline-after)
(#1725) Expected newline after "," (selector-list-comma-newline-after)
(#1726) Expected newline after "," (selector-list-comma-newline-after)
(#1784) Expected newline after "," (selector-list-comma-newline-after)
(#23) Expected indentation of 0 spaces (indentation)
(#25) Expected indentation of 0 spaces (indentation)
(#27) Expected indentation of 0 spaces (indentation)
(#28) Expected indentation of 0 spaces (indentation)
(#35) Expected indentation of 0 spaces (indentation)
(#39) Expected indentation of 0 spaces (indentation)
(#43) Expected indentation of 0 spaces (indentation)
(#40) Expected indentation of 4 spaces (indentation)
(#41) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 0 spaces (indentation)
(#54) Expected indentation of 0 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 8 spaces (indentation)
(#52) Expected indentation of 8 spaces (indentation)
(#56) Expected indentation of 0 spaces (indentation)
(#60) Expected indentation of 0 spaces (indentation)
(#57) Expected indentation of 4 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#62) Expected indentation of 0 spaces (indentation)
(#75) Expected indentation of 0 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 4 spaces (indentation)
(#64) Expected indentation of 8 spaces (indentation)
(#65) Expected indentation of 8 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 8 spaces (indentation)
(#69) Expected indentation of 8 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 8 spaces (indentation)
(#73) Expected indentation of 8 spaces (indentation)
(#78) Expected indentation of 0 spaces (indentation)
(#82) Expected indentation of 0 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 0 spaces (indentation)
(#93) Expected indentation of 0 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#88) Expected indentation of 4 spaces (indentation)
(#86) Expected indentation of 8 spaces (indentation)
(#87) Expected indentation of 8 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#92) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 8 spaces (indentation)
(#91) Expected indentation of 8 spaces (indentation)
(#95) Expected indentation of 0 spaces (indentation)
(#99) Expected indentation of 0 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 0 spaces (indentation)
(#114) Expected indentation of 0 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#103) Expected indentation of 8 spaces (indentation)
(#104) Expected indentation of 8 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#109) Expected indentation of 4 spaces (indentation)
(#107) Expected indentation of 8 spaces (indentation)
(#108) Expected indentation of 8 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#113) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 8 spaces (indentation)
(#112) Expected indentation of 8 spaces (indentation)
(#116) Expected indentation of 0 spaces (indentation)
(#118) Expected indentation of 0 spaces (indentation)
(#117) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 0 spaces (indentation)
(#122) Expected indentation of 0 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#165) Expected indentation of 0 spaces (indentation)
(#166) Expected indentation of 0 spaces (indentation)
(#172) Expected indentation of 0 spaces (indentation)
(#174) Expected indentation of 0 spaces (indentation)
(#175) Expected indentation of 0 spaces (indentation)
(#185) Expected indentation of 0 spaces (indentation)
(#187) Expected indentation of 0 spaces (indentation)
(#191) Expected indentation of 0 spaces (indentation)
(#193) Expected indentation of 0 spaces (indentation)
(#194) Expected indentation of 0 spaces (indentation)
(#205) Expected indentation of 0 spaces (indentation)
(#207) Expected indentation of 0 spaces (indentation)
(#211) Expected indentation of 0 spaces (indentation)
(#1322) Expected indentation of 0 spaces (indentation)
(#1325) Expected indentation of 4 spaces (indentation)
(#1326) Expected indentation of 4 spaces (indentation)
(#1327) Expected indentation of 4 spaces (indentation)
(#1328) Expected indentation of 4 spaces (indentation)
(#1329) Expected indentation of 4 spaces (indentation)
(#1330) Expected indentation of 4 spaces (indentation)
(#1331) Expected indentation of 4 spaces (indentation)
(#1332) Expected indentation of 4 spaces (indentation)
(#1333) Expected indentation of 4 spaces (indentation)
(#1337) Expected indentation of 4 spaces (indentation)
(#1338) Expected indentation of 4 spaces (indentation)
(#1339) Expected indentation of 4 spaces (indentation)
(#1340) Expected indentation of 4 spaces (indentation)
(#1343) Expected indentation of 4 spaces (indentation)
(#1344) Expected indentation of 4 spaces (indentation)
(#1345) Expected indentation of 4 spaces (indentation)
(#1346) Expected indentation of 4 spaces (indentation)
(#1347) Expected indentation of 4 spaces (indentation)
(#1348) Expected indentation of 4 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1350) Expected indentation of 4 spaces (indentation)
(#1351) Expected indentation of 4 spaces (indentation)
(#1352) Expected indentation of 4 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1354) Expected indentation of 4 spaces (indentation)
(#1357) Expected indentation of 4 spaces (indentation)
(#1360) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1364) Expected indentation of 4 spaces (indentation)
(#1372) Expected indentation of 4 spaces (indentation)
(#1387) Expected indentation of 4 spaces (indentation)
(#1388) Expected indentation of 4 spaces (indentation)
(#1392) Expected indentation of 4 spaces (indentation)
(#1393) Expected indentation of 4 spaces (indentation)
(#1394) Expected indentation of 4 spaces (indentation)
(#1395) Expected indentation of 4 spaces (indentation)
(#1396) Expected indentation of 4 spaces (indentation)
(#1397) Expected indentation of 4 spaces (indentation)
(#1398) Expected indentation of 4 spaces (indentation)
(#1399) Expected indentation of 4 spaces (indentation)
(#1402) Expected indentation of 4 spaces (indentation)
(#1406) Expected indentation of 4 spaces (indentation)
(#1407) Expected indentation of 4 spaces (indentation)
(#1408) Expected indentation of 4 spaces (indentation)
(#1412) Expected indentation of 4 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1550) Expected indentation of 4 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(408 errors, 117 warnings)

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

mod/wordcards/activity.php
(#145) Found comment starting with three or more slashes
(#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] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#73) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#84) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#86) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/wordcards/backup/moodle2/restore_wordcards_stepslib.php
(#79) Function restore_wordcards_activity_structure_step::process_wordcards_term is not documented
(#91) Function restore_wordcards_activity_structure_step::process_wordcards_seen is not documented
(#105) Function restore_wordcards_activity_structure_step::process_wordcards_association is not documented
(#118) Function restore_wordcards_activity_structure_step::process_wordcards_progress is not documented
(#131) Function restore_wordcards_activity_structure_step::process_wordcards_myword is not documented
(#36) Inline phpdocs tag {@link restore_path_element} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/wordcards/classes/constants.php
(#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_TERMSTABLE is not documented
(#22) Constant constants::M_ATTEMPTSTABLE is not documented
(#23) Constant constants::M_PLUGINSETTINGS is not documented
(#24) Constant constants::M_DEFLANG_OTHER is not documented
(#27) Constant constants::CLOUDPOODLL is not documented
(#29) Constant constants::M_FRONTFACEFLIP_DEF is not documented
(#30) Constant constants::M_FRONTFACEFLIP_TERM is not documented
(#32) Constant constants::M_ANIM_FANCY is not documented
(#33) Constant constants::M_ANIM_PLAIN is not documented
(#35) Constant constants::M_LC_TERMTERM is not documented
(#36) Constant constants::M_LC_TERMDEF is not documented
(#38) Constant constants::MODE_STEPS is not documented
(#39) Constant constants::MODE_FREE is not documented
(#40) Constant constants::MODE_STEPSTHENFREE is not documented
(#44) Constant constants::M_GRADEHIGHEST is not documented
(#45) Constant constants::M_GRADELATEST is not documented
(#47) Constant constants::M_GRADELOWEST is not documented
(#48) Constant constants::M_GRADEAVERAGE is not documented
(#49) Constant constants::M_GRADENONE is not documented
(#52) Constant constants::M_LANG_ENUS is not documented
(#53) Constant constants::M_LANG_ENGB is not documented
(#54) Constant constants::M_LANG_ENAU is not documented
(#55) Constant constants::M_LANG_ENNZ is not documented
(#56) Constant constants::M_LANG_ENZA is not documented
(#57) Constant constants::M_LANG_ESUS is not documented
(#58) Constant constants::M_LANG_FRCA is not documented
(#59) Constant constants::M_LANG_FRFR is not documented
(#60) Constant constants::M_LANG_ITIT is not documented
(#61) Constant constants::M_LANG_PTBR is not documented
(#62) Constant constants::M_LANG_KOKR is not documented
(#63) Constant constants::M_LANG_DEDE is not documented
(#64) Constant constants::M_LANG_HIIN is not documented
(#65) Constant constants::M_LANG_ENIN is not documented
(#66) Constant constants::M_LANG_ESES is not documented
(#68) Constant constants::M_LANG_DADK is not documented
(#69) Constant constants::M_LANG_FILPH is not documented
(#71) Constant constants::M_LANG_ARAE is not documented
(#72) Constant constants::M_LANG_ARSA is not documented
(#73) Constant constants::M_LANG_ZHCN is not documented
(#74) Constant constants::M_LANG_NLNL is not documented
(#75) Constant constants::M_LANG_NLBE is not documented
(#76) Constant constants::M_LANG_ENIE is not documented
(#77) Constant constants::M_LANG_ENWL is not documented
(#78) Constant constants::M_LANG_ENAB is not documented
(#79) Constant constants::M_LANG_FAIR is not documented
(#80) Constant constants::M_LANG_DECH is not documented
(#81) Constant constants::M_LANG_DEAT is not documented
(#82) Constant constants::M_LANG_HEIL is not documented
(#83) Constant constants::M_LANG_IDID is not documented
(#84) Constant constants::M_LANG_JAJP is not documented
(#85) Constant constants::M_LANG_MSMY is not documented
(#86) Constant constants::M_LANG_PTPT is not documented
(#87) Constant constants::M_LANG_RURU is not documented
(#88) Constant constants::M_LANG_TAIN is not documented
(#89) Constant constants::M_LANG_TEIN is not documented
(#90) Constant constants::M_LANG_TRTR is not documented
(#91) Constant constants::M_LANG_NONO is not documented
(#92) Constant constants::M_LANG_NBNO is not documented
(#93) Constant constants::M_LANG_PLPL is not documented
(#94) Constant constants::M_LANG_RORO is not documented
(#95) Constant constants::M_LANG_SVSE is not documented
(#96) Constant constants::M_LANG_UKUA is not documented
(#97) Constant constants::M_LANG_EUES is not documented
(#98) Constant constants::M_LANG_FIFI is not documented
(#99) Constant constants::M_LANG_HUHU is not documented
(#100) Constant constants::M_LANG_MINZ is not documented
(#101) Constant constants::M_LANG_BGBG is not documented
(#102) Constant constants::M_LANG_CSCZ is not documented
(#103) Constant constants::M_LANG_ELGR is not documented
(#104) Constant constants::M_LANG_HRHR is not documented
(#105) Constant constants::M_LANG_LTLT is not documented
(#106) Constant constants::M_LANG_LVLV is not documented
(#107) Constant constants::M_LANG_SKSK is not documented
(#108) Constant constants::M_LANG_SLSI is not documented
(#109) Constant constants::M_LANG_ISIS is not documented
(#110) Constant constants::M_LANG_MKMK is not documented
(#111) Constant constants::M_LANG_SRRS is not documented
(#112) Constant constants::M_LANG_OTHER is not documented
(#114) Constant constants::TRANSCRIBER_NONE is not documented
(#115) Constant constants::TRANSCRIBER_AUTO is not documented
(#116) Constant constants::TRANSCRIBER_POODLL is not documented
(#118) Constant constants::M_USE_DATATABLES is not documented
(#119) Constant constants::M_USE_PAGEDTABLES is not documented
(#121) Constant constants::M_NO_TTS is not documented
(#122) Constant constants::M_NEURALVOICES is not documented
(#126) Constant MS_TRANSLATE_LANGCODES 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
(#13) Package is not specified for class constants. It is also not specified in file-level phpdocs
mod/wordcards/classes/dates.php
(#20) Package mod_assign is not valid
mod/wordcards/classes/event/attempt_submitted.php
(#124) Function attempt_submitted::get_objectid_mapping is not documented
(#128) Function attempt_submitted::get_other_mapping is not documented
(#52) Phpdocs for function attempt_submitted::create_from_attempt has incomplete parameters list
(#20) Package mod_solo is not valid
mod/wordcards/classes/event/course_module_viewed.php
(#48) Function course_module_viewed::get_objectid_mapping is not documented
(#51) Function course_module_viewed::get_other_mapping is not documented
mod/wordcards/classes/event/step_submitted.php
(#126) Function step_submitted::get_objectid_mapping is not documented
(#130) Function step_submitted::get_other_mapping is not documented
(#52) Phpdocs for function step_submitted::create_from_attempt has incomplete parameters list
mod/wordcards/classes/external.php
(#26) Function mod_wordcards_external::check_by_phonetic_parameters is not documented
(#35) Function mod_wordcards_external::check_by_phonetic is not documented
(#45) Function mod_wordcards_external::check_by_phonetic_returns is not documented
(#49) Function mod_wordcards_external::mark_as_seen_parameters is not documented
(#55) Function mod_wordcards_external::mark_as_seen is not documented
(#74) Function mod_wordcards_external::mark_as_seen_db is not documented
(#86) Function mod_wordcards_external::mark_as_seen_returns is not documented
(#90) Function mod_wordcards_external::report_successful_association_parameters is not documented
(#97) Function mod_wordcards_external::report_successful_association is not documented
(#121) Function mod_wordcards_external::report_successful_association_returns is not documented
(#125) Function mod_wordcards_external::report_failed_association_parameters is not documented
(#133) Function mod_wordcards_external::report_failed_association is not documented
(#156) Function mod_wordcards_external::report_failed_association_returns is not documented
(#160) Function mod_wordcards_external::report_step_grade_parameters is not documented
(#167) Function mod_wordcards_external::report_step_grade is not documented
(#171) Function mod_wordcards_external::report_step_grade_returns is not documented
(#175) Function mod_wordcards_external::submit_newterm_parameters is not documented
(#186) Function mod_wordcards_external::submit_newterm is not documented
(#194) Function mod_wordcards_external::submit_newterm_returns is not documented
(#199) Function mod_wordcards_external::submit_mform_parameters is not documented
(#208) Function mod_wordcards_external::submit_mform is not documented
(#359) Function mod_wordcards_external::submit_mform_returns is not documented
(#364) Function mod_wordcards_external::search_dictionary_parameters is not documented
(#374) Function mod_wordcards_external::search_dictionary is not documented
(#387) Function mod_wordcards_external::search_dictionary_returns is not documented
(#397) Function mod_wordcards_external::set_my_words_parameters is not documented
(#441) Function mod_wordcards_external::set_my_words_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
(#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
(#16) Package is not specified for class attempts. It is also not specified in file-level phpdocs
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
(#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
(#15) Package is not specified for class basic. It is also not specified in file-level phpdocs
mod/wordcards/classes/local/report/grades.php
(#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
(#16) Package is not specified for class grades. It is also not specified in file-level phpdocs
mod/wordcards/classes/local/report/learned.php
(#2) Empty line found after PHP open tag
(#16) Class learned is not documented
(#24) Function learned::fetch_formatted_field is not documented
(#60) Function learned::fetch_formatted_heading is not documented
(#70) Function learned::process_raw_data is not documented
(#18) Variable learned::$report is not documented
(#19) Variable learned::$fields is not documented
(#20) Variable learned::$headingdata is not documented
(#21) Variable learned::$qcache is not documented
(#22) Variable learned::$ucache is not documented
(#16) Package is not specified for class learned. It is also not specified in file-level phpdocs
mod/wordcards/classes/local/report/userattempts.php
(#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
(#16) Package is not specified for class userattempts. It is also not specified in file-level phpdocs
mod/wordcards/classes/local/report/userlearned.php
(#2) Empty line found after PHP open tag
(#16) Class userlearned is not documented
(#24) Function userlearned::fetch_formatted_field is not documented
(#58) Function userlearned::fetch_formatted_heading is not documented
(#69) Function userlearned::process_raw_data is not documented
(#18) Variable userlearned::$report is not documented
(#19) Variable userlearned::$fields is not documented
(#20) Variable userlearned::$headingdata is not documented
(#21) Variable userlearned::$qcache is not documented
(#22) Variable userlearned::$ucache is not documented
(#16) Package is not specified for class userlearned. It is also not specified in file-level phpdocs
mod/wordcards/classes/module.php
(#66) Function mod_wordcards_module::__construct is not documented
(#74) Function mod_wordcards_module::course_has_term is not documented
(#86) Function mod_wordcards_module::register_module_viewed is not documented
(#98) Function mod_wordcards_module::delete is not documented
(#118) Function mod_wordcards_module::delete_term is not documented
(#123) Function mod_wordcards_module::fetch_step_termcount is not documented
(#151) Function mod_wordcards_module::get_all_states is not documented
(#155) Function mod_wordcards_module::get_wordpools is not documented
(#167) Function mod_wordcards_module::get_allowed_states is not documented
(#184) Function mod_wordcards_module::get_cm is not documented
(#188) Function mod_wordcards_module::get_mod is not documented
(#192) Function mod_wordcards_module::get_cmid is not documented
(#196) Function mod_wordcards_module::get_context is not documented
(#200) Function mod_wordcards_module::get_course is not documented
(#204) Function mod_wordcards_module::get_id is not documented
(#209) Function mod_wordcards_module::get_practicetype is not documented
(#224) Function mod_wordcards_module::get_wordpool is not documented
(#247) Function mod_wordcards_module::insert_learned_state is not documented
(#281) Function mod_wordcards_module::insert_media_urls is not documented
(#317) Function mod_wordcards_module::format_defs is not documented
(#328) Function mod_wordcards_module::get_learn_terms is not documented
(#346) Function mod_wordcards_module::get_review_terms is not documented
(#436) Function mod_wordcards_module::get_attempts is not documented
(#448) Function mod_wordcards_module::get_latest_attempt is not documented
(#459) Function mod_wordcards_module::can_free_mode is not documented
(#483) Function mod_wordcards_module::can_attempt is not documented
(#507) Function mod_wordcards_module::get_state is not documented
(#523) Function mod_wordcards_module::get_terms is not documented
(#537) Function mod_wordcards_module::has_completed_state is not documented
(#577) Function mod_wordcards_module::mark_terms_as_seen is not documented
(#590) Function mod_wordcards_module::mark_terms_as_unseen is not documented
(#600) Function mod_wordcards_module::has_seen_all_terms is not documented
(#622) Function mod_wordcards_module::has_terms is not documented
(#627) Function mod_wordcards_module::has_user_completed_activity is not documented
(#632) Function mod_wordcards_module::is_completion_enabled is not documented
(#636) Function mod_wordcards_module::record_failed_association is not documented
(#675) Function mod_wordcards_module::record_successful_association is not documented
(#694) Function mod_wordcards_module::resume_progress is not documented
(#724) Function mod_wordcards_module::remove_attempt is not documented
(#736) Function mod_wordcards_module::create_reattempt is not documented
(#755) Function mod_wordcards_module::set_state is not documented
(#819) Function mod_wordcards_module::get_by_cmid is not documented
(#824) Function mod_wordcards_module::get_by_modid is not documented
(#830) Function mod_wordcards_module::can_manage is not documented
(#833) Function mod_wordcards_module::require_manage is not documented
(#836) Function mod_wordcards_module::can_viewreports is not documented
(#839) Function mod_wordcards_module::require_viewreports is not documented
(#842) Function mod_wordcards_module::can_view is not documented
(#846) Function mod_wordcards_module::require_view is not documented
(#850) Function mod_wordcards_module::require_view_in_context is not documented
(#854) Function mod_wordcards_module::get_next_step is not documented
(#921) Function mod_wordcards_module::are_there_words_to_review is not documented
(#952) Function mod_wordcards_module::set_region_passagehash is not documented
(#51) Variable mod_wordcards_module::$states is not documented
(#61) Variable mod_wordcards_module::$course is not documented
(#62) Variable mod_wordcards_module::$cm is not documented
(#63) Variable mod_wordcards_module::$context is not documented
(#64) 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
(#32) Constant mod_wordcards_module::WORDPOOL_MY_WORDS is not documented
(#34) Constant mod_wordcards_module::PRACTICETYPE_SCATTER is not documented
(#35) Constant mod_wordcards_module::PRACTICETYPE_SCATTER_REV is not documented
(#36) Constant mod_wordcards_module::PRACTICETYPE_NONE is not documented
(#37) Constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT is not documented
(#38) Constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE is not documented
(#39) Constant mod_wordcards_module::PRACTICETYPE_DICTATION is not documented
(#40) Constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS is not documented
(#41) Constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE is not documented
(#42) Constant mod_wordcards_module::PRACTICETYPE_SPACEGAME is not documented
(#44) Constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT_REV is not documented
(#45) Constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE_REV is not documented
(#46) Constant mod_wordcards_module::PRACTICETYPE_DICTATION_REV is not documented
(#47) Constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS_REV is not documented
(#48) Constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE_REV is not documented
(#49) Constant mod_wordcards_module::PRACTICETYPE_SPACEGAME_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/my_words_pool.php
(#25) Function my_words_pool::__construct is not documented
(#29) Function my_words_pool::get_words is not documented
(#48) Function my_words_pool::word_count is not documented
(#58) Function my_words_pool::has_words is not documented
(#66) Function my_words_pool::has_term is not documented
(#70) Function my_words_pool::add_word is not documented
(#90) Function my_words_pool::remove_word is not documented
(#21) Variable my_words_pool::$courseid is not documented
(#22) Variable my_words_pool::$pool is not documented
(#23) Variable my_words_pool::$wordcount 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/freemode.php
(#21) Class freemode is not documented
(#29) Function freemode::__construct is not documented
(#162) Function freemode::get_terms is not documented
(#23) Variable freemode::$cm is not documented
(#24) Variable freemode::$course is not documented
(#25) Variable freemode::$mod is not documented
(#26) Variable freemode::$practicetype is not documented
(#27) Variable freemode::$wordpool 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
(#22) Class renderer is not documented
(#24) Function renderer::definitions_page_data is not documented
(#140) Function renderer::cancel_attempt_button is not documented
(#155) Function renderer::no_definitions_yet is not documented
(#169) Function renderer::make_json_string is not documented
(#196) Function renderer::a4e_page is not documented
(#268) Function renderer::finish_page is not documented
(#322) Function renderer::push_recorder is not documented
(#381) Function renderer::speechcards_page is not documented
(#491) Function renderer::scatter_page is not documented
(#528) Function renderer::navigation is not documented
(#577) Function renderer::show_open_close_dates is not documented
(#631) Function renderer::get_wordpool_string is not documented
(#290) Found comment starting with three or more slashes
(#330) Phpdocs for function renderer::spacegame_page has incomplete parameters list
(#563) Phpdocs for function renderer::show_problembox has incomplete parameters list
(#588) Phpdocs for function renderer::word_wizard 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) Class report_renderer is not documented
(#15) Function report_renderer::render_reportmenu is not documented
(#68) Function report_renderer::render_delete_allattempts is not documented
(#76) Function report_renderer::render_reporttitle_html is not documented
(#82) Function report_renderer::render_empty_section_html is not documented
(#87) Function report_renderer::render_exportbuttons_html is not documented
(#100) Function report_renderer::render_grading_exportbuttons_html is not documented
(#113) Function report_renderer::render_section_csv is not documented
(#143) Function report_renderer::render_section_html is not documented
(#197) Function report_renderer::show_reports_footer is not documented
(#206) Function report_renderer::show_perpage_selector is not documented
(#229) Function report_renderer::show_export_buttons is not documented
(#2) No one-line description found in phpdocs for file
(#52) There is no description in phpdocs for function show_pushalltogradebook
(#52) 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
(#13) Package is not specified for class report_renderer. It is also not specified in file-level phpdocs
mod/wordcards/classes/setupform.php
(#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
(#140) Function setupform::validation 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
(#40) Package is not specified for class setupform. It is also not specified in file-level phpdocs
mod/wordcards/classes/table_terms.php
(#150) Function mod_wordcards_table_terms::col_bulkselect 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/utils.php
(#44) Function utils::can_transcribe is not documented
(#65) Function utils::convert_to_phonetic is not documented
(#94) Function utils::update_stepgrade is not documented
(#141) Function utils::recalculate_final_grades is not documented
(#151) Function utils::update_finalgrade is not documented
(#237) Function utils::curl_fetch is not documented
(#251) Function utils::fetch_token_for_display is not documented
(#311) Function utils::fetch_token is not documented
(#388) Function utils::is_site_registered is not documented
(#448) Function utils::fetch_token_error is not documented
(#488) Function utils::get_journeymode_options is not documented
(#495) Function utils::get_region_options is not documented
(#512) Function utils::translate_region is not documented
(#529) Function utils::get_timelimit_options is not documented
(#543) Function utils::get_expiredays_options is not documented
(#557) Function utils::fetch_options_transcribers is not documented
(#563) Function utils::fetch_options_reportstable is not documented
(#569) Function utils::fetch_filemanager_opts is not documented
(#578) Function utils::is_json is not documented
(#590) Function utils::fetch_polly_url is not documented
(#630) Function utils::export_terms_to_csv is not documented
(#682) Function utils::fetch_youglish_token is not documented
(#733) Function utils::fetch_dictionary_entries is not documented
(#776) Function utils::fetch_auto_voice is not documented
(#782) Function utils::get_tts_voices is not documented
(#903) Function utils::fetch_activity_tablabel is not documented
(#924) Function utils::is_review_activity is not documented
(#941) Function utils::fetch_activity_tabicon is not documented
(#972) Function utils::get_stars is not documented
(#993) Function utils::get_practicetype_label is not documented
(#1024) Function utils::get_practicetype_options is not documented
(#1053) Function utils::fetch_options_listenchoose is not documented
(#1058) Function utils::fetch_options_fontfaceflip is not documented
(#1064) Function utils::fetch_options_animations is not documented
(#1070) Function utils::get_lang_options is not documented
(#1132) Function utils::fetch_short_lang is not documented
(#1143) Function utils::needs_lang_model is not documented
(#1172) Function utils::fetch_passagehash is not documented
(#1186) Function utils::fetch_lang_model is not documented
(#1223) Function utils::fetch_activity_text is not documented
(#1290) Function utils::isUnicodemb4 is not documented
(#1310) Function utils::add_mform_elements is not documented
(#1461) Function utils::get_grade_options is not documented
(#1468) Function utils::save_newterm is not documented
(#1488) Function utils::get_rcdic_langs is not documented
(#1521) Function utils::get_youglish_config is not documented
(#1578) Function utils::get_lexicala_langs is not documented
(#1639) Function utils::get_lang_name is not documented
(#1665) Function utils::update_deflanguage is not documented
(#1698) Function utils::can_speak_neural is not documented
(#41) Constant utils::CLOUDPOODLL is not documented
(#175) 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
(#37) File-level phpdocs block is not found
(#42) Function xmldb_wordcards_upgrade is not documented
(#42) Package is not specified for function xmldb_wordcards_upgrade. It is also not specified in file-level phpdocs
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/freemode.php
(#80) Found comment starting with three or more slashes
(#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
(#50) Function wordcards_add_instance is not documented
(#71) Function wordcards_update_instance is not documented
(#111) Function wordcards_delete_instance is not documented
(#501) Function wordcards_output_fragment_mform is not documented
(#547) Function mod_wordcards_cm_info_dynamic is not documented
(#557) Function wordcards_get_coursemodule_info is not documented
(#277) Found comment starting with three or more slashes
(#279) Found comment starting with three or more slashes
(#306) Found comment starting with three or more slashes
(#308) Found comment starting with three or more slashes
(#145) Phpdocs for function wordcards_reset_course_form_definition has incomplete parameters list
(#152) Phpdocs for function wordcards_reset_course_form_defaults has incomplete parameters list
(#208) Phpdocs for function wordcards_reset_gradebook has incomplete parameters list
(#286) Phpdocs for function wordcards_extend_navigation has incomplete parameters list
(#419) Phpdocs for function wordcards_get_user_grades has incomplete parameters list
(#468) Phpdocs for function wordcards_scale_used has incomplete parameters list
(#487) 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
(#164) Not recommended phpdocs tag @global used
(#164) Not recommended phpdocs tag @global used
(#206) Not recommended phpdocs tag @global used
(#206) Not recommended phpdocs tag @global used
(#417) Not recommended phpdocs tag @global used
(#417) Not recommended phpdocs tag @global used
(#474) Not recommended phpdocs tag @example used
(#493) Not recommended phpdocs tag @example used
(#300) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#301) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#228) Package mod_tquiz is not valid
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
(#105) Function mod_wordcards_mod_form::validation 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
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid
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
mod/wordcards/wordwizard.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license 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 (17) than 'savepoint' calls (26). 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]


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 97 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 4: Empty heading. (der"> <h3></h3>)
(#1) HTML Validation info, line 11: The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment. (s"> <!--start ---> )
(#1) HTML Validation info, line 22: The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment. ( <!--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/> <)
(#1) HTML Validation info, line 5: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (rds)) <hr/> <)
(#1) HTML Validation info, line 14: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (</div><hr/><div)
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 ','. ( require(['jquery'],function($) {
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //set up checkout links
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //set up checkout links
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $.getScript('https://js.chargebee.com/v2/chargebee.js', function(){
(#1) ESLint error [no-undef]: 'Chargebee' is not defined. ( var chargebee = Chargebee.init({'site': '', isItemsModel: true});
(#1) ESLint error [semi]: Missing semicolon. ( var cart = chargebee.getCart()
(#1) ESLint error [semi]: Missing semicolon. ( var planPriceQuantity = 1
(#1) ESLint error [semi]: Missing semicolon. ( var product = chargebee.initializeProduct(planPriceId, planPriceQuantity)
(#1) ESLint warning [camelcase]: Identifier 'billing_address' is not in camel case. ( var customer = {email: "", billing_address: {first_name: "",last_name: "", country: ""}};
(#1) ESLint warning [camelcase]: Identifier 'first_name' is not in camel case. ( var customer = {email: "", billing_address: {first_name: "",last_name: "", country: ""}};
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var customer = {email: "", billing_address: {first_name: "",last_name: "", country: ""}};
(#1) ESLint warning [camelcase]: Identifier 'last_name' is not in camel case. ( var customer = {email: "", billing_address: {first_name: "",last_name: "", country: ""}};
(#1) ESLint warning [camelcase]: Identifier 'cf_startsiteurl' is not in camel case. ( product.setCustomData({cf_startsiteurl: ""});
mod/wordcards/templates/finish_page.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/freemode.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 14: Duplicate ID “pills-practice-type”. ( <div class="nav flex-column nav-pills" id="pills-practice-type"> )
(#1) HTML Validation info, line 6: The first occurrence of ID “pills-practice-type” was here. ( <div class="nav flex-column nav-pills mb-3" id="pills-practice-type"> )
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 ','. ( require(['jquery'],function($) {
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //set up fetch from elsewhere
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //set up fetch from elsewhere
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( apiuser.value='';
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( apisecret.value='';
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/my_words_button.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/openclosedates.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/progress_dots.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/reportsmenu.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/spacegame_page.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 16: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ("auto"> <source src="sound/Laser.wav" type="audio/wav" /></aud)
(#1) HTML Validation info, line 19: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ("auto"> <source src="sound/Explosion.wav" type="audio/wav" /></aud)
(#1) HTML Validation info, line 22: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ("auto"> <source src="sound/Deflect.wav" type="audio/wav" /></aud)
(#1) HTML Validation info, line 25: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ("auto"> <source src="sound/EnemyLaser.wav" type="audio/wav" /></aud)
(#1) HTML Validation info, line 28: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ainer"> <input id="mod_wordcards_spacegame_fullscreen_button" class= "btn btn-secondary" type="button" value="((+fullscreen+%2C+mod_wordcards))"/> <in)
(#1) HTML Validation info, line 29: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ds))"/> <input type="checkbox" name="mod_wordcards_spacegame_sound_on" value="0" id="mod_wordcards_spacegame_sound_on" data-initial-value="0" /> ((+)
(#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/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.)
mod/wordcards/templates/word_wizard.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (nt" > <label for="ww_langdef">((ww_l)
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //<script>
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [no-multi-spaces]: Multiple spaces found before 'dictlookup'. ( require(['jquery','core/log','core/templates','mod_wordcards/dictlookup'],function($,log,templates, dictlookup) {
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //get words from text area and fetch definitions
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //get words from text area and fetch definitions
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( dictlookup.init('','',resultscont);
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( dictlookup.init('','',resultscont);
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //clear any old results
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //clear any old results
(#1) ESLint error [no-unused-vars]: 'langs' is assigned a value but never used. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var langs = ['ar','id','zh','zh_tw','ja','ko','pt','es','th','vi','fr','rus'];
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //if the langdef is other then we can not fetch definitions then we can not get definitions
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //if the langdef is other then we can not fetch definitions then we can not get definitions
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //add placeholders for each word
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //add placeholders for each word
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( templates.render('mod_wordcards/ww_skeletons',tdata).done(function(html, js) {
(#1) ESLint error [no-unused-vars]: 'js' is defined but never used. ( templates.render('mod_wordcards/ww_skeletons',tdata).done(function(html, js) {
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //replace any new lines with commas
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //replace any new lines with commas
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( var allsearchwords = allwords.replace(/[\n]/g,',');
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( dictlookup.getwords(allsearchwords,'',langdef);
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( dictlookup.getwords(allsearchwords,'',langdef);
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( });//end of require ), Line: 42 Column: 12
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( });//end of require ), Line: 42 Column: 12
mod/wordcards/templates/word_wizard_oneresult.mustache
(#1) Example context missing (@template section not found.)
mod/wordcards/templates/ww_skeletons.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
mod/wordcards/templates/youglish.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]