Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(5270 errors, 1568 warnings)

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

mod/wordcards/activity.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// mark all terms as seen" but found "//mark all terms as seen"
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// we do this even on re-attempts, because terms may be inserted by sneaky teachers" but found "//we do this even on re-attempts, because terms may be inserted by sneaky teachers"
(#38) Expected "if (...) {\n"; found "if(...) {\n"
(#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 "// fetch current step" but found "//fetch current step"
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) No space found before comment text; expected "// is teacher?" but found "//is teacher?"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) No space found before comment text; expected "// cancel attempt?" but found "//cancel attempt?"
(#50) Line exceeds 132 characters; contains 133 characters
(#50) 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"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) 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"
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#54) Expected 1 space before "!=="; 0 found
(#54) Expected 1 space after "!=="; 0 found
(#56) Line exceeds 132 characters; contains 136 characters
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) 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"
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) 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"
(#58) Line indented incorrectly; expected 8 spaces, found 12
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#60) Line indented incorrectly; expected 8 spaces, found 12
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) 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"
(#68) 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)"
(#69) 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"
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) 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"
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Expected 1 space before "=="; 0 found
(#71) Expected 1 space after "=="; 0 found
(#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 "// we have endded, but we can go wherever we need to" but found "//we have endded, but we can go wherever we need to"
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) Expected "} else {\n"; found "}else{\n"
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#78) Expected "} else {\n"; found "}else{\n"
(#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 "// redirect to finished if this state end" but found "//redirect to finished if this state end"
(#84) Expected "if (...) {\n"; found "if(...) {\n"
(#84) Expected 1 space before "=="; 0 found
(#84) Expected 1 space after "=="; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) No space found before comment text; expected "// do we need this anymore?" but found "//do we need this anymore?"
(#90) Expected "if (...) {\n"; found "if(...) {\n"
(#90) Expected 1 space before "=="; 0 found
(#90) Expected 1 space after "=="; 0 found
(#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 "// get our practicetype an wordpool" but found "//get our practicetype an wordpool"
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) 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,"
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) 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"
(#100) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Expected 1 space before "=="; 0 found
(#100) Expected 1 space after "=="; 0 found
(#101) Line exceeds 132 characters; contains 133 characters
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) This comment is 59% valid code; is this commented out code?
(#101) 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;"
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#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 "// depending on wordpool set page title" but found "//depending on wordpool set page title"
(#109) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Expected 1 space before "=="; 0 found
(#109) Expected 1 space after "=="; 0 found
(#111) Expected "} else {\n"; found "}else{\n"
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) 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"
(#117) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Expected "if (...) {\n"; found "if(...){\n"
(#129) Expected "} else {\n"; found "}else{\n"
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) 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/)"
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) 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"
(#139) Expected "if (...) {\n"; found "if(...) {\n"
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) 4 slashes comments are not allowed; use "// Comment." instead
(#146) 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/)"
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) 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"
(#148) Expected "if (...) {\n"; found "if(...) {\n"
(#148) Expected 1 space before "=="; 0 found
(#148) Expected 1 space after "=="; 0 found
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// show module intro if this is an old moodle version" but found "//show module intro if this is an old moodle version"
(#160) Expected "if (...) {\n"; found "if(...) {\n"
(#160) Expected 1 space before "<"; 0 found
(#160) Expected 1 space after "<"; 0 found
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// get wordpool" but found "//get wordpool"
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) No space found before comment text; expected "// no longer using this" but found "//no longer using this"
(#217) Commas (,) must be followed by white space.
(#224) Commas (,) must be followed by white space.
mod/wordcards/backup/moodle2/backup_wordcards_activity_task.class.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#52) The static declaration must come after the visibility declaration
mod/wordcards/backup/moodle2/backup_wordcards_stepslib.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#26) Import statements must not begin with a leading backslash
(#47) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Line exceeds 132 characters; contains 146 characters
(#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.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Line exceeds 132 characters; contains 138 characters
(#56) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Line exceeds 132 characters; contains 177 characters
(#60) Short array syntax must be used to define arrays
(#60) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#85) Short array syntax must be used to define arrays
(#91) Short array syntax must be used to define arrays
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#103) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#111) Short array syntax must be used to define arrays
(#121) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/backup/moodle2/restore_wordcards_activity_task.class.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#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
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#25) Import statements must not begin with a leading backslash
(#42) Short array syntax must be used to define arrays
(#82) Missing docblock for function process_wordcards_term
(#91) Commas (,) must be followed by white space.
(#94) Missing docblock for function process_wordcards_seen
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Missing docblock for function process_wordcards_association
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Missing docblock for function process_wordcards_progress
(#134) Missing docblock for function process_wordcards_myword
(#143) Line exceeds 132 characters; contains 148 characters
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Whitespace found at end of line
(#159) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/classes/constants.php
(#1) DocBlock missing a @package tag for file constants.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#13) Missing docblock for class constants
(#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) Missing docblock for constant constants::M_COMPONENT
(#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) Missing docblock for constant constants::M_MODNAME
(#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) Missing docblock for constant constants::M_URL
(#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) Missing docblock for constant constants::M_CLASS
(#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) Missing docblock for constant constants::M_TABLE
(#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) Missing docblock for constant constants::M_TERMSTABLE
(#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) Missing docblock for constant constants::M_ATTEMPTSTABLE
(#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) Missing docblock for constant constants::M_GLOSSARYTABLE
(#23) Line indented incorrectly; expected at least 4 spaces, found 0
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#24) Missing docblock for constant constants::M_GLOSSARYENTRIESTABLE
(#24) Line indented incorrectly; expected at least 4 spaces, found 0
(#24) Expected 1 space before "="; 0 found
(#24) Expected 1 space after "="; 0 found
(#25) Missing docblock for constant constants::M_ASSOCTABLE
(#25) Line indented incorrectly; expected at least 4 spaces, found 0
(#25) Expected 1 space before "="; 0 found
(#25) Expected 1 space after "="; 0 found
(#26) Missing docblock for constant constants::M_SEENTABLE
(#26) Line indented incorrectly; expected at least 4 spaces, found 0
(#26) Expected 1 space before "="; 0 found
(#26) Expected 1 space after "="; 0 found
(#27) Missing docblock for constant constants::M_MYWORDSTABLE
(#27) Line indented incorrectly; expected at least 4 spaces, found 0
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#29) Missing docblock for constant constants::M_PLUGINSETTINGS
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#29) Expected 1 space after "="; 0 found
(#30) Missing docblock for constant constants::M_DEFLANG_OTHER
(#30) Line indented incorrectly; expected at least 4 spaces, found 0
(#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) This comment is 50% valid code; is this commented out code?
(#32) Line indented incorrectly; expected at least 4 spaces, found 0
(#32) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Missing docblock for constant constants::CLOUDPOODLL
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Missing docblock for constant constants::M_FRONTFACEFLIP_DEF
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Missing docblock for constant constants::M_FRONTFACEFLIP_TERM
(#36) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) Missing docblock for constant constants::M_ANIM_FANCY
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Missing docblock for constant constants::M_ANIM_PLAIN
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Missing docblock for constant constants::M_LC_AUDIO_TERM
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) Missing docblock for constant constants::M_LC_AUDIO_DEF
(#42) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Missing docblock for constant constants::M_MS_TERM_AT_TOP
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Missing docblock for constant constants::M_MS_DEF_AT_TOP
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#46) Missing docblock for constant constants::M_SG_TERM_AS_ALIEN
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#47) Missing docblock for constant constants::M_SG_DEF_AS_ALIEN
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Missing docblock for constant constants::MODE_STEPS
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Missing docblock for constant constants::MODE_FREE
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Missing docblock for constant constants::MODE_STEPSTHENFREE
(#50) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Expected 1 space after "="; 0 found
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) No space found before comment text; expected "// grading options" but found "//grading options"
(#54) Missing docblock for constant constants::M_GRADEHIGHEST
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Expected 1 space before "="; 0 found
(#55) Missing docblock for constant constants::M_GRADELATEST
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Expected 1 space before "="; 0 found
(#57) Missing docblock for constant constants::M_GRADELOWEST
(#57) Line indented incorrectly; expected at least 4 spaces, found 0
(#57) Expected 1 space before "="; 0 found
(#58) Missing docblock for constant constants::M_GRADEAVERAGE
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Expected 1 space before "="; 0 found
(#59) Missing docblock for constant constants::M_GRADENONE
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Expected 1 space before "="; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) No space found before comment text; expected "// languages" but found "//languages"
(#62) Missing docblock for constant constants::M_LANG_ENUS
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Missing docblock for constant constants::M_LANG_ENGB
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Missing docblock for constant constants::M_LANG_ENAU
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Missing docblock for constant constants::M_LANG_ENNZ
(#65) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Missing docblock for constant constants::M_LANG_ENZA
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Missing docblock for constant constants::M_LANG_ESUS
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Missing docblock for constant constants::M_LANG_FRCA
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Missing docblock for constant constants::M_LANG_FRFR
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#70) Missing docblock for constant constants::M_LANG_ITIT
(#70) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Missing docblock for constant constants::M_LANG_PTBR
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Missing docblock for constant constants::M_LANG_KOKR
(#72) Line indented incorrectly; expected at least 4 spaces, found 0
(#73) Missing docblock for constant constants::M_LANG_DEDE
(#73) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Missing docblock for constant constants::M_LANG_HIIN
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#75) Missing docblock for constant constants::M_LANG_ENIN
(#75) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Missing docblock for constant constants::M_LANG_ESES
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Missing docblock for constant constants::M_LANG_DADK
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Missing docblock for constant constants::M_LANG_FILPH
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Missing docblock for constant constants::M_LANG_ARAE
(#81) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Expected 1 space after "="; 0 found
(#82) Missing docblock for constant constants::M_LANG_ARSA
(#82) Line indented incorrectly; expected at least 4 spaces, found 0
(#82) Expected 1 space after "="; 0 found
(#83) Missing docblock for constant constants::M_LANG_ZHCN
(#83) Line indented incorrectly; expected at least 4 spaces, found 0
(#83) Expected 1 space after "="; 0 found
(#84) Missing docblock for constant constants::M_LANG_NLNL
(#84) Line indented incorrectly; expected at least 4 spaces, found 0
(#84) Expected 1 space after "="; 0 found
(#85) Missing docblock for constant constants::M_LANG_NLBE
(#85) Line indented incorrectly; expected at least 4 spaces, found 0
(#85) Expected 1 space after "="; 0 found
(#86) Missing docblock for constant constants::M_LANG_ENIE
(#86) Line indented incorrectly; expected at least 4 spaces, found 0
(#86) Expected 1 space after "="; 0 found
(#87) Missing docblock for constant constants::M_LANG_ENWL
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) Expected 1 space after "="; 0 found
(#88) Missing docblock for constant constants::M_LANG_ENAB
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) Expected 1 space after "="; 0 found
(#89) Missing docblock for constant constants::M_LANG_FAIR
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Expected 1 space after "="; 0 found
(#90) Missing docblock for constant constants::M_LANG_DECH
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Expected 1 space after "="; 0 found
(#91) Missing docblock for constant constants::M_LANG_DEAT
(#91) Line indented incorrectly; expected at least 4 spaces, found 0
(#91) Expected 1 space after "="; 0 found
(#92) Missing docblock for constant constants::M_LANG_HEIL
(#92) Line indented incorrectly; expected at least 4 spaces, found 0
(#92) Expected 1 space after "="; 0 found
(#93) Missing docblock for constant constants::M_LANG_IDID
(#93) Line indented incorrectly; expected at least 4 spaces, found 0
(#93) Expected 1 space after "="; 0 found
(#94) Missing docblock for constant constants::M_LANG_JAJP
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) Expected 1 space after "="; 0 found
(#95) Missing docblock for constant constants::M_LANG_MSMY
(#95) Line indented incorrectly; expected at least 4 spaces, found 0
(#95) Expected 1 space after "="; 0 found
(#96) Missing docblock for constant constants::M_LANG_PTPT
(#96) Line indented incorrectly; expected at least 4 spaces, found 0
(#96) Expected 1 space after "="; 0 found
(#97) Missing docblock for constant constants::M_LANG_RURU
(#97) Line indented incorrectly; expected at least 4 spaces, found 0
(#97) Expected 1 space after "="; 0 found
(#98) Missing docblock for constant constants::M_LANG_TAIN
(#98) Line indented incorrectly; expected at least 4 spaces, found 0
(#98) Expected 1 space after "="; 0 found
(#99) Missing docblock for constant constants::M_LANG_TEIN
(#99) Line indented incorrectly; expected at least 4 spaces, found 0
(#99) Expected 1 space after "="; 0 found
(#100) Missing docblock for constant constants::M_LANG_TRTR
(#100) Line indented incorrectly; expected at least 4 spaces, found 0
(#100) Expected 1 space after "="; 0 found
(#101) Missing docblock for constant constants::M_LANG_NONO
(#101) Line indented incorrectly; expected at least 4 spaces, found 0
(#101) Expected 1 space after "="; 0 found
(#102) Missing docblock for constant constants::M_LANG_NBNO
(#102) Line indented incorrectly; expected at least 4 spaces, found 0
(#102) Expected 1 space after "="; 0 found
(#103) Missing docblock for constant constants::M_LANG_PLPL
(#103) Line indented incorrectly; expected at least 4 spaces, found 0
(#103) Expected 1 space after "="; 0 found
(#104) Missing docblock for constant constants::M_LANG_RORO
(#104) Line indented incorrectly; expected at least 4 spaces, found 0
(#104) Expected 1 space after "="; 0 found
(#105) Missing docblock for constant constants::M_LANG_SVSE
(#105) Line indented incorrectly; expected at least 4 spaces, found 0
(#105) Expected 1 space after "="; 0 found
(#106) Missing docblock for constant constants::M_LANG_UKUA
(#106) Line indented incorrectly; expected at least 4 spaces, found 0
(#106) Expected 1 space after "="; 0 found
(#107) Missing docblock for constant constants::M_LANG_EUES
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Expected 1 space after "="; 0 found
(#108) Missing docblock for constant constants::M_LANG_FIFI
(#108) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Expected 1 space after "="; 0 found
(#109) Missing docblock for constant constants::M_LANG_HUHU
(#109) Line indented incorrectly; expected at least 4 spaces, found 0
(#109) Expected 1 space after "="; 0 found
(#110) Missing docblock for constant constants::M_LANG_MINZ
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#110) Expected 1 space after "="; 0 found
(#111) Missing docblock for constant constants::M_LANG_BGBG
(#111) Line indented incorrectly; expected at least 4 spaces, found 0
(#112) Missing docblock for constant constants::M_LANG_CSCZ
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#113) Missing docblock for constant constants::M_LANG_ELGR
(#113) Line indented incorrectly; expected at least 4 spaces, found 0
(#114) Missing docblock for constant constants::M_LANG_HRHR
(#114) Line indented incorrectly; expected at least 4 spaces, found 0
(#115) Missing docblock for constant constants::M_LANG_LTLT
(#115) Line indented incorrectly; expected at least 4 spaces, found 0
(#116) Missing docblock for constant constants::M_LANG_LVLV
(#116) Line indented incorrectly; expected at least 4 spaces, found 0
(#117) Missing docblock for constant constants::M_LANG_SKSK
(#117) Line indented incorrectly; expected at least 4 spaces, found 0
(#118) Missing docblock for constant constants::M_LANG_SLSI
(#118) Line indented incorrectly; expected at least 4 spaces, found 0
(#119) Missing docblock for constant constants::M_LANG_ISIS
(#119) Line indented incorrectly; expected at least 4 spaces, found 0
(#120) Missing docblock for constant constants::M_LANG_MKMK
(#120) Line indented incorrectly; expected at least 4 spaces, found 0
(#121) Missing docblock for constant constants::M_LANG_SRRS
(#121) Line indented incorrectly; expected at least 4 spaces, found 0
(#122) Missing docblock for constant constants::M_LANG_VIVN
(#122) Line indented incorrectly; expected at least 4 spaces, found 0
(#122) Expected 1 space after "="; 0 found
(#123) Missing docblock for constant constants::M_LANG_OTHER
(#123) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) Missing docblock for constant constants::TRANSCRIBER_NONE
(#125) Line indented incorrectly; expected at least 4 spaces, found 0
(#126) Missing docblock for constant constants::TRANSCRIBER_AUTO
(#126) Line indented incorrectly; expected at least 4 spaces, found 0
(#127) Missing docblock for constant constants::TRANSCRIBER_POODLL
(#127) Line indented incorrectly; expected at least 4 spaces, found 0
(#129) Missing docblock for constant constants::M_USE_DATATABLES
(#129) Line indented incorrectly; expected at least 4 spaces, found 0
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Missing docblock for constant constants::M_USE_PAGEDTABLES
(#130) Line indented incorrectly; expected at least 4 spaces, found 0
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#132) Missing docblock for constant constants::M_NO_TTS
(#132) Line indented incorrectly; expected at least 4 spaces, found 0
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Missing docblock for constant constants::M_NEURALVOICES
(#133) Line indented incorrectly; expected at least 4 spaces, found 0
(#133) Short array syntax must be used to define arrays
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#133) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#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) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#135) Line exceeds 132 characters; contains 136 characters
(#137) Missing docblock for constant constants::ALL_VOICES
(#137) Line indented incorrectly; expected at least 4 spaces, found 0
(#137) Short array syntax must be used to define arrays
(#138) Must use "self::" for local static member reference
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Commas (,) must be followed by white space.
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#139) Must use "self::" for local static member reference
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#139) Commas (,) must be followed by white space.
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#139) Commas (,) must be followed by white space.
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#140) Must use "self::" for local static member reference
(#140) Commas (,) must be followed by white space.
(#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 "// nikolai" but found "//nikolai"
(#141) Must use "self::" for local static member reference
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Commas (,) must be followed by white space.
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#142) Must use "self::" for local static member reference
(#142) Expected 1 space before "=>"; 0 found
(#142) Expected 1 space after "=>"; 0 found
(#143) Must use "self::" for local static member reference
(#144) Must use "self::" for local static member reference
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#144) Commas (,) must be followed by white space.
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#145) Must use "self::" for local static member reference
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#145) Commas (,) must be followed by white space.
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#145) Commas (,) must be followed by white space.
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#146) Must use "self::" for local static member reference
(#146) Expected 1 space before "=>"; 0 found
(#146) Expected 1 space after "=>"; 0 found
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space before "=>"; 0 found
(#146) Expected 1 space after "=>"; 0 found
(#146) Commas (,) must be followed by white space.
(#146) Expected 1 space before "=>"; 0 found
(#146) Expected 1 space after "=>"; 0 found
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) This comment is 56% valid code; is this commented out code?
(#147) No space found before comment text; expected "// constants::M_LANG_DECH => []," but found "//constants::M_LANG_DECH => [],"
(#148) Must use "self::" for local static member reference
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#148) Commas (,) must be followed by white space.
(#148) Expected 1 space before "=>"; 0 found
(#148) Expected 1 space after "=>"; 0 found
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Line exceeds 132 characters; contains 136 characters
(#151) Must use "self::" for local static member reference
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Commas (,) must be followed by white space.
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Commas (,) must be followed by white space.
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#152) Must use "self::" for local static member reference
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#153) Must use "self::" for local static member reference
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Must use "self::" for local static member reference
(#154) Expected 1 space before "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#155) Must use "self::" for local static member reference
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) This comment is 56% valid code; is this commented out code?
(#157) Must use "self::" for local static member reference
(#157) Expected 1 space before "=>"; 0 found
(#157) Expected 1 space after "=>"; 0 found
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) This comment is 56% valid code; is this commented out code?
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) This comment is 56% valid code; is this commented out code?
(#160) No space found before comment text; expected "// constants::M_LANG_FAIR => []," but found "//constants::M_LANG_FAIR => [],"
(#161) Must use "self::" for local static member reference
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) Line exceeds 132 characters; contains 160 characters
(#162) Must use "self::" for local static member reference
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#163) Must use "self::" for local static member reference
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#164) Must use "self::" for local static member reference
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Commas (,) must be followed by white space.
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#165) Must use "self::" for local static member reference
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#166) Must use "self::" for local static member reference
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#167) Must use "self::" for local static member reference
(#168) Must use "self::" for local static member reference
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#169) Must use "self::" for local static member reference
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#170) Must use "self::" for local static member reference
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#172) Must use "self::" for local static member reference
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#173) Must use "self::" for local static member reference
(#174) Must use "self::" for local static member reference
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#175) Must use "self::" for local static member reference
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#176) Must use "self::" for local static member reference
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#177) Must use "self::" for local static member reference
(#178) Must use "self::" for local static member reference
(#179) Must use "self::" for local static member reference
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#180) Must use "self::" for local static member reference
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#181) Must use "self::" for local static member reference
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#181) Commas (,) must be followed by white space.
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#182) Must use "self::" for local static member reference
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Line exceeds 132 characters; contains 149 characters
(#183) Must use "self::" for local static member reference
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#184) Must use "self::" for local static member reference
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
(#184) Commas (,) must be followed by white space.
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
(#185) Must use "self::" for local static member reference
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Commas (,) must be followed by white space.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#186) Must use "self::" for local static member reference
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#187) Must use "self::" for local static member reference
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#188) Must use "self::" for local static member reference
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#189) Must use "self::" for local static member reference
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#190) Must use "self::" for local static member reference
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#190) Commas (,) must be followed by white space.
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#191) Must use "self::" for local static member reference
(#192) Must use "self::" for local static member reference
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#192) Commas (,) must be followed by white space.
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#193) Must use "self::" for local static member reference
(#194) Must use "self::" for local static member reference
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#195) Must use "self::" for local static member reference
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space before "=>"; 0 found
(#195) Expected 1 space after "=>"; 0 found
(#196) Must use "self::" for local static member reference
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#197) Must use "self::" for local static member reference
(#197) Expected 1 space before "=>"; 0 found
(#197) Expected 1 space after "=>"; 0 found
(#198) Must use "self::" for local static member reference
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#201) Missing docblock for constant constants::MS_TRANSLATE_LANGCODES
(#201) Line indented incorrectly; expected at least 4 spaces, found 0
(#201) Short array syntax must be used to define arrays
(#250) There should be a comma after the last array item in a multi-line array.
(#251) Line indented incorrectly; expected at least 4 spaces, found 0
(#253) File must end with a newline character
mod/wordcards/classes/dates.php
(#20) Incorrect @package tag for file dates.php. Expected mod_wordcards, found mod_assign.
(#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
(#20) Incorrect @package tag for file attempt_submitted.php. Expected mod_wordcards, found mod_solo.
(#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
(#124) Missing docblock for function get_objectid_mapping
(#125) Short array syntax must be used to define arrays
(#128) Missing docblock for function get_other_mapping
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
(#48) Missing docblock for function get_objectid_mapping
(#49) Short array syntax must be used to define arrays
(#51) Missing docblock for function get_other_mapping
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
(#126) Missing docblock for function get_objectid_mapping
(#127) Short array syntax must be used to define arrays
(#130) Missing docblock for function get_other_mapping
mod/wordcards/classes/external.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) No space found before comment text; expected "// This is for pre M4.0 and post M4.0 to work on same code base" but found "//This is for pre M4.0 and post M4.0 to work on same code base"
(#33) Missing docblock for function check_by_phonetic_parameters
(#33) Expected 1 space before opening brace; found 0
(#35) Short array syntax must be used to define arrays
(#37) There should be a comma after the last array item in a multi-line array.
(#42) Missing docblock for function check_by_phonetic
(#42) Expected 1 space before opening brace; found 0
(#44) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#46) Variable "similar_percent" must not contain underscores.
(#47) Variable "similar_chars" must not contain underscores.
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Variable "similar_percent" must not contain underscores.
(#48) Variable "similar_percent" must not contain underscores.
(#48) Commas (,) must be followed by white space.
(#52) Missing docblock for function check_by_phonetic_returns
(#52) Expected 1 space before opening brace; found 0
(#53) Commas (,) must be followed by white space.
(#56) Missing docblock for function mark_as_seen_parameters
(#58) There should be a comma after the last array item in a multi-line array.
(#62) Missing docblock for function mark_as_seen
(#66) The use of function extract() is forbidden
(#81) Missing docblock for function mark_as_seen_db
(#81) There must be a single space between the colon and type in a return type declaration
(#93) Missing docblock for function mark_as_seen_returns
(#97) Missing docblock for function report_successful_association_parameters
(#100) Commas (,) must be followed by white space.
(#100) There should be a comma after the last array item in a multi-line array.
(#104) Missing docblock for function report_successful_association
(#108) The use of function extract() is forbidden
(#128) Missing docblock for function report_successful_association_returns
(#132) Missing docblock for function report_failed_association_parameters
(#136) Commas (,) must be followed by white space.
(#136) There should be a comma after the last array item in a multi-line array.
(#140) Missing docblock for function report_failed_association
(#144) The use of function extract() is forbidden
(#163) Missing docblock for function report_failed_association_returns
(#167) Missing docblock for function report_step_grade_parameters
(#174) Missing docblock for function report_step_grade
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space before opening brace; found 0
(#175) Expected 1 space before "="; 0 found
(#178) Missing docblock for function report_step_grade_returns
(#182) Missing docblock for function submit_newterm_parameters
(#193) Missing docblock for function submit_newterm
(#193) Commas (,) must be followed by white space.
(#193) Commas (,) must be followed by white space.
(#193) Commas (,) must be followed by white space.
(#193) Commas (,) must be followed by white space.
(#193) Expected 1 space before opening brace; found 0
(#194) Expected 1 space before "="; 0 found
(#194) Commas (,) must be followed by white space.
(#194) Commas (,) must be followed by white space.
(#194) Commas (,) must be followed by white space.
(#194) Commas (,) must be followed by white space.
(#195) Expected "if (...) {\n"; found "if(...){\n"
(#197) Expected "} else {\n"; found "}else{\n"
(#201) Missing docblock for function submit_newterm_returns
(#206) Missing docblock for function submit_mform_parameters
(#208) Short array syntax must be used to define arrays
(#210) Line exceeds 132 characters; contains 135 characters
(#210) There should be a comma after the last array item in a multi-line array.
(#215) Missing docblock for function submit_mform
(#215) Commas (,) must be followed by white space.
(#217) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) No space found before comment text; expected "// Init return object" but found "//Init return object"
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#231) Expected 1 space before "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#233) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#238) Short array syntax must be used to define arrays
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#242) Expected 1 space before "="; 0 found
(#243) Expected 1 space before "="; 0 found
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Short array syntax must be used to define arrays
(#247) Expected 1 space before "=>"; 0 found
(#247) Expected 1 space after "=>"; 0 found
(#248) Short array syntax must be used to define arrays
(#249) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) 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"
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#253) Expected 1 space before "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#254) Expected 1 space before "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#255) Expected 1 space before "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) No space found before comment text; expected "// get the mform for our term" but found "//get the mform for our term"
(#259) Commas (,) must be followed by white space.
(#259) Expected 1 space before "=>"; 0 found
(#259) Expected 1 space after "=>"; 0 found
(#260) Commas (,) must be followed by white space.
(#260) Commas (,) must be followed by white space.
(#260) Commas (,) must be followed by white space.
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) This comment is 67% valid code; is this commented out code?
(#262) Line indented incorrectly; expected at least 8 spaces, found 7
(#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
(#267) 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"
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) 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"
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Line indented incorrectly; expected at least 16 spaces, found 12
(#276) No space found before comment text; expected "// else set id to termid" but found "//else set id to termid"
(#277) Expected "} else {\n"; found "}else{\n"
(#281) Expected "if (...) {\n"; found "if(...){\n"
(#282) Expected 1 space before "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#284) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) No space found before comment text; expected "// audio data" but found "//audio data"
(#287) Expected "if (...) {\n"; found "if(...){\n"
(#288) Line exceeds 132 characters; contains 134 characters
(#292) Line exceeds 132 characters; contains 134 characters
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) 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"
(#294) Commas (,) must be followed by white space.
(#294) Commas (,) must be followed by white space.
(#294) Commas (,) must be followed by white space.
(#295) Expected "if (...) {\n"; found "if(...){\n"
(#295) Expected 1 space before "=="; 0 found
(#295) Expected 1 space after "=="; 0 found
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#297) Usage of ELSEIF not allowed; use ELSE IF instead
(#297) Expected 1 space before "=="; 0 found
(#297) Expected 1 space after "=="; 0 found
(#300) Expected 1 space before "="; 0 found
(#300) Expected 1 space after "="; 0 found
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) No space found before comment text; expected "// model sentence audio data" but found "//model sentence audio data"
(#307) Expected "if (...) {\n"; found "if(...){\n"
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) This comment is 63% valid code; is this commented out code?
(#308) No space found before comment text; expected "// $data->audio_filemanager = $audioitemid;" but found "//$data->audio_filemanager = $audioitemid;"
(#309) Line exceeds 132 characters; contains 164 characters
(#312) Line exceeds 132 characters; contains 134 characters
(#312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) 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"
(#314) Commas (,) must be followed by white space.
(#314) Commas (,) must be followed by white space.
(#314) Commas (,) must be followed by white space.
(#316) Expected "if (...) {\n"; found "if(...){\n"
(#316) Expected 1 space before "=="; 0 found
(#316) Expected 1 space after "=="; 0 found
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#318) Usage of ELSEIF not allowed; use ELSE IF instead
(#318) Expected 1 space before "=="; 0 found
(#318) Expected 1 space after "=="; 0 found
(#321) Expected 1 space before "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#327) Expected "if (...) {\n"; found "if(...){\n"
(#328) Line exceeds 132 characters; contains 134 characters
(#332) Line exceeds 132 characters; contains 135 characters
(#332) Inline comments must start with a capital letter, digit or 3-dots sequence
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) 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 ''"
(#334) Commas (,) must be followed by white space.
(#334) Commas (,) must be followed by white space.
(#334) Commas (,) must be followed by white space.
(#335) Expected "if (...) {\n"; found "if(...){\n"
(#335) Expected 1 space before "=="; 0 found
(#335) Expected 1 space after "=="; 0 found
(#336) Expected 1 space before "="; 0 found
(#336) Expected 1 space after "="; 0 found
(#337) Usage of ELSEIF not allowed; use ELSE IF instead
(#337) Expected 1 space before "=="; 0 found
(#337) Expected 1 space after "=="; 0 found
(#340) Expected 1 space before "="; 0 found
(#340) Expected 1 space after "="; 0 found
(#344) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) No space found before comment text; expected "// 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"
(#348) Expected "if (...) {\n"; found "if(...) {\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 "// also update our passagehash update flag" but found "//also update our passagehash update flag"
(#350) Short array syntax must be used to define arrays
(#351) Expected 1 space before "="; 0 found
(#351) Expected 1 space after "="; 0 found
(#355) Expected "if (...) {\n"; found "if(...){\n"
(#355) Empty IF statement detected
(#355) Expected 1 space before "=="; 0 found
(#355) Expected 1 space after "=="; 0 found
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) This comment is 60% valid code; is this commented out code?
(#356) No space found before comment text; expected "// $ret->message = $ret->message;" but found "//$ret->message = $ret->message;"
(#357) Expected "} else {\n"; found "}else{\n"
(#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
(#366) Missing docblock for function submit_mform_returns
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) This comment is 59% valid code; is this commented out code?
(#368) 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');"
(#371) Missing docblock for function search_dictionary_parameters
(#371) Expected 1 space before opening brace; found 0
(#373) Short array syntax must be used to define arrays
(#376) There should be a comma after the last array item in a multi-line array.
(#381) Missing docblock for function search_dictionary
(#381) Expected 1 space before opening brace; found 0
(#383) Commas (,) must be followed by white space.
(#383) Commas (,) must be followed by white space.
(#384) Expected "if (...) {\n"; found "if(...){\n"
(#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 "} else {\n"; found "}else{\n"
(#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
(#391) Line indented incorrectly; expected at least 8 spaces, found 7
(#394) Missing docblock for function search_dictionary_returns
(#394) Expected 1 space before opening brace; found 0
(#396) Short array syntax must be used to define arrays
(#398) Line exceeds 132 characters; contains 146 characters
(#398) There should be a comma after the last array item in a multi-line array.
(#404) Missing docblock for function set_my_words_parameters
(#404) Expected 1 space before opening brace; found 0
(#406) Short array syntax must be used to define arrays
(#408) There should be a comma after the last array item in a multi-line array.
(#421) Expected 1 space before opening brace; found 0
(#444) There should be a comma after the last array item in a multi-line array.
(#448) Missing docblock for function set_my_words_returns
(#448) Expected 1 space before opening brace; found 0
(#450) Short array syntax must be used to define arrays
(#452) There should be a comma after the last array item in a multi-line array.
mod/wordcards/classes/form_glossaryimport.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#14) Import statements must not begin with a leading backslash
(#15) Import statements must not begin with a leading backslash
(#25) Line indented incorrectly; expected 4 spaces, found 3
(#25) Missing docblock for function definition
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) No space found before comment text; expected "// glossaries select" but found "//glossaries select"
(#29) Commas (,) must be followed by white space.
(#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) Line indented incorrectly; expected at least 8 spaces, found 7
(#32) No space found before comment text; expected "// load then edit or not" but found "//load then edit or not"
(#33) Line indented incorrectly; expected at least 8 spaces, found 7
(#33) Commas (,) must be followed by white space.
(#34) Line indented incorrectly; expected at least 8 spaces, found 7
(#36) Line indented incorrectly; expected at least 8 spaces, found 7
(#37) Closing brace indented incorrectly; expected 3 spaces, found 4
mod/wordcards/classes/form_import.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#14) Import statements must not begin with a leading backslash
(#15) Import statements must not begin with a leading backslash
(#25) Line indented incorrectly; expected 4 spaces, found 3
(#25) Missing docblock for function definition
(#27) Variable "leftover_rows" must not contain underscores.
(#28) Whitespace found at end of line
(#29) Variable "delimiter_options" must not contain underscores.
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#29) Short array syntax must be used to define arrays
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#29) Commas (,) must be followed by white space.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Commas (,) must be followed by white space.
(#31) There should be a comma after the last array item in a multi-line array.
(#33) Commas (,) must be followed by white space.
(#33) Variable "delimiter_options" must not contain underscores.
(#37) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#38) Whitespace found at end of line
(#39) Short array syntax must be used to define arrays
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Line exceeds 132 characters; contains 147 characters
(#40) Variable "leftover_rows" must not contain underscores.
(#44) Closing brace indented incorrectly; expected 3 spaces, found 4
mod/wordcards/classes/form_term.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#13) Import statements must not begin with a leading backslash
(#14) Import statements must not begin with a leading backslash
(#25) Missing docblock for function definition
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#20) Missing docblock for function get_tabs
(#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
(#1) DocBlock missing a @package tag for file attempts.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#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
(#16) Missing docblock for class attempts
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#19) Commas (,) must be followed by white space.
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#22) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function fetch_formatted_field
(#47) Short array syntax must be used to define arrays
(#67) Missing docblock for function fetch_formatted_heading
(#77) Missing docblock for function process_raw_data
(#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) Moodle boilerplate not found at first line
(#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
(#46) Missing member variable doc comment
(#47) Missing member variable doc comment
(#47) Short array syntax must be used to define arrays
(#48) Missing member variable doc comment
(#49) Missing member variable doc comment
(#49) Short array syntax must be used to define arrays
(#50) Missing member variable doc comment
(#50) Short array syntax must be used to define arrays
(#52) Missing docblock for function process_raw_data
(#52) Visibility must be declared on method "process_raw_data"
(#54) Missing docblock for function fetch_formatted_heading
(#54) Visibility must be declared on method "fetch_formatted_heading"
(#56) Missing docblock for function fetch_fields
(#60) Missing docblock for function fetch_head
(#61) Short array syntax must be used to define arrays
(#68) Missing docblock for function fetch_name
(#72) Missing docblock for function fetch_all_rows_count
(#76) Missing docblock for function truncate
(#83) Missing docblock for function fetch_cache
(#86) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#94) Missing docblock for function fetch_formatted_time
(#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."
(#104) Missing docblock for function fetch_time_difference
(#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."
(#122) Missing docblock for function fetch_formatted_rows
(#125) Short array syntax must be used to define arrays
(#131) Expected "if (...) {\n"; found "if(...){\n"
(#149) Missing docblock for function fetch_formatted_field
mod/wordcards/classes/local/report/basic.php
(#1) DocBlock missing a @package tag for file basic.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#5) Inline doc block comments are not allowed; use "// Comment." instead
(#13) Import statements must not begin with a leading backslash
(#15) Missing docblock for class basic
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#23) Missing docblock for function fetch_formatted_field
(#48) Missing docblock for function fetch_formatted_heading
(#58) Missing docblock for function process_raw_data
(#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
(#1) DocBlock missing a @package tag for file grades.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#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
(#16) Missing docblock for class grades
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#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
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#22) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function fetch_formatted_field
(#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
(#98) Missing docblock for function fetch_formatted_heading
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Expected "} else {\n"; found "}else{\n"
(#106) Missing docblock for function process_raw_data
(#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
(#1) DocBlock missing a @package tag for file learned.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#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
(#16) Missing docblock for class learned
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#22) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function fetch_formatted_field
(#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
(#60) Missing docblock for function fetch_formatted_heading
(#70) Missing docblock for function process_raw_data
(#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
(#1) DocBlock missing a @package tag for file userattempts.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#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
(#16) Missing docblock for class userattempts
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#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
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#22) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function fetch_formatted_field
(#67) Short array syntax must be used to define arrays
(#87) Missing docblock for function fetch_formatted_heading
(#96) Missing docblock for function process_raw_data
(#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
(#1) DocBlock missing a @package tag for file userlearned.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#5) Missing @copyright tag
(#5) Missing @license tag
(#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
(#16) Missing docblock for class userlearned
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#22) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function fetch_formatted_field
(#58) Missing docblock for function fetch_formatted_heading
(#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
(#69) Missing docblock for function process_raw_data
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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
(#22) Missing docblock for constant mod_wordcards_module::STATE_TERMS
(#23) Missing docblock for constant mod_wordcards_module::STATE_STEP1
(#24) Missing docblock for constant mod_wordcards_module::STATE_STEP2
(#25) Missing docblock for constant mod_wordcards_module::STATE_STEP3
(#26) Missing docblock for constant mod_wordcards_module::STATE_STEP4
(#27) Missing docblock for constant mod_wordcards_module::STATE_STEP5
(#28) Missing docblock for constant mod_wordcards_module::STATE_END
(#30) Missing docblock for constant mod_wordcards_module::WORDPOOL_LEARN
(#31) Missing docblock for constant mod_wordcards_module::WORDPOOL_REVIEW
(#32) Missing docblock for constant mod_wordcards_module::WORDPOOL_MY_WORDS
(#34) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SCATTER
(#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) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SCATTER_REV
(#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"
(#36) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_NONE
(#37) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT
(#38) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE
(#39) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_DICTATION
(#40) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS
(#41) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE
(#42) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPACEGAME
(#44) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT_REV
(#45) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE_REV
(#46) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_DICTATION_REV
(#47) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS_REV
(#48) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE_REV
(#49) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPACEGAME_REV
(#51) Missing member variable doc comment
(#61) Missing member variable doc comment
(#62) Missing member variable doc comment
(#63) Missing member variable doc comment
(#64) Missing member variable doc comment
(#66) Missing docblock for function __construct
(#74) Missing docblock for function course_has_term
(#86) Missing docblock for function register_module_viewed
(#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.
(#98) Missing docblock for function delete
(#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
(#118) Missing docblock for function delete_term
(#123) Missing docblock for function fetch_step_termcount
(#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"
(#151) Missing docblock for function get_all_states
(#155) Missing docblock for function get_wordpools
(#156) Variable "refClass" must be all lower-case
(#157) Variable "refClass" must be all lower-case
(#167) Missing docblock for function get_allowed_states
(#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;"
(#184) Missing docblock for function get_cm
(#188) Missing docblock for function get_mod
(#192) Missing docblock for function get_cmid
(#196) Missing docblock for function get_context
(#200) Missing docblock for function get_course
(#204) Missing docblock for function get_id
(#209) Missing docblock for function get_practicetype
(#224) Missing docblock for function get_wordpool
(#247) Missing docblock for function insert_learned_state
(#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
(#281) Missing docblock for function insert_media_urls
(#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) Missing docblock for function format_defs
(#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
(#328) Missing docblock for function get_learn_terms
(#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
(#346) Missing docblock for function get_review_terms
(#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 activity" but found "//we only want visible mods, and not the current activity"
(#382) Expected "if (...) {\n"; found "if(...){"
(#382) Expected 1 space before "<"; 0 found
(#382) Expected 1 space after "<"; 0 found
(#382) Expected 1 space before "="; 0 found
(#382) Expected 1 space after "="; 0 found
(#382) Closing brace must be on a line by itself
(#425) Expected "if (...) {\n"; found "if(...) {\n"
(#425) Expected 1 space before ">"; 0 found
(#425) Expected 1 space after ">"; 0 found
(#426) Variable "selected_records" must not contain underscores.
(#427) Variable "selected_records" must not contain underscores.
(#427) Variable "selected_records" must not contain underscores.
(#428) Variable "selected_records" must not contain underscores.
(#428) Variable "selected_records" must not contain underscores.
(#429) Variable "selected_records" must not contain underscores.
(#430) Expected "} else {\n"; found "}else{\n"
(#431) Expected 1 space before "="; 0 found
(#438) Missing docblock for function get_attempts
(#450) Missing docblock for function get_latest_attempt
(#450) Expected 1 space before opening brace; found 0
(#452) Commas (,) must be followed by white space.
(#452) Commas (,) must be followed by white space.
(#452) Commas (,) must be followed by white space.
(#452) Commas (,) must be followed by white space.
(#452) Line exceeds 132 characters; contains 138 characters
(#453) Expected "if (...) {\n"; found "if(...){\n"
(#455) Expected "} else {\n"; found "}else{\n"
(#460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) No space found before comment text; expected "// can they use free mode" but found "//can they use free mode"
(#461) Missing docblock for function can_free_mode
(#461) Expected 1 space before opening brace; found 0
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) Inline comments must end in full-stops, exclamation marks, or question marks
(#464) No space found before comment text; expected "// steps mode, no" but found "//steps mode, no"
(#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 "// steps then free, if they have a completed attempt they can" but found "//steps then free, if they have a completed attempt they can"
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#470) No space found before comment text; expected "// if no attempts, we can attempt" but found "//if no attempts, we can attempt"
(#471) Expected 1 space before "="; 0 found
(#471) Expected 1 space after "="; 0 found
(#472) Expected "if (...) {\n"; found "if(...){\n"
(#474) Expected "} else {\n"; found "}else{\n"
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) Line indented incorrectly; expected at least 16 spaces, found 12
(#478) 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"
(#485) Missing docblock for function can_attempt
(#486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#486) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) No space found before comment text; expected "// unlimited attempts can attempt" but found "//unlimited attempts can attempt"
(#487) Expected "if (...) {\n"; found "if(...){"
(#487) Expected 1 space before "=="; 0 found
(#487) Expected 1 space after "=="; 0 found
(#487) Closing brace must be on a line by itself
(#490) Expected "if (...) {\n"; found "if(...){"
(#490) Closing brace must be on a line by itself
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) Expected "if (...) {\n"; found "if (...) {"
(#493) Closing brace must be on a line by itself
(#495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#495) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) No space found before comment text; expected "// if no attempts, we can attempt" but found "//if no attempts, we can attempt"
(#496) Expected 1 space before "="; 0 found
(#496) Expected 1 space after "="; 0 found
(#497) Expected "if (...) {\n"; found "if(...){"
(#497) Closing brace must be on a line by itself
(#499) Inline comments must start with a capital letter, digit or 3-dots sequence
(#499) Inline comments must end in full-stops, exclamation marks, or question marks
(#499) 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"
(#500) Expected "if (...) {\n"; found "if(...){"
(#500) Expected 1 space before "<"; 0 found
(#500) Expected 1 space after "<"; 0 found
(#500) Closing brace must be on a line by itself
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) 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"
(#503) Expected "if (...) {\n"; found "if(...){"
(#503) Closing brace must be on a line by itself
(#505) Inline comments must start with a capital letter, digit or 3-dots sequence
(#505) Inline comments must end in full-stops, exclamation marks, or question marks
(#505) No space found before comment text; expected "// otherwise, no we can not attempt" but found "//otherwise, no we can not attempt"
(#509) Missing docblock for function get_state
(#518) Expected "if (...) {\n"; found "if(...){\n"
(#520) Expected "} else {\n"; found "}else{\n"
(#525) Missing docblock for function get_terms
(#532) Expected "if (...) {\n"; found "if(...){\n"
(#539) Missing docblock for function has_completed_state
(#550) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#554) Expected 1 space before "="; 0 found
(#554) Expected 1 space after "="; 0 found
(#557) Expected 1 space before "="; 0 found
(#557) Expected 1 space after "="; 0 found
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#563) Expected 1 space before "="; 0 found
(#563) Expected 1 space after "="; 0 found
(#566) Expected 1 space before "="; 0 found
(#566) Expected 1 space after "="; 0 found
(#569) Expected 1 space before "="; 0 found
(#569) Expected 1 space after "="; 0 found
(#573) 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?"
(#574) Inline comments must end in full-stops, exclamation marks, or question marks
(#574) No space found before comment text; expected "// $passmark = $termcount;" but found "//$passmark = $termcount;"
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#579) Missing docblock for function mark_terms_as_seen
(#579) Expected 1 space before opening brace; found 0
(#582) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#592) Missing docblock for function mark_terms_as_unseen
(#592) Expected 1 space before opening brace; found 0
(#595) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#602) Missing docblock for function has_seen_all_terms
(#604) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#606) Inline comments must end in full-stops, exclamation marks, or question marks
(#606) 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"
(#624) Missing docblock for function has_terms
(#629) Missing docblock for function has_user_completed_activity
(#634) Missing docblock for function is_completion_enabled
(#638) Missing docblock for function record_failed_association
(#661) Expected "if (...) {\n"; found "if(...) {\n"
(#661) Expected 1 space before ">"; 0 found
(#661) Expected 1 space after ">"; 0 found
(#677) Missing docblock for function record_successful_association
(#696) Missing docblock for function resume_progress
(#719) Expected 1 space before "=>"; 0 found
(#719) Expected 1 space after "=>"; 0 found
(#725) Inline comments must start with a capital letter, digit or 3-dots sequence
(#725) Inline comments must end in full-stops, exclamation marks, or question marks
(#725) 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""
(#726) Missing docblock for function remove_attempt
(#729) Inline comments must start with a capital letter, digit or 3-dots sequence
(#729) Inline comments must end in full-stops, exclamation marks, or question marks
(#729) 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"
(#731) Expected "if (...) {\n"; found "if(...){"
(#731) Closing brace must be on a line by itself
(#732) Expected "if (...) {\n"; found "if(...){"
(#732) Closing brace must be on a line by itself
(#733) Commas (,) must be followed by white space.
(#733) Short array syntax must be used to define arrays
(#733) Expected 1 space before "=>"; 0 found
(#733) Expected 1 space after "=>"; 0 found
(#737) Inline comments must start with a capital letter, digit or 3-dots sequence
(#737) Inline comments must end in full-stops, exclamation marks, or question marks
(#737) 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)"
(#738) Missing docblock for function create_reattempt
(#741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) 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"
(#743) Expected "if (...) {\n"; found "if(...){"
(#743) Closing brace must be on a line by itself
(#744) Expected "if (...) {\n"; found "if(...){"
(#744) Closing brace must be on a line by itself
(#757) Missing docblock for function set_state
(#761) Empty IF statement detected
(#773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#773) Inline comments must end in full-stops, exclamation marks, or question marks
(#773) 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"
(#776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#776) Inline comments must end in full-stops, exclamation marks, or question marks
(#776) No space found before comment text; expected "// raise step submitted event" but found "//raise step submitted event"
(#780) Expected "if (...) {\n"; found "if (...){\n"
(#781) Inline comments must start with a capital letter, digit or 3-dots sequence
(#781) Inline comments must end in full-stops, exclamation marks, or question marks
(#781) No space found before comment text; expected "// raise attempt submitted event" but found "//raise attempt submitted event"
(#783) Expected "if (...) {\n"; found "if(...){\n"
(#810) Variable "next_step" must not contain underscores.
(#811) Variable "next_step" must not contain underscores.
(#815) Variable "next_step" must not contain underscores.
(#816) Variable "next_step" must not contain underscores.
(#821) Missing docblock for function get_by_cmid
(#826) Missing docblock for function get_by_modid
(#832) Missing docblock for function can_manage
(#835) Missing docblock for function require_manage
(#838) Missing docblock for function can_viewreports
(#841) Missing docblock for function require_viewreports
(#844) Missing docblock for function can_view
(#848) Missing docblock for function require_view
(#852) Missing docblock for function require_view_in_context
(#856) Missing docblock for function get_next_step
(#859) Inline comments must start with a capital letter, digit or 3-dots sequence
(#859) Inline comments must end in full-stops, exclamation marks, or question marks
(#859) No space found before comment text; expected "// if we already ended, lets return that" but found "//if we already ended, lets return that"
(#860) Expected "if (...) {\n"; found "if(...){\n"
(#860) Expected 1 space after "=="; 0 found
(#864) Inline comments must end in full-stops, exclamation marks, or question marks
(#864) 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"
(#865) Short array syntax must be used to define arrays
(#872) Inline comments must start with a capital letter, digit or 3-dots sequence
(#872) Inline comments must end in full-stops, exclamation marks, or question marks
(#872) 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"
(#873) Expected 1 space before "="; 0 found
(#873) Expected 1 space after "="; 0 found
(#874) Expected 1 space before "="; 0 found
(#874) Expected 1 space after "="; 0 found
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) No space found before comment text; expected "// loop through the steps" but found "//loop through the steps"
(#877) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#878) Expected "if (...) {\n"; found "if(...){\n"
(#878) Expected 1 space before "=="; 0 found
(#878) Expected 1 space after "=="; 0 found
(#879) Expected 1 space before "="; 0 found
(#879) Expected 1 space after "="; 0 found
(#882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#882) Inline comments must end in full-stops, exclamation marks, or question marks
(#882) 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"
(#883) Expected "if (...) {\n"; found "if(...){\n"
(#884) Inline comments must start with a capital letter, digit or 3-dots sequence
(#884) 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."
(#885) Expected "if (...) {\n"; found "if(...){\n"
(#885) Expected 1 space before "=="; 0 found
(#885) Expected 1 space after "=="; 0 found
(#886) Expected 1 space before "="; 0 found
(#889) Inline comments must start with a capital letter, digit or 3-dots sequence
(#889) 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"
(#890) Inline comments must end in full-stops, exclamation marks, or question marks
(#890) 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"
(#891) Inline comments must start with a capital letter, digit or 3-dots sequence
(#891) This comment is 84% valid code; is this commented out code?
(#891) No space found before comment text; expected "// $this->are_there_words_to_review();" but found "//$this->are_there_words_to_review();"
(#894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) 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"
(#895) Expected "if (...) {\n"; found "if (...){\n"
(#895) Expected 1 space before "=="; 0 found
(#895) Expected 1 space after "=="; 0 found
(#899) Inline comments must start with a capital letter, digit or 3-dots sequence
(#899) Inline comments must end in full-stops, exclamation marks, or question marks
(#899) No space found before comment text; expected "// get next word poodl" but found "//get next word poodl"
(#902) Inline comments must start with a capital letter, digit or 3-dots sequence
(#902) Inline comments must end in full-stops, exclamation marks, or question marks
(#902) 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"
(#903) Expected "if (...) {\n"; found "if(...){\n"
(#907) Inline comments must start with a capital letter, digit or 3-dots sequence
(#907) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Line indented incorrectly; expected at least 20 spaces, found 16
(#907) 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"
(#908) Usage of ELSEIF not allowed; use ELSE IF instead
(#908) Expected 1 space before "=="; 0 found
(#908) Expected 1 space after "=="; 0 found
(#911) Expected "} else {\n"; found "}else{\n"
(#912) Inline comments must start with a capital letter, digit or 3-dots sequence
(#912) Inline comments must end in full-stops, exclamation marks, or question marks
(#912) No space found before comment text; expected "// 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"
(#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 "// 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"
(#918) Expected "if (...) {\n"; found "if(...){"
(#918) Expected 1 space before "="; 0 found
(#918) Expected 1 space after "="; 0 found
(#918) Closing brace must be on a line by itself
(#919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#919) Inline comments must end in full-stops, exclamation marks, or question marks
(#919) No space found before comment text; expected "// return next step" but found "//return next step"
(#923) Missing docblock for function are_there_words_to_review
(#926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) 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"
(#927) Expected "if (...) {\n"; found "if(...){\n"
(#931) Line indented incorrectly; expected 8 spaces, found 12
(#933) Line indented incorrectly; expected 8 spaces, found 12
(#936) Short array syntax must be used to define arrays
(#938) Line indented incorrectly; expected 8 spaces, found 12
(#938) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#940) Line indented incorrectly; expected 8 spaces, found 12
(#942) Short array syntax must be used to define arrays
(#954) Missing docblock for function set_region_passagehash
(#954) Expected 1 space before opening brace; found 0
(#956) Expected "if (...) {\n"; found "if(...){\n"
(#957) Commas (,) must be followed by white space.
(#959) Expected "if (...) {\n"; found "if(...){\n"
(#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 "// 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"
(#961) Expected "if (...) {\n"; found "if(...) {\n"
(#961) Expected 1 space before "!="; 0 found
(#962) Inline comments must start with a capital letter, digit or 3-dots sequence
(#962) Inline comments must end in full-stops, exclamation marks, or question marks
(#962) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#964) Expected "if (...) {\n"; found "if (...) {\n"
(#966) Short array syntax must be used to define arrays
(#966) Expected 1 space before "=>"; 0 found
(#966) Expected 1 space after "=>"; 0 found
(#966) Commas (,) must be followed by white space.
(#966) Expected 1 space before "=>"; 0 found
(#966) Expected 1 space after "=>"; 0 found
(#966) Expected 1 space before "=>"; 0 found
(#966) Expected 1 space after "=>"; 0 found
(#966) Line exceeds 132 characters; contains 141 characters
(#972) Inline comments must start with a capital letter, digit or 3-dots sequence
(#972) Inline comments must end in full-stops, exclamation marks, or question marks
(#972) 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"
(#973) Short array syntax must be used to define arrays
(#973) Expected 1 space before "=>"; 0 found
(#973) Expected 1 space after "=>"; 0 found
(#973) Commas (,) must be followed by white space.
(#973) Expected 1 space before "=>"; 0 found
(#973) Expected 1 space after "=>"; 0 found
(#977) Missing docblock for function export_simple_terms_to_csv
(#977) Expected 1 space before opening brace; found 0
(#979) Inline comments must start with a capital letter, digit or 3-dots sequence
(#979) Inline comments must end in full-stops, exclamation marks, or question marks
(#979) No space found before comment text; expected "// fetch terms to return as csv" but found "//fetch terms to return as csv"
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Expected 1 space before "=>"; 0 found
(#980) Expected 1 space after "=>"; 0 found
(#981) Expected "if (...) {\n"; found "if(...){"
(#981) Closing brace must be on a line by itself
(#982) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#984) Short array syntax must be used to define arrays
(#985) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#986) Variable "terms_array" must not contain underscores.
(#986) Expected 1 space before "="; 0 found
(#986) Short array syntax must be used to define arrays
(#988) Expected 1 space before "?"; 0 found
(#988) Expected 1 space before ":"; 0 found
(#988) Expected 1 space after ":"; 0 found
(#989) Expected 1 space before "?"; 0 found
(#989) Expected 1 space before ":"; 0 found
(#989) Expected 1 space after ":"; 0 found
(#990) Commas (,) must be followed by white space.
(#990) Variable "terms_array" must not contain underscores.
(#992) Commas (,) must be followed by white space.
mod/wordcards/classes/my_words_pool.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#21) Missing member variable doc comment
(#22) Missing member variable doc comment
(#23) Missing member variable doc comment
(#25) Missing docblock for function __construct
(#29) Missing docblock for function get_words
(#29) There must be a single space between the colon and type in a return type declaration
(#40) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Missing docblock for function word_count
(#53) Line exceeds 132 characters; contains 137 characters
(#58) Missing docblock for function has_words
(#66) Missing docblock for function has_term
(#70) Missing docblock for function add_word
(#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.
(#90) Missing docblock for function remove_word
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#21) Missing docblock for class freemode
(#23) Missing member variable doc comment
(#24) Missing member variable doc comment
(#25) Missing member variable doc comment
(#26) Missing member variable doc comment
(#27) Missing member variable doc comment
(#29) Missing docblock for function __construct
(#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.
(#162) Missing docblock for function get_terms
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#22) Missing docblock for class renderer
(#24) Missing docblock for function definitions_page_data
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Line indented incorrectly; expected at least 12 spaces, found 11
(#62) No space found before comment text; expected "// some felt "try again" was confusing here ... not sure .. but ok justin 20231118" but found "//some felt "try again" was confusing here ... not sure .. but ok justin 20231118"
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#63) Commas (,) must be followed by white space.
(#64) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#67) Commas (,) must be followed by white space.
(#68) Expected "} else {\n"; found "}else{\n"
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#71) Expected 1 space after "="; 0 found
(#71) Commas (,) must be followed by white space.
(#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 "// config" but found "//config"
(#77) Expected 1 space before "="; 0 found
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) This comment is 60% valid code; is this commented out code?
(#77) No space found before comment text; expected "// get_config(constants::M_COMPONENT, 'journeymode');" but found "//get_config(constants::M_COMPONENT, 'journeymode');"
(#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 "// video examples (or not)" but found "//video examples (or not)"
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#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 "// fetch the lang name and accent (if any) for youglish" but found "//fetch the lang name and accent (if any) for youglish"
(#83) Expected "} else {\n"; found "}else{\n"
(#86) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#89) Expected 1 space before "=>"; 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
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Commas (,) must be followed by white space.
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Commas (,) must be followed by white space.
(#119) Expected 1 space before ">"; 0 found
(#119) Expected 1 space after ">"; 0 found
(#119) Line exceeds 132 characters; contains 142 characters
(#120) There should be a comma after the last array item in a multi-line array.
(#123) Short array syntax must be used to define arrays
(#123) Line exceeds 132 characters; contains 142 characters
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#124) Short array syntax must be used to define arrays
(#124) Expected 1 space before "=>"; 0 found
(#125) Short array syntax must be used to define arrays
(#142) Missing docblock for function cancel_attempt_button
(#142) Expected 1 space before opening brace; found 0
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) 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"
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#149) Short array syntax must be used to define arrays
(#149) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#153) Short array syntax must be used to define arrays
(#157) Missing docblock for function no_definitions_yet
(#157) Expected 1 space before opening brace; found 0
(#162) Short array syntax must be used to define arrays
(#164) Short array syntax must be used to define arrays
(#167) Expected 1 space before "="; 0 found
(#167) Commas (,) must be followed by white space.
(#171) Missing docblock for function make_json_string
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space before opening brace; found 0
(#173) Short array syntax must be used to define arrays
(#174) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#179) Expected 1 space before "="; 0 found
(#179) Expected 1 space after "="; 0 found
(#180) Expected 1 space before "="; 0 found
(#180) Expected 1 space after "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#183) Expected "if (...) {\n"; found "if(...){\n"
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) 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"
(#187) Expected "if (...) {\n"; found "if(...) {\n"
(#190) Expected 1 space before "="; 0 found
(#190) Expected 1 space after "="; 0 found
(#192) Variable "defs_object" must not contain underscores.
(#193) Variable "defs_object" must not contain underscores.
(#194) Variable "defs_object" must not contain underscores.
(#198) Missing docblock for function a4e_page
(#198) Line exceeds 132 characters; contains 135 characters
(#199) global $PAGE cannot be used in renderers. Use $this->page.
(#199) global $OUTPUT cannot be used in renderers. Use $this->output.
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) No space found before comment text; expected "// config" but found "//config"
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// get state" but found "//get state"
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#208) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#209) Expected "if (...) {\n"; found "if(...){\n"
(#209) Expected 1 space before "=="; 0 found
(#209) Expected 1 space after "=="; 0 found
(#209) Expected 1 space before "=="; 0 found
(#209) Expected 1 space after "=="; 0 found
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#216) Variable "opts_html" must not contain underscores.
(#216) Short array syntax must be used to define arrays
(#217) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#221) Expected 1 space after "="; 2 found
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#221) Line exceeds 132 characters; contains 158 characters
(#229) Expected 1 space before "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#229) Short array syntax must be used to define arrays
(#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
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#231) Commas (,) must be followed by white space.
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#231) Commas (,) must be followed by white space.
(#231) Commas (,) must be followed by white space.
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#233) global $PAGE cannot be used in renderers. Use $this->page.
(#233) There should be a comma after the last array item in a multi-line array.
(#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) Variable "activity_html" must not contain underscores.
(#246) Short array syntax must be used to define arrays
(#247) Variable "activity_html" must not contain underscores.
(#251) Expected 1 space before "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#252) Short array syntax must be used to define arrays
(#253) Variable "activity_html" must not contain underscores.
(#257) Expected 1 space before "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#258) Short array syntax must be used to define arrays
(#259) Variable "activity_html" must not contain underscores.
(#265) Short array syntax must be used to define arrays
(#266) Variable "activity_html" must not contain underscores.
(#269) Variable "opts_html" must not contain underscores.
(#269) Variable "activity_html" must not contain underscores.
(#272) Missing docblock for function finish_page
(#273) Line indented incorrectly; expected at least 8 spaces, found 5
(#278) Expected 1 space before "=>"; 0 found
(#278) Expected 1 space after "=>"; 0 found
(#279) Expected 1 space before "=>"; 0 found
(#279) Expected 1 space after "=>"; 0 found
(#280) Expected 1 space before "=>"; 0 found
(#280) Expected 1 space after "=>"; 0 found
(#280) There should be a comma after the last array item in a multi-line array.
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) No space found before comment text; expected "// attempt info" but found "//attempt info"
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#285) Expected "if (...) {\n"; found "if(...){\n"
(#286) Expected 1 space before "="; 0 found
(#286) Expected 1 space after "="; 0 found
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) 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!!!"
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) 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"
(#292) Expected "if (...) {\n"; found "if(...){\n"
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#294) No space found before comment text; expected "// final score" but found "///final score"
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) No space found before comment text; expected "// total rating" but found "//total rating"
(#299) Commas (,) must be followed by white space.
(#303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) No space found before comment text; expected "// each steps rating" but found "//each steps rating"
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#305) Expected "for (...) {\n"; found "for(...){\n"
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#305) Expected 1 space after first semicolon of FOR loop; 0 found
(#305) Expected 1 space before "<"; 0 found
(#305) Expected 1 space after "<"; 0 found
(#305) Expected 1 space after second semicolon of FOR loop; 0 found
(#307) Expected "if (...) {\n"; found "if(...){\n"
(#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
(#311) Expected 1 space before "="; 0 found
(#312) Commas (,) must be followed by white space.
(#315) Expected 1 space before "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#318) Expected 1 space before "="; 0 found
(#318) Expected 1 space after "="; 0 found
(#320) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#326) Missing docblock for function push_recorder
(#326) Expected 1 space before opening brace; found 0
(#338) Expected 1 space before opening brace; found 0
(#339) global $PAGE cannot be used in renderers. Use $this->page.
(#339) Commas (,) must be followed by white space.
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) No space found before comment text; expected "// config" but found "//config"
(#344) Inline comments must start with a capital letter, digit or 3-dots sequence
(#344) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) No space found before comment text; expected "// get state" but found "//get state"
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#349) Variable "opts_html" must not contain underscores.
(#349) Short array syntax must be used to define arrays
(#350) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#354) Expected 1 space after "="; 2 found
(#354) Commas (,) must be followed by white space.
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#354) Commas (,) must be followed by white space.
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#354) Line exceeds 132 characters; contains 158 characters
(#362) Expected 1 space before "="; 0 found
(#362) Expected 1 space after "="; 0 found
(#362) Short array syntax must be used to define arrays
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#363) Expected 1 space before "=>"; 0 found
(#363) Expected 1 space before "=>"; 0 found
(#363) Expected 1 space after "=>"; 0 found
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#364) Commas (,) must be followed by white space.
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#364) Commas (,) must be followed by white space.
(#364) Commas (,) must be followed by white space.
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#366) global $PAGE cannot be used in renderers. Use $this->page.
(#366) There should be a comma after the last array item in a multi-line array.
(#369) Short array syntax must be used to define arrays
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#378) Short array syntax must be used to define arrays
(#379) Variable "spacegame_html" must not contain underscores.
(#380) Variable "opts_html" must not contain underscores.
(#380) Variable "spacegame_html" must not contain underscores.
(#386) Missing docblock for function speechcards_page
(#386) Expected 1 space before opening brace; found 0
(#387) Commas (,) must be followed by white space.
(#389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) No space found before comment text; expected "// get state" but found "//get state"
(#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 "// 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"
(#393) Variable "api_user" must not contain underscores.
(#393) Commas (,) must be followed by white space.
(#394) Variable "api_secret" must not contain underscores.
(#394) Commas (,) must be followed by white space.
(#395) Commas (,) must be followed by white space.
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) No space found before comment text; expected "// check user has entered api credentials" but found "//check user has entered api credentials"
(#398) Expected "if (...) {\n"; found "if(...){\n"
(#398) Variable "api_user" must not contain underscores.
(#398) Variable "api_secret" must not contain underscores.
(#399) Commas (,) must be followed by white space.
(#402) Expected "} else {\n"; found "}else {\n"
(#403) Variable "api_user" must not contain underscores.
(#403) Variable "api_secret" must not contain underscores.
(#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 "// check token authenticated and no errors in it" but found "//check token authenticated and no errors in it"
(#407) Expected "if (...) {\n"; found "if(...){\n"
(#412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) 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"
(#415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) No space found before comment text; expected "// next url" but found "//next url"
(#417) Expected 1 space after "="; 2 found
(#417) Commas (,) must be followed by white space.
(#417) Expected 1 space before "=>"; 0 found
(#417) Expected 1 space after "=>"; 0 found
(#417) Commas (,) must be followed by white space.
(#417) Expected 1 space before "=>"; 0 found
(#417) Expected 1 space after "=>"; 0 found
(#417) Line exceeds 132 characters; contains 154 characters
(#419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#420) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#421) Expected "if (...) {\n"; found "if(...){\n"
(#421) Expected 1 space before "=="; 0 found
(#421) Expected 1 space after "=="; 0 found
(#421) Expected 1 space before "=="; 0 found
(#421) Expected 1 space after "=="; 0 found
(#426) Expected 1 space before "="; 0 found
(#426) Expected 1 space after "="; 0 found
(#426) Commas (,) must be followed by white space.
(#427) Variable "opts_html" must not contain underscores.
(#427) Short array syntax must be used to define arrays
(#428) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#430) Expected 1 space before "="; 0 found
(#430) Expected 1 space after "="; 0 found
(#430) Short array syntax must be used to define arrays
(#430) Expected 1 space before "=>"; 0 found
(#430) Expected 1 space after "=>"; 0 found
(#430) Expected 1 space before "=>"; 0 found
(#430) Expected 1 space before "=>"; 0 found
(#430) Expected 1 space after "=>"; 0 found
(#431) Expected 1 space before "="; 0 found
(#431) Expected 1 space after "="; 0 found
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#433) Expected 1 space before "="; 0 found
(#433) Expected 1 space after "="; 0 found
(#434) Expected 1 space before "="; 0 found
(#434) Expected 1 space after "="; 0 found
(#435) Expected 1 space before "="; 0 found
(#435) Expected 1 space after "="; 0 found
(#435) Commas (,) must be followed by white space.
(#436) Expected 1 space before "="; 0 found
(#436) Expected 1 space after "="; 0 found
(#437) Expected 1 space before "="; 0 found
(#438) Expected 1 space before "="; 0 found
(#438) Expected 1 space after "="; 0 found
(#438) Inline comments must start with a capital letter, digit or 3-dots sequence
(#438) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) No space found before comment text; expected "// max expire time is 300 seconds" but found "//max expire time is 300 seconds"
(#439) Commas (,) must be followed by white space.
(#439) Expected 1 space before "=="; 0 found
(#439) Expected 1 space after "=="; 0 found
(#441) Expected "if (...) {\n"; found "if(...){\n"
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) 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)"
(#444) Expected "} else {\n"; found "}else {\n"
(#448) Short array syntax must be used to define arrays
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) 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"
(#452) Inline comments must start with a capital letter, digit or 3-dots sequence
(#452) This comment is 64% valid code; is this commented out code?
(#452) No space found before comment text; expected "// $ua = strtolower($_SERVER['HTTP_USER_AGENT']);" but found "//$ua = strtolower($_SERVER['HTTP_USER_AGENT']);"
(#453) No space found before comment text; expected "// if(stripos($ua,'android') !== false) {" but found "//if(stripos($ua,'android') !== false) {"
(#454) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#455) No space found before comment text; expected "// }" but found "//}"
(#456) Variable "string_hints" must not contain underscores.
(#459) Expected 1 space before "="; 0 found
(#459) Expected 1 space after "="; 0 found
(#460) Expected 1 space before "="; 0 found
(#460) Expected 1 space after "="; 0 found
(#461) Expected 1 space before "="; 0 found
(#461) Expected 1 space after "="; 0 found
(#462) Expected 1 space before "="; 0 found
(#462) Expected 1 space after "="; 0 found
(#463) Expected 1 space before "="; 0 found
(#463) Expected 1 space after "="; 0 found
(#463) Variable "string_hints" must not contain underscores.
(#464) Expected 1 space before "="; 0 found
(#464) Expected 1 space after "="; 0 found
(#464) Commas (,) must be followed by white space.
(#465) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) No space found before comment text; expected "// TT Recorder ---------------" but found "//TT Recorder ---------------"
(#468) Expected 1 space before "="; 0 found
(#469) Expected 1 space before "="; 0 found
(#470) Expected 1 space before "="; 0 found
(#470) Expected 1 space after "="; 0 found
(#471) Inline comments must start with a capital letter, digit or 3-dots sequence
(#471) 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"
(#472) Inline comments must end in full-stops, exclamation marks, or question marks
(#472) 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"
(#473) Expected 1 space before "="; 0 found
(#473) Expected 1 space after "="; 0 found
(#474) Expected "if (...) {\n"; found "if(...){\n"
(#475) Commas (,) must be followed by white space.
(#476) Expected "if (...) {\n"; found "if(...){\n"
(#476) Expected 1 space before "=="; 0 found
(#476) Expected 1 space after "=="; 0 found
(#489) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#492) Variable "opts_html" must not contain underscores.
(#496) Missing docblock for function scatter_page
(#496) Commas (,) must be followed by white space.
(#500) Expected 1 space after "="; 2 found
(#500) Commas (,) must be followed by white space.
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#500) Commas (,) must be followed by white space.
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#500) Line exceeds 132 characters; contains 154 characters
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) 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"
(#503) Expected "if (...) {\n"; found "if(...) {\n"
(#505) Expected "} else {\n"; found "}else{\n"
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#509) No space found before comment text; expected "// make sure each definition has a voice" but found "//make sure each definition has a voice"
(#510) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#511) Expected "if (...) {\n"; found "if(...){\n"
(#511) Expected 1 space before "=="; 0 found
(#511) Expected 1 space after "=="; 0 found
(#511) Expected 1 space before "=="; 0 found
(#511) Expected 1 space after "=="; 0 found
(#526) There should be a comma after the last array item in a multi-line array.
(#533) Missing docblock for function navigation
(#533) Expected 1 space before opening brace; found 0
(#542) Commas (,) must be followed by white space.
(#546) Expected 1 space after "="; 0 found
(#557) There should be a comma after the last array item in a multi-line array.
(#563) There should be a comma after the last array item in a multi-line array.
(#578) Whitespace found at end of line
(#582) Line indented incorrectly; expected 4 spaces, found 3
(#582) Missing docblock for function show_open_close_dates
(#582) Expected 1 space before opening brace; found 0
(#583) Expected 1 space before "="; 0 found
(#583) Expected 1 space after "="; 0 found
(#584) Expected "if (...) {\n"; found "if(...){"
(#584) Expected 1 space before ">"; 0 found
(#584) Expected 1 space after ">"; 0 found
(#584) Expected 1 space before "="; 0 found
(#584) Expected 1 space after "="; 0 found
(#584) Closing brace must be on a line by itself
(#585) Expected "if (...) {\n"; found "if(...){"
(#585) Expected 1 space before ">"; 0 found
(#585) Expected 1 space after ">"; 0 found
(#585) Expected 1 space before "="; 0 found
(#585) Expected 1 space after "="; 0 found
(#585) Closing brace must be on a line by itself
(#586) Commas (,) must be followed by white space.
(#588) Closing brace indented incorrectly; expected 3 spaces, found 4
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before opening brace; found 0
(#597) Expected 1 space after "="; 2 found
(#598) Variable "include_other" must not contain underscores.
(#598) Expected 1 space before "="; 0 found
(#598) Expected 1 space after "="; 0 found
(#599) Expected 1 space before "="; 0 found
(#599) Commas (,) must be followed by white space.
(#599) Variable "include_other" must not contain underscores.
(#602) Expected 1 space after "=>"; 0 found
(#603) Expected 1 space after "=>"; 0 found
(#604) Expected 1 space after "=>"; 0 found
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#606) Inline comments must start with a capital letter, digit or 3-dots sequence
(#606) This comment is 78% valid code; is this commented out code?
(#606) No space found before comment text; expected "// 'lexicalauser'=>$lexicalauser," but found "//'lexicalauser'=>$lexicalauser,"
(#621) Expected "if (...) {\n"; found "if(...) {\n"
(#624) Expected "} else {\n"; found "}else{\n"
(#625) Commas (,) must be followed by white space.
(#635) Missing docblock for function get_wordpool_string
(#639) There should be a comma after the last array item in a multi-line array.
mod/wordcards/classes/output/report_renderer.php
(#1) DocBlock missing a @package tag for file report_renderer.php. Expected @package mod_wordcards
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class report_renderer
(#16) Missing docblock for function render_reportmenu
(#21) Short array syntax must be used to define arrays
(#23) Expected 1 space before "="; 0 found
(#23) Expected 1 space after "="; 0 found
(#24) Short array syntax must be used to define arrays
(#24) Expected 1 space before "=>"; 0 found
(#24) Expected 1 space after "=>"; 0 found
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#29) Short array syntax must be used to define arrays
(#31) Expected 1 space before "="; 0 found
(#31) Expected 1 space after "="; 0 found
(#32) Short array syntax must be used to define arrays
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#37) Short array syntax must be used to define arrays
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Short array syntax must be used to define arrays
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Expected 1 space before "="; 0 found
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) 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"
(#48) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#62) Short array syntax must be used to define arrays
(#69) Missing docblock for function render_delete_allattempts
(#71) Short array syntax must be used to define arrays
(#77) Missing docblock for function render_reporttitle_html
(#83) Missing docblock for function render_empty_section_html
(#88) Missing docblock for function render_exportbuttons_html
(#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 "// convert formdata to array" but found "//convert formdata to array"
(#101) Missing docblock for function render_grading_exportbuttons_html
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#114) Missing docblock for function render_section_csv
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) No space found before comment text; expected "// echo header" but found "//echo header"
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#144) Missing docblock for function render_section_html
(#150) Expected 1 space before "="; 0 found
(#150) Expected 1 space after "="; 0 found
(#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 "// set up our table and head attributes" but found "//set up our table and head attributes"
(#153) Short array syntax must be used to define arrays
(#154) Variable "headrow_attributes" must not contain underscores.
(#154) Short array syntax must be used to define arrays
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#166) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) No space found before comment text; expected "// set up descrption cell" but found "//set up descrption cell"
(#171) Short array syntax must be used to define arrays
(#174) Short array syntax must be used to define arrays
(#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 datatables set up datatables" but found "//if datatables set up datatables"
(#184) Expected "if (...) {\n"; found "if(...) {\n"
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Short array syntax must be used to define arrays
(#191) Short array syntax must be used to define arrays
(#198) Missing docblock for function show_reports_footer
(#198) Visibility must be declared on method "show_reports_footer"
(#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
(#201) Short array syntax must be used to define arrays
(#202) Commas (,) must be followed by white space.
(#202) Short array syntax must be used to define arrays
(#202) Expected 1 space before "=>"; 0 found
(#202) Expected 1 space after "=>"; 0 found
(#207) Missing docblock for function show_perpage_selector
(#207) Visibility must be declared on method "show_perpage_selector"
(#208) Short array syntax must be used to define arrays
(#222) Visibility must be declared on method "show_paging_bar"
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) No space found before comment text; expected "// add paging params to url (NOT pageno)" but found "//add paging params to url (NOT pageno)"
(#225) Short array syntax must be used to define arrays
(#230) Missing docblock for function show_export_buttons
(#230) Visibility must be declared on method "show_export_buttons"
(#241) File must end with a newline character
mod/wordcards/classes/privacy/provider.php
(#20) Incorrect @package tag for file provider.php. Expected mod_wordcards, found mod_minilesson.
(#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) This comment is 50% valid code; is this commented out code?
(#31) No space found before comment text; expected "// use core_privacy\local\request\deletion_criteria;" but found "//use core_privacy\local\request\deletion_criteria;"
(#39) No space found before comment text; expected "// 3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher" but found "//3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher"
(#41) Missing docblock for interface the_user_provider
(#41) Closing brace must be on a line by itself
(#43) Duplicate interface name "mod_wordcards\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/mod/wordcards/classes/privacy/provider.php on line 41
(#43) Missing docblock for interface the_user_provider
(#43) Closing brace must be on a line by itself
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// user provider 3.4 and above" but found "//user provider 3.4 and above"
(#58) Expected 1 space before opening brace; found 0
(#68) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#80) There should be a comma after the last array item in a multi-line array.
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#95) Method name "_get_contexts_for_userid" should not be prefixed with an underscore to indicate visibility
(#107) There should be a comma after the last array item in a multi-line array.
(#108) Space found before semicolon; expected "];" but found "] ;"
(#155) Method name "_export_user_data" should not be prefixed with an underscore to indicate visibility
(#186) There should be a comma after the last array item in a multi-line array.
(#190) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#193) Expected 1 space after "="; 0 found
(#239) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/wordcards/classes/setupform.php
(#1) Moodle boilerplate not found
(#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
(#45) Docblock tag "@abstract" is not recommended.
(#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 spaces before asterisk; 5 found
(#72) Expected 2 spaces before asterisk; 5 found
(#73) Expected 2 spaces 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
(#101) Missing docblock for function add_media_upload
(#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
(#115) Missing docblock for function add_media_prompt_upload
(#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
(#140) Missing docblock for function validation
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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
(#150) Missing docblock for function col_bulkselect
(#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
(#41) Missing docblock for constant utils::CLOUDPOODLL
(#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?"
(#44) Missing docblock for function can_transcribe
(#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) Missing docblock for function convert_to_phonetic
(#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) Missing docblock for function update_stepgrade
(#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) Missing docblock for function recalculate_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) Missing docblock for function update_finalgrade
(#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
(#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) Missing docblock for function curl_fetch
(#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) Missing docblock for function fetch_token_for_display
(#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"
(#311) Missing docblock for function fetch_token
(#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) Missing docblock for function is_site_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) Missing docblock for function fetch_token_error
(#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."
(#488) Missing docblock for function get_journeymode_options
(#489) Short array syntax must be used to define arrays
(#495) Line indented incorrectly; expected 4 spaces, found 2
(#495) Missing docblock for function get_region_options
(#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) Missing docblock for function translate_region
(#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) Missing docblock for function get_timelimit_options
(#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) Missing docblock for function get_expiredays_options
(#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
(#557) Missing docblock for function fetch_options_transcribers
(#558) Short array syntax must be used to define arrays
(#563) Missing docblock for function fetch_options_reportstable
(#564) Short array syntax must be used to define arrays
(#569) Missing docblock for function fetch_filemanager_opts
(#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) 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"
(#578) Missing docblock for function is_json
(#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) Missing docblock for function fetch_polly_url
(#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) Missing docblock for function export_terms_to_csv
(#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"
(#682) Missing docblock for function fetch_youglish_token
(#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 "// stage remote processing job ..just logging really" but found "//stage remote processing job ..just logging really"
(#733) Missing docblock for function stage_remote_process_job
(#733) Commas (,) must be followed by white space.
(#737) Expected 1 space before "="; 0 found
(#737) Expected 1 space after "="; 0 found
(#738) Expected 1 space before "="; 0 found
(#742) Expected "if (...) {\n"; found "if(...){\n"
(#750) Inline comments must start with a capital letter, digit or 3-dots sequence
(#750) Inline comments must end in full-stops, exclamation marks, or question marks
(#750) No space found before comment text; expected "// owner" but found "//owner"
(#751) Commas (,) must be followed by white space.
(#752) Commas (,) must be followed by white space.
(#754) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#757) Inline comments must start with a capital letter, digit or 3-dots sequence
(#757) Inline comments must end in full-stops, exclamation marks, or question marks
(#757) This comment is 43% valid code; is this commented out code?
(#757) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#758) Short array syntax must be used to define arrays
(#765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#765) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) No space found before comment text; expected "// we just want a unique value per session here" but found "//we just want a unique value per session here"
(#767) Expected 1 space after "="; 2 found
(#769) Expected 1 space after "="; 2 found
(#773) 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) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#788) Inline comments must start with a capital letter, digit or 3-dots sequence
(#788) Inline comments must end in full-stops, exclamation marks, or question marks
(#788) No space found before comment text; expected "// if all good, then lets just return true" but found "//if all good, then lets just return true"
(#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) No space found before comment text; expected "// fetch the dictionary entries from cloud poodll" but found "//fetch the dictionary entries from cloud poodll"
(#798) Missing docblock for function fetch_dictionary_entries
(#798) Commas (,) must be followed by white space.
(#801) Expected 1 space before "="; 0 found
(#801) Expected 1 space after "="; 0 found
(#802) Expected 1 space before "="; 0 found
(#806) Expected "if (...) {\n"; found "if(...){\n"
(#810) Inline comments must end in full-stops, exclamation marks, or question marks
(#810) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#813) Inline comments must start with a capital letter, digit or 3-dots sequence
(#813) Inline comments must end in full-stops, exclamation marks, or question marks
(#813) This comment is 43% valid code; is this commented out code?
(#813) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#814) Short array syntax must be used to define arrays
(#819) Expected 1 space after "="; 0 found
(#820) Expected 1 space after "="; 0 found
(#829) Inline comments must start with a capital letter, digit or 3-dots sequence
(#829) Inline comments must end in full-stops, exclamation marks, or question marks
(#829) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#832) Inline comments must end in full-stops, exclamation marks, or question marks
(#832) 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"
(#841) Line indented incorrectly; expected 4 spaces, found 2
(#841) Missing docblock for function fetch_auto_voice
(#841) Expected 1 space before opening brace; found 0
(#845) Line indented incorrectly; expected 4 spaces, found 2
(#847) Line indented incorrectly; expected 4 spaces, found 2
(#847) Missing docblock for function get_tts_voices
(#847) Expected 1 space before opening brace; found 0
(#848) Line indented incorrectly; expected at least 8 spaces, found 6
(#848) Expected 1 space before "="; 0 found
(#849) Line indented incorrectly; expected at least 8 spaces, found 6
(#849) Expected 1 space before "="; 0 found
(#849) Expected 1 space after "="; 0 found
(#849) Expected 1 space before "=>"; 0 found
(#849) Expected 1 space after "=>"; 0 found
(#851) Line indented incorrectly; expected 8 spaces, found 6
(#851) Expected "if (...) {\n"; found "if(...) {\n"
(#851) Commas (,) must be followed by white space.
(#852) Line indented incorrectly; expected at least 12 spaces, found 10
(#853) Line indented incorrectly; expected 8 spaces, found 6
(#853) Usage of ELSEIF not allowed; use ELSE IF instead
(#853) Commas (,) must be followed by white space.
(#854) Line indented incorrectly; expected at least 12 spaces, found 10
(#856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) Line indented incorrectly; expected at least 12 spaces, found 10
(#856) No space found before comment text; expected "// add current language first" but found "//add current language first"
(#857) Line indented incorrectly; expected 12 spaces, found 10
(#858) Line indented incorrectly; expected at least 16 spaces, found 14
(#859) Line indented incorrectly; expected at least 16 spaces, found 14
(#860) Line indented incorrectly; expected 12 spaces, found 10
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#861) Line indented incorrectly; expected at least 12 spaces, found 10
(#861) No space found before comment text; expected "// then all the rest" but found "//then all the rest"
(#862) Line indented incorrectly; expected 12 spaces, found 10
(#863) Line indented incorrectly; expected 16 spaces, found 14
(#864) Line indented incorrectly; expected at least 20 spaces, found 18
(#865) Line indented incorrectly; expected 16 spaces, found 14
(#866) Line indented incorrectly; expected 16 spaces, found 14
(#867) Line indented incorrectly; expected at least 20 spaces, found 18
(#868) Line indented incorrectly; expected at least 20 spaces, found 18
(#869) Line indented incorrectly; expected 16 spaces, found 14
(#870) Line indented incorrectly; expected 12 spaces, found 10
(#871) Line indented incorrectly; expected at least 12 spaces, found 10
(#872) Line indented incorrectly; expected 8 spaces, found 6
(#872) Usage of ELSEIF not allowed; use ELSE IF instead
(#872) Commas (,) must be followed by white space.
(#873) Line indented incorrectly; expected at least 12 spaces, found 10
(#873) Expected 1 space before "=>"; 0 found
(#873) Expected 1 space after "=>"; 0 found
(#874) Line indented incorrectly; expected 8 spaces, found 6
(#874) Expected "} else {\n"; found "}else{\n"
(#875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#875) Line indented incorrectly; expected at least 12 spaces, found 10
(#875) No space found before comment text; expected "// what could this be?" but found "//what could this be?"
(#876) Line indented incorrectly; expected at least 12 spaces, found 10
(#877) Line indented incorrectly; expected 8 spaces, found 6
(#879) Line indented incorrectly; expected 4 spaces, found 2
(#881) Line indented incorrectly; expected at least 4 spaces, found 2
(#882) Missing docblock for function fetch_activity_tablabel
(#882) Expected 1 space before opening brace; found 0
(#883) Line indented incorrectly; expected 8 spaces, found 6
(#884) Line indented incorrectly; expected 12 spaces, found 10
(#885) Line indented incorrectly; expected 12 spaces, found 10
(#886) Line indented incorrectly; expected 12 spaces, found 10
(#887) Line indented incorrectly; expected 12 spaces, found 10
(#888) Line indented incorrectly; expected 12 spaces, found 10
(#889) Line indented incorrectly; expected 12 spaces, found 10
(#890) Commas (,) must be followed by white space.
(#890) Space found before semicolon; expected ");" but found ") ;"
(#891) Line indented incorrectly; expected 12 spaces, found 10
(#892) Line indented incorrectly; expected 12 spaces, found 10
(#893) Line indented incorrectly; expected 12 spaces, found 10
(#894) Line indented incorrectly; expected 12 spaces, found 10
(#895) Line indented incorrectly; expected 12 spaces, found 10
(#896) Line indented incorrectly; expected 12 spaces, found 10
(#897) Commas (,) must be followed by white space.
(#899) Line indented incorrectly; expected 8 spaces, found 6
(#903) Missing docblock for function is_review_activity
(#903) Expected 1 space before opening brace; found 0
(#920) Missing docblock for function fetch_activity_tabicon
(#920) Expected 1 space before opening brace; found 0
(#951) Missing docblock for function get_stars
(#951) Expected 1 space before opening brace; found 0
(#953) Expected "if (...) {\n"; found "if(...){\n"
(#953) Expected 1 space before "=="; 0 found
(#953) Expected 1 space after "=="; 0 found
(#954) Variable "ystar_cnt" must not contain underscores.
(#954) Expected 1 space before "="; 0 found
(#954) Expected 1 space after "="; 0 found
(#955) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#955) Expected "if (...) {\n"; found "if(...) {\n"
(#955) Expected 1 space before "<"; 0 found
(#955) Expected 1 space after "<"; 0 found
(#956) Variable "ystar_cnt" must not contain underscores.
(#956) Expected 1 space before "="; 0 found
(#956) Expected 1 space after "="; 0 found
(#957) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#957) Expected "if (...) {\n"; found "if(...) {\n"
(#957) Expected 1 space before "<"; 0 found
(#957) Expected 1 space after "<"; 0 found
(#958) Variable "ystar_cnt" must not contain underscores.
(#958) Expected 1 space before "="; 0 found
(#958) Expected 1 space after "="; 0 found
(#959) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#959) Expected "if (...) {\n"; found "if(...) {\n"
(#959) Expected 1 space before "<"; 0 found
(#959) Expected 1 space after "<"; 0 found
(#960) Variable "ystar_cnt" must not contain underscores.
(#960) Expected 1 space before "="; 0 found
(#960) Expected 1 space after "="; 0 found
(#961) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#961) Expected "if (...) {\n"; found "if(...) {\n"
(#961) Expected 1 space before "<"; 0 found
(#961) Expected 1 space after "<"; 0 found
(#962) Variable "ystar_cnt" must not contain underscores.
(#962) Expected 1 space before "="; 0 found
(#962) Expected 1 space after "="; 0 found
(#963) Expected "} else {\n"; found "}else{\n"
(#964) Variable "ystar_cnt" must not contain underscores.
(#964) Expected 1 space before "="; 0 found
(#964) Expected 1 space after "="; 0 found
(#966) Variable "ystar_cnt" must not contain underscores.
(#967) Variable "gstar_cnt" must not contain underscores.
(#967) Expected 1 space before "="; 0 found
(#967) Variable "ystar_cnt" must not contain underscores.
(#968) Variable "gstar_cnt" must not contain underscores.
(#969) Commas (,) must be followed by white space.
(#972) Missing docblock for function get_practicetype_label
(#972) Expected 1 space before opening brace; found 0
(#1003) Line indented incorrectly; expected 4 spaces, found 2
(#1003) Missing docblock for function get_practicetype_options
(#1003) Expected 1 space before opening brace; found 0
(#1004) Line indented incorrectly; expected at least 8 spaces, found 6
(#1004) Expected 1 space after "="; 2 found
(#1004) Short array syntax must be used to define arrays
(#1005) Line indented incorrectly; expected at least 8 spaces, found 6
(#1011) There should be a comma after the last array item in a multi-line array.
(#1012) Line indented incorrectly; expected at least 8 spaces, found 6
(#1020) There should be a comma after the last array item in a multi-line array.
(#1023) Line indented incorrectly; expected 8 spaces, found 6
(#1023) Expected "if (...) {\n"; found "if(...){\n"
(#1023) Expected 1 space before "==="; 0 found
(#1023) Expected 1 space after "==="; 0 found
(#1024) Line indented incorrectly; expected at least 12 spaces, found 10
(#1024) Expected 1 space before "="; 0 found
(#1024) Expected 1 space after "="; 0 found
(#1025) Line indented incorrectly; expected 8 spaces, found 6
(#1025) Expected "} else {\n"; found "}else{\n"
(#1026) Inline comments must end in full-stops, exclamation marks, or question marks
(#1026) Line indented incorrectly; expected at least 12 spaces, found 10
(#1026) 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"
(#1027) Line indented incorrectly; expected at least 12 spaces, found 10
(#1028) Line indented incorrectly; expected 8 spaces, found 6
(#1029) Line indented incorrectly; expected at least 8 spaces, found 6
(#1030) Line indented incorrectly; expected 4 spaces, found 2
(#1032) Missing docblock for function fetch_options_listenchoose
(#1032) Expected 1 space before opening brace; found 0
(#1033) Short array syntax must be used to define arrays
(#1034) Expected 1 space before "=>"; 0 found
(#1038) Missing docblock for function fetch_options_matchselect
(#1038) Expected 1 space before opening brace; found 0
(#1039) Short array syntax must be used to define arrays
(#1040) Expected 1 space before "=>"; 0 found
(#1044) Missing docblock for function fetch_options_spacegame
(#1044) Expected 1 space before opening brace; found 0
(#1045) Short array syntax must be used to define arrays
(#1046) Expected 1 space before "=>"; 0 found
(#1050) Line indented incorrectly; expected 4 spaces, found 2
(#1050) Missing docblock for function fetch_options_fontfaceflip
(#1050) Expected 1 space before opening brace; found 0
(#1051) Line indented incorrectly; expected at least 8 spaces, found 6
(#1051) Short array syntax must be used to define arrays
(#1052) Expected 1 space before "=>"; 0 found
(#1054) Line indented incorrectly; expected 4 spaces, found 2
(#1056) Missing docblock for function fetch_options_animations
(#1056) Expected 1 space before opening brace; found 0
(#1057) Short array syntax must be used to define arrays
(#1058) Expected 1 space before "=>"; 0 found
(#1062) Line indented incorrectly; expected 4 spaces, found 3
(#1062) Missing docblock for function get_lang_options
(#1063) Line indented incorrectly; expected at least 8 spaces, found 7
(#1063) Short array syntax must be used to define arrays
(#1100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1100) Inline comments must end in full-stops, exclamation marks, or question marks
(#1100) This comment is 50% valid code; is this commented out code?
(#1100) 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),"
(#1104) Commas (,) must be followed by white space.
(#1105) Commas (,) must be followed by white space.
(#1106) Commas (,) must be followed by white space.
(#1107) Commas (,) must be followed by white space.
(#1120) Commas (,) must be followed by white space.
(#1122) Line indented incorrectly; expected at least 8 spaces, found 7
(#1123) Line indented incorrectly; expected 4 spaces, found 3
(#1125) Missing docblock for function fetch_short_lang
(#1125) Expected 1 space before opening brace; found 0
(#1126) Expected "if (...) {\n"; found "if(...){"
(#1126) Expected 1 space before "<="; 0 found
(#1126) Expected 1 space after "<="; 0 found
(#1126) Closing brace must be on a line by itself
(#1127) Expected "if (...) {\n"; found "if(...){"
(#1127) Expected 1 space before "=="; 0 found
(#1127) Expected 1 space after "=="; 0 found
(#1127) Closing brace must be on a line by itself
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1136) Missing docblock for function needs_lang_model
(#1137) Commas (,) must be followed by white space.
(#1145) Expected 1 space before "=="; 0 found
(#1145) Expected 1 space after "=="; 0 found
(#1146) Expected 1 space before "=="; 0 found
(#1146) Expected 1 space after "=="; 0 found
(#1147) Expected 1 space before "=="; 0 found
(#1147) Expected 1 space after "=="; 0 found
(#1148) Expected 1 space before "=="; 0 found
(#1148) Expected 1 space after "=="; 0 found
(#1149) Expected 1 space before "=="; 0 found
(#1149) Expected 1 space after "=="; 0 found
(#1150) Expected 1 space before "=="; 0 found
(#1150) Expected 1 space after "=="; 0 found
(#1151) Expected 1 space before "=="; 0 found
(#1151) Expected 1 space after "=="; 0 found
(#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
(#1165) Missing docblock for function fetch_passagehash
(#1167) Expected "if (...) {\n"; found "if(...) {\n"
(#1169) Expected "} else {\n"; found "}else{\n"
(#1179) Missing docblock for function fetch_lang_model
(#1179) Expected 1 space before opening brace; found 0
(#1180) Expected 1 space before "="; 0 found
(#1181) Expected "if (...) {\n"; found "if (...) {"
(#1184) Expected "if (...) {\n"; found "if(...){\n"
(#1188) Expected 1 space before "="; 0 found
(#1188) Expected 1 space after "="; 0 found
(#1189) Expected 1 space before "="; 0 found
(#1189) Expected 1 space after "="; 0 found
(#1190) Expected 1 space before "="; 0 found
(#1190) Expected 1 space after "="; 0 found
(#1191) Expected 1 space before "="; 0 found
(#1192) Expected 1 space before "="; 0 found
(#1192) Expected 1 space after "="; 0 found
(#1193) Expected 1 space before "="; 0 found
(#1193) Expected 1 space after "="; 0 found
(#1195) Commas (,) must be followed by white space.
(#1196) Variable "respObj" must be all lower-case
(#1198) Expected "if (...) {\n"; found "if(...){\n"
(#1198) Variable "respObj" must be all lower-case
(#1199) Variable "respObj" must be all lower-case
(#1199) Expected 1 space after "=="; 0 found
(#1200) Variable "respObj" must be all lower-case
(#1201) Expected "} else {\n"; found "}else{\n"
(#1202) Expected 1 space before "="; 0 found
(#1202) Expected 1 space after "="; 0 found
(#1206) Expected "} else {\n"; found "}else{\n"
(#1216) Missing docblock for function fetch_activity_text
(#1219) Expected "if (...) {\n"; found "if(...){"
(#1219) Closing brace must be on a line by itself
(#1221) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1223) Expected "if (...) {\n"; found "if(...){\n"
(#1228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1228) Inline comments must end in full-stops, exclamation marks, or question marks
(#1228) 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"
(#1229) Expected 1 space before "="; 0 found
(#1229) Expected 1 space after "="; 0 found
(#1231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1231) Inline comments must end in full-stops, exclamation marks, or question marks
(#1231) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#1234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1234) Inline comments must end in full-stops, exclamation marks, or question marks
(#1234) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#1237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1237) Inline comments must end in full-stops, exclamation marks, or question marks
(#1237) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#1238) Expected "if (...) {\n"; found "if(...) {\n"
(#1242) Expected "} else {\n"; found "}else{\n"
(#1248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1248) 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"
(#1249) 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"
(#1251) Inline comments must end in full-stops, exclamation marks, or question marks
(#1251) 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"
(#1252) Expected "if (...) {\n"; found "if(...) {\n"
(#1254) Expected "} else {\n"; found "}else{\n"
(#1258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1258) Inline comments must end in full-stops, exclamation marks, or question marks
(#1258) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#1259) Variable "b_open" must not contain underscores.
(#1260) Variable "b_close" must not contain underscores.
(#1261) Variable "b_sopen" must not contain underscores.
(#1262) Variable "b_sclose" must not contain underscores.
(#1263) Short array syntax must be used to define arrays
(#1263) Variable "b_open" must not contain underscores.
(#1263) Variable "b_close" must not contain underscores.
(#1263) Variable "b_sopen" must not contain underscores.
(#1263) Variable "b_sclose" must not contain underscores.
(#1268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1268) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#1269) Inline comments must end in full-stops, exclamation marks, or question marks
(#1269) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#1271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1271) Inline comments must end in full-stops, exclamation marks, or question marks
(#1271) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#1283) Missing docblock for function isUnicodemb4
(#1283) Public method name "utils::isUnicodemb4" must be in lower-case letters only
(#1284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1284) This comment is 42% valid code; is this commented out code?
(#1284) 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"
(#1290) Expected "if (...) {\n"; found "if(...){"
(#1290) Closing brace must be on a line by itself
(#1292) Expected "if (...) {\n"; found "if(...){"
(#1292) Closing brace must be on a line by itself
(#1294) Expected "if (...) {\n"; found "if(...){"
(#1294) Closing brace must be on a line by itself
(#1296) Expected "if (...) {\n"; found "if(...){\n"
(#1298) Expected "} else {\n"; found "}else{\n"
(#1303) Missing docblock for function add_mform_elements
(#1303) Commas (,) must be followed by white space.
(#1307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1307) Inline comments must end in full-stops, exclamation marks, or question marks
(#1307) 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"
(#1308) Expected "if (...) {\n"; found "if(...) {\n"
(#1313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1313) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#1317) Inline comments must end in full-stops, exclamation marks, or question marks
(#1318) Short array syntax must be used to define arrays
(#1318) Expected 1 space before "=>"; 0 found
(#1318) Expected 1 space after "=>"; 0 found
(#1329) Inline comments must end in full-stops, exclamation marks, or question marks
(#1329) No space found before comment text; expected "// we do not support this in tabs" but found "//we do not support this in tabs"
(#1330) Expected "if (...) {\n"; found "if(...) {\n"
(#1332) Short array syntax must be used to define arrays
(#1332) Short array syntax must be used to define arrays
(#1334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1334) Inline comments must end in full-stops, exclamation marks, or question marks
(#1339) Must use "self::" for local static member reference
(#1342) Commas (,) must be followed by white space.
(#1344) Must use "self::" for local static member reference
(#1347) Commas (,) must be followed by white space.
(#1349) Expected 1 space after "="; 2 found
(#1349) Must use "self::" for local static member reference
(#1349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1349) Inline comments must end in full-stops, exclamation marks, or question marks
(#1349) This comment is 67% valid code; is this commented out code?
(#1350) Expected 1 space before "="; 0 found
(#1350) Expected 1 space after "="; 0 found
(#1351) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1352) Expected 1 space before "="; 0 found
(#1352) Expected 1 space after "="; 0 found
(#1357) Commas (,) must be followed by white space.
(#1360) Expected 1 space after "="; 2 found
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1360) Commas (,) must be followed by white space.
(#1360) Expected 1 space before "=>"; 0 found
(#1360) Expected 1 space after "=>"; 0 found
(#1365) Short array syntax must be used to define arrays
(#1365) Expected 1 space before "=>"; 0 found
(#1365) Expected 1 space after "=>"; 0 found
(#1366) Commas (,) must be followed by white space.
(#1370) Inline comments must end in full-stops, exclamation marks, or question marks
(#1370) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#1371) Short array syntax must be used to define arrays
(#1372) Commas (,) must be followed by white space.
(#1375) Variable "t_options" must not contain underscores.
(#1375) Must use "self::" for local static member reference
(#1377) Variable "t_options" must not contain underscores.
(#1377) Commas (,) must be followed by white space.
(#1379) Commas (,) must be followed by white space.
(#1380) Commas (,) must be followed by white space.
(#1382) Commas (,) must be followed by white space.
(#1383) Commas (,) must be followed by white space.
(#1384) Commas (,) must be followed by white space.
(#1385) Commas (,) must be followed by white space.
(#1387) Commas (,) must be followed by white space.
(#1390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1390) Inline comments must end in full-stops, exclamation marks, or question marks
(#1390) No space found before comment text; expected "// options for practicetype and term count" but found "//options for practicetype and term count"
(#1391) Variable "ptype_options_learn" must not contain underscores.
(#1391) Must use "self::" for local static member reference
(#1392) Variable "ptype_options_all" must not contain underscores.
(#1392) Must use "self::" for local static member reference
(#1393) Variable "termcount_options" must not contain underscores.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1393) Commas (,) must be followed by white space.
(#1396) Variable "ptype_options_learn" must not contain underscores.
(#1397) Variable "termcount_options" must not contain underscores.
(#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.
(#1410) Variable "ptype_options_all" must not contain underscores.
(#1410) Commas (,) must be followed by white space.
(#1411) Variable "termcount_options" must not contain underscores.
(#1412) Commas (,) must be followed by white space.
(#1415) Variable "ptype_options_all" must not contain underscores.
(#1415) Commas (,) must be followed by white space.
(#1416) Variable "termcount_options" must not contain underscores.
(#1417) Commas (,) must be followed by white space.
(#1418) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#1422) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1422) Inline comments must end in full-stops, exclamation marks, or question marks
(#1422) No space found before comment text; expected "// practice type options" but found "//practice type options"
(#1428) Inline comments must end in full-stops, exclamation marks, or question marks
(#1428) No space found before comment text; expected "// Show images on task flip screen" but found "//Show images on task flip screen"
(#1448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1448) Inline comments must end in full-stops, exclamation marks, or question marks
(#1448) Line indented incorrectly; expected at least 8 spaces, found 2
(#1449) Line indented incorrectly; expected at least 8 spaces, found 3
(#1449) Short array syntax must be used to define arrays
(#1454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1454) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#1460) Whitespace found at end of line
(#1460) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1469) Inline comments must end in full-stops, exclamation marks, or question marks
(#1469) No space found before comment text; expected "// What multi-attempt grading approach" but found "//What multi-attempt grading approach"
(#1470) Missing docblock for function get_grade_options
(#1471) Short array syntax must be used to define arrays
(#1473) There should be a comma after the last array item in a multi-line array.
(#1477) Missing docblock for function save_newterm
(#1477) Commas (,) must be followed by white space.
(#1477) Commas (,) must be followed by white space.
(#1477) Commas (,) must be followed by white space.
(#1477) Commas (,) must be followed by white space.
(#1477) Expected 1 space before opening brace; found 0
(#1489) Must use "self::" for local static member reference
(#1491) Expected "if (...) {\n"; found "if(...){\n"
(#1492) Short array syntax must be used to define arrays
(#1497) Missing docblock for function get_rcdic_langs
(#1498) Opening brace should be on the same line as the declaration
(#1502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1502) This comment is 86% valid code; is this commented out code?
(#1502) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#1516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1516) Inline comments must end in full-stops, exclamation marks, or question marks
(#1516) No space found before comment text; expected "// add ms dictionary languages" but found "//add ms dictionary languages"
(#1522) Variable "default_set" must not contain underscores.
(#1523) Expected "for (...) {\n"; found "for(...){\n"
(#1523) Expected 1 space before "="; 0 found
(#1523) Expected 1 space after "="; 0 found
(#1523) Expected 1 space after first semicolon of FOR loop; 0 found
(#1523) Expected 1 space before "<"; 0 found
(#1523) Expected 1 space after "<"; 0 found
(#1523) Expected 1 space after second semicolon of FOR loop; 0 found
(#1524) Expected "if (...) {\n"; found "if(...){\n"
(#1524) Expected 1 space before "=="; 0 found
(#1524) Expected 1 space after "=="; 0 found
(#1525) Expected 1 space before "="; 0 found
(#1525) Expected 1 space after "="; 0 found
(#1526) Variable "default_set" must not contain underscores.
(#1530) Expected "if (...) {\n"; found "if(...){"
(#1530) Variable "default_set" must not contain underscores.
(#1530) Expected 1 space before "="; 0 found
(#1530) Expected 1 space after "="; 0 found
(#1530) Closing brace must be on a line by itself
(#1534) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1534) No space found before comment text; expected "// in most cases the rcdic lang code is two letters, but for russian it is rus and for Chinese there is a zh_tw" but found "//in most cases the rcdic lang code is two letters, but for russian it is rus and for Chinese there is a zh_tw"
(#1535) Inline comments must end in full-stops, exclamation marks, or question marks
(#1535) No space found before comment text; expected "// but we dont have an aws zh_tw so we use zh" but found "//but we dont have an aws zh_tw so we use zh"
(#1536) Missing docblock for function fetch_rcdic_lang
(#1537) Opening brace should be on the same line as the declaration
(#1538) Line indented incorrectly; expected at least 8 spaces, found 7
(#1538) Must use "self::" for local static member reference
(#1539) Line indented incorrectly; expected 8 spaces, found 7
(#1539) Expected "if (...) {\n"; found "if(...){\n"
(#1539) Expected 1 space before "=="; 0 found
(#1539) Expected 1 space after "=="; 0 found
(#1540) Line indented incorrectly; expected at least 12 spaces, found 11
(#1541) Line indented incorrectly; expected 8 spaces, found 7
(#1542) Line indented incorrectly; expected at least 8 spaces, found 7
(#1545) Missing docblock for function get_msdic_langs
(#1545) Expected 1 space before opening brace; found 0
(#1546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1546) This comment is 72% valid code; is this commented out code?
(#1546) Line indented incorrectly; expected at least 8 spaces, found 7
(#1547) Expected 1 space after "=>"; 0 found
(#1548) Expected 1 space after "=>"; 0 found
(#1549) Expected 1 space after "=>"; 0 found
(#1550) Expected 1 space after "=>"; 0 found
(#1551) Expected 1 space after "=>"; 0 found
(#1552) Expected 1 space after "=>"; 0 found
(#1553) Expected 1 space after "=>"; 0 found
(#1554) Expected 1 space after "=>"; 0 found
(#1555) Expected 1 space after "=>"; 0 found
(#1556) Expected 1 space after "=>"; 0 found
(#1557) Expected 1 space after "=>"; 0 found
(#1558) Expected 1 space after "=>"; 0 found
(#1559) Expected 1 space after "=>"; 0 found
(#1560) Expected 1 space after "=>"; 0 found
(#1561) Expected 1 space after "=>"; 0 found
(#1562) Expected 1 space after "=>"; 0 found
(#1563) Expected 1 space after "=>"; 0 found
(#1564) Expected 1 space after "=>"; 0 found
(#1565) Expected 1 space after "=>"; 0 found
(#1566) Expected 1 space after "=>"; 0 found
(#1567) Expected 1 space after "=>"; 0 found
(#1568) Expected 1 space after "=>"; 0 found
(#1569) Expected 1 space after "=>"; 0 found
(#1570) Expected 1 space after "=>"; 0 found
(#1571) Expected 1 space after "=>"; 0 found
(#1572) Expected 1 space after "=>"; 0 found
(#1573) Expected 1 space after "=>"; 0 found
(#1574) Expected 1 space after "=>"; 0 found
(#1575) Expected 1 space after "=>"; 0 found
(#1576) Expected 1 space after "=>"; 0 found
(#1577) Expected 1 space after "=>"; 0 found
(#1578) Expected 1 space after "=>"; 0 found
(#1579) Expected 1 space after "=>"; 0 found
(#1580) Expected 1 space after "=>"; 0 found
(#1581) Expected 1 space after "=>"; 0 found
(#1582) Expected 1 space after "=>"; 0 found
(#1586) Missing docblock for function get_youglish_config
(#1586) Expected 1 space before opening brace; found 0
(#1588) Expected 1 space before "="; 0 found
(#1588) Short array syntax must be used to define arrays
(#1589) Expected 1 space after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1624) Inline comments must end in full-stops, exclamation marks, or question marks
(#1624) This comment is 75% valid code; is this commented out code?
(#1624) 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],"
(#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) Expected 1 space before "=>"; 0 found
(#1627) Expected 1 space after "=>"; 0 found
(#1627) Commas (,) must be followed by white space.
(#1627) Expected 1 space before "=>"; 0 found
(#1627) Expected 1 space after "=>"; 0 found
(#1628) Expected 1 space before "=>"; 0 found
(#1628) Expected 1 space after "=>"; 0 found
(#1628) Commas (,) must be followed by white space.
(#1628) Expected 1 space before "=>"; 0 found
(#1628) Expected 1 space after "=>"; 0 found
(#1629) Expected 1 space before "=>"; 0 found
(#1629) Expected 1 space after "=>"; 0 found
(#1629) Commas (,) must be followed by white space.
(#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
(#1630) Commas (,) must be followed by white space.
(#1630) Expected 1 space before "=>"; 0 found
(#1630) Expected 1 space after "=>"; 0 found
(#1631) Expected 1 space before "=>"; 0 found
(#1631) Expected 1 space after "=>"; 0 found
(#1631) Commas (,) must be followed by white space.
(#1631) Expected 1 space before "=>"; 0 found
(#1631) Expected 1 space after "=>"; 0 found
(#1634) Expected "if (...) {\n"; found "if(...) {\n"
(#1634) Commas (,) must be followed by white space.
(#1635) Expected 1 space before "="; 0 found
(#1637) Expected "} else {\n"; found "}else{\n"
(#1638) Expected 1 space before "="; 0 found
(#1638) Expected 1 space before "=>"; 0 found
(#1638) Expected 1 space after "=>"; 0 found
(#1638) Commas (,) must be followed by white space.
(#1638) Expected 1 space before "=>"; 0 found
(#1638) Expected 1 space after "=>"; 0 found
(#1638) Commas (,) must be followed by white space.
(#1638) Expected 1 space before "=>"; 0 found
(#1638) Expected 1 space after "=>"; 0 found
(#1643) Missing docblock for function get_lexicala_langs
(#1643) Expected 1 space before opening brace; found 0
(#1644) Expected 1 space before "="; 0 found
(#1644) Expected 1 space after "="; 0 found
(#1645) Expected 1 space before "=>"; 0 found
(#1645) Expected 1 space after "=>"; 0 found
(#1645) Commas (,) must be followed by white space.
(#1645) Expected 1 space before "=>"; 0 found
(#1645) Expected 1 space after "=>"; 0 found
(#1646) Expected 1 space before "=>"; 0 found
(#1646) Expected 1 space after "=>"; 0 found
(#1646) Commas (,) must be followed by white space.
(#1646) Expected 1 space before "=>"; 0 found
(#1646) Expected 1 space after "=>"; 0 found
(#1647) Expected 1 space before "=>"; 0 found
(#1647) Expected 1 space after "=>"; 0 found
(#1647) Commas (,) must be followed by white space.
(#1647) Expected 1 space before "=>"; 0 found
(#1647) Expected 1 space after "=>"; 0 found
(#1648) Expected 1 space before "=>"; 0 found
(#1648) Expected 1 space after "=>"; 0 found
(#1648) Commas (,) must be followed by white space.
(#1648) Expected 1 space before "=>"; 0 found
(#1648) Expected 1 space after "=>"; 0 found
(#1649) Expected 1 space before "=>"; 0 found
(#1649) Expected 1 space after "=>"; 0 found
(#1649) Commas (,) must be followed by white space.
(#1649) Expected 1 space before "=>"; 0 found
(#1649) Expected 1 space after "=>"; 0 found
(#1650) Expected 1 space before "=>"; 0 found
(#1650) Expected 1 space after "=>"; 0 found
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space before "=>"; 0 found
(#1650) Expected 1 space after "=>"; 0 found
(#1651) Expected 1 space before "=>"; 0 found
(#1651) Expected 1 space after "=>"; 0 found
(#1651) Commas (,) must be followed by white space.
(#1651) Expected 1 space before "=>"; 0 found
(#1651) Expected 1 space after "=>"; 0 found
(#1652) Expected 1 space before "=>"; 0 found
(#1652) Expected 1 space after "=>"; 0 found
(#1652) Commas (,) must be followed by white space.
(#1652) Expected 1 space before "=>"; 0 found
(#1652) Expected 1 space after "=>"; 0 found
(#1653) Expected 1 space before "=>"; 0 found
(#1653) Expected 1 space after "=>"; 0 found
(#1653) Commas (,) must be followed by white space.
(#1653) Expected 1 space before "=>"; 0 found
(#1653) Expected 1 space after "=>"; 0 found
(#1654) Expected 1 space before "=>"; 0 found
(#1654) Expected 1 space after "=>"; 0 found
(#1654) Commas (,) must be followed by white space.
(#1654) Expected 1 space before "=>"; 0 found
(#1654) Expected 1 space after "=>"; 0 found
(#1655) Expected 1 space before "=>"; 0 found
(#1655) Expected 1 space after "=>"; 0 found
(#1655) Commas (,) must be followed by white space.
(#1655) Expected 1 space before "=>"; 0 found
(#1655) Expected 1 space after "=>"; 0 found
(#1656) Expected 1 space before "=>"; 0 found
(#1656) Expected 1 space after "=>"; 0 found
(#1656) Commas (,) must be followed by white space.
(#1656) Expected 1 space before "=>"; 0 found
(#1656) Expected 1 space after "=>"; 0 found
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1657) Commas (,) must be followed by white space.
(#1657) Expected 1 space before "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1658) Expected 1 space before "=>"; 0 found
(#1658) Expected 1 space after "=>"; 0 found
(#1658) Commas (,) must be followed by white space.
(#1658) Expected 1 space before "=>"; 0 found
(#1658) Expected 1 space after "=>"; 0 found
(#1659) Expected 1 space before "=>"; 0 found
(#1659) Expected 1 space after "=>"; 0 found
(#1659) Commas (,) must be followed by white space.
(#1659) Expected 1 space before "=>"; 0 found
(#1659) Expected 1 space after "=>"; 0 found
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1660) Commas (,) must be followed by white space.
(#1660) Expected 1 space before "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1661) Expected 1 space before "=>"; 0 found
(#1661) Expected 1 space after "=>"; 0 found
(#1661) Commas (,) must be followed by white space.
(#1661) Expected 1 space before "=>"; 0 found
(#1661) Expected 1 space after "=>"; 0 found
(#1662) Expected 1 space before "=>"; 0 found
(#1662) Expected 1 space after "=>"; 0 found
(#1662) Commas (,) must be followed by white space.
(#1662) Expected 1 space before "=>"; 0 found
(#1662) Expected 1 space after "=>"; 0 found
(#1663) Expected 1 space before "=>"; 0 found
(#1663) Expected 1 space after "=>"; 0 found
(#1663) Commas (,) must be followed by white space.
(#1663) Expected 1 space before "=>"; 0 found
(#1663) Expected 1 space after "=>"; 0 found
(#1664) Expected 1 space before "=>"; 0 found
(#1664) Expected 1 space after "=>"; 0 found
(#1664) Commas (,) must be followed by white space.
(#1664) Expected 1 space before "=>"; 0 found
(#1664) Expected 1 space after "=>"; 0 found
(#1665) Expected 1 space before "=>"; 0 found
(#1665) Expected 1 space after "=>"; 0 found
(#1665) Commas (,) must be followed by white space.
(#1665) Expected 1 space before "=>"; 0 found
(#1665) Expected 1 space after "=>"; 0 found
(#1666) Expected 1 space before "=>"; 0 found
(#1666) Expected 1 space after "=>"; 0 found
(#1666) Commas (,) must be followed by white space.
(#1666) Expected 1 space before "=>"; 0 found
(#1666) Expected 1 space after "=>"; 0 found
(#1667) Expected 1 space before "=>"; 0 found
(#1667) Expected 1 space after "=>"; 0 found
(#1667) Commas (,) must be followed by white space.
(#1667) Expected 1 space before "=>"; 0 found
(#1667) Expected 1 space after "=>"; 0 found
(#1668) Expected 1 space before "=>"; 0 found
(#1668) Expected 1 space after "=>"; 0 found
(#1668) Commas (,) must be followed by white space.
(#1668) Expected 1 space before "=>"; 0 found
(#1668) Expected 1 space after "=>"; 0 found
(#1669) Expected 1 space before "=>"; 0 found
(#1669) Expected 1 space after "=>"; 0 found
(#1669) Commas (,) must be followed by white space.
(#1669) Expected 1 space before "=>"; 0 found
(#1669) Expected 1 space after "=>"; 0 found
(#1670) Expected 1 space before "=>"; 0 found
(#1670) Expected 1 space after "=>"; 0 found
(#1670) Commas (,) must be followed by white space.
(#1670) Expected 1 space before "=>"; 0 found
(#1670) Expected 1 space after "=>"; 0 found
(#1671) Expected 1 space before "=>"; 0 found
(#1671) Expected 1 space after "=>"; 0 found
(#1671) Commas (,) must be followed by white space.
(#1671) Expected 1 space before "=>"; 0 found
(#1671) Expected 1 space after "=>"; 0 found
(#1672) Expected 1 space before "=>"; 0 found
(#1672) Expected 1 space after "=>"; 0 found
(#1672) Commas (,) must be followed by white space.
(#1672) Expected 1 space before "=>"; 0 found
(#1672) Expected 1 space after "=>"; 0 found
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1674) Expected 1 space before "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1674) Commas (,) must be followed by white space.
(#1674) Expected 1 space before "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1676) Expected 1 space before "=>"; 0 found
(#1676) Expected 1 space after "=>"; 0 found
(#1676) Commas (,) must be followed by white space.
(#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
(#1677) Commas (,) must be followed by white space.
(#1677) Expected 1 space before "=>"; 0 found
(#1677) Expected 1 space after "=>"; 0 found
(#1678) Expected 1 space before "=>"; 0 found
(#1678) Expected 1 space after "=>"; 0 found
(#1678) Commas (,) must be followed by white space.
(#1678) Expected 1 space before "=>"; 0 found
(#1678) Expected 1 space after "=>"; 0 found
(#1679) Expected 1 space before "=>"; 0 found
(#1679) Expected 1 space after "=>"; 0 found
(#1679) Commas (,) must be followed by white space.
(#1679) Expected 1 space before "=>"; 0 found
(#1679) Expected 1 space after "=>"; 0 found
(#1680) Expected 1 space before "=>"; 0 found
(#1680) Expected 1 space after "=>"; 0 found
(#1680) Commas (,) must be followed by white space.
(#1680) Expected 1 space before "=>"; 0 found
(#1680) Expected 1 space after "=>"; 0 found
(#1681) Expected 1 space before "=>"; 0 found
(#1681) Expected 1 space after "=>"; 0 found
(#1681) Commas (,) must be followed by white space.
(#1681) Expected 1 space before "=>"; 0 found
(#1681) Expected 1 space after "=>"; 0 found
(#1682) Expected 1 space before "=>"; 0 found
(#1682) Expected 1 space after "=>"; 0 found
(#1682) Commas (,) must be followed by white space.
(#1682) Expected 1 space before "=>"; 0 found
(#1682) Expected 1 space after "=>"; 0 found
(#1683) Expected 1 space before "=>"; 0 found
(#1683) Expected 1 space after "=>"; 0 found
(#1683) Commas (,) must be followed by white space.
(#1683) Expected 1 space before "=>"; 0 found
(#1683) Expected 1 space after "=>"; 0 found
(#1684) Expected 1 space before "=>"; 0 found
(#1684) Expected 1 space after "=>"; 0 found
(#1684) Commas (,) must be followed by white space.
(#1684) Expected 1 space before "=>"; 0 found
(#1684) Expected 1 space after "=>"; 0 found
(#1685) Expected 1 space before "=>"; 0 found
(#1685) Expected 1 space after "=>"; 0 found
(#1685) Commas (,) must be followed by white space.
(#1685) Expected 1 space before "=>"; 0 found
(#1685) Expected 1 space after "=>"; 0 found
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1686) Commas (,) must be followed by white space.
(#1686) Expected 1 space before "=>"; 0 found
(#1686) Expected 1 space after "=>"; 0 found
(#1687) Expected 1 space before "=>"; 0 found
(#1687) Expected 1 space after "=>"; 0 found
(#1687) Commas (,) must be followed by white space.
(#1687) Expected 1 space before "=>"; 0 found
(#1687) Expected 1 space after "=>"; 0 found
(#1688) Expected 1 space before "=>"; 0 found
(#1688) Expected 1 space after "=>"; 0 found
(#1688) Commas (,) must be followed by white space.
(#1688) Expected 1 space before "=>"; 0 found
(#1688) Expected 1 space after "=>"; 0 found
(#1689) Expected 1 space before "=>"; 0 found
(#1689) Expected 1 space after "=>"; 0 found
(#1689) Commas (,) must be followed by white space.
(#1689) Expected 1 space before "=>"; 0 found
(#1689) Expected 1 space after "=>"; 0 found
(#1690) Expected 1 space before "=>"; 0 found
(#1690) Expected 1 space after "=>"; 0 found
(#1690) Commas (,) must be followed by white space.
(#1690) Expected 1 space before "=>"; 0 found
(#1690) Expected 1 space after "=>"; 0 found
(#1691) Expected 1 space before "=>"; 0 found
(#1691) Expected 1 space after "=>"; 0 found
(#1691) Commas (,) must be followed by white space.
(#1691) Expected 1 space before "=>"; 0 found
(#1691) Expected 1 space after "=>"; 0 found
(#1692) Variable "default_set" must not contain underscores.
(#1693) Expected "for (...) {\n"; found "for(...){\n"
(#1693) Expected 1 space before "="; 0 found
(#1693) Expected 1 space after "="; 0 found
(#1693) Expected 1 space after first semicolon of FOR loop; 0 found
(#1693) Expected 1 space before "<"; 0 found
(#1693) Expected 1 space after "<"; 0 found
(#1693) Expected 1 space after second semicolon of FOR loop; 0 found
(#1694) Expected "if (...) {\n"; found "if(...){\n"
(#1694) Expected 1 space before "=="; 0 found
(#1694) Expected 1 space after "=="; 0 found
(#1695) Expected 1 space before "="; 0 found
(#1695) Expected 1 space after "="; 0 found
(#1696) Variable "default_set" must not contain underscores.
(#1700) Expected "if (...) {\n"; found "if(...){"
(#1700) Variable "default_set" must not contain underscores.
(#1700) Expected 1 space before "="; 0 found
(#1700) Expected 1 space after "="; 0 found
(#1700) Closing brace must be on a line by itself
(#1704) Missing docblock for function get_lang_name
(#1704) Expected 1 space before opening brace; found 0
(#1705) Expected "if (...) {\n"; found "if(...){\n"
(#1705) Expected 1 space before ">"; 0 found
(#1705) Expected 1 space after ">"; 0 found
(#1706) Commas (,) must be followed by white space.
(#1706) Commas (,) must be followed by white space.
(#1707) Expected "} else {\n"; found "}else{\n"
(#1712) Closing brace must be on a line by itself
(#1713) Closing brace must be on a line by itself
(#1714) Closing brace must be on a line by itself
(#1715) Closing brace must be on a line by itself
(#1716) Closing brace must be on a line by itself
(#1717) Closing brace must be on a line by itself
(#1718) Closing brace must be on a line by itself
(#1719) Closing brace must be on a line by itself
(#1720) Closing brace must be on a line by itself
(#1721) Closing brace must be on a line by itself
(#1722) Closing brace must be on a line by itself
(#1723) Closing brace must be on a line by itself
(#1724) Closing brace must be on a line by itself
(#1725) Closing brace must be on a line by itself
(#1725) Expected 1 space before "=="; 0 found
(#1725) Expected 1 space after "=="; 0 found
(#1727) Commas (,) must be followed by white space.
(#1731) Missing docblock for function update_deflanguage
(#1731) Expected 1 space before opening brace; found 0
(#1733) Commas (,) must be followed by white space.
(#1733) Short array syntax must be used to define arrays
(#1733) Expected 1 space before "=>"; 0 found
(#1733) Expected 1 space after "=>"; 0 found
(#1734) Expected "if (...) {\n"; found "if(...){"
(#1734) Closing brace must be on a line by itself
(#1735) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1735) Inline comments must end in full-stops, exclamation marks, or question marks
(#1735) 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"
(#1736) Expected "if (...) {\n"; found "if(...){"
(#1736) Expected 1 space before "=="; 0 found
(#1736) Expected 1 space after "=="; 0 found
(#1736) Closing brace must be on a line by itself
(#1737) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1738) Expected "if (...) {\n"; found "if(...){"
(#1738) Closing brace must be on a line by itself
(#1739) Expected "if (...) {\n"; found "if(...){"
(#1739) Closing brace must be on a line by itself
(#1741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1741) Inline comments must end in full-stops, exclamation marks, or question marks
(#1741) 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"
(#1742) Expected "if (...) {\n"; found "if(...) {\n"
(#1742) Expected 1 space before "=="; 0 found
(#1742) Expected 1 space after "=="; 0 found
(#1743) Expected 1 space before "="; 0 found
(#1743) Expected 1 space after "="; 0 found
(#1745) Expected "if (...) {\n"; found "if(...){\n"
(#1747) Expected "if (...) {\n"; found "if(...){\n"
(#1748) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1748) Inline comments must end in full-stops, exclamation marks, or question marks
(#1748) No space found before comment text; expected "// lexicala" but found "//lexicala"
(#1750) Expected "if (...) {\n"; found "if(...){\n"
(#1751) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1751) Inline comments must end in full-stops, exclamation marks, or question marks
(#1751) 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"
(#1754) Expected "} else {\n"; found "}else{\n"
(#1755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1755) Inline comments must end in full-stops, exclamation marks, or question marks
(#1755) No space found before comment text; expected "// r and c db" but found "//r and c db"
(#1758) Expected 1 space before "=>"; 0 found
(#1758) Expected 1 space after "=>"; 0 found
(#1758) Commas (,) must be followed by white space.
(#1758) Expected 1 space before "=>"; 0 found
(#1758) Expected 1 space after "=>"; 0 found
(#1763) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1763) No space found before comment text; expected "// can speak neural?" but found "//can speak neural?"
(#1764) Missing docblock for function can_speak_neural
(#1764) Commas (,) must be followed by white space.
(#1764) Expected 1 space before opening brace; found 0
(#1766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1766) Inline comments must end in full-stops, exclamation marks, or question marks
(#1766) No space found before comment text; expected "// check if the region is supported" but found "//check if the region is supported"
(#1776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1776) Inline comments must end in full-stops, exclamation marks, or question marks
(#1776) No space found before comment text; expected "// ok" but found "//ok"
(#1782) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1782) Inline comments must end in full-stops, exclamation marks, or question marks
(#1782) No space found before comment text; expected "// check if the voice is supported" but found "//check if the voice is supported"
(#1783) Expected "if (...) {\n"; found "if(...){\n"
(#1783) Commas (,) must be followed by white space.
(#1785) Expected "} else {\n"; found "}else{\n"
(#1790) No space found before comment text; expected "// Prepare the data for import" but found "//Prepare the data for import"
(#1791) Inline comments must end in full-stops, exclamation marks, or question marks
(#1791) No space found before comment text; expected "// a row will look like this: term|definition|voice|modelsentence" but found "//a row will look like this: term|definition|voice|modelsentence"
(#1792) Missing docblock for function prepare_import_data_row
(#1792) Commas (,) must be followed by white space.
(#1792) Expected 1 space before opening brace; found 0
(#1794) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1794) Inline comments must end in full-stops, exclamation marks, or question marks
(#1794) No space found before comment text; expected "// we limit at 4 so any commas in the model answer will not be split on" but found "//we limit at 4 so any commas in the model answer will not be split on"
(#1795) Commas (,) must be followed by white space.
(#1795) Commas (,) must be followed by white space.
(#1796) Expected "if (...) {\n"; found "if(...){\n"
(#1796) Expected 1 space before ">="; 0 found
(#1796) Expected 1 space after ">="; 0 found
(#1801) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1801) Inline comments must end in full-stops, exclamation marks, or question marks
(#1801) No space found before comment text; expected "// voices" but found "//voices"
(#1802) Must use "self::" for local static member reference
(#1803) Expected 1 space before "="; 0 found
(#1803) Expected 1 space after "="; 0 found
(#1804) Expected "if (...) {\n"; found "if(...){\n"
(#1805) Commas (,) must be followed by white space.
(#1806) Expected "if (...) {\n"; found "if(...) {\n"
(#1806) Commas (,) must be followed by white space.
(#1806) Expected 1 space before "!="; 0 found
(#1806) Expected 1 space after "!="; 0 found
(#1811) Expected "if (...) {\n"; found "if(...) {\n"
(#1812) Must use "self::" for local static member reference
(#1815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1815) Inline comments must end in full-stops, exclamation marks, or question marks
(#1815) No space found before comment text; expected "// model sentence" but found "//model sentence"
(#1816) Expected "if (...) {\n"; found "if(...) {\n"
(#1820) Expected "} else {\n"; found "}else{\n"
(#1825) Missing docblock for function fetch_glossaries_list
(#1825) Expected 1 space before opening brace; found 0
(#1827) Commas (,) must be followed by white space.
(#1827) Short array syntax must be used to define arrays
(#1827) Expected 1 space before "=>"; 0 found
(#1827) Expected 1 space after "=>"; 0 found
(#1829) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1835) Missing docblock for function super_trim
(#1835) Expected 1 space before opening brace; found 0
(#1836) Expected "if (...) {\n"; found "if(...){\n"
(#1836) Expected 1 space before "=="; 0 found
(#1836) Expected 1 space after "=="; 0 found
(#1838) Expected "} else {\n"; found "}else{\n"
mod/wordcards/db/access.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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.
(#52) 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.
(#64) 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.
(#76) There should be a comma after the last array item in a multi-line array.
(#78) There should be a comma after the last array item in a multi-line array.
(#81) Short array syntax must be used to define arrays
(#84) Short array syntax must be used to define arrays
(#87) 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.
(#92) Whitespace found at end of line
mod/wordcards/db/services.php
(#1) Moodle boilerplate not found
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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
(#42) Missing @copyright tag
(#42) Missing @license tag
(#42) Missing docblock for function xmldb_wordcards_upgrade
(#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 137 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"
(#496) Expected 1 space before "="; 0 found
(#496) Expected 1 space after "="; 0 found
(#497) Commas (,) must be followed by white space.
(#498) Commas (,) must be followed by white space.
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Expected 1 space before "="; 0 found
(#512) Expected 1 space after "="; 0 found
(#514) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#516) Commas (,) must be followed by white space.
(#516) Commas (,) must be followed by white space.
(#516) Commas (,) must be followed by white space.
(#516) Expected 1 space before "=>"; 0 found
(#516) Expected 1 space after "=>"; 0 found
(#517) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#517) Expected 1 space before "=>"; 0 found
(#517) Expected 1 space after "=>"; 0 found
(#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
(#520) Inline comments must end in full-stops, exclamation marks, or question marks
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Expected 1 space before "="; 0 found
(#532) Expected 1 space after "="; 0 found
(#533) Commas (,) must be followed by white space.
(#535) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Expected "if (...) {\n"; found "if(...){\n"
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) 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"
(#548) Commas (,) must be followed by white space.
(#548) Commas (,) must be followed by white space.
(#548) Commas (,) must be followed by white space.
(#548) Expected 1 space before "=>"; 0 found
(#548) Expected 1 space after "=>"; 0 found
(#554) Expected 1 space before "="; 0 found
(#554) Expected 1 space after "="; 0 found
(#555) Line exceeds 132 characters; contains 138 characters
(#556) Line exceeds 132 characters; contains 141 characters
(#558) Inline comments must end in full-stops, exclamation marks, or question marks
(#568) File must end with a newline character
mod/wordcards/developer.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file developer.php. Expected mod_wordcards, found mod_readaloud.
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#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 end in full-stops, exclamation marks, or question marks
(#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
(#43) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#45) Usage of ELSEIF not allowed; use ELSE IF instead
(#46) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#50) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#50) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Short array syntax must be used to define arrays
(#54) Commas (,) must be followed by white space.
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#60) Whitespace found at end of line
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) 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"
(#75) No space found before comment text; expected "// Process Actions." but found "//Process Actions."
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#80) Short array syntax must be used to define arrays
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 2 found
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 11 spaces, found 5
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#82) Line indented incorrectly; expected at least 15 spaces, found 12
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 15 spaces, found 9
(#84) Line indented incorrectly; expected at least 15 spaces, found 12
(#85) Line indented incorrectly; expected at least 15 spaces, found 12
(#86) Line indented incorrectly; expected 11 spaces, found 8
(#86) Closing brace indented incorrectly; expected 5 spaces, found 8
(#87) Line indented incorrectly; expected at least 11 spaces, found 8
(#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) Line indented incorrectly; expected at least 11 spaces, found 8
(#89) No space found before comment text; expected "// terms" but found "//terms"
(#90) Line indented incorrectly; expected at least 11 spaces, found 8
(#90) Commas (,) must be followed by white space.
(#90) Short array syntax must be used to define arrays
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 11 spaces, found 8
(#92) No space found before comment text; expected "// assocs" but found "//assocs"
(#93) Line indented incorrectly; expected at least 11 spaces, found 8
(#93) Expected 1 space before "="; 0 found
(#93) Whitespace found at end of line within string
(#101) Line indented incorrectly; expected at least 11 spaces, found 8
(#101) Commas (,) must be followed by white space.
(#102) Line indented incorrectly; expected at least 11 spaces, found 8
(#102) No space found before comment text; expected "// TO DO" but found "//TO DO"
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line indented incorrectly; expected at least 11 spaces, found 8
(#105) Line indented incorrectly; expected at least 11 spaces, found 8
(#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) Line indented incorrectly; expected at least 11 spaces, found 8
(#106) No space found before comment text; expected "// reindex array" but found "//reindex array"
(#107) Line indented incorrectly; expected at least 11 spaces, found 8
(#108) Line indented incorrectly; expected at least 11 spaces, found 8
(#109) Line indented incorrectly; expected 11 spaces, found 8
(#109) Expected "for (...) {\n"; found "for(...){\n"
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#109) Expected 1 space after first semicolon of FOR loop; 0 found
(#109) Expected 1 space before "<"; 0 found
(#109) Expected 1 space after "<"; 0 found
(#109) Expected 1 space after second semicolon of FOR loop; 0 found
(#110) Line indented incorrectly; expected at least 15 spaces, found 12
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#111) Line indented incorrectly; expected 15 spaces, found 12
(#111) Expected "if (...) {\n"; found "if(...){"
(#111) Closing brace must be on a line by itself
(#113) Line indented incorrectly; expected 11 spaces, found 8
(#114) Line indented incorrectly; expected at least 11 spaces, found 8
(#115) Short array syntax must be used to define arrays
(#115) Commas (,) must be followed by white space.
(#115) Commas (,) must be followed by white space.
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 4 spaces, found 1
(#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 "// output the page" but found "//output the page"
(#127) Expected 1 space before "="; 0 found
(#128) Short array syntax must be used to define arrays
(#128) Line exceeds 132 characters; contains 137 characters
(#135) Missing docblock for function getRandomSubset
(#135) function name "getRandomSubset" must be lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) No space found before comment text; expected "// if our array is not big enough, bad .." but found "//if our array is not big enough, bad .."
(#139) Expected "if (...) {\n"; found "if(...){"
(#139) Expected 1 space before "<"; 0 found
(#139) Expected 1 space after "<"; 0 found
(#139) Closing brace must be on a line by itself
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Short array syntax must be used to define arrays
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Missing docblock for function copyAttempt
(#153) function name "copyAttempt" must be lower-case letters only
(#153) Commas (,) must be followed by white space.
(#153) Commas (,) must be followed by white space.
(#153) Expected 1 space before opening brace; found 0
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) No space found before comment text; expected "// create a new attempt if the user does not already have one" but found "//create a new attempt if the user does not already have one"
(#159) Expected "if (...) {\n"; found "if(...){\n"
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#164) Expected 1 space before "="; 0 found
(#164) Expected 1 space after "="; 0 found
(#165) Commas (,) must be followed by white space.
(#166) Expected "if (...) {\n"; found "if(...){"
(#166) Closing brace must be on a line by itself
(#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 "// get a set of random set of learned terms, and create an assoc for each, if the user does not already have one" but found "//get a set of random set of learned terms, and create an assoc for each, if the user does not already have one"
(#169) Variable "learnedTermCount" must be all lower-case
(#169) Commas (,) must be followed by white space.
(#170) Expected "if (...) {\n"; found "if(...){"
(#170) Variable "learnedTermCount" must be all lower-case
(#170) Expected 1 space before ">"; 0 found
(#170) Expected 1 space after ">"; 0 found
(#170) Variable "learnedTermCount" must be all lower-case
(#170) Expected 1 space before "="; 0 found
(#170) Expected 1 space after "="; 0 found
(#170) Closing brace must be on a line by itself
(#171) Variable "learnedTermCount" must be all lower-case
(#172) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// create a new assoc for the term if the user does not already have one" but found "//create a new assoc for the term if the user does not already have one"
(#175) Expected "if (...) {\n"; found "if(...){\n"
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#178) Expected "if (...) {\n"; found "if(...){"
(#178) Closing brace must be on a line by itself
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#183) Commas (,) must be followed by white space.
(#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 "// create a seen entry if there is not one" but found "//create a seen entry if there is not one"
(#186) Expected "if (...) {\n"; found "if(...){\n"
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Commas (,) must be followed by white space.
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#191) Commas (,) must be followed by white space.
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) No space found before comment text; expected "// return true" but found "//return true"
(#199) File must end with a newline character
mod/wordcards/fetchcbpage.php
(#2) Moodle boilerplate not found at first line
(#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
(#42) Commas (,) must be followed by white space.
(#44) Expected "} else {\n"; found "}else{\n"
mod/wordcards/finish.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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.
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// Get admin settings" but found "//Get admin settings"
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#42) Expected "} else {\n"; found "}else{\n"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// prepare the import form and import any data if we are supposed to" but found "//prepare the import form and import any data if we are supposed to"
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Variable "leftover_rows" must not contain underscores.
(#54) Spaces must be used to indent lines; 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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) No space found before comment text; expected "// get delimiter" but found "//get delimiter"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 5
(#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) Closing brace must be on a line by itself
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 12 spaces, found 6
(#58) Closing brace must be on a line by itself
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 6
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 12 spaces, found 6
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 16 spaces, found 7
(#61) Expected 1 space after "="; 0 found
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 5
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) No space found before comment text; expected "// get array of rows" but found "//get array of rows"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Expected 1 space after "="; 0 found
(#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
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// prepare each row for import" but found "//prepare each row for import"
(#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"
(#71) Closing brace indented incorrectly; expected 5 spaces, found 8
(#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 "// if we have glossaries, prepare the glossary import form and import any glossary data if we are supposed to" but found "//if we have glossaries, prepare the glossary import form and import any glossary data if we are supposed to"
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#80) Expected "if (...) {\n"; found "if(...) {\n"
(#80) Expected 1 space before ">"; 0 found
(#80) Expected 1 space after ">"; 0 found
(#85) Line exceeds 132 characters; contains 137 characters
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#91) Expected 1 space before "="; 0 found
(#92) Expected "} else {\n"; found "}else {\n"
(#93) Line exceeds 132 characters; contains 148 characters
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) No space found before comment text; expected "// if loadthensave" but found "//if loadthensave"
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) No space found before comment text; expected "// we will load the rows up into the import form" but found "//we will load the rows up into the import form"
(#100) Variable "import_rows" must not contain underscores.
(#101) Variable "import_rows" must not contain underscores.
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) No space found before comment text; expected "// the code below worked well, but it was GET and so big data failed with an error" but found "//the code below worked well, but it was GET and so big data failed with an error"
(#103) Line indented incorrectly; expected at least 24 spaces, found 22
(#103) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#104) Line indented incorrectly; expected at least 24 spaces, found 22
(#104) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 24 spaces, found 22
(#105) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#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 "// if we have importdatarows from glossary or from import form, do it" but found "//if we have importdatarows from glossary or from import form, do it"
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Expected 1 space before ">"; 0 found
(#115) Expected 1 space after ">"; 0 found
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// prepare results fields" but found "//prepare results fields"
(#118) Short array syntax must be used to define arrays
(#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 "// loop through each row and insert it" but found "//loop through each row and insert it"
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// if successful update our passagehash update flag" but found "//if successful update our passagehash update flag"
(#132) Short array syntax must be used to define arrays
(#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 "// redirect to the import page with the results" but found "//redirect to the import page with the results"
(#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 "// prepare the leftover rows to be displayed in the form" but found "//prepare the leftover rows to be displayed in the form"
(#143) Variable "leftover_rows" must not contain underscores.
(#144) Variable "leftover_rows" must not contain underscores.
(#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 "// display the page ... no form data to process" but found "//display the page ... no form data to process"
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) No space found before comment text; expected "// display the import form" but found "//display the import form"
(#155) Commas (,) must be followed by white space.
(#156) Commas (,) must be followed by white space.
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// if we have glossaries, display the glossary import form" but found "//if we have glossaries, display the glossary import form"
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#162) Commas (,) must be followed by white space.
(#163) Commas (,) must be followed by white space.
(#163) Line exceeds 132 characters; contains 134 characters
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// display the export form" but found "//display the export form"
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#169) Expected 1 space before "="; 0 found
(#169) Line exceeds 132 characters; contains 151 characters
(#170) Expected 1 space before "="; 0 found
(#170) Line exceeds 132 characters; contains 147 characters
(#171) Expected 1 space before "="; 0 found
(#171) Line exceeds 132 characters; contains 149 characters
mod/wordcards/index.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
mod/wordcards/lang/en/wordcards.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#12) Unexpected comment found. Auto-fixing will not work after this comment
(#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) Unexpected comment found. Auto-fixing will not work after this comment
(#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.';"
(#19) The string key "definition_help" is not in the correct order, it should be before "shortdefinition"
(#20) Unexpected comment found. Auto-fixing will not work after this comment
(#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';"
(#24) The string key "delim_tab" is not in the correct order, it should be before "delimiter"
(#25) The string key "delim_comma" is not in the correct order, it should be before "delim_tab"
(#33) The string key "wordcards:manageattempts" is not in the correct order, it should be before "wordcards:viewreports"
(#34) The string key "wordcards:manage" is not in the correct order, it should be before "wordcards:manageattempts"
(#35) The string key "wordcards:export" is not in the correct order, it should be before "wordcards:manage"
(#36) The string key "reviewactivity" is not in the correct order, it should be before "wordcards:export"
(#38) The string key "privacy:metadata:attemptid" is not in the correct order, it should be before "reviewactivity"
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) The string key "privacy:metadata:userid" is not in the correct order, it should be before "privacy:metadata:wordcardsid"
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) The string key "privacy:metadata:grade1" is not in the correct order, it should be before "privacy:metadata:userid"
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#47) The string key "privacy:metadata:timecreated" is not in the correct order, it should be before "privacy:metadata:totalgrade"
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) The string key "privacy:metadata:attempttable" is not in the correct order, it should be before "privacy:metadata:timemodified"
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) The string key "privacy:metadata" is not in the correct order, it should be before "privacy:metadata:attempttable"
(#53) Unexpected comment found. Auto-fixing will not work after this comment
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) This comment is 78% valid code; is this commented out code?
(#53) 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.';"
(#55) The string key "gotit" is not in the correct order, it should be before "privacy:metadata:modid"
(#60) Unexpected comment found. Auto-fixing will not work after this comment
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) This comment is 73% valid code; is this commented out code?
(#60) 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.';"
(#61) Unexpected comment found. Auto-fixing will not work after this comment
(#61) No space found before comment text; expected "// $string['finishedstepmsg'] = 'Finished message';" but found "//$string['finishedstepmsg'] = 'Finished message';"
(#62) Unexpected comment found. Auto-fixing will not work after this comment
(#62) 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.';"
(#68) The string key "loading" is not in the correct order, it should be before "step5termcount"
(#69) The string key "learnactivity" is not in the correct order, it should be before "loading"
(#81) Unexpected comment found. Auto-fixing will not work after this comment
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) This comment is 78% valid code; is this commented out code?
(#81) No space found before comment text; expected "// $string['setup'] = 'Setup';" but found "//$string['setup'] = 'Setup';"
(#82) The string key "managewords" is not in the correct order, it should be before "removeuserdata"
(#83) Unexpected comment found. Auto-fixing will not work after this comment
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) This comment is 74% valid code; is this commented out code?
(#83) No space found before comment text; expected "// $string['skipreview'] = 'Hide first review session';" but found "//$string['skipreview'] = 'Hide first review session';"
(#84) Unexpected comment found. Auto-fixing will not work after this comment
(#84) 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.';"
(#87) The string key "tabimport" is not in the correct order, it should be before "tabmanagewords"
(#96) The string key "step1practicetype" is not in the correct order, it should be before "termseen"
(#101) The string key "matchselect" is not in the correct order, it should be before "step5practicetype"
(#103) The string key "dictation" is not in the correct order, it should be before "matchtype"
(#108) The string key "apiuser" is not in the correct order, it should be before "speechcards"
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#110) The string key "apisecret" is not in the correct order, it should be before "apiuser_details"
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#113) The string key "tokyo" is not in the correct order, it should be before "useast1"
(#114) The string key "sydney" is not in the correct order, it should be before "tokyo"
(#115) The string key "dublin" is not in the correct order, it should be before "sydney"
(#117) The string key "frankfurt" is not in the correct order, it should be before "ottawa"
(#120) The string key "mumbai" is not in the correct order, it should be before "saopaulo"
(#122) The string key "bahrain" is not in the correct order, it should be before "singapore"
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#126) The string key "en-us" is not in the correct order, it should be before "forever"
(#127) The string key "en-gb" is not in the correct order, it should be before "en-us"
(#128) The string key "en-au" is not in the correct order, it should be before "en-gb"
(#135) The string key "fr-ca" is not in the correct order, it should be before "fr-fr"
(#136) The string key "fil-ph" is not in the correct order, it should be before "fr-ca"
(#139) The string key "it-it" is not in the correct order, it should be before "pt-br"
(#140) The string key "da-dk" is not in the correct order, it should be before "it-it"
(#142) The string key "de-at" is not in the correct order, it should be before "de-de"
(#146) The string key "ar-ae" is not in the correct order, it should be before "ko-kr"
(#149) The string key "nl-nl" is not in the correct order, it should be before "zh-cn"
(#150) The string key "nl-be" is not in the correct order, it should be before "nl-nl"
(#151) The string key "en-ie" is not in the correct order, it should be before "nl-be"
(#153) The string key "en-ab" is not in the correct order, it should be before "en-wl"
(#164) The string key "mi-nz" is not in the correct order, it should be before "tr-tr"
(#165) The string key "bg-bg" is not in the correct order, it should be before "mi-nz"
(#165) Unexpected comment found. Auto-fixing will not work after this comment
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Unexpected comment found. Auto-fixing will not work after this comment
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Unexpected comment found. Auto-fixing will not work after this comment
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Unexpected comment found. Auto-fixing will not work after this comment
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Unexpected comment found. Auto-fixing will not work after this comment
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Unexpected comment found. Auto-fixing will not work after this comment
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Unexpected comment found. Auto-fixing will not work after this comment
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Unexpected comment found. Auto-fixing will not work after this comment
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Unexpected comment found. Auto-fixing will not work after this comment
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) The string key "is-is" is not in the correct order, it should be before "sl-si"
(#174) Unexpected comment found. Auto-fixing will not work after this comment
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Unexpected comment found. Auto-fixing will not work after this comment
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Unexpected comment found. Auto-fixing will not work after this comment
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Unexpected comment found. Auto-fixing will not work after this comment
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Unexpected comment found. Auto-fixing will not work after this comment
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) The string key "uk-ua" is not in the correct order, it should be before "vi-vn"
(#181) The string key "eu-es" is not in the correct order, it should be before "uk-ua"
(#186) The string key "no-no" is not in the correct order, it should be before "sv-se"
(#187) The string key "nb-no" is not in the correct order, it should be before "no-no"
(#187) Unexpected comment found. Auto-fixing will not work after this comment
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) No space found before comment text; expected "// unused" but found "//unused"
(#190) Unexpected comment found. Auto-fixing will not work after this comment
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) The string key "awsregion" is not in the correct order, it should be before "xx-xx"
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#193) Unexpected comment found. Auto-fixing will not work after this comment
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) This comment is 100% valid code; is this commented out code?
(#193) No space found before comment text; expected "// $string['region']='AWS Region';" but found "//$string['region']='AWS Region';"
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#195) The string key "displaysubs" is not in the correct order, it should be before "expiredays"
(#197) The string key "noapisecret" is not in the correct order, it should be before "noapiuser"
(#198) The string key "credentialsinvalid" is not in the correct order, it should be before "noapisecret"
(#199) The string key "appauthorised" is not in the correct order, it should be before "credentialsinvalid"
(#199) Expected 1 space before "="; 0 found
(#200) Expected 1 space before "="; 0 found
(#201) Expected 1 space before "="; 0 found
(#202) The string key "notokenincache" is not in the correct order, it should be before "refreshtoken"
(#202) Expected 1 space before "="; 0 found
(#203) Unexpected comment found. Auto-fixing will not work after this comment
(#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 "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
(#204) The string key "nocredentials" is not in the correct order, it should be before "notokenincache"
(#206) The string key "nosubscriptions" is not in the correct order, it should be before "novalidcredentials"
(#210) The string key "transcriber_auto" is not in the correct order, it should be before "transcriber_details"
(#212) The string key "enabletts_details" is not in the correct order, it should be before "transcriber_poodll"
(#216) The string key "alternates" is not in the correct order, it should be before "ttsvoice_help"
(#224) Unexpected comment found. Auto-fixing will not work after this comment
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) This comment is 78% valid code; is this commented out code?
(#224) No space found before comment text; expected "// $string['quit'] = 'Quit';" but found "//$string['quit'] = 'Quit';"
(#225) The string key "next" is not in the correct order, it should be before "starttest"
(#227) Unexpected comment found. Auto-fixing will not work after this comment
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) This comment is 78% valid code; is this commented out code?
(#227) No space found before comment text; expected "// $string['ok'] = 'OK';" but found "//$string['ok'] = 'OK';"
(#228) The string key "listen" is not in the correct order, it should be before "previous"
(#229) Unexpected comment found. Auto-fixing will not work after this comment
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) This comment is 74% valid code; is this commented out code?
(#229) No space found before comment text; expected "// $string['delete'] = 'Delete';" but found "//$string['delete'] = 'Delete';"
(#230) Unexpected comment found. Auto-fixing will not work after this comment
(#230) No space found before comment text; expected "// $string['submit'] = 'Submit';" but found "//$string['submit'] = 'Submit';"
(#231) The string key "flip" is not in the correct order, it should be before "listen"
(#233) The string key "meaning" is not in the correct order, it should be before "word"
(#234) The string key "correct" is not in the correct order, it should be before "meaning"
(#235) Unexpected comment found. Auto-fixing will not work after this comment
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) This comment is 78% valid code; is this commented out code?
(#235) No space found before comment text; expected "// $string['backtostart'] = 'Back to Start';" but found "//$string['backtostart'] = 'Back to Start';"
(#239) The string key "title_dictation" is not in the correct order, it should be before "title_matchtype"
(#240) Unexpected comment found. Auto-fixing will not work after this comment
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) This comment is 78% valid code; is this commented out code?
(#240) No space found before comment text; expected "// $string['title_scatter'] = 'Match the Words';" but found "//$string['title_scatter'] = 'Match the Words';"
(#242) The string key "title_listenchoose" is not in the correct order, it should be before "title_speechcards"
(#245) The string key "review" is not in the correct order, it should be before "title_spacegame"
(#246) The string key "practice" is not in the correct order, it should be before "review"
(#249) The string key "title_matchselect_rev" is not in the correct order, it should be before "title_noactivity"
(#251) The string key "title_dictation_rev" is not in the correct order, it should be before "title_matchtype_rev"
(#252) Unexpected comment found. Auto-fixing will not work after this comment
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) This comment is 78% valid code; is this commented out code?
(#252) 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)';"
(#254) The string key "title_listenchoose_rev" is not in the correct order, it should be before "title_speechcards_rev"
(#258) The string key "instructions_matchselect" is not in the correct order, it should be before "title_vocablist"
(#260) The string key "instructions_dictation" is not in the correct order, it should be before "instructions_matchtype"
(#261) Unexpected comment found. Auto-fixing will not work after this comment
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) This comment is 78% valid code; is this commented out code?
(#261) 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,';"
(#264) Unexpected comment found. Auto-fixing will not work after this comment
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) This comment is 78% valid code; is this commented out code?
(#264) No space found before comment text; expected "// $string['pushtospeak'] = 'Tap to Speak';" but found "//$string['pushtospeak'] = 'Tap to Speak';"
(#266) Unexpected comment found. Auto-fixing will not work after this comment
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) No space found before comment text; expected "// Reports" but found "//Reports"
(#270) The string key "reports" is not in the correct order, it should be before "tabreports"
(#271) The string key "deleteattemptconfirm" is not in the correct order, it should be before "reports"
(#272) The string key "delete" is not in the correct order, it should be before "deleteattemptconfirm"
(#273) The string key "attemptsreport" is not in the correct order, it should be before "delete"
(#274) The string key "attemptsheading" is not in the correct order, it should be before "attemptsreport"
(#279) The string key "grade" is not in the correct order, it should be before "username"
(#282) The string key "deletenow" is not in the correct order, it should be before "timecreated"
(#285) The string key "exportexcel" is not in the correct order, it should be before "returntoreports"
(#288) The string key "maxattempts" is not in the correct order, it should be before "nodataavailable"
(#291) Unexpected comment found. Auto-fixing will not work after this comment
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) No space found before comment text; expected "// grades report" but found "//grades report"
(#292) The string key "grades" is not in the correct order, it should be before "unlimited"
(#294) The string key "gradesheadinglatest" is not in the correct order, it should be before "userattemptsheading"
(#295) The string key "gradesheadinghighest" is not in the correct order, it should be before "gradesheadinglatest"
(#297) The string key "grade1_p" is not in the correct order, it should be before "gradesreport"
(#302) The string key "attempts" is not in the correct order, it should be before "grade5_p"
(#303) Expected 1 space before "="; 0 found
(#303) Expected 1 space after "="; 0 found
(#305) The string key "next_step" is not in the correct order, it should be before "try_again"
(#306) The string key "done" is not in the correct order, it should be before "next_step"
(#308) The string key "reattempt" is not in the correct order, it should be before "skip"
(#309) The string key "continue" is not in the correct order, it should be before "reattempt"
(#311) The string key "reattemptbody" is not in the correct order, it should be before "reattempttitle"
(#312) The string key "importinstructions" is not in the correct order, it should be before "reattemptbody"
(#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
(#317) The string key "audioandimages" is not in the correct order, it should be before "model_sentence_help"
(#318) The string key "addnewterm" is not in the correct order, it should be before "audioandimages"
(#318) Expected 1 space before "="; 0 found
(#319) Expected 1 space before "="; 0 found
(#319) Expected 1 space after "="; 0 found
(#320) Expected 1 space before "="; 0 found
(#320) Expected 1 space after "="; 0 found
(#321) Expected 1 space before "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#322) Expected 1 space before "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#324) The string key "showimagesonflipscreen" is not in the correct order, it should be before "tabsetup"
(#324) Expected 1 space before "="; 0 found
(#324) Expected 1 space after "="; 0 found
(#325) Expected 1 space before "="; 0 found
(#325) Expected 1 space after "="; 0 found
(#326) The string key "frontfaceflip" is not in the correct order, it should be before "showimagesonflipscreen_desc"
(#326) Expected 1 space before "="; 0 found
(#326) Expected 1 space after "="; 0 found
(#327) Expected 1 space before "="; 0 found
(#327) Expected 1 space after "="; 0 found
(#328) Expected 1 space before "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#329) The string key "gradespushed" is not in the correct order, it should be before "pushalltogradebook"
(#329) Expected 1 space before "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#330) The string key "gradesadmin" is not in the correct order, it should be before "gradespushed"
(#330) Expected 1 space before "="; 0 found
(#330) Expected 1 space after "="; 0 found
(#331) The string key "cancelbuttontext" is not in the correct order, it should be before "gradesadmin"
(#331) Expected 1 space before "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#332) The string key "cancelattempttitle" is not in the correct order, it should be before "cancelbuttontext"
(#332) Expected 1 space before "="; 0 found
(#332) Expected 1 space after "="; 0 found
(#333) The string key "cancelattemptbody" is not in the correct order, it should be before "cancelattempttitle"
(#333) Expected 1 space before "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#334) The string key "cancelattempt" is not in the correct order, it should be before "cancelattemptbody"
(#334) Expected 1 space before "="; 0 found
(#334) Expected 1 space after "="; 0 found
(#336) Expected 1 space before "="; 0 found
(#336) Expected 1 space after "="; 0 found
(#337) The string key "gradehighest" is not in the correct order, it should be before "gradelatest"
(#337) Expected 1 space before "="; 0 found
(#337) Expected 1 space after "="; 0 found
(#341) The string key "gradeoptions_details" is not in the correct order, it should be before "gradeoptions_help"
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#344) The string key "addwords" is not in the correct order, it should be before "letsaddwords"
(#344) Expected 1 space before "="; 0 found
(#344) Expected 1 space after "="; 0 found
(#348) Unexpected comment found. Auto-fixing will not work after this comment
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) This comment is 74% valid code; is this commented out code?
(#348) No space found before comment text; expected "// $string['memberdashboard'] = "Member Dashboard";" but found "//$string['memberdashboard'] = "Member Dashboard";"
(#349) Unexpected comment found. Auto-fixing will not work after this comment
(#349) No space found before comment text; expected "// $string['memberdashboard_desc'] = "";" but found "//$string['memberdashboard_desc'] = "";"
(#350) The string key "fillcredentials" is not in the correct order, it should be before "freetrial_desc"
(#350) Expected 1 space before "="; 0 found
(#350) Expected 1 space after "="; 0 found
(#352) The string key "ww_words" is not in the correct order, it should be before "ww_words_instructions"
(#354) The string key "word_wizard" is not in the correct order, it should be before "ww_words_fetch"
(#357) The string key "model" is not in the correct order, it should be before "ww_langdef"
(#359) The string key "dismiss" is not in the correct order, it should be before "use"
(#360) The string key "deflanguage" is not in the correct order, it should be before "dismiss"
(#363) The string key "nodefinitionfound" is not in the correct order, it should be before "wizardinstructions"
(#364) Expected 1 space before "="; 0 found
(#364) Expected 1 space after "="; 0 found
(#365) The string key "viewend" is not in the correct order, it should be before "viewstart"
(#365) Expected 1 space before "="; 0 found
(#365) Expected 1 space after "="; 0 found
(#366) Expected 1 space before "="; 0 found
(#366) Expected 1 space after "="; 0 found
(#367) The string key "viewend_help" is not in the correct order, it should be before "viewstart_help"
(#367) Expected 1 space before "="; 0 found
(#367) Expected 1 space after "="; 0 found
(#368) The string key "activitydate:submissionsdue" is not in the correct order, it should be before "viewend_help"
(#371) Expected 1 space before "="; 0 found
(#371) Expected 1 space after "="; 0 found
(#372) The string key "activityisclosed" is not in the correct order, it should be before "activityisnotopenyet"
(#372) Expected 1 space before "="; 0 found
(#372) Expected 1 space after "="; 0 found
(#373) Expected 1 space before "="; 0 found
(#373) Expected 1 space after "="; 0 found
(#374) Expected 1 space before "="; 0 found
(#374) Expected 1 space after "="; 0 found
(#375) The string key "activityopenscloses" is not in the correct order, it should be before "until"
(#375) Expected 1 space before "="; 0 found
(#375) Expected 1 space after "="; 0 found
(#376) Expected 1 space before "="; 0 found
(#376) Expected 1 space after "="; 0 found
(#377) The string key "mode_steps" is not in the correct order, it should be before "wordcards:preview"
(#377) Expected 1 space before "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#378) The string key "mode_free" is not in the correct order, it should be before "mode_steps"
(#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) The string key "journeymode" is not in the correct order, it should be before "mode_freeaftersteps"
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#382) The string key "addtomywords" is not in the correct order, it should be before "m"
(#385) The string key "freemode" is not in the correct order, it should be before "saving"
(#387) The string key "exitfreemode" is not in the correct order, it should be before "stepsmode"
(#389) The string key "empty" is not in the correct order, it should be before "mywords"
(#391) The string key "practicetype" is not in the correct order, it should be before "words"
(#392) The string key "freemodeintropara1" is not in the correct order, it should be before "practicetype"
(#396) The string key "flashcards" is not in the correct order, it should be before "startintropara1"
(#399) The string key "freemodenotavailable" is not in the correct order, it should be before "selectwordstolearn"
(#400) The string key "def_wordstoshow" is not in the correct order, it should be before "freemodenotavailable"
(#402) Expected 1 space before "="; 0 found
(#402) Expected 1 space after "="; 0 found
(#403) Expected 1 space before "="; 0 found
(#403) Expected 1 space after "="; 0 found
(#404) Expected 1 space before "="; 0 found
(#404) Expected 1 space after "="; 0 found
(#405) Expected 1 space before "="; 0 found
(#405) Expected 1 space after "="; 0 found
(#406) Expected 1 space before "="; 0 found
(#406) Expected 1 space after "="; 0 found
(#407) The string key "backtocourse" is not in the correct order, it should be before "totalscore"
(#407) Expected 1 space before "="; 0 found
(#407) Expected 1 space after "="; 0 found
(#408) Expected 1 space before "="; 0 found
(#408) Expected 1 space after "="; 0 found
(#409) The string key "lc_termterm" is not in the correct order, it should be before "morepractice"
(#409) Expected 1 space before "="; 0 found
(#409) Expected 1 space after "="; 0 found
(#410) The string key "lc_termdef" is not in the correct order, it should be before "lc_termterm"
(#410) Expected 1 space before "="; 0 found
(#410) Expected 1 space after "="; 0 found
(#411) Expected 1 space before "="; 0 found
(#411) Expected 1 space after "="; 0 found
(#412) Expected 1 space before "="; 0 found
(#412) Expected 1 space after "="; 0 found
(#413) Expected 1 space before "="; 0 found
(#413) Expected 1 space after "="; 0 found
(#414) Expected 1 space before "="; 0 found
(#414) Expected 1 space after "="; 0 found
(#415) Expected 1 space before "="; 0 found
(#415) Expected 1 space after "="; 0 found
(#416) Expected 1 space before "="; 0 found
(#416) Expected 1 space after "="; 0 found
(#417) The string key "animations" is not in the correct order, it should be before "sgoptions_details"
(#417) Expected 1 space before "="; 0 found
(#417) Expected 1 space after "="; 0 found
(#418) Expected 1 space before "="; 0 found
(#418) Expected 1 space after "="; 0 found
(#419) The string key "anim_fancy" is not in the correct order, it should be before "animations_details"
(#419) Expected 1 space before "="; 0 found
(#419) Expected 1 space after "="; 0 found
(#420) Expected 1 space before "="; 0 found
(#420) Expected 1 space after "="; 0 found
(#422) The string key "eventwordcardsattemptsubmitted" is not in the correct order, it should be before "eventwordcardsstepsubmitted"
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#425) Unexpected comment found. Auto-fixing will not work after this comment
(#425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) No space found before comment text; expected "// spacegame" but found "//spacegame"
(#429) The string key "points" is not in the correct order, it should be before "scoreheader"
(#433) The string key "shootthepairs" is not in the correct order, it should be before "spacetostart"
(#435) The string key "playerscores" is not in the correct order, it should be before "sound"
(#436) The string key "notyetplayed" is not in the correct order, it should be before "playerscores"
(#437) The string key "achievedhighscoreof" is not in the correct order, it should be before "notyetplayed"
(#439) The string key "fullscreen" is not in the correct order, it should be before "playedxtimeswithhighscore"
(#441) The string key "endofgame" is not in the correct order, it should be before "howtoplay"
(#442) The string key "emptyquiz" is not in the correct order, it should be before "endofgame"
(#450) Unexpected comment found. Auto-fixing will not work after this comment
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) No space found before comment text; expected "// Video Examples" but found "//Video Examples"
(#455) The string key "learnpoint" is not in the correct order, it should be before "videoexamples_help"
(#458) The string key "learned" is not in the correct order, it should be before "learnpoint_help"
(#461) The string key "learnedheading" is not in the correct order, it should be before "termslearned"
(#463) The string key "learned_p" is not in the correct order, it should be before "learnedreport"
(#467) The string key "reportsmenutoptext" is not in the correct order, it should be before "userlearnedheading"
(#467) Expected 1 space before "="; 0 found
(#467) Expected 1 space after "="; 0 found
(#468) The string key "learnedreport_explanation" is not in the correct order, it should be before "reportsmenutoptext"
(#469) The string key "gradesreport_explanation" is not in the correct order, it should be before "learnedreport_explanation"
(#470) The string key "attemptsreport_explanation" is not in the correct order, it should be before "gradesreport_explanation"
(#472) The string key "bulkdelete" is not in the correct order, it should be before "deflang_other"
(#474) The string key "notts" is not in the correct order, it should be before "reallybulkdelete"
(#475) The string key "invalidvoice" is not in the correct order, it should be before "notts"
(#476) The string key "developer" is not in the correct order, it should be before "invalidvoice"
(#481) The string key "importfromglossary" is not in the correct order, it should be before "importfromtext"
(#482) The string key "importedglossaryentries" is not in the correct order, it should be before "importfromglossary"
(#484) The string key "loadedglossaryentries" is not in the correct order, it should be before "loadthensave"
(#485) The string key "glossaryimportinstructions" is not in the correct order, it should be before "loadedglossaryentries"
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#488) The string key "ms_defattop" is not in the correct order, it should be before "ms_termattop"
(#488) Expected 1 space before "="; 0 found
(#488) Expected 1 space after "="; 0 found
(#489) Expected 1 space before "="; 0 found
(#489) Expected 1 space after "="; 0 found
(#490) The string key "sg_defasalien" is not in the correct order, it should be before "sg_termasalien"
(#490) Expected 1 space before "="; 0 found
(#490) Expected 1 space after "="; 0 found
(#491) The string key "practicetypeoptions" is not in the correct order, it should be before "sg_defasalien"
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#492) Unexpected string end, it should be a line feed after a semicolon
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#492) File must end with a newline character
mod/wordcards/lang/ja/wordcards.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#21) The string key "delim_tab" is not in the correct order, it should be before "delimiter"
(#22) The string key "delim_comma" is not in the correct order, it should be before "delim_tab"
(#29) The string key "reviewactivity" is not in the correct order, it should be before "wordcards:view"
(#32) The string key "gotit" is not in the correct order, it should be before "step2termcount"
(#37) The string key "finishedstepmsg" is not in the correct order, it should be before "learnactivityfinished"
(#40) The string key "loading" is not in the correct order, it should be before "step1termcount"
(#41) The string key "learnactivity" is not in the correct order, it should be before "loading"
(#48) Unexpected comment found. Auto-fixing will not work after this comment
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) No space found before comment text; expected "// '注意: 生徒の進捗のみは記録されます.';" but found "//'注意: 生徒の進捗のみは記録されます.';"
(#53) The string key "managewords" is not in the correct order, it should be before "setup"
(#60) The string key "tabimport" is not in the correct order, it should be before "tabmanagewords"
(#67) The string key "model_sentence" is not in the correct order, it should be before "termseen"
(#69) Unexpected string end, it should be a line feed after a semicolon
(#69) File must end with a newline character
mod/wordcards/lib.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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"
(#50) Missing docblock for function wordcards_add_instance
(#50) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $mform.
(#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
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// add expected completion date" but found "//add expected completion date"
(#78) Missing docblock for function wordcards_update_instance
(#78) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $mform.
(#83) Short array syntax must be used to define arrays
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) 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"
(#99) Expected "if (...) {\n"; found "if(...){\n"
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#103) Variable "update_grades" must not contain underscores.
(#104) Expected "if (...) {\n"; found "if(...){ "
(#104) Variable "update_grades" must not contain underscores.
(#104) Variable "update_grades" must not contain underscores.
(#104) Closing brace must be on a line by itself
(#105) Variable "update_grades" must not contain underscores.
(#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 "// update expected completion date" but found "//update expected completion date"
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// If definitions language has changed update it" but found "//If definitions language has changed update it"
(#117) Expected "if (...) {\n"; found "if(...){\n"
(#117) Expected 1 space after "!=="; 0 found
(#125) Missing docblock for function wordcards_delete_instance
(#163) Commas (,) must be followed by white space.
(#171) Short array syntax must be used to define arrays
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#178) Docblock tag "@global" is not recommended.
(#179) Docblock tag "@global" is not recommended.
(#187) Short array syntax must be used to define arrays
(#192) Short array syntax must be used to define arrays
(#198) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#205) Short array syntax must be used to define arrays
(#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
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Docblock tag "@global" is not recommended.
(#223) Docblock tag "@global" is not recommended.
(#233) Short array syntax must be used to define arrays
(#255) Short array syntax must be used to define arrays
(#264) Logical operator "or" is prohibited; use "||" instead
(#264) Logical operator "or" is prohibited; use "||" instead
(#275) Commas (,) must be followed by white space.
(#275) Commas (,) must be followed by white space.
(#275) Commas (,) must be followed by white space.
(#276) Expected "if (...) {\n"; found "if(...){\n"
(#278) Expected "if (...) {\n"; found "if(...){\n"
(#279) Expected "if (...) {\n"; found "if(...) {\n"
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Expected "if (...) {\n"; found "if(...) {\n"
(#288) Commas (,) must be followed by white space.
(#288) Expected 1 space before "!=="; 0 found
(#288) Expected 1 space after "!=="; 0 found
(#293) Expected "if (...) {\n"; found "if(...){\n"
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) No space found before comment text; expected "// make a nice filename" but found "//make a nice filename"
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) No space found before comment text; expected "// fetch the export content" but found "//fetch the export content"
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) No space found before comment text; expected "// return to the browser that called us" but found "//return to the browser that called us"
(#321) 80 slashes comments are not allowed; use "// Comment." instead
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) 80 slashes comments are not allowed; use "// Comment." instead
(#347) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $wordcardsnode.
(#350) 78 slashes comments are not allowed; use "// Comment." instead
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) 78 slashes comments are not allowed; use "// Comment." instead
(#368) Short array syntax must be used to define arrays
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Expected 1 space before "==="; 2 found
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Short array syntax must be used to define arrays
(#408) Short array syntax must be used to define arrays
(#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 "// 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"
(#418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) 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"
(#447) Empty IF statement detected
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Short array syntax must be used to define arrays
(#461) Docblock tag "@global" is not recommended.
(#462) Docblock tag "@global" is not recommended.
(#471) Short array syntax must be used to define arrays
(#477) Expected "} else {\n"; found "}\n else {\n"
(#478) Expected 1 space before "="; 0 found
(#478) Expected 1 space after "="; 0 found
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) No space found before comment text; expected "// Highest grade" but found "//Highest grade"
(#482) Expected "if (...) {\n"; found "if(...){\n"
(#483) Variable "grade_sql" must not contain underscores.
(#484) Whitespace found at end of line within string
(#489) Inline comments must start with a capital letter, digit or 3-dots sequence
(#489) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Line indented incorrectly; expected at least 8 spaces, found 4
(#489) No space found before comment text; expected "// latest grade" but found "//latest grade"
(#490) Expected "} else {\n"; found "}else {\n"
(#491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#491) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) No space found before comment text; expected "// grade_sql" but found "//grade_sql"
(#492) Variable "grade_sql" must not contain underscores.
(#494) Line exceeds 132 characters; contains 144 characters
(#494) Whitespace found at end of line within string
(#500) Variable "grade_sql" must not contain underscores.
(#518) Inline doc block comments are not allowed; use "// Comment." instead
(#518) Docblock tag "@example" is not recommended.
(#519) Logical operator "and" is prohibited; use "&&" instead
(#519) Short array syntax must be used to define arrays
(#537) Inline doc block comments are not allowed; use "// Comment." instead
(#537) Docblock tag "@example" is not recommended.
(#538) Logical operator "and" is prohibited; use "&&" instead
(#538) Short array syntax must be used to define arrays
(#545) Missing docblock for function wordcards_output_fragment_mform
(#551) Expected 1 space before "="; 0 found
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#554) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) Short array syntax must be used to define arrays
(#556) Expected 1 space before "=>"; 0 found
(#556) Expected 1 space after "=>"; 0 found
(#557) Short array syntax must be used to define arrays
(#559) Expected "if (...) {\n"; found "if(...) {\n"
(#561) Expected "} else {\n"; found "}else{\n"
(#562) Expected 1 space before "="; 0 found
(#562) Expected 1 space after "="; 0 found
(#566) Expected 1 space before "="; 0 found
(#566) Expected 1 space after "="; 0 found
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#572) Expected 1 space before "="; 0 found
(#573) Expected 1 space before "="; 0 found
(#576) Line exceeds 132 characters; contains 153 characters
(#578) Commas (,) must be followed by white space.
(#578) Expected 1 space before "=>"; 0 found
(#578) Expected 1 space after "=>"; 0 found
(#578) Commas (,) must be followed by white space.
(#578) Commas (,) must be followed by white space.
(#578) Commas (,) must be followed by white space.
(#578) Short array syntax must be used to define arrays
(#578) Expected 1 space before "=>"; 0 found
(#578) Expected 1 space after "=>"; 0 found
(#578) Line exceeds maximum limit of 180 characters; contains 182 characters
(#581) Expected "if (...) {\n"; found "if(...) {\n"
(#591) Missing docblock for function mod_wordcards_cm_info_dynamic
(#592) Commas (,) must be followed by white space.
(#594) Expected 1 space before "="; 0 found
(#594) Short array syntax must be used to define arrays
(#594) A comma after the last array item in a single-line array is not allowed.
(#594) Commas (,) must be followed by white space.
(#595) Line indented incorrectly; expected 4 spaces, found 8
(#595) Expected "if (...) {\n"; found "if(...) {\n"
(#595) Commas (,) must be followed by white space.
(#598) Line indented incorrectly; expected 4 spaces, found 8
(#599) Whitespace found at end of line
(#601) Missing docblock for function wordcards_get_coursemodule_info
(#604) Expected "if (...) {\n"; found "if(...){\n"
(#604) Expected 1 space before "="; 0 found
(#604) Short array syntax must be used to define arrays
(#604) A comma after the last array item in a single-line array is not allowed.
(#604) Commas (,) must be followed by white space.
(#616) Line indented incorrectly; expected at least 4 spaces, found 3
(#617) File must end with a newline character
mod/wordcards/manageattempts.php
(#2) Moodle boilerplate not found at first line
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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) Short array syntax must be used to define arrays
(#190) Commas (,) must be followed by white space.
(#190) Commas (,) must be followed by white space.
(#191) Short array syntax must be used to define arrays
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#212) Expected 1 space before "="; 0 found
(#212) Expected 1 space after "="; 0 found
(#212) Short array syntax must be used to define arrays
(#212) Expected 1 space before "=>"; 0 found
(#212) Expected 1 space after "=>"; 0 found
(#213) Short array syntax must be used to define arrays
mod/wordcards/mod_form.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#23) Missing docblock for function __construct
(#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
(#52) Missing docblock for function definition
(#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
(#79) Missing docblock for function add_completion_rules
(#82) Short array syntax must be used to define arrays
(#85) Missing docblock for function completion_rule_enabled
(#89) Missing docblock for function get_data
(#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
(#99) Missing docblock for function data_preprocessing
(#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
(#105) Missing docblock for function validation
(#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) Moodle boilerplate not found at first line
(#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) Moodle boilerplate not found at first line
(#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
(#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
(#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 50% 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) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file settings.php. Expected mod_wordcards, found mod.
(#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.
(#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 - audio is term or def" but found "//Listen and Choose - audio is term or def"
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// Match Select - term or def at top" but found "//Match Select - term or def at top"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) No space found before comment text; expected "// Space Game - term as aliens, or definitions as aliens" but found "//Space Game - term as aliens, or definitions as aliens"
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) No space found before comment text; expected "// animations" but found "//animations"
(#197) Space found before semicolon; expected "M_ANIM_FANCY;" but found "M_ANIM_FANCY ;"
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// Video Examples" but found "//Video Examples"
(#207) Expected 1 space before "=>"; 0 found
(#207) Expected 1 space after "=>"; 0 found
(#207) Commas (,) must be followed by white space.
(#207) Expected 1 space before "=>"; 0 found
(#207) Expected 1 space after "=>"; 0 found
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
mod/wordcards/setup.php
(#2) Moodle boilerplate not found at first line
(#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
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#15) File must end with a newline character
mod/wordcards/view.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#12) Import statements must not begin with a leading backslash
(#13) Import statements must not begin with a leading backslash
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) No space found before comment text; expected "// if free mode then lets do that" but found "//if free mode then lets do that"
(#25) Expected "if (...) {\n"; found "if(...){\n"
(#25) Expected 1 space before "=="; 0 found
(#25) Expected 1 space after "=="; 0 found
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) No space found before comment text; expected "// trigger module viewed event" but found "//trigger module viewed event"
(#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 "// log usage" but found "//log usage"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) This comment is 67% valid code; is this commented out code?
(#39) No space found before comment text; expected "// $pagetitle = get_string('tabdefinitions', 'mod_wordcards');" but found "//$pagetitle = get_string('tabdefinitions', 'mod_wordcards');"
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) This comment is 72% valid code; is this commented out code?
(#43) No space found before comment text; expected "// $PAGE->navbar->add($pagetitle, $PAGE->url);" but found "//$PAGE->navbar->add($pagetitle, $PAGE->url);"
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#50) Expected "if (...) {\n"; found "if(...){\n"
(#52) Expected "} else {\n"; found "}else{\n"
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) This comment is 60% valid code; is this commented out code?
(#59) 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', []);"
(#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 "// prepare definitions data (which also outputs AMD )" but found "//prepare definitions data (which also outputs AMD )"
(#65) Variable "definitions_data" must not contain underscores.
(#65) Expected 1 space after "="; 0 found
(#66) Expected "} else {\n"; found "}else {\n"
(#67) Variable "definitions_data" must not contain underscores.
(#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 "// begin HTML output" but found "//begin HTML output"
(#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 "// show open close dates and module intro" but found "//show open close dates and module intro"
(#75) Expected 1 space before ">"; 0 found
(#75) Expected 1 space after ">"; 0 found
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#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 "// enforce open close dates" but found "//enforce open close dates"
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#83) Variable "current_time" must not contain underscores.
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#85) Expected "if (...) {\n"; found "if (...){\n"
(#85) Variable "current_time" must not contain underscores.
(#85) Expected 1 space before ">"; 0 found
(#85) Expected 1 space after ">"; 0 found
(#85) Expected 1 space before ">"; 0 found
(#85) Expected 1 space after ">"; 0 found
(#86) Commas (,) must be followed by white space.
(#88) Usage of ELSEIF not allowed; use ELSE IF instead
(#88) Variable "current_time" must not contain underscores.
(#88) Expected 1 space before "<"; 0 found
(#88) Expected 1 space after "<"; 0 found
(#89) Commas (,) must be followed by white space.
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) 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"
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#93) Commas (,) must be followed by white space.
(#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 "// show activity description - pre m4.0" but found "//show activity description - pre m4.0"
(#100) Expected "if (...) {\n"; found "if(...) {\n"
(#100) Expected 1 space before "<"; 0 found
(#100) Expected 1 space after "<"; 0 found
(#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 "// do definitions" but found "//do definitions"
(#112) Expected "} else {\n"; found "}else {\n"
(#113) Variable "definitions_data" must not contain underscores.
(#114) Variable "definitions_data" must not contain underscores.
mod/wordcards/wordwizard.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#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

(2997 errors, 1794 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)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) Operator '===' must be spaced. (space-infix-ops)
(#44) Operator '!==' must be spaced. (space-infix-ops)
(#44) Operator '!==' must be spaced. (space-infix-ops)
(#44) Missing space before opening brace. (space-before-blocks)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Operator '===' must be spaced. (space-infix-ops)
(#55) Operator '||' must be spaced. (space-infix-ops)
(#55) Operator '===' must be spaced. (space-infix-ops)
(#55) Missing space before opening brace. (space-before-blocks)
(#58) Expected space(s) before "else". (keyword-spacing)
(#58) Expected space(s) after "else". (keyword-spacing)
(#61) Missing semicolon. (@babel/semi)
(#63) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#64) Expected space or tab after '//' in comment. (spaced-comment)
(#65) This line has a length of 185. Maximum allowed is 132. (max-len)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#66) This line has a length of 187. Maximum allowed is 132. (max-len)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#68) Comments should not begin with a lowercase character. (capitalized-comments)
(#68) Expected space or tab after '//' in comment. (spaced-comment)
(#69) A space is required after ','. (comma-spacing)
(#69) There should be no space before this paren. (space-in-parens)
(#70) A space is required after ','. (comma-spacing)
(#70) There should be no space before this paren. (space-in-parens)
(#73) Identifier 'progress_dots' is not in camel case. (camelcase)
(#76) 'color' is defined but never used. (no-unused-vars)
(#102) Identifier 'pretty_print_secs' is not in camel case. (camelcase)
(#108) Identifier 'list_vocab' is not in camel case. (camelcase)
(#108) 'frontfaceflip' is defined but never used. (no-unused-vars)
(#110) Comments should not begin with a lowercase character. (capitalized-comments)
(#110) Expected space or tab after '//' in comment. (spaced-comment)
(#112) ["terms"] is better written in dot notation. (dot-notation)
(#113) Expected catch,fail,always() or return (promise/catch-or-return)
(#114) Each then() should return a value or throw (promise/always-return)
(#114) 'js' is defined but never used. (no-unused-vars)
(#121) Missing space before value for key 'axis'. (key-spacing)
(#139) Identifier 'calc_total_points' is not in camel case. (camelcase)
(#148) Identifier 'basic_feedback' is not in camel case. (camelcase)
(#151) Identifier 'total_time' is not in camel case. (camelcase)
(#154) Use '===' to compare with null. (no-eq-null)
(#155) Identifier 'total_time' is not in camel case. (camelcase)
(#163) Identifier 'total_time' is not in camel case. (camelcase)
(#164) Missing semicolon. (@babel/semi)
(#165) Unnecessary semicolon. (no-extra-semi)
(#170) Identifier 'detailed_feedback' is not in camel case. (camelcase)
(#203) Identifier 'str_pad_left' is not in camel case. (camelcase)
(#208) Missing semicolon. (@babel/semi)
(#209) Missing semicolon. (@babel/semi)
(#210) 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' declared on line 58 column 17 is used outside of binding context. (block-scoped-var)
(#52) 'termimage' declared on line 59 column 17 is used outside of binding context. (block-scoped-var)
(#54) 'termvideo' declared on line 58 column 17 is used outside of binding context. (block-scoped-var)
(#55) 'termimage' declared on line 59 column 17 is 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' declared on line 51 column 17 is used outside of binding context. (block-scoped-var)
(#59) 'termimage' is already defined. (no-redeclare)
(#59) 'termimage' declared on line 52 column 17 is used outside of binding context. (block-scoped-var)
(#60) 'termvideo' declared on line 51 column 17 is used outside of binding context. (block-scoped-var)
(#61) 'termimage' declared on line 52 column 17 is 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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' declared on line 20 column 17 is 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' declared on line 20 column 17 is 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' declared on line 20 column 17 is 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' declared on line 20 column 17 is used outside of binding context. (block-scoped-var)
(#119) A space is required after ','. (comma-spacing)
(#119) 'props' declared on line 20 column 17 is used outside of binding context. (block-scoped-var)
(#119) A space is required after ','. (comma-spacing)
(#119) 'props' declared on line 20 column 17 is 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' declared on line 20 column 17 is 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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' declared on line 34 column 13 is 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' declared on line 77 column 33 is 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' declared on line 77 column 33 is used outside of binding context. (block-scoped-var)
(#77) 'tdata' is already defined. (no-redeclare)
(#77) 'tdata' declared on line 73 column 33 is 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' declared on line 73 column 33 is 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' declared on line 73 column 33 is 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) @package should be empty. (jsdoc/empty-tags)
(#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 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' declared on line 70 column 21 is 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' declared on line 70 column 21 is used outside of binding context. (block-scoped-var)
(#81) 'distractors' declared on line 70 column 21 is used outside of binding context. (block-scoped-var)
(#81) A space is required after ','. (comma-spacing)
(#84) 'distractors' declared on line 70 column 21 is used outside of binding context. (block-scoped-var)
(#85) Expected space(s) after "if". (keyword-spacing)
(#85) 'distractors' declared on line 70 column 21 is used outside of binding context. (block-scoped-var)
(#85) Operator '>' must be spaced. (space-infix-ops)
(#86) 'distractors' declared on line 70 column 21 is 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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' declared on line 34 column 13 is 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' declared on line 262 column 14 is 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' declared on line 260 column 15 is 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' declared on line 260 column 15 is used outside of binding context. (block-scoped-var)
(#265) 'label' declared on line 262 column 14 is 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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) Comments should not begin with a lowercase character. (capitalized-comments)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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' declared on line 32 column 13 is 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) 'e' is defined but never used. (no-unused-vars)
(#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)
(#94) Missing semicolon. (@babel/semi)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) ["nexturl"] is better written in dot notation. (dot-notation)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) ["results"] is better written in dot notation. (dot-notation)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) ["total"] is better written in dot notation. (dot-notation)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) ["prettytime"] is better written in dot notation. (dot-notation)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) ["prettytime"] is better written in dot notation. (dot-notation)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected catch,fail,always() or return (promise/catch-or-return)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Each then() should return a value or throw (promise/always-return)
(#121) 'js' is defined but never used. (no-unused-vars)
(#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) Unexpected console statement. (no-console)
(#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) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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 space(s) after "if". (keyword-spacing)
(#151) Operator '===' must be spaced. (space-infix-ops)
(#151) Missing space before opening brace. (space-before-blocks)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected catch,fail,always() or return (promise/catch-or-return)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Each then() should return a value or throw (promise/always-return)
(#155) 'js' is defined but never used. (no-unused-vars)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Comments should not begin with a lowercase character. (capitalized-comments)
(#157) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#175) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) ["definition"] 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) ["term"] 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) ["id"] is better written in dot notation. (dot-notation)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Trailing spaces not allowed. (no-trailing-spaces)
(#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) This line has a length of 215. Maximum allowed is 132. (max-len)
(#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) This line has a length of 149. Maximum allowed is 132. (max-len)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#199) Expected space or tab after '//' in comment. (spaced-comment)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) ["id"] is better written in dot notation. (dot-notation)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) ["id"] 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) 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)
(#214) Missing semicolon. (@babel/semi)
(#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)
(#222) Missing semicolon. (@babel/semi)
(#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) Identifier 'get_distractors' is not in camel case. (camelcase)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) ["term"] is better written in dot notation. (dot-notation)
(#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) Identifier 'is_correct' is not in camel case. (camelcase)
(#236) ["term"] is better written in dot notation. (dot-notation)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Identifier 'term_id' is not in camel case. (camelcase)
(#237) ["id"] is better written in dot notation. (dot-notation)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Comments should not begin with a lowercase character. (capitalized-comments)
(#238) Expected space or tab after '//' in comment. (spaced-comment)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected space(s) after "if". (keyword-spacing)
(#239) Operator '===' must be spaced. (space-infix-ops)
(#239) Missing space before opening brace. (space-before-blocks)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) 'label' declared on line 242 column 15 is used outside of binding context. (block-scoped-var)
(#240) Operator '=' must be spaced. (space-infix-ops)
(#240) ["definition"] is better written in dot notation. (dot-notation)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected space(s) before "else". (keyword-spacing)
(#241) Expected space(s) after "else". (keyword-spacing)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) 'label' is already defined. (no-redeclare)
(#242) 'label' declared on line 240 column 15 is used outside of binding context. (block-scoped-var)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#242) ["term"] is better written in dot notation. (dot-notation)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) This line has a length of 170. Maximum allowed is 132. (max-len)
(#244) Identifier 'term_id' is not in camel case. (camelcase)
(#244) Identifier 'is_correct' is not in camel case. (camelcase)
(#244) 'label' declared on line 240 column 15 is used outside of binding context. (block-scoped-var)
(#244) 'label' declared on line 242 column 15 is used outside of binding context. (block-scoped-var)
(#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)
(#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)
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) @package should be empty. (jsdoc/empty-tags)
(#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) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) 'matchingdata' declared on line 33 column 13 is used outside of binding context. (block-scoped-var)
(#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) A space is required after ','. (comma-spacing)
(#44) A space is required after ','. (comma-spacing)
(#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) Identifier 'register_events' is not in camel case. (camelcase)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Identifier 'total_time' is not in camel case. (camelcase)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Missing semicolon. (@babel/semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) ["nexturl"] is better written in dot notation. (dot-notation)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) ["results"] is better written in dot notation. (dot-notation)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) ["total"] is better written in dot notation. (dot-notation)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Identifier 'total_time' is not in camel case. (camelcase)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) ["prettytime"] is better written in dot notation. (dot-notation)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) ["prettytime"] is better written in dot notation. (dot-notation)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected catch,fail,always() or return (promise/catch-or-return)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Each then() should return a value or throw (promise/always-return)
(#121) 'js' is defined but never used. (no-unused-vars)
(#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) Unexpected console statement. (no-console)
(#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) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#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) Trailing spaces not allowed. (no-trailing-spaces)
(#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 catch,fail,always() or return (promise/catch-or-return)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Each then() should return a value or throw (promise/always-return)
(#162) 'js' is defined but never used. (no-unused-vars)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Comments should not begin with a lowercase character. (capitalized-comments)
(#164) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#182) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#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) Comments should not begin with a lowercase character. (capitalized-comments)
(#190) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) ["id"] is better written in dot notation. (dot-notation)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) ["id"] is better written in dot notation. (dot-notation)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) ["definition"] is better written in dot notation. (dot-notation)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) ["term"] is better written in dot notation. (dot-notation)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) ["id"] is better written in dot notation. (dot-notation)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#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) 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)
(#212) Missing semicolon. (@babel/semi)
(#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)
(#219) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Identifier 'terms_to_distractors' is not in camel case. (camelcase)
(#222) Missing space before opening brace. (space-before-blocks)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected space(s) after "for". (keyword-spacing)
(#224) Operator '=' must be spaced. (space-infix-ops)
(#224) Missing whitespace after semicolon. (semi-spacing)
(#224) Operator '<' must be spaced. (space-infix-ops)
(#224) Missing space before opening brace. (space-before-blocks)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) A space is required after ','. (comma-spacing)
(#226) A space is required after ','. (comma-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected space(s) after "if". (keyword-spacing)
(#227) Operator '==' must be spaced. (space-infix-ops)
(#227) Missing space before opening brace. (space-before-blocks)
(#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)
(#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)
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)
(#24) Missing semicolon. (@babel/semi)
(#32) Missing semicolon. (@babel/semi)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#45) Missing semicolon. (@babel/semi)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#50) Expected space or tab after '//' in comment. (spaced-comment)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '!==' must be spaced. (space-infix-ops)
(#51) Operator '!==' must be spaced. (space-infix-ops)
(#51) Missing space before opening brace. (space-before-blocks)
(#63) Missing semicolon. (@babel/semi)
(#88) Missing semicolon. (@babel/semi)
(#91) A space is required after ','. (comma-spacing)
(#91) There should be no space before this paren. (space-in-parens)
(#92) A space is required after ','. (comma-spacing)
(#92) There should be no space before this paren. (space-in-parens)
(#93) Missing semicolon. (@babel/semi)
(#98) Expected to return a value at the end of function. (consistent-return)
(#113) Missing semicolon. (@babel/semi)
(#115) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Missing semicolon. (@babel/semi)
(#121) Unexpected space before function parentheses. (space-before-function-paren)
(#125) 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)
(#28) Multiple spaces found before 'notification'. (no-multi-spaces)
(#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)
(#170) There should be no space after this paren. (space-in-parens)
(#170) A space is required after ','. (comma-spacing)
(#195) Missing space before opening brace. (space-before-blocks)
(#202) There should be no space before this paren. (space-in-parens)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#206) 'bounds' is defined but never used. (no-unused-vars)
(#216) A space is required after ','. (comma-spacing)
(#216) A space is required after ','. (comma-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#280) Missing space before opening brace. (space-before-blocks)
(#297) Comments should not begin with a lowercase character. (capitalized-comments)
(#297) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Unnecessary semicolon. (no-extra-semi)
(#338) Unnecessary semicolon. (no-extra-semi)
(#353) Missing space before opening brace. (space-before-blocks)
(#367) Missing space before opening brace. (space-before-blocks)
(#371) Missing space before opening brace. (space-before-blocks)
(#380) There should be no space after this paren. (space-in-parens)
(#388) Missing space before opening brace. (space-before-blocks)
(#395) Missing space before opening brace. (space-before-blocks)
(#402) Comments should not begin with a lowercase character. (capitalized-comments)
(#412) A space is required after ','. (comma-spacing)
(#422) Comments should not begin with a lowercase character. (capitalized-comments)
(#422) Expected space or tab after '//' in comment. (spaced-comment)
(#424) This line has a length of 136. Maximum allowed is 132. (max-len)
(#435) Comments should not begin with a lowercase character. (capitalized-comments)
(#435) Expected space or tab after '//' in comment. (spaced-comment)
(#441) Comments should not begin with a lowercase character. (capitalized-comments)
(#441) Expected space or tab after '//' in comment. (spaced-comment)
(#450) Multiple spaces found before ')'. (no-multi-spaces)
(#450) There should be no space before this paren. (space-in-parens)
(#455) Comments should not begin with a lowercase character. (capitalized-comments)
(#480) Comments should not begin with a lowercase character. (capitalized-comments)
(#480) Expected space or tab after '//' in comment. (spaced-comment)
(#483) Comments should not begin with a lowercase character. (capitalized-comments)
(#483) Expected space or tab after '//' in comment. (spaced-comment)
(#490) Unexpected space before function parentheses. (space-before-function-paren)
(#515) Unexpected space before function parentheses. (space-before-function-paren)
(#524) Unnecessary semicolon. (no-extra-semi)
(#548) Expected space or tab after '//' in comment. (spaced-comment)
(#571) Missing space before value for key 'loadedImages'. (key-spacing)
(#595) Missing space before opening brace. (space-before-blocks)
(#596) Comments should not begin with a lowercase character. (capitalized-comments)
(#596) Expected space or tab after '//' in comment. (spaced-comment)
(#606) Identifier 'total_time' is not in camel case. (camelcase)
(#607) Identifier 'total_time' is not in camel case. (camelcase)
(#607) Missing semicolon. (@babel/semi)
(#613) Missing space before opening brace. (space-before-blocks)
(#622) A space is required after ','. (comma-spacing)
(#628) Multiple spaces found before ','. (no-multi-spaces)
(#628) There should be no space before ','. (comma-spacing)
(#649) Unexpected console statement. (no-console)
(#650) Unexpected console statement. (no-console)
(#695) A space is required after ','. (comma-spacing)
(#772) Missing space before opening brace. (space-before-blocks)
(#773) Operator '=' must be spaced. (space-infix-ops)
(#774) Missing space before opening brace. (space-before-blocks)
(#775) Expected space(s) after "if". (keyword-spacing)
(#775) Operator '==' must be spaced. (space-infix-ops)
(#775) Missing space before opening brace. (space-before-blocks)
(#779) Comments should not begin with a lowercase character. (capitalized-comments)
(#779) Expected space or tab after '//' in comment. (spaced-comment)
(#780) Expected space(s) after "if". (keyword-spacing)
(#782) ["definition"] is better written in dot notation. (dot-notation)
(#784) ["term"] is better written in dot notation. (dot-notation)
(#788) Operator '=' must be spaced. (space-infix-ops)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Operator '<' must be spaced. (space-infix-ops)
(#788) Missing whitespace after semicolon. (semi-spacing)
(#788) Missing space before opening brace. (space-before-blocks)
(#789) Expected space(s) after "if". (keyword-spacing)
(#789) Operator '==' must be spaced. (space-infix-ops)
(#789) Missing space before opening brace. (space-before-blocks)
(#790) Comments should not begin with a lowercase character. (capitalized-comments)
(#790) Expected space or tab after '//' in comment. (spaced-comment)
(#791) Expected space(s) after "if". (keyword-spacing)
(#791) Operator '>' must be spaced. (space-infix-ops)
(#791) Operator '==' must be spaced. (space-infix-ops)
(#793) Comments should not begin with a lowercase character. (capitalized-comments)
(#793) Expected space or tab after '//' in comment. (spaced-comment)
(#794) Expected space(s) before "else". (keyword-spacing)
(#794) Expected space(s) after "else". (keyword-spacing)
(#799) Comments should not begin with a lowercase character. (capitalized-comments)
(#799) Expected space or tab after '//' in comment. (spaced-comment)
(#856) This line has a length of 143. Maximum allowed is 132. (max-len)
(#859) This line has a length of 140. Maximum allowed is 132. (max-len)
(#868) Comments should not begin with a lowercase character. (capitalized-comments)
(#868) Expected space or tab after '//' in comment. (spaced-comment)
(#869) Expected space or tab after '//' in comment. (spaced-comment)
(#872) Unexpected space before function parentheses. (space-before-function-paren)
(#875) Unexpected space before function parentheses. (space-before-function-paren)
(#895) Comments should not begin with a lowercase character. (capitalized-comments)
(#895) Expected space or tab after '//' in comment. (spaced-comment)
(#906) Comments should not begin with a lowercase character. (capitalized-comments)
(#906) Expected space or tab after '//' in comment. (spaced-comment)
(#908) ["nexturl"] is better written in dot notation. (dot-notation)
(#909) ["results"] is better written in dot notation. (dot-notation)
(#910) ["total"] is better written in dot notation. (dot-notation)
(#911) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#912) ["gamescore"] is better written in dot notation. (dot-notation)
(#913) Identifier 'total_time' is not in camel case. (camelcase)
(#914) Identifier 'total_time' is not in camel case. (camelcase)
(#915) ["prettytime"] is better written in dot notation. (dot-notation)
(#917) ["prettytime"] is better written in dot notation. (dot-notation)
(#920) Expected catch,fail,always() or return (promise/catch-or-return)
(#921) Each then() should return a value or throw (promise/always-return)
(#921) 'js' is defined but never used. (no-unused-vars)
(#931) 'data' is assigned a value but never used. (no-unused-vars)
(#941) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#947) Comments should not begin with a lowercase character. (capitalized-comments)
(#957) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#958) Expected space or tab after '//' in comment. (spaced-comment)
(#960) Expected space or tab after '//' in comment. (spaced-comment)
(#972) Unexpected space before function parentheses. (space-before-function-paren)
(#992) Operator '=' must be spaced. (space-infix-ops)
(#1013) Comments should not begin with a lowercase character. (capitalized-comments)
(#1013) Expected space or tab after '//' in comment. (spaced-comment)
(#1023) Missing semicolon. (@babel/semi)
(#1038) Comments should not begin with a lowercase character. (capitalized-comments)
(#1038) Expected space or tab after '//' in comment. (spaced-comment)
(#1041) Comments should not begin with a lowercase character. (capitalized-comments)
(#1041) Expected space or tab after '//' in comment. (spaced-comment)
(#1042) Expected space or tab after '//' in comment. (spaced-comment)
(#1049) Expected space(s) before "else". (keyword-spacing)
(#1049) Expected space(s) after "else". (keyword-spacing)
(#1067) Expected space(s) after "switch". (keyword-spacing)
(#1067) Missing space before opening brace. (space-before-blocks)
(#1072) Unexpected space before function parentheses. (space-before-function-paren)
(#1075) A space is required after ','. (comma-spacing)
(#1077) A space is required after ','. (comma-spacing)
(#1077) A space is required after ','. (comma-spacing)
(#1088) Multiple spaces found before 'questions'. (no-multi-spaces)
(#1112) Comments should not begin with a lowercase character. (capitalized-comments)
(#1112) Expected space or tab after '//' in comment. (spaced-comment)
(#1113) A space is required after ','. (comma-spacing)
(#1115) Comments should not begin with a lowercase character. (capitalized-comments)
(#1115) Expected space or tab after '//' in comment. (spaced-comment)
(#1121) Comments should not begin with a lowercase character. (capitalized-comments)
(#1121) Expected space or tab after '//' in comment. (spaced-comment)
(#1179) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1184) Unexpected space before function parentheses. (space-before-function-paren)
(#1195) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#1281) Unexpected space before function parentheses. (space-before-function-paren)
(#1282) Operator '=' must be spaced. (space-infix-ops)
(#1283) Expected space(s) after "if". (keyword-spacing)
(#1283) Operator '===' must be spaced. (space-infix-ops)
(#1283) Missing space before opening brace. (space-before-blocks)
(#1285) Expected space(s) before "else". (keyword-spacing)
(#1285) Expected space(s) after "else". (keyword-spacing)
(#1316) Comments should not begin with a lowercase character. (capitalized-comments)
(#1316) Expected space or tab after '//' in comment. (spaced-comment)
(#1320) Operator '?' must be spaced. (space-infix-ops)
(#1320) Operator ':' must be spaced. (space-infix-ops)
(#1321) This line has a length of 172. Maximum allowed is 132. (max-len)
(#1321) A space is required after ','. (comma-spacing)
(#1324) Operator '=' must be spaced. (space-infix-ops)
(#1325) Unexpected space before function parentheses. (space-before-function-paren)
(#1334) There should be no space before ','. (comma-spacing)
(#1334) There should be no space before ','. (comma-spacing)
(#1335) 'cornerRadius' is assigned a value but never used. (no-unused-vars)
(#1339) Comments should not begin with a lowercase character. (capitalized-comments)
(#1339) Expected space or tab after '//' in comment. (spaced-comment)
(#1340) Expected space(s) after "if". (keyword-spacing)
(#1346) A space is required after ','. (comma-spacing)
(#1349) Multiple spaces found before '/'. (no-multi-spaces)
(#1353) A space is required after ','. (comma-spacing)
(#1376) Unexpected space before function parentheses. (space-before-function-paren)
(#1576) Identifier 'strip_html' is not in camel case. (camelcase)
(#1587) Comments should not begin with a lowercase character. (capitalized-comments)
(#1587) Expected space or tab after '//' in comment. (spaced-comment)
(#1588) Expected space or tab after '//' in comment. (spaced-comment)
(#1590) Expected space(s) after "if". (keyword-spacing)
(#1590) Requires a space after '{'. (block-spacing)
(#1590) Statement inside of curly braces should be on next line. (brace-style)
(#1590) Requires a space before '}'. (block-spacing)
(#1590) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1591) Identifier 'mc_levels' is not in camel case. (camelcase)
(#1592) Comments should not begin with a lowercase character. (capitalized-comments)
(#1592) Expected space or tab after '//' in comment. (spaced-comment)
(#1593) 'thelevel' declared on line 1624 column 18 is used outside of binding context. (block-scoped-var)
(#1593) Operator '=' must be spaced. (space-infix-ops)
(#1593) Missing whitespace after semicolon. (semi-spacing)
(#1593) 'thelevel' declared on line 1624 column 18 is used outside of binding context. (block-scoped-var)
(#1593) Operator '<' must be spaced. (space-infix-ops)
(#1593) Identifier 'mc_levels' is not in camel case. (camelcase)
(#1593) Missing whitespace after semicolon. (semi-spacing)
(#1593) 'thelevel' declared on line 1624 column 18 is used outside of binding context. (block-scoped-var)
(#1594) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1594) Identifier 'mc_levels' is not in camel case. (camelcase)
(#1594) 'thelevel' declared on line 1624 column 18 is used outside of binding context. (block-scoped-var)
(#1595) Comments should not begin with a lowercase character. (capitalized-comments)
(#1595) Expected space or tab after '//' in comment. (spaced-comment)
(#1596) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1596) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1596) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1596) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1598) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1599) Operator '=' must be spaced. (space-infix-ops)
(#1599) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1600) Expected space(s) after "if". (keyword-spacing)
(#1600) Operator '===' must be spaced. (space-infix-ops)
(#1600) Missing space before opening brace. (space-before-blocks)
(#1601) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1603) A space is required after ','. (comma-spacing)
(#1603) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1605) Operator '=' must be spaced. (space-infix-ops)
(#1605) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1605) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1606) Expected space(s) after "if". (keyword-spacing)
(#1606) Operator '===' must be spaced. (space-infix-ops)
(#1606) Missing space before opening brace. (space-before-blocks)
(#1607) Operator '=' must be spaced. (space-infix-ops)
(#1607) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1607) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1611) 'level' declared on line 1625 column 17 is used outside of binding context. (block-scoped-var)
(#1611) 'i' declared on line 1627 column 22 is used outside of binding context. (block-scoped-var)
(#1620) Comments should not begin with a lowercase character. (capitalized-comments)
(#1620) Expected space or tab after '//' in comment. (spaced-comment)
(#1621) Expected space or tab after '//' in comment. (spaced-comment)
(#1622) Operator '=' must be spaced. (space-infix-ops)
(#1623) Identifier 'matching_levels' is not in camel case. (camelcase)
(#1624) 'thelevel' is already defined. (no-redeclare)
(#1624) 'thelevel' declared on line 1593 column 18 is used outside of binding context. (block-scoped-var)
(#1624) Operator '=' must be spaced. (space-infix-ops)
(#1624) Missing whitespace after semicolon. (semi-spacing)
(#1624) 'thelevel' declared on line 1593 column 18 is used outside of binding context. (block-scoped-var)
(#1624) Operator '<' must be spaced. (space-infix-ops)
(#1624) Identifier 'matching_levels' is not in camel case. (camelcase)
(#1624) Missing whitespace after semicolon. (semi-spacing)
(#1624) 'thelevel' declared on line 1593 column 18 is used outside of binding context. (block-scoped-var)
(#1625) 'level' is already defined. (no-redeclare)
(#1625) 'level' declared on line 1594 column 17 is used outside of binding context. (block-scoped-var)
(#1625) Identifier 'matching_levels' is not in camel case. (camelcase)
(#1625) 'thelevel' declared on line 1593 column 18 is used outside of binding context. (block-scoped-var)
(#1627) 'i' is already defined. (no-redeclare)
(#1627) 'i' declared on line 1596 column 22 is used outside of binding context. (block-scoped-var)
(#1627) 'i' declared on line 1596 column 22 is used outside of binding context. (block-scoped-var)
(#1627) 'level' declared on line 1594 column 17 is used outside of binding context. (block-scoped-var)
(#1627) 'i' declared on line 1596 column 22 is used outside of binding context. (block-scoped-var)
(#1628) 'level' declared on line 1594 column 17 is used outside of binding context. (block-scoped-var)
(#1628) 'i' declared on line 1596 column 22 is used outside of binding context. (block-scoped-var)
(#1628) 'level' declared on line 1594 column 17 is used outside of binding context. (block-scoped-var)
(#1628) 'i' declared on line 1596 column 22 is used outside of binding context. (block-scoped-var)
(#1628) A space is required after ','. (comma-spacing)
(#1628) 'level' declared on line 1594 column 17 is used outside of binding context. (block-scoped-var)
(#1628) 'i' declared on line 1596 column 22 is used outside of binding context. (block-scoped-var)
(#1630) Comments should not begin with a lowercase character. (capitalized-comments)
(#1630) Expected space or tab after '//' in comment. (spaced-comment)
(#1631) This line has a length of 142. Maximum allowed is 132. (max-len)
(#1636) Identifier 'shuffle_array' is not in camel case. (camelcase)
(#1643) Identifier 'split_array' is not in camel case. (camelcase)
(#1644) Expected space(s) after "if". (keyword-spacing)
(#1644) Use '===' to compare with null. (no-eq-null)
(#1644) Statement inside of curly braces should be on next line. (brace-style)
(#1644) Missing space before opening brace. (space-before-blocks)
(#1644) Requires a space before '}'. (block-spacing)
(#1644) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1644) Missing semicolon. (@babel/semi)
(#1644) Unnecessary semicolon. (no-extra-semi)
(#1665) Identifier 'init_controls' is not in camel case. (camelcase)
(#1666) Identifier 'close_results' is not in camel case. (camelcase)
(#1668) Identifier 'vocab_list' is not in camel case. (camelcase)
(#1669) Identifier 'the_list' is not in camel case. (camelcase)
(#1671) Identifier 'time_counter' is not in camel case. (camelcase)
(#1679) Comments should not begin with a lowercase character. (capitalized-comments)
(#1679) Expected space or tab after '//' in comment. (spaced-comment)
(#1692) Comments should not begin with a lowercase character. (capitalized-comments)
(#1692) Expected space or tab after '//' in comment. (spaced-comment)
(#1696) Comments should not begin with a lowercase character. (capitalized-comments)
(#1696) Expected space or tab after '//' in comment. (spaced-comment)
(#1703) A space is required after ','. (comma-spacing)
(#1703) A space is required after ','. (comma-spacing)
(#1705) Comments should not begin with a lowercase character. (capitalized-comments)
(#1705) Expected space or tab after '//' in comment. (spaced-comment)
(#1707) Trailing spaces not allowed. (no-trailing-spaces)
(#1712) Comments should not begin with a lowercase character. (capitalized-comments)
(#1712) Expected space or tab after '//' in comment. (spaced-comment)
(#1718) Comments should not begin with a lowercase character. (capitalized-comments)
(#1728) Missing semicolon. (@babel/semi)
(#1730) Comments should not begin with a lowercase character. (capitalized-comments)
(#1730) Expected space or tab after '//' in comment. (spaced-comment)
(#1740) Unexpected space before function parentheses. (space-before-function-paren)
(#1744) Comments should not begin with a lowercase character. (capitalized-comments)
(#1744) Expected space or tab after '//' in comment. (spaced-comment)
(#1745) Unexpected space before function parentheses. (space-before-function-paren)
(#1757) Comments should not begin with a lowercase character. (capitalized-comments)
(#1757) 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' declared on line 41 column 13 is used outside of binding context. (block-scoped-var)
(#56) 'jsondata' declared on line 41 column 13 is 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)
(#79) Identifier 'do_next' is not in camel case. (camelcase)
(#89) Identifier 'do_prev' is not in camel case. (camelcase)
(#94) Identifier 'move_card' is not in camel case. (camelcase)
(#94) Missing space before opening brace. (space-before-blocks)
(#95) Expected space(s) after "switch". (keyword-spacing)
(#95) Missing space before opening brace. (space-before-blocks)
(#98) Expected catch,fail,always() or return (promise/catch-or-return)
(#98) A space is required after ','. (comma-spacing)
(#98) A space is required after ','. (comma-spacing)
(#99) Each then() should return a value or throw (promise/always-return)
(#99) Missing space before opening brace. (space-before-blocks)
(#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) A space is required after ','. (comma-spacing)
(#120) A space is required after ','. (comma-spacing)
(#127) Missing space before value for key 'clearStarRating'. (key-spacing)
(#127) Missing space before opening brace. (space-before-blocks)
(#130) Trailing spaces not allowed. (no-trailing-spaces)
(#131) Identifier 'register_events' is not in camel case. (camelcase)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Identifier 'total_time' is not in camel case. (camelcase)
(#148) Identifier 'total_time' is not in camel case. (camelcase)
(#148) 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)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#187) Comments should not begin with a lowercase character. (capitalized-comments)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#188) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#190) A space is required after ','. (comma-spacing)
(#195) Operator '=' must be spaced. (space-infix-ops)
(#197) Expected space or tab after '//' in comment. (spaced-comment)
(#198) Expected space or tab after '//' in comment. (spaced-comment)
(#200) Comments should not begin with a lowercase character. (capitalized-comments)
(#200) Expected space or tab after '//' in comment. (spaced-comment)
(#201) Unexpected console statement. (no-console)
(#211) Trailing spaces not allowed. (no-trailing-spaces)
(#215) Expected space or tab after '//' in comment. (spaced-comment)
(#216) A space is required after ','. (comma-spacing)
(#217) Operator '+' must be spaced. (space-infix-ops)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#221) There should be no space before this paren. (space-in-parens)
(#222) Operator '+' must be spaced. (space-infix-ops)
(#228) Expected space or tab after '//' in comment. (spaced-comment)
(#229) Expected catch,fail,always() or return (promise/catch-or-return)
(#229) A space is required after ','. (comma-spacing)
(#229) Expected to return a value at the end of function. (consistent-return)
(#230) Each then() should return a value or throw (promise/always-return)
(#230) Operator '===' must be spaced. (space-infix-ops)
(#232) Expected space(s) before "else". (keyword-spacing)
(#232) Expected space(s) after "else". (keyword-spacing)
(#233) Operator '+' must be spaced. (space-infix-ops)
(#235) Expected space(s) after "if". (keyword-spacing)
(#235) Operator '>=' must be spaced. (space-infix-ops)
(#238) Comments should not begin with a lowercase character. (capitalized-comments)
(#238) Expected space or tab after '//' in comment. (spaced-comment)
(#239) Comments should not begin with a lowercase character. (capitalized-comments)
(#239) Expected space or tab after '//' in comment. (spaced-comment)
(#241) Comments should not begin with a lowercase character. (capitalized-comments)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Comments should not begin with a lowercase character. (capitalized-comments)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Operator '=' must be spaced. (space-infix-ops)
(#246) Comments should not begin with a lowercase character. (capitalized-comments)
(#246) Expected space or tab after '//' in comment. (spaced-comment)
(#249) Identifier 'stt_guided' is not in camel case. (camelcase)
(#253) Comments should not begin with a lowercase character. (capitalized-comments)
(#253) Expected space or tab after '//' in comment. (spaced-comment)
(#254) Expected space or tab after '//' in comment. (spaced-comment)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) ["term"] is better written in dot notation. (dot-notation)
(#258) Missing space before opening brace. (space-before-blocks)
(#259) Comments should not begin with a lowercase character. (capitalized-comments)
(#259) Expected space or tab after '//' in comment. (spaced-comment)
(#260) A space is required after ','. (comma-spacing)
(#260) A space is required after ','. (comma-spacing)
(#261) Expected space(s) after "if". (keyword-spacing)
(#261) Operator '<' must be spaced. (space-infix-ops)
(#261) Missing space before opening brace. (space-before-blocks)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#262) A space is required after ','. (comma-spacing)
(#262) A space is required after ','. (comma-spacing)
(#264) Expected space(s) after "if". (keyword-spacing)
(#264) Operator '<' must be spaced. (space-infix-ops)
(#264) Missing space before opening brace. (space-before-blocks)
(#265) Operator '=' must be spaced. (space-infix-ops)
(#265) A space is required after ','. (comma-spacing)
(#265) A space is required after ','. (comma-spacing)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) Operator '<' must be spaced. (space-infix-ops)
(#267) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#268) A space is required after ','. (comma-spacing)
(#268) A space is required after ','. (comma-spacing)
(#270) Unexpected console statement. (no-console)
(#270) A space is required after ','. (comma-spacing)
(#272) Comments should not begin with a lowercase character. (capitalized-comments)
(#272) Expected space or tab after '//' in comment. (spaced-comment)
(#273) Operator '=' must be spaced. (space-infix-ops)
(#274) Missing space before opening brace. (space-before-blocks)
(#275) Expected space(s) after "if". (keyword-spacing)
(#275) Operator '===' must be spaced. (space-infix-ops)
(#275) Missing space before opening brace. (space-before-blocks)
(#276) Operator '+=' must be spaced. (space-infix-ops)
(#277) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#278) Expected space(s) after "else". (keyword-spacing)
(#279) Operator '+=' must be spaced. (space-infix-ops)
(#282) Unexpected console statement. (no-console)
(#286) Missing space before opening brace. (space-before-blocks)
(#288) Comments should not begin with a lowercase character. (capitalized-comments)
(#288) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Comments should not begin with a lowercase character. (capitalized-comments)
(#291) Expected space or tab after '//' in comment. (spaced-comment)
(#305) Comments should not begin with a lowercase character. (capitalized-comments)
(#305) Expected space or tab after '//' in comment. (spaced-comment)
(#306) Missing space before opening brace. (space-before-blocks)
(#320) Comments should not begin with a lowercase character. (capitalized-comments)
(#320) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Expected to return a value at the end of function. (consistent-return)
(#333) Comments should not begin with a lowercase character. (capitalized-comments)
(#333) Expected space or tab after '//' in comment. (spaced-comment)
(#343) Unnecessary escape character: \*. (no-useless-escape)
(#343) Unnecessary escape character: \.. (no-useless-escape)
(#343) Unnecessary escape character: \/. (no-useless-escape)
(#343) Unnecessary escape character: \[. (no-useless-escape)
(#343) Unnecessary escape character: \^. (no-useless-escape)
(#343) A space is required after ','. (comma-spacing)
(#365) Missing semicolon. (@babel/semi)
(#375) Identifier 'do_end' is not in camel case. (camelcase)
(#380) Comments should not begin with a lowercase character. (capitalized-comments)
(#380) Expected space or tab after '//' in comment. (spaced-comment)
(#382) ["nexturl"] is better written in dot notation. (dot-notation)
(#383) ["results"] is better written in dot notation. (dot-notation)
(#384) ["total"] is better written in dot notation. (dot-notation)
(#385) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#386) Identifier 'total_time' is not in camel case. (camelcase)
(#387) Identifier 'total_time' is not in camel case. (camelcase)
(#388) ["prettytime"] is better written in dot notation. (dot-notation)
(#390) ["prettytime"] is better written in dot notation. (dot-notation)
(#392) Expected catch,fail,always() or return (promise/catch-or-return)
(#393) Each then() should return a value or throw (promise/always-return)
(#393) 'js' is defined but never used. (no-unused-vars)
(#406) Unexpected console statement. (no-console)
(#413) ["totalcorrect"] is better written in dot notation. (dot-notation)
(#419) Identifier 'is_end' is not in camel case. (camelcase)
(#427) Identifier 'update_header' is not in camel case. (camelcase)
(#429) 'progress' is assigned a value but never used. (no-unused-vars)
(#431) Missing semicolon. (@babel/semi)
(#434) Missing semicolon. (@babel/semi)
(#436) Missing semicolon. (@babel/semi)
(#443) Comments should not begin with a lowercase character. (capitalized-comments)
(#443) Expected space or tab after '//' in comment. (spaced-comment)
(#447) Comments should not begin with a lowercase character. (capitalized-comments)
(#447) Expected space or tab after '//' in comment. (spaced-comment)
(#452) ["definition"] is better written in dot notation. (dot-notation)
(#454) ["term"] is better written in dot notation. (dot-notation)
(#456) ["id"] is better written in dot notation. (dot-notation)
(#461) Comments should not begin with a lowercase character. (capitalized-comments)
(#461) Expected space or tab after '//' in comment. (spaced-comment)
(#464) Comments should not begin with a lowercase character. (capitalized-comments)
(#464) Expected space or tab after '//' in comment. (spaced-comment)
(#467) Comments should not begin with a lowercase character. (capitalized-comments)
(#467) Expected space or tab after '//' in comment. (spaced-comment)
(#469) ["id"] is better written in dot notation. (dot-notation)
(#471) ["id"] is better written in dot notation. (dot-notation)
(#527) Expected { after 'if' condition. (curly)
(#531) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#532) Expected { after 'if' condition. (curly)
(#540) Expected { after 'if' condition. (curly)
(#545) Identifier 'mobile_user' is not in camel case. (camelcase)
(#554) Identifier 'chrome_user' is not in camel case. (camelcase)
(#554) Missing space before opening brace. (space-before-blocks)
(#555) Expected space(s) after "if". (keyword-spacing)
(#557) Expected space(s) before "else". (keyword-spacing)
(#557) 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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)
(#117) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#119) Operator '!==' must be spaced. (space-infix-ops)
(#130) Expected { after 'for' condition. (curly)
(#135) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#142) Operator '*' must be spaced. (space-infix-ops)
(#157) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) 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) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Operator '!==' must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Identifier 'on_error' is not in camel case. (camelcase)
(#83) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#96) Identifier 'on_stopped' is not in camel case. (camelcase)
(#99) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Missing space before opening brace. (space-before-blocks)
(#104) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Missing space before opening brace. (space-before-blocks)
(#116) A space is required after ','. (comma-spacing)
(#117) Expected space(s) after "if". (keyword-spacing)
(#117) Operator '===' must be spaced. (space-infix-ops)
(#117) Missing space before opening brace. (space-before-blocks)
(#120) A space is required after ','. (comma-spacing)
(#127) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Expected space(s) after "if". (keyword-spacing)
(#129) Unexpected space after unary operator '!'. (space-unary-ops)
(#129) Missing space before opening brace. (space-before-blocks)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#136) Comments should not begin with a lowercase character. (capitalized-comments)
(#136) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Identifier 'on_error' is not in camel case. (camelcase)
(#138) Missing space before opening brace. (space-before-blocks)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Missing space before opening brace. (space-before-blocks)
(#142) Comments should not begin with a lowercase character. (capitalized-comments)
(#142) Expected space or tab after '//' in comment. (spaced-comment)
(#144) Operator '=' must be spaced. (space-infix-ops)
(#144) Missing space before opening brace. (space-before-blocks)
(#146) A space is required after ','. (comma-spacing)
(#147) A space is required after ','. (comma-spacing)
(#150) Expected space or tab after '//' in comment. (spaced-comment)
(#151) Expected space(s) before "else". (keyword-spacing)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Multiple spaces found before 'audioHelper'. (no-multi-spaces)
(#155) A space is required after ','. (comma-spacing)
(#155) A space is required after ','. (comma-spacing)
(#158) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#159) Identifier 'on_error' is not in camel case. (camelcase)
(#160) Identifier 'on_stopped' is not in camel case. (camelcase)
(#161) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#163) Comments should not begin with a lowercase character. (capitalized-comments)
(#163) Expected space or tab after '//' in comment. (spaced-comment)
(#166) Identifier 'prepare_html' is not in camel case. (camelcase)
(#166) Missing space before opening brace. (space-before-blocks)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#177) Identifier 'update_audio' is not in camel case. (camelcase)
(#177) A space is required after ','. (comma-spacing)
(#177) Missing space before opening brace. (space-before-blocks)
(#184) Expected space(s) before "else". (keyword-spacing)
(#184) Expected space(s) after "else". (keyword-spacing)
(#193) Identifier 'register_events' is not in camel case. (camelcase)
(#193) Missing space before opening brace. (space-before-blocks)
(#196) Missing space before opening brace. (space-before-blocks)
(#197) Comments should not begin with a lowercase character. (capitalized-comments)
(#197) Expected space or tab after '//' in comment. (spaced-comment)
(#203) Identifier 'audio_updated' is not in camel case. (camelcase)
(#203) Operator '=' must be spaced. (space-infix-ops)
(#204) Comments should not begin with a lowercase character. (capitalized-comments)
(#204) Expected space or tab after '//' in comment. (spaced-comment)
(#211) Expected space(s) after "if". (keyword-spacing)
(#211) There should be no space before this paren. (space-in-parens)
(#213) Expected space(s) before "else". (keyword-spacing)
(#213) Expected space(s) after "else". (keyword-spacing)
(#217) Comments should not begin with a lowercase character. (capitalized-comments)
(#217) Expected space or tab after '//' in comment. (spaced-comment)
(#219) Missing semicolon. (@babel/semi)
(#223) Identifier 'show_recorder_pointer' is not in camel case. (camelcase)
(#223) Missing space before opening brace. (space-before-blocks)
(#224) Expected space(s) after "if". (keyword-spacing)
(#226) Expected space(s) before "else". (keyword-spacing)
(#226) Expected space(s) after "else". (keyword-spacing)
(#233) Missing space before value for key 'gotRecognition'. (key-spacing)
(#233) Missing space before opening brace. (space-before-blocks)
(#235) Operator '=' must be spaced. (space-infix-ops)
(#236) Operator '=' must be spaced. (space-infix-ops)
(#238) Expected space or tab after '//' in comment. (spaced-comment)
(#243) Unnecessary escape character: \*. (no-useless-escape)
(#243) Unnecessary escape character: \.. (no-useless-escape)
(#243) Unnecessary escape character: \/. (no-useless-escape)
(#243) Unnecessary escape character: \[. (no-useless-escape)
(#243) Unnecessary escape character: \^. (no-useless-escape)
(#243) A space is required after ','. (comma-spacing)
(#248) Expected space(s) after "if". (keyword-spacing)
(#248) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#263) Expected space or tab after '//' in comment. (spaced-comment)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Missing space before opening brace. (space-before-blocks)
(#273) A space is required after ','. (comma-spacing)
(#274) A space is required after ','. (comma-spacing)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Expected space(s) before "else". (keyword-spacing)
(#278) Expected space(s) after "else". (keyword-spacing)
(#279) A space is required after ','. (comma-spacing)
(#283) Expected space or tab after '//' in comment. (spaced-comment)
(#286) Expected space or tab after '//' in comment. (spaced-comment)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Missing space before opening brace. (space-before-blocks)
(#288) A space is required after ','. (comma-spacing)
(#295) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#302) Expected space or tab after '//' in comment. (spaced-comment)
(#303) Expected space(s) before "else". (keyword-spacing)
(#311) Missing space before value for key 'isRecognizing'. (key-spacing)
(#323) Multiple spaces found before ''.wav''. (no-multi-spaces)
(#328) Expected space(s) after "if". (keyword-spacing)
(#330) Expected space(s) before "else". (keyword-spacing)
(#330) Expected space(s) after "else". (keyword-spacing)
(#333) Comments should not begin with a lowercase character. (capitalized-comments)
(#333) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Expected space(s) after "if". (keyword-spacing)
(#334) Operator '!==' must be spaced. (space-infix-ops)
(#334) Missing space before opening brace. (space-before-blocks)
(#340) Operator '=' must be spaced. (space-infix-ops)
(#340) 'progressEvent' is defined but never used. (no-unused-vars)
(#340) Unexpected empty function. (no-empty-function)
(#341) 'oEvent' is defined but never used. (no-unused-vars)
(#346) Unexpected console statement. (no-console)
(#351) Expected space(s) before "catch". (keyword-spacing)
(#351) Expected space(s) after "catch". (keyword-spacing)
(#351) Missing space before opening brace. (space-before-blocks)
(#353) Unexpected console statement. (no-console)
(#357) Comments should not begin with a lowercase character. (capitalized-comments)
(#357) 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)
(#52) 'mimeType' is defined but never used. (no-unused-vars)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Operator '===' must be spaced. (space-infix-ops)
(#55) Missing space before opening brace. (space-before-blocks)
(#75) There should be no space after '{'. (@babel/object-curly-spacing)
(#75) There should be no space before '}'. (@babel/object-curly-spacing)
(#77) Method 'finish' expected no return value. (consistent-return)
(#88) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) 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) @package should be empty. (jsdoc/empty-tags)
(#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) 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

(260 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)
(#933) Expected indentation of 4 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

(35 errors, 0 warnings)

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

mod/wordcards/activity.php
(#146) Found comment starting with three or more slashes
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
(#39) 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/event/attempt_submitted.php
(#52) Phpdocs for function attempt_submitted::create_from_attempt has incomplete parameters list
mod/wordcards/classes/event/step_submitted.php
(#52) Phpdocs for function step_submitted::create_from_attempt has incomplete parameters list
mod/wordcards/classes/output/renderer.php
(#294) Found comment starting with three or more slashes
(#334) Phpdocs for function renderer::spacegame_page has incomplete parameters list
(#568) Phpdocs for function renderer::show_problembox has incomplete parameters list
(#593) Phpdocs for function renderer::word_wizard has incomplete parameters list
mod/wordcards/classes/output/report_renderer.php
(#53) Phpdocs for function report_renderer::show_pushalltogradebook has incomplete parameters list
mod/wordcards/classes/setupform.php
(#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
mod/wordcards/classes/utils.php
(#175) Found comment starting with three or more slashes
mod/wordcards/developer.php
(#63) Found comment starting with three or more slashes
mod/wordcards/freemode.php
(#80) Found comment starting with three or more slashes
mod/wordcards/lib.php
(#321) Found comment starting with three or more slashes
(#323) Found comment starting with three or more slashes
(#350) Found comment starting with three or more slashes
(#352) Found comment starting with three or more slashes
(#159) Phpdocs for function wordcards_reset_course_form_definition has incomplete parameters list
(#166) Phpdocs for function wordcards_reset_course_form_defaults has incomplete parameters list
(#224) Phpdocs for function wordcards_reset_gradebook has incomplete parameters list
(#330) Phpdocs for function wordcards_extend_navigation has incomplete parameters list
(#463) Phpdocs for function wordcards_get_user_grades has incomplete parameters list
(#512) Phpdocs for function wordcards_scale_used has incomplete parameters list
(#531) Phpdocs for function wordcards_scale_used_anywhere has incomplete parameters list
(#344) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#345) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/wordcards/manageattempts.php
(#73) Found comment starting with three or more slashes
(#93) Found comment starting with three or more slashes
mod/wordcards/reports.php
(#97) Found comment starting with three or more slashes

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 (18) than 'savepoint' calls (27). 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, 109 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/definition_as_header.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/simpleexportform.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 2: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ad><body><hr /><h5>()
(#1) HTML Validation info, line 16: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ds))</a><br /><sele)
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( //<script>
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //<script>
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( //<script>
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['jquery'], function($) {
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( $('#wordcards-export-delim').change(function() {
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( var delim = $(this).val();
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( $('.wordcards-simple-export-btn').hide();
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( $('.wordcards-simple-export-btn[data-delim="' + delim + '"]').show();
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( });
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( }); ), Line: 9 Column: 4
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 34: 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 55: 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]