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

(4294 errors, 1603 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) Commas (,) must be followed by white space.
(#53) Line exceeds 132 characters; contains 156 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
(#17) Missing @copyright tag
(#17) Missing @license tag
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Missing docblock for class constants
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Missing docblock for constant constants::M_COMPONENT
(#32) Missing docblock for constant constants::M_MODNAME
(#33) Missing docblock for constant constants::M_URL
(#34) Missing docblock for constant constants::M_CLASS
(#35) Missing docblock for constant constants::M_TABLE
(#36) Missing docblock for constant constants::M_TERMSTABLE
(#37) Missing docblock for constant constants::M_ATTEMPTSTABLE
(#38) Missing docblock for constant constants::M_GLOSSARYTABLE
(#39) Missing docblock for constant constants::M_GLOSSARYENTRIESTABLE
(#40) Missing docblock for constant constants::M_ASSOCTABLE
(#41) Missing docblock for constant constants::M_SEENTABLE
(#42) Missing docblock for constant constants::M_MYWORDSTABLE
(#44) Missing docblock for constant constants::M_PLUGINSETTINGS
(#45) Missing docblock for constant constants::M_DEFLANG_OTHER
(#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) This comment is 50% valid code; is this commented out code?
(#48) Missing docblock for constant constants::CLOUDPOODLL
(#50) Missing docblock for constant constants::M_FRONTFACEFLIP_DEF
(#51) Missing docblock for constant constants::M_FRONTFACEFLIP_TERM
(#53) Missing docblock for constant constants::M_ANIM_FANCY
(#54) Missing docblock for constant constants::M_ANIM_PLAIN
(#56) Missing docblock for constant constants::M_LC_AUDIO_TERM
(#57) Missing docblock for constant constants::M_LC_AUDIO_DEF
(#59) Missing docblock for constant constants::M_MS_TERM_AT_TOP
(#60) Missing docblock for constant constants::M_MS_DEF_AT_TOP
(#61) Missing docblock for constant constants::M_SG_TERM_AS_ALIEN
(#62) Missing docblock for constant constants::M_SG_DEF_AS_ALIEN
(#63) Missing docblock for constant constants::MODE_STEPS
(#64) Missing docblock for constant constants::MODE_FREE
(#65) Missing docblock for constant constants::MODE_STEPSTHENFREE
(#66) Missing docblock for constant constants::MODE_SESSION
(#67) Missing docblock for constant constants::MODE_SESSIONTHENFREE
(#69) Missing docblock for constant constants::FREEMODE_ACTIVITIES
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Missing docblock for constant constants::M_GRADEHIGHEST
(#73) Missing docblock for constant constants::M_GRADELATEST
(#75) Missing docblock for constant constants::M_GRADELOWEST
(#76) Missing docblock for constant constants::M_GRADEAVERAGE
(#77) Missing docblock for constant constants::M_GRADENONE
(#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
(#80) Missing docblock for constant constants::M_LANG_ENUS
(#81) Missing docblock for constant constants::M_LANG_ENGB
(#82) Missing docblock for constant constants::M_LANG_ENAU
(#83) Missing docblock for constant constants::M_LANG_ENNZ
(#84) Missing docblock for constant constants::M_LANG_ENZA
(#85) Missing docblock for constant constants::M_LANG_ESUS
(#86) Missing docblock for constant constants::M_LANG_FRCA
(#87) Missing docblock for constant constants::M_LANG_FRFR
(#88) Missing docblock for constant constants::M_LANG_ITIT
(#89) Missing docblock for constant constants::M_LANG_PTBR
(#90) Missing docblock for constant constants::M_LANG_KOKR
(#91) Missing docblock for constant constants::M_LANG_DEDE
(#92) Missing docblock for constant constants::M_LANG_HIIN
(#93) Missing docblock for constant constants::M_LANG_ENIN
(#94) Missing docblock for constant constants::M_LANG_ESES
(#96) Missing docblock for constant constants::M_LANG_DADK
(#97) Missing docblock for constant constants::M_LANG_FILPH
(#99) Missing docblock for constant constants::M_LANG_ARAE
(#100) Missing docblock for constant constants::M_LANG_ARSA
(#101) Missing docblock for constant constants::M_LANG_ZHCN
(#102) Missing docblock for constant constants::M_LANG_NLNL
(#103) Missing docblock for constant constants::M_LANG_NLBE
(#104) Missing docblock for constant constants::M_LANG_ENIE
(#105) Missing docblock for constant constants::M_LANG_ENWL
(#106) Missing docblock for constant constants::M_LANG_ENAB
(#107) Missing docblock for constant constants::M_LANG_FAIR
(#108) Missing docblock for constant constants::M_LANG_DECH
(#109) Missing docblock for constant constants::M_LANG_DEAT
(#110) Missing docblock for constant constants::M_LANG_HEIL
(#111) Missing docblock for constant constants::M_LANG_IDID
(#112) Missing docblock for constant constants::M_LANG_JAJP
(#113) Missing docblock for constant constants::M_LANG_MSMY
(#114) Missing docblock for constant constants::M_LANG_PTPT
(#115) Missing docblock for constant constants::M_LANG_RURU
(#116) Missing docblock for constant constants::M_LANG_TAIN
(#117) Missing docblock for constant constants::M_LANG_TEIN
(#118) Missing docblock for constant constants::M_LANG_TRTR
(#119) Missing docblock for constant constants::M_LANG_NONO
(#120) Missing docblock for constant constants::M_LANG_NBNO
(#121) Missing docblock for constant constants::M_LANG_PLPL
(#122) Missing docblock for constant constants::M_LANG_RORO
(#123) Missing docblock for constant constants::M_LANG_SVSE
(#124) Missing docblock for constant constants::M_LANG_UKUA
(#125) Missing docblock for constant constants::M_LANG_EUES
(#126) Missing docblock for constant constants::M_LANG_FIFI
(#127) Missing docblock for constant constants::M_LANG_HUHU
(#128) Missing docblock for constant constants::M_LANG_MINZ
(#129) Missing docblock for constant constants::M_LANG_BGBG
(#130) Missing docblock for constant constants::M_LANG_CSCZ
(#131) Missing docblock for constant constants::M_LANG_ELGR
(#132) Missing docblock for constant constants::M_LANG_HRHR
(#133) Missing docblock for constant constants::M_LANG_LTLT
(#134) Missing docblock for constant constants::M_LANG_LVLV
(#135) Missing docblock for constant constants::M_LANG_SKSK
(#136) Missing docblock for constant constants::M_LANG_SLSI
(#137) Missing docblock for constant constants::M_LANG_ISIS
(#138) Missing docblock for constant constants::M_LANG_MKMK
(#139) Missing docblock for constant constants::M_LANG_SRRS
(#140) Missing docblock for constant constants::M_LANG_VIVN
(#141) Missing docblock for constant constants::M_LANG_OTHER
(#143) Missing docblock for constant constants::TRANSCRIBER_NONE
(#144) Missing docblock for constant constants::TRANSCRIBER_AUTO
(#145) Missing docblock for constant constants::TRANSCRIBER_POODLL
(#147) Missing docblock for constant constants::M_USE_DATATABLES
(#148) Missing docblock for constant constants::M_USE_PAGEDTABLES
(#150) Missing docblock for constant constants::M_NO_TTS
(#151) Missing docblock for constant constants::M_NEURALVOICES
(#153) Line exceeds 132 characters; contains 152 characters
(#155) Missing docblock for constant constants::ALL_VOICES
(#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
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) This comment is 56% valid code; is this commented out code?
(#168) Line exceeds 132 characters; contains 147 characters
(#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) This comment is 56% valid code; is this commented out code?
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) This comment is 56% valid code; is this commented out code?
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) This comment is 56% valid code; is this commented out code?
(#179) Line exceeds 132 characters; contains 166 characters
(#200) Line exceeds 132 characters; contains 158 characters
(#219) Missing docblock for constant constants::MS_TRANSLATE_LANGCODES
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
(#17) Missing @copyright tag
(#17) Missing @license tag
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Missing docblock for constant mod_wordcards_module::STATE_TERMS
(#38) Missing docblock for constant mod_wordcards_module::STATE_STEP1
(#39) Missing docblock for constant mod_wordcards_module::STATE_STEP2
(#40) Missing docblock for constant mod_wordcards_module::STATE_STEP3
(#41) Missing docblock for constant mod_wordcards_module::STATE_STEP4
(#42) Missing docblock for constant mod_wordcards_module::STATE_STEP5
(#43) Missing docblock for constant mod_wordcards_module::STATE_END
(#45) Missing docblock for constant mod_wordcards_module::WORDPOOL_LEARN
(#46) Missing docblock for constant mod_wordcards_module::WORDPOOL_REVIEW
(#47) Missing docblock for constant mod_wordcards_module::WORDPOOL_MY_WORDS
(#48) Missing docblock for constant mod_wordcards_module::WORDPOOL_SESSION_WORDS
(#49) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SCATTER
(#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
(#50) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SCATTER_REV
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_NONE
(#52) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT
(#53) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE
(#54) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_DICTATION
(#55) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS
(#56) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE
(#57) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPACEGAME
(#59) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHSELECT_REV
(#60) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_MATCHTYPE_REV
(#61) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_DICTATION_REV
(#62) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPEECHCARDS_REV
(#63) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_LISTENCHOOSE_REV
(#64) Missing docblock for constant mod_wordcards_module::PRACTICETYPE_SPACEGAME_REV
(#66) Missing member variable doc comment
(#76) Missing member variable doc comment
(#77) Missing member variable doc comment
(#78) Missing member variable doc comment
(#79) Missing member variable doc comment
(#81) Missing docblock for function __construct
(#89) Missing docblock for function course_has_term
(#101) Missing docblock for function register_module_viewed
(#113) Missing docblock for function delete
(#133) Missing docblock for function delete_term
(#138) Missing docblock for function fetch_step_termcount
(#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
(#166) Missing docblock for function get_all_states
(#170) Missing docblock for function get_wordpools
(#182) Missing docblock for function get_allowed_states
(#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
(#190) 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
(#199) Missing docblock for function get_cm
(#203) Missing docblock for function get_mod
(#207) Missing docblock for function get_cmid
(#211) Missing docblock for function get_context
(#215) Missing docblock for function get_course
(#219) Missing docblock for function get_id
(#224) Missing docblock for function get_practicetype
(#239) Missing docblock for function get_wordpool
(#262) Missing docblock for function insert_learned_state
(#266) Expected "if (...) {\n"; found "if(...){\n"
(#279) Expected "if (...) {\n"; found "if(...) {\n"
(#283) Expected "if (...) {\n"; found "if (...){\n"
(#284) Expected "if (...) {\n"; found "if(...) {\n"
(#287) Expected "} else {\n"; found "}else{\n"
(#296) Missing docblock for function insert_media_urls
(#298) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#301) Expected "if (...) {\n"; found "if(...){\n"
(#302) Expected "if (...) {\n"; found "if(...){\n"
(#308) Expected "if (...) {\n"; found "if(...){\n"
(#309) Expected "if (...) {\n"; found "if(...){\n"
(#316) Expected "if (...) {\n"; found "if(...){\n"
(#317) Expected "if (...) {\n"; found "if(...){\n"
(#322) Line exceeds 132 characters; contains 149 characters
(#332) Missing docblock for function format_defs
(#334) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#335) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Expected "if (...) {\n"; found "if(...) {\n"
(#344) Missing docblock for function get_learn_terms
(#362) Missing docblock for function get_review_terms
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) Expected "if (...) {\n"; found "if(...){"
(#442) Expected "if (...) {\n"; found "if(...) {\n"
(#447) Expected "} else {\n"; found "}else{\n"
(#455) Missing docblock for function get_attempts
(#467) Missing docblock for function get_latest_attempt
(#469) Line exceeds 132 characters; contains 142 characters
(#470) Expected "if (...) {\n"; found "if(...){\n"
(#472) Expected "} else {\n"; found "}else{\n"
(#477) Inline comments must start with a capital letter, digit or 3-dots sequence
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) Missing docblock for function can_free_mode
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#487) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Expected "if (...) {\n"; found "if(...){\n"
(#491) Expected "} else {\n"; found "}else{\n"
(#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
(#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
(#503) Missing docblock for function can_session_mode
(#513) Missing docblock for function can_attempt
(#514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#514) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) Expected "if (...) {\n"; found "if(...){"
(#519) Expected "if (...) {\n"; found "if(...){"
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Expected "if (...) {\n"; found "if (...) {"
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#528) Expected "if (...) {\n"; found "if(...){"
(#531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Expected "if (...) {\n"; found "if(...){"
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#536) Expected "if (...) {\n"; found "if(...){"
(#539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) Missing docblock for function get_state
(#552) Expected "if (...) {\n"; found "if(...){\n"
(#554) Expected "} else {\n"; found "}else{\n"
(#559) Missing docblock for function get_terms
(#566) Expected "if (...) {\n"; found "if(...){\n"
(#573) Missing docblock for function has_completed_state
(#607) Inline comments must end in full-stops, exclamation marks, or question marks
(#612) Missing docblock for function mark_terms_as_seen
(#615) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#625) Missing docblock for function mark_terms_as_unseen
(#628) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#635) Missing docblock for function has_seen_all_terms
(#638) Inline comments must end in full-stops, exclamation marks, or question marks
(#656) Missing docblock for function has_terms
(#661) Missing docblock for function has_user_completed_activity
(#666) Missing docblock for function is_completion_enabled
(#670) Missing docblock for function record_failed_association
(#693) Expected "if (...) {\n"; found "if(...) {\n"
(#709) Missing docblock for function record_successful_association
(#728) Missing docblock for function resume_progress
(#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
(#758) Missing docblock for function remove_attempt
(#761) Inline comments must start with a capital letter, digit or 3-dots sequence
(#761) Inline comments must end in full-stops, exclamation marks, or question marks
(#763) Expected "if (...) {\n"; found "if(...){"
(#765) Expected "if (...) {\n"; found "if(...){"
(#771) Inline comments must start with a capital letter, digit or 3-dots sequence
(#771) Inline comments must end in full-stops, exclamation marks, or question marks
(#772) Missing docblock for function create_reattempt
(#775) Inline comments must start with a capital letter, digit or 3-dots sequence
(#775) Inline comments must end in full-stops, exclamation marks, or question marks
(#777) Expected "if (...) {\n"; found "if(...){"
(#779) Expected "if (...) {\n"; found "if(...){"
(#793) Missing docblock for function set_state
(#797) Empty IF statement detected
(#809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#809) Inline comments must end in full-stops, exclamation marks, or question marks
(#812) Inline comments must start with a capital letter, digit or 3-dots sequence
(#812) Inline comments must end in full-stops, exclamation marks, or question marks
(#816) Expected "if (...) {\n"; found "if (...){\n"
(#817) Inline comments must start with a capital letter, digit or 3-dots sequence
(#817) Inline comments must end in full-stops, exclamation marks, or question marks
(#819) Expected "if (...) {\n"; found "if(...){\n"
(#857) Missing docblock for function get_by_cmid
(#862) Missing docblock for function get_by_modid
(#868) Missing docblock for function can_manage
(#871) Missing docblock for function require_manage
(#874) Missing docblock for function can_viewreports
(#877) Missing docblock for function require_viewreports
(#880) Missing docblock for function can_view
(#884) Missing docblock for function require_view
(#888) Missing docblock for function require_view_in_context
(#892) Missing docblock for function get_next_step
(#895) Inline comments must start with a capital letter, digit or 3-dots sequence
(#895) Inline comments must end in full-stops, exclamation marks, or question marks
(#896) Expected "if (...) {\n"; found "if(...){\n"
(#900) Inline comments must end in full-stops, exclamation marks, or question marks
(#908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#908) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#913) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#914) Expected "if (...) {\n"; found "if(...){\n"
(#918) Inline comments must start with a capital letter, digit or 3-dots sequence
(#918) Inline comments must end in full-stops, exclamation marks, or question marks
(#919) Expected "if (...) {\n"; found "if(...){\n"
(#920) Inline comments must start with a capital letter, digit or 3-dots sequence
(#921) Expected "if (...) {\n"; found "if(...){\n"
(#925) 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
(#927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#927) This comment is 84% valid code; is this commented out code?
(#930) Inline comments must start with a capital letter, digit or 3-dots sequence
(#930) Inline comments must end in full-stops, exclamation marks, or question marks
(#931) Expected "if (...) {\n"; found "if (...){\n"
(#935) Inline comments must start with a capital letter, digit or 3-dots sequence
(#935) Inline comments must end in full-stops, exclamation marks, or question marks
(#938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#938) Inline comments must end in full-stops, exclamation marks, or question marks
(#939) Expected "if (...) {\n"; found "if(...){\n"
(#943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#943) Inline comments must end in full-stops, exclamation marks, or question marks
(#944) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#944) Expected "if (...) {\n"; found "if(...){\n"
(#947) Expected "} else {\n"; found "}else{\n"
(#948) Inline comments must start with a capital letter, digit or 3-dots sequence
(#948) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) Inline comments must start with a capital letter, digit or 3-dots sequence
(#953) Inline comments must end in full-stops, exclamation marks, or question marks
(#954) Expected "if (...) {\n"; found "if(...){"
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#956) Inline comments must end in full-stops, exclamation marks, or question marks
(#960) Missing docblock for function are_there_words_to_review
(#963) Inline comments must start with a capital letter, digit or 3-dots sequence
(#963) Inline comments must end in full-stops, exclamation marks, or question marks
(#964) Expected "if (...) {\n"; found "if(...){\n"
(#975) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#991) Missing docblock for function set_region_passagehash
(#993) Expected "if (...) {\n"; found "if(...){\n"
(#996) Expected "if (...) {\n"; found "if(...){\n"
(#997) Inline comments must start with a capital letter, digit or 3-dots sequence
(#997) Inline comments must end in full-stops, exclamation marks, or question marks
(#998) Expected "if (...) {\n"; found "if(...) {\n"
(#999) Inline comments must start with a capital letter, digit or 3-dots sequence
(#999) Inline comments must end in full-stops, exclamation marks, or question marks
(#1001) Expected "if (...) {\n"; found "if (...) {\n"
(#1003) Line exceeds 132 characters; contains 143 characters
(#1009) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1009) Inline comments must end in full-stops, exclamation marks, or question marks
(#1014) Missing docblock for function export_simple_terms_to_csv
(#1016) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1016) Inline comments must end in full-stops, exclamation marks, or question marks
(#1018) Expected "if (...) {\n"; found "if(...){"
(#1022) Expected "foreach (...) {\n"; found "foreach(...){\n"
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
(#71) Line exceeds 132 characters; contains 149 characters
(#91) There should be a comma after the last array item in a multi-line array.
(#105) There should be a comma after the last array item in a multi-line array.
(#125) Commas (,) must be followed by white space.
(#142) Commas (,) must be followed by white space.
(#166) Missing docblock for function get_terms
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// SQL Params" but found "//SQL Params"
(#170) Expected 1 space before "=>"; 0 found
(#170) 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 "// words to show" but found "//words to show"
(#173) Expected "if (...) {\n"; found "if(...){\n"
(#173) Expected 1 space after "=="; 0 found
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#175) Expected "} else {\n"; found "}else{\n"
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) No space found before comment text; expected "// wordpool :: MY WORDS" but found "//wordpool :: MY WORDS"
(#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 "// wordpool :: REVIEW WORDS" but found "//wordpool :: REVIEW WORDS"
(#188) Expected "if (...) {\n"; found "if (...){\n"
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) 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"
(#190) Expected 1 space after "=="; 0 found
(#195) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Expected "} else {\n"; found "}else{\n"
(#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 "// in this case we want words to practice returned" but found "//in this case we want words to practice returned"
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) No space found before comment text; expected "// wordpool :: NEW WORDS" but found "//wordpool :: NEW WORDS"
(#216) Expected "} else {\n"; found "}else{\n"
(#221) 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/output/sessionmode.php
(#17) Missing @copyright tag
(#17) Missing @license tag
(#36) Missing docblock for class sessionmode
(#38) Missing member variable doc comment
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#44) Missing docblock for function __construct
(#84) Line exceeds 132 characters; contains 152 characters
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Missing docblock for function get_terms
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#186) Expected "if (...) {\n"; found "if(...){\n"
(#188) Expected "} else {\n"; found "}else{\n"
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Expected "if (...) {\n"; found "if(...) {\n"
(#210) Expected "} else {\n"; found "}else{\n"
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#229) Expected "} else {\n"; found "}else{\n"
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?
(#41) Missing docblock for interface the_user_provider
(#44) 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
(#44) Missing docblock for interface the_user_provider
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#121) Method name "_get_contexts_for_userid" should not be prefixed with an underscore to indicate visibility
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Method name "_export_user_data" should not be prefixed with an underscore to indicate visibility
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Missing docblock for function fetch_export_attempt_data
(#255) Missing docblock for function fetch_export_term_data
(#317) Line exceeds 132 characters; contains 140 characters
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
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
(#17) Missing @copyright tag
(#17) Missing @license tag
(#68) 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
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Whitespace found at end of line within string
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#135) Expected "} else {\n"; found "}else{\n"
(#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
(#153) This comment is 65% valid code; is this commented out code?
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Line exceeds 132 characters; contains 176 characters
(#176) Missing docblock for function col_bulkselect
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
(#490) Short array syntax must be used to define arrays
(#497) Whitespace found at end of line
(#501) Line indented incorrectly; expected 4 spaces, found 2
(#501) Missing docblock for function get_region_options
(#501) Expected 1 space before opening brace; found 0
(#502) Line indented incorrectly; expected at least 8 spaces, found 6
(#502) Short array syntax must be used to define arrays
(#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.
(#509) Commas (,) must be followed by white space.
(#510) Commas (,) must be followed by white space.
(#511) Commas (,) must be followed by white space.
(#512) Commas (,) must be followed by white space.
(#513) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) There should be a comma after the last array item in a multi-line array.
(#515) Line indented incorrectly; expected at least 8 spaces, found 6
(#516) Line indented incorrectly; expected 4 spaces, found 2
(#518) Missing docblock for function translate_region
(#518) Expected 1 space before opening brace; found 0
(#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
(#526) Closing brace must be on a line by itself
(#527) Closing brace must be on a line by itself
(#528) Closing brace must be on a line by itself
(#529) Closing brace must be on a line by itself
(#530) Closing brace must be on a line by itself
(#531) Closing brace must be on a line by itself
(#535) Missing docblock for function get_timelimit_options
(#535) Expected 1 space before opening brace; found 0
(#536) Short array syntax must be used to define arrays
(#537) Commas (,) must be followed by white space.
(#538) Commas (,) must be followed by white space.
(#538) Commas (,) must be followed by white space.
(#539) Commas (,) must be followed by white space.
(#539) Commas (,) must be followed by white space.
(#540) Commas (,) must be followed by white space.
(#540) Commas (,) must be followed by white space.
(#541) Commas (,) must be followed by white space.
(#542) Commas (,) must be followed by white space.
(#542) Commas (,) must be followed by white space.
(#543) Commas (,) must be followed by white space.
(#543) Commas (,) must be followed by white space.
(#544) Commas (,) must be followed by white space.
(#544) Commas (,) must be followed by white space.
(#544) Short array syntax must be used to define arrays
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#544) Commas (,) must be followed by white space.
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#545) Commas (,) must be followed by white space.
(#545) Commas (,) must be followed by white space.
(#545) There should be a comma after the last array item in a multi-line array.
(#549) Line indented incorrectly; expected 4 spaces, found 2
(#549) Missing docblock for function get_expiredays_options
(#549) Expected 1 space before opening brace; found 0
(#550) Line indented incorrectly; expected at least 8 spaces, found 6
(#550) Short array syntax must be used to define arrays
(#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
(#554) Expected 1 space before "=>"; 0 found
(#554) Expected 1 space after "=>"; 0 found
(#555) Expected 1 space before "=>"; 0 found
(#555) Expected 1 space after "=>"; 0 found
(#556) Expected 1 space before "=>"; 0 found
(#556) Expected 1 space after "=>"; 0 found
(#557) Expected 1 space before "=>"; 0 found
(#557) Expected 1 space after "=>"; 0 found
(#558) Expected 1 space before "=>"; 0 found
(#558) Expected 1 space after "=>"; 0 found
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Commas (,) must be followed by white space.
(#559) There should be a comma after the last array item in a multi-line array.
(#560) Line indented incorrectly; expected at least 8 spaces, found 6
(#561) Line indented incorrectly; expected 4 spaces, found 2
(#563) Missing docblock for function fetch_options_transcribers
(#564) Short array syntax must be used to define arrays
(#569) Missing docblock for function fetch_options_reportstable
(#570) Short array syntax must be used to define arrays
(#575) Missing docblock for function fetch_filemanager_opts
(#575) Expected 1 space before opening brace; found 0
(#576) Line indented incorrectly; expected at least 8 spaces, found 6
(#577) Variable "file_external" must not contain underscores.
(#578) Variable "file_internal" must not contain underscores.
(#579) Short array syntax must be used to define arrays
(#580) Short array syntax must be used to define arrays
(#580) Expected 1 space before "=>"; 0 found
(#580) Variable "file_internal" must not contain underscores.
(#580) Variable "file_external" must not contain underscores.
(#583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#583) Inline comments must end in full-stops, exclamation marks, or question marks
(#583) 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"
(#584) Missing docblock for function is_json
(#595) Inline comments must start with a capital letter, digit or 3-dots sequence
(#595) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) 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"
(#596) Missing docblock for function fetch_polly_url
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#596) Commas (,) must be followed by white space.
(#599) Inline comments must end in full-stops, exclamation marks, or question marks
(#599) 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"
(#600) Expected "if (...) {\n"; found "if(...){"
(#600) Expected 1 space before "="; 0 found
(#600) Expected 1 space after "="; 0 found
(#600) Closing brace must be on a line by itself
(#602) Inline comments must end in full-stops, exclamation marks, or question marks
(#602) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#605) Inline comments must start with a capital letter, digit or 3-dots sequence
(#605) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) This comment is 43% valid code; is this commented out code?
(#605) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#606) Short array syntax must be used to define arrays
(#614) Commas (,) must be followed by white space.
(#616) Expected 1 space before "?"; 0 found
(#616) Expected 1 space after "?"; 0 found
(#624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#624) Inline comments must end in full-stops, exclamation marks, or question marks
(#624) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#627) Inline comments must end in full-stops, exclamation marks, or question marks
(#627) 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"
(#636) Missing docblock for function export_terms_to_csv
(#636) Expected 1 space before opening brace; found 0
(#638) Commas (,) must be followed by white space.
(#638) Short array syntax must be used to define arrays
(#638) Expected 1 space before "=>"; 0 found
(#638) Expected 1 space after "=>"; 0 found
(#640) Inline comments must start with a capital letter, digit or 3-dots sequence
(#640) Inline comments must end in full-stops, exclamation marks, or question marks
(#640) No space found before comment text; expected "// echo header row" but found "//echo header row"
(#643) Inline comments must start with a capital letter, digit or 3-dots sequence
(#643) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#649) Inline comments must start with a capital letter, digit or 3-dots sequence
(#649) Inline comments must end in full-stops, exclamation marks, or question marks
(#649) No space found before comment text; expected "// echo header" but found "//echo header"
(#650) Short array syntax must be used to define arrays
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#650) Commas (,) must be followed by white space.
(#656) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#658) Inline comments must start with a capital letter, digit or 3-dots sequence
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#658) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#660) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#664) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#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
(#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) Expected 1 space before "="; 0 found
(#674) Expected 1 space after "="; 0 found
(#674) Expected 1 space before "?"; 0 found
(#674) Expected 1 space after "?"; 0 found
(#674) Expected 1 space before ":"; 0 found
(#674) Expected 1 space after ":"; 0 found
(#675) Expected 1 space before "="; 0 found
(#675) Expected 1 space after "="; 0 found
(#675) Expected 1 space before "?"; 0 found
(#675) Expected 1 space after "?"; 0 found
(#675) Expected 1 space before ":"; 0 found
(#675) Expected 1 space after ":"; 0 found
(#676) Expected 1 space before "="; 0 found
(#676) Expected 1 space after "="; 0 found
(#676) Expected 1 space before "?"; 0 found
(#676) Expected 1 space after "?"; 0 found
(#676) Expected 1 space before ":"; 0 found
(#676) Expected 1 space after ":"; 0 found
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#677) Expected 1 space before "?"; 0 found
(#677) Expected 1 space after "?"; 0 found
(#677) Expected 1 space before ":"; 0 found
(#677) Expected 1 space after ":"; 0 found
(#678) Expected 1 space before "="; 0 found
(#678) Expected 1 space after "="; 0 found
(#678) Expected 1 space before "?"; 0 found
(#678) Expected 1 space after "?"; 0 found
(#678) Expected 1 space before ":"; 0 found
(#678) Expected 1 space after ":"; 0 found
(#679) Expected 1 space before "="; 0 found
(#679) Expected 1 space after "="; 0 found
(#679) Expected 1 space before "?"; 0 found
(#679) Expected 1 space after "?"; 0 found
(#679) Expected 1 space before ":"; 0 found
(#679) Expected 1 space after ":"; 0 found
(#680) Commas (,) must be followed by white space.
(#680) Commas (,) must be followed by white space.
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#683) No space found before comment text; expected "// After file is created, die" but found "//After file is created, die"
(#687) Inline comments must start with a capital letter, digit or 3-dots sequence
(#687) Inline comments must end in full-stops, exclamation marks, or question marks
(#687) No space found before comment text; expected "// fetch the dictionary entries from cloud poodll" but found "//fetch the dictionary entries from cloud poodll"
(#688) Missing docblock for function fetch_youglish_token
(#691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#691) Inline comments must end in full-stops, exclamation marks, or question marks
(#691) 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"
(#694) Expected "if (...) {\n"; found "if(...){\n"
(#698) Inline comments must end in full-stops, exclamation marks, or question marks
(#698) 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"
(#699) Expected 1 space before "="; 0 found
(#699) Expected 1 space after "="; 0 found
(#700) Expected 1 space before "="; 0 found
(#704) Expected "if (...) {\n"; found "if(...){\n"
(#707) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#712) Inline comments must end in full-stops, exclamation marks, or question marks
(#712) This comment is 43% valid code; is this commented out code?
(#712) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#713) Short array syntax must be used to define arrays
(#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 "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#728) Inline comments must end in full-stops, exclamation marks, or question marks
(#728) 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"
(#738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#738) Inline comments must end in full-stops, exclamation marks, or question marks
(#738) No space found before comment text; expected "// stage remote processing job ..just logging really" but found "//stage remote processing job ..just logging really"
(#739) Missing docblock for function stage_remote_process_job
(#739) Commas (,) must be followed by white space.
(#743) Expected 1 space before "="; 0 found
(#743) Expected 1 space after "="; 0 found
(#744) Expected 1 space before "="; 0 found
(#748) Expected "if (...) {\n"; found "if(...){\n"
(#756) Inline comments must start with a capital letter, digit or 3-dots sequence
(#756) Inline comments must end in full-stops, exclamation marks, or question marks
(#756) No space found before comment text; expected "// owner" but found "//owner"
(#757) Commas (,) must be followed by white space.
(#758) Commas (,) must be followed by white space.
(#760) Inline comments must end in full-stops, exclamation marks, or question marks
(#760) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#763) Inline comments must start with a capital letter, digit or 3-dots sequence
(#763) Inline comments must end in full-stops, exclamation marks, or question marks
(#763) This comment is 43% valid code; is this commented out code?
(#763) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#764) Short array syntax must be used to define arrays
(#771) Inline comments must start with a capital letter, digit or 3-dots sequence
(#771) Inline comments must end in full-stops, exclamation marks, or question marks
(#771) No space found before comment text; expected "// we just want a unique value per session here" but found "//we just want a unique value per session here"
(#773) Expected 1 space after "="; 2 found
(#775) Expected 1 space after "="; 2 found
(#779) Expected 1 space after "="; 0 found
(#791) Inline comments must start with a capital letter, digit or 3-dots sequence
(#791) Inline comments must end in full-stops, exclamation marks, or question marks
(#791) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#794) Inline comments must start with a capital letter, digit or 3-dots sequence
(#794) Inline comments must end in full-stops, exclamation marks, or question marks
(#794) 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"
(#803) Inline comments must start with a capital letter, digit or 3-dots sequence
(#803) Inline comments must end in full-stops, exclamation marks, or question marks
(#803) No space found before comment text; expected "// fetch the dictionary entries from cloud poodll" but found "//fetch the dictionary entries from cloud poodll"
(#804) Missing docblock for function fetch_dictionary_entries
(#804) Commas (,) must be followed by white space.
(#807) Expected 1 space before "="; 0 found
(#807) Expected 1 space after "="; 0 found
(#808) Expected 1 space before "="; 0 found
(#812) Expected "if (...) {\n"; found "if(...){\n"
(#816) Inline comments must end in full-stops, exclamation marks, or question marks
(#816) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#819) Inline comments must start with a capital letter, digit or 3-dots sequence
(#819) Inline comments must end in full-stops, exclamation marks, or question marks
(#819) This comment is 43% valid code; is this commented out code?
(#819) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#820) Short array syntax must be used to define arrays
(#825) Expected 1 space after "="; 0 found
(#826) Expected 1 space after "="; 0 found
(#835) Inline comments must start with a capital letter, digit or 3-dots sequence
(#835) Inline comments must end in full-stops, exclamation marks, or question marks
(#835) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#838) Inline comments must start with a capital letter, digit or 3-dots sequence
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#838) 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"
(#847) Line indented incorrectly; expected 4 spaces, found 2
(#847) Missing docblock for function fetch_auto_voice
(#847) Expected 1 space before opening brace; found 0
(#851) Line indented incorrectly; expected 4 spaces, found 2
(#853) Line indented incorrectly; expected 4 spaces, found 2
(#853) Missing docblock for function get_tts_voices
(#853) Expected 1 space before opening brace; found 0
(#854) Line indented incorrectly; expected at least 8 spaces, found 6
(#854) Expected 1 space before "="; 0 found
(#855) Line indented incorrectly; expected at least 8 spaces, found 6
(#855) Expected 1 space before "="; 0 found
(#855) Expected 1 space after "="; 0 found
(#855) Expected 1 space before "=>"; 0 found
(#855) Expected 1 space after "=>"; 0 found
(#857) Line indented incorrectly; expected 8 spaces, found 6
(#857) Expected "if (...) {\n"; found "if(...) {\n"
(#857) Commas (,) must be followed by white space.
(#858) Line indented incorrectly; expected at least 12 spaces, found 10
(#859) Line indented incorrectly; expected 8 spaces, found 6
(#859) Usage of ELSEIF not allowed; use ELSE IF instead
(#859) Commas (,) must be followed by white space.
(#860) Line indented incorrectly; expected at least 12 spaces, found 10
(#862) Inline comments must start with a capital letter, digit or 3-dots sequence
(#862) Inline comments must end in full-stops, exclamation marks, or question marks
(#862) Line indented incorrectly; expected at least 12 spaces, found 10
(#862) No space found before comment text; expected "// add current language first" but found "//add current language first"
(#863) Line indented incorrectly; expected 12 spaces, found 10
(#864) Line indented incorrectly; expected at least 16 spaces, found 14
(#865) Line indented incorrectly; expected at least 16 spaces, found 14
(#866) Line indented incorrectly; expected 12 spaces, found 10
(#867) Inline comments must start with a capital letter, digit or 3-dots sequence
(#867) Inline comments must end in full-stops, exclamation marks, or question marks
(#867) Line indented incorrectly; expected at least 12 spaces, found 10
(#867) No space found before comment text; expected "// then all the rest" but found "//then all the rest"
(#868) Line indented incorrectly; expected 12 spaces, found 10
(#869) Line indented incorrectly; expected 16 spaces, found 14
(#870) Line indented incorrectly; expected at least 20 spaces, found 18
(#871) Line indented incorrectly; expected 16 spaces, found 14
(#872) Line indented incorrectly; expected 16 spaces, found 14
(#873) Line indented incorrectly; expected at least 20 spaces, found 18
(#874) Line indented incorrectly; expected at least 20 spaces, found 18
(#875) Line indented incorrectly; expected 16 spaces, found 14
(#876) Line indented incorrectly; expected 12 spaces, found 10
(#877) Line indented incorrectly; expected at least 12 spaces, found 10
(#878) Line indented incorrectly; expected 8 spaces, found 6
(#878) Usage of ELSEIF not allowed; use ELSE IF instead
(#878) Commas (,) must be followed by white space.
(#879) Line indented incorrectly; expected at least 12 spaces, found 10
(#879) Expected 1 space before "=>"; 0 found
(#879) Expected 1 space after "=>"; 0 found
(#880) Line indented incorrectly; expected 8 spaces, found 6
(#880) Expected "} else {\n"; found "}else{\n"
(#881) Inline comments must start with a capital letter, digit or 3-dots sequence
(#881) Line indented incorrectly; expected at least 12 spaces, found 10
(#881) No space found before comment text; expected "// what could this be?" but found "//what could this be?"
(#882) Line indented incorrectly; expected at least 12 spaces, found 10
(#883) Line indented incorrectly; expected 8 spaces, found 6
(#885) Line indented incorrectly; expected 4 spaces, found 2
(#887) Line indented incorrectly; expected at least 4 spaces, found 2
(#888) Missing docblock for function fetch_activity_tablabel
(#888) Expected 1 space before opening brace; found 0
(#889) Line indented incorrectly; expected 8 spaces, found 6
(#890) Line indented incorrectly; expected 12 spaces, found 10
(#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) Commas (,) must be followed by white space.
(#896) Space found before semicolon; expected ");" but found ") ;"
(#897) Line indented incorrectly; expected 12 spaces, found 10
(#898) Line indented incorrectly; expected 12 spaces, found 10
(#899) Line indented incorrectly; expected 12 spaces, found 10
(#900) Line indented incorrectly; expected 12 spaces, found 10
(#901) Line indented incorrectly; expected 12 spaces, found 10
(#902) Line indented incorrectly; expected 12 spaces, found 10
(#903) Commas (,) must be followed by white space.
(#905) Line indented incorrectly; expected 8 spaces, found 6
(#909) Missing docblock for function is_review_activity
(#909) Expected 1 space before opening brace; found 0
(#926) Missing docblock for function fetch_activity_tabicon
(#926) Expected 1 space before opening brace; found 0
(#957) Missing docblock for function get_stars
(#957) Expected 1 space before opening brace; found 0
(#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 if (...) {\n"; found "}else if(...) {\n"
(#963) Expected "if (...) {\n"; found "if(...) {\n"
(#963) Expected 1 space before "<"; 0 found
(#963) Expected 1 space after "<"; 0 found
(#964) Variable "ystar_cnt" must not contain underscores.
(#964) Expected 1 space before "="; 0 found
(#964) Expected 1 space after "="; 0 found
(#965) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#965) Expected "if (...) {\n"; found "if(...) {\n"
(#965) Expected 1 space before "<"; 0 found
(#965) Expected 1 space after "<"; 0 found
(#966) Variable "ystar_cnt" must not contain underscores.
(#966) Expected 1 space before "="; 0 found
(#966) Expected 1 space after "="; 0 found
(#967) Expected "} else if (...) {\n"; found "}else if(...) {\n"
(#967) Expected "if (...) {\n"; found "if(...) {\n"
(#967) Expected 1 space before "<"; 0 found
(#967) Expected 1 space after "<"; 0 found
(#968) Variable "ystar_cnt" must not contain underscores.
(#968) Expected 1 space before "="; 0 found
(#968) Expected 1 space after "="; 0 found
(#969) Expected "} else {\n"; found "}else{\n"
(#970) Variable "ystar_cnt" must not contain underscores.
(#970) Expected 1 space before "="; 0 found
(#970) Expected 1 space after "="; 0 found
(#972) Variable "ystar_cnt" must not contain underscores.
(#973) Variable "gstar_cnt" must not contain underscores.
(#973) Expected 1 space before "="; 0 found
(#973) Variable "ystar_cnt" must not contain underscores.
(#974) Variable "gstar_cnt" must not contain underscores.
(#975) Commas (,) must be followed by white space.
(#978) Missing docblock for function get_practicetype_label
(#978) Expected 1 space before opening brace; found 0
(#1009) Line indented incorrectly; expected 4 spaces, found 2
(#1009) Missing docblock for function get_available_freemode_activities
(#1009) Expected 1 space before opening brace; found 0
(#1010) Expected 1 space before "="; 0 found
(#1010) Expected 1 space after "="; 0 found
(#1011) Expected 1 space before "="; 0 found
(#1011) Expected 1 space after "="; 0 found
(#1014) No space found before comment text; expected "// or if something awful happend. So if its not there, default to admin config settings" but found "//or if something awful happend. So if its not there, default to admin config settings"
(#1015) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) No space found before comment text; expected "// so first build the candidate list of activities, before choosing the enabled ones" but found "//so first build the candidate list of activities, before choosing the enabled ones"
(#1018) Must use "self::" for local static member reference
(#1022) Line indented incorrectly; expected 16 spaces, found 15
(#1022) Expected "if (...) {\n"; found "if (...){\n"
(#1023) Line indented incorrectly; expected at least 20 spaces, found 17
(#1023) Expected 1 space after "="; 0 found
(#1024) Line indented incorrectly; expected 16 spaces, found 15
(#1026) Line indented incorrectly; expected 10 spaces, found 8
(#1028) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1028) Inline comments must end in full-stops, exclamation marks, or question marks
(#1028) Line indented incorrectly; expected at least 10 spaces, found 8
(#1028) No space found before comment text; expected "// then we build the return data from the candidates that are set to show in free mode" but found "//then we build the return data from the candidates that are set to show in free mode"
(#1029) Line indented incorrectly; expected 10 spaces, found 8
(#1029) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1029) Expected 1 space before "=>"; 0 found
(#1029) Expected 1 space after "=>"; 0 found
(#1029) Expected 1 space before "=>"; 0 found
(#1029) Expected 1 space after "=>"; 0 found
(#1030) Line indented incorrectly; expected 14 spaces, found 12
(#1030) Expected "if (...) {\n"; found "if(...){\n"
(#1031) Line indented incorrectly; expected at least 18 spaces, found 16
(#1032) Line indented incorrectly; expected 14 spaces, found 12
(#1033) Line indented incorrectly; expected 14 spaces, found 12
(#1034) Line indented incorrectly; expected 18 spaces, found 16
(#1035) Line indented incorrectly; expected at least 22 spaces, found 20
(#1035) Space found after square bracket; expected "[\" but found "[ \"
(#1035) Expected 1 space before "="; 0 found
(#1035) Expected 1 space after "="; 0 found
(#1035) Line exceeds 132 characters; contains 137 characters
(#1037) Line indented incorrectly; expected 18 spaces, found 16
(#1038) Line indented incorrectly; expected at least 22 spaces, found 20
(#1038) Space found after square bracket; expected "[\" but found "[ \"
(#1038) Expected 1 space before "="; 0 found
(#1038) Expected 1 space after "="; 0 found
(#1038) Line exceeds 132 characters; contains 133 characters
(#1040) Line indented incorrectly; expected 18 spaces, found 16
(#1041) Line indented incorrectly; expected at least 22 spaces, found 20
(#1041) Space found after square bracket; expected "[\" but found "[ \"
(#1041) Expected 1 space before "="; 0 found
(#1041) Expected 1 space after "="; 0 found
(#1041) Line exceeds 132 characters; contains 133 characters
(#1043) Line indented incorrectly; expected 18 spaces, found 16
(#1044) Line indented incorrectly; expected at least 22 spaces, found 20
(#1044) Space found after square bracket; expected "[\" but found "[ \"
(#1044) Expected 1 space before "="; 0 found
(#1044) Expected 1 space after "="; 0 found
(#1044) Line exceeds 132 characters; contains 137 characters
(#1046) Line indented incorrectly; expected 18 spaces, found 16
(#1047) Line indented incorrectly; expected at least 22 spaces, found 20
(#1047) Space found after square bracket; expected "[\" but found "[ \"
(#1047) Expected 1 space before "="; 0 found
(#1047) Expected 1 space after "="; 0 found
(#1047) Line exceeds 132 characters; contains 138 characters
(#1049) Line indented incorrectly; expected 18 spaces, found 16
(#1050) Line indented incorrectly; expected at least 22 spaces, found 20
(#1050) Space found after square bracket; expected "[\" but found "[ \"
(#1050) Expected 1 space before "="; 0 found
(#1050) Expected 1 space after "="; 0 found
(#1050) Line exceeds 132 characters; contains 133 characters
(#1051) Whitespace found at end of line
(#1052) Line indented incorrectly; expected 14 spaces, found 12
(#1053) Line indented incorrectly; expected 10 spaces, found 8
(#1054) Line indented incorrectly; expected at least 10 spaces, found 8
(#1055) Line indented incorrectly; expected 4 spaces, found 2
(#1055) Whitespace found at end of line
(#1057) Line indented incorrectly; expected 4 spaces, found 2
(#1057) Missing docblock for function get_practicetype_options
(#1057) Expected 1 space before opening brace; found 0
(#1058) Line indented incorrectly; expected at least 8 spaces, found 6
(#1058) Expected 1 space after "="; 2 found
(#1058) Short array syntax must be used to define arrays
(#1059) Line indented incorrectly; expected at least 8 spaces, found 6
(#1065) There should be a comma after the last array item in a multi-line array.
(#1066) Line indented incorrectly; expected at least 8 spaces, found 6
(#1074) There should be a comma after the last array item in a multi-line array.
(#1077) Line indented incorrectly; expected 8 spaces, found 6
(#1077) Expected "if (...) {\n"; found "if(...){\n"
(#1077) Expected 1 space before "==="; 0 found
(#1077) Expected 1 space after "==="; 0 found
(#1078) Line indented incorrectly; expected at least 12 spaces, found 10
(#1078) Expected 1 space before "="; 0 found
(#1078) Expected 1 space after "="; 0 found
(#1079) Line indented incorrectly; expected 8 spaces, found 6
(#1079) Expected "} else {\n"; found "}else{\n"
(#1080) Inline comments must end in full-stops, exclamation marks, or question marks
(#1080) Line indented incorrectly; expected at least 12 spaces, found 10
(#1080) 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"
(#1081) Line indented incorrectly; expected at least 12 spaces, found 10
(#1082) Line indented incorrectly; expected 8 spaces, found 6
(#1083) Line indented incorrectly; expected at least 8 spaces, found 6
(#1084) Line indented incorrectly; expected 4 spaces, found 2
(#1086) Missing docblock for function fetch_options_listenchoose
(#1086) Expected 1 space before opening brace; found 0
(#1087) Short array syntax must be used to define arrays
(#1088) Expected 1 space before "=>"; 0 found
(#1092) Missing docblock for function fetch_options_matchselect
(#1092) Expected 1 space before opening brace; found 0
(#1093) Short array syntax must be used to define arrays
(#1094) Expected 1 space before "=>"; 0 found
(#1098) Missing docblock for function fetch_options_spacegame
(#1098) Expected 1 space before opening brace; found 0
(#1099) Short array syntax must be used to define arrays
(#1100) Expected 1 space before "=>"; 0 found
(#1104) Line indented incorrectly; expected 4 spaces, found 2
(#1104) Missing docblock for function fetch_options_fontfaceflip
(#1104) Expected 1 space before opening brace; found 0
(#1105) Line indented incorrectly; expected at least 8 spaces, found 6
(#1105) Short array syntax must be used to define arrays
(#1106) Expected 1 space before "=>"; 0 found
(#1108) Line indented incorrectly; expected 4 spaces, found 2
(#1110) Missing docblock for function fetch_options_animations
(#1110) Expected 1 space before opening brace; found 0
(#1111) Short array syntax must be used to define arrays
(#1112) Expected 1 space before "=>"; 0 found
(#1116) Line indented incorrectly; expected 4 spaces, found 3
(#1116) Missing docblock for function get_lang_options
(#1117) Line indented incorrectly; expected at least 8 spaces, found 7
(#1117) Short array syntax must be used to define arrays
(#1154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1154) Inline comments must end in full-stops, exclamation marks, or question marks
(#1154) This comment is 50% valid code; is this commented out code?
(#1154) 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),"
(#1158) Commas (,) must be followed by white space.
(#1159) Commas (,) must be followed by white space.
(#1160) Commas (,) must be followed by white space.
(#1161) Commas (,) must be followed by white space.
(#1174) Commas (,) must be followed by white space.
(#1176) Line indented incorrectly; expected at least 8 spaces, found 7
(#1177) Line indented incorrectly; expected 4 spaces, found 3
(#1179) Missing docblock for function fetch_short_lang
(#1179) Expected 1 space before opening brace; found 0
(#1180) Expected "if (...) {\n"; found "if(...){"
(#1180) Expected 1 space before "<="; 0 found
(#1180) Expected 1 space after "<="; 0 found
(#1180) Closing brace must be on a line by itself
(#1181) Expected "if (...) {\n"; found "if(...){"
(#1181) Expected 1 space before "=="; 0 found
(#1181) Expected 1 space after "=="; 0 found
(#1181) Closing brace must be on a line by itself
(#1182) Commas (,) must be followed by white space.
(#1182) Commas (,) must be followed by white space.
(#1190) Missing docblock for function needs_lang_model
(#1191) Commas (,) must be followed by white space.
(#1199) Expected 1 space before "=="; 0 found
(#1199) Expected 1 space after "=="; 0 found
(#1200) Expected 1 space before "=="; 0 found
(#1200) Expected 1 space after "=="; 0 found
(#1201) Expected 1 space before "=="; 0 found
(#1201) Expected 1 space after "=="; 0 found
(#1202) Expected 1 space before "=="; 0 found
(#1202) Expected 1 space after "=="; 0 found
(#1203) Expected 1 space before "=="; 0 found
(#1203) Expected 1 space after "=="; 0 found
(#1204) Expected 1 space before "=="; 0 found
(#1204) Expected 1 space after "=="; 0 found
(#1205) Expected 1 space before "=="; 0 found
(#1205) Expected 1 space after "=="; 0 found
(#1206) Expected 1 space before "=="; 0 found
(#1206) Expected 1 space after "=="; 0 found
(#1207) Expected 1 space before "=="; 0 found
(#1207) Expected 1 space after "=="; 0 found
(#1208) Expected 1 space before "=="; 0 found
(#1208) Expected 1 space after "=="; 0 found
(#1209) Expected 1 space before "=="; 0 found
(#1209) Expected 1 space after "=="; 0 found
(#1210) Expected 1 space before "=="; 0 found
(#1210) Expected 1 space after "=="; 0 found
(#1211) Expected 1 space before "=="; 0 found
(#1211) Expected 1 space after "=="; 0 found
(#1219) Missing docblock for function fetch_passagehash
(#1221) Expected "if (...) {\n"; found "if(...) {\n"
(#1223) Expected "} else {\n"; found "}else{\n"
(#1233) Missing docblock for function fetch_lang_model
(#1233) Expected 1 space before opening brace; found 0
(#1234) Expected 1 space before "="; 0 found
(#1235) Expected "if (...) {\n"; found "if (...) {"
(#1238) Expected "if (...) {\n"; found "if(...){\n"
(#1242) Expected 1 space before "="; 0 found
(#1242) Expected 1 space after "="; 0 found
(#1243) Expected 1 space before "="; 0 found
(#1243) Expected 1 space after "="; 0 found
(#1244) Expected 1 space before "="; 0 found
(#1244) Expected 1 space after "="; 0 found
(#1245) Expected 1 space before "="; 0 found
(#1246) Expected 1 space before "="; 0 found
(#1246) Expected 1 space after "="; 0 found
(#1247) Expected 1 space before "="; 0 found
(#1247) Expected 1 space after "="; 0 found
(#1249) Commas (,) must be followed by white space.
(#1250) Variable "respObj" must be all lower-case
(#1252) Expected "if (...) {\n"; found "if(...){\n"
(#1252) Variable "respObj" must be all lower-case
(#1253) Variable "respObj" must be all lower-case
(#1253) Expected 1 space after "=="; 0 found
(#1254) Variable "respObj" must be all lower-case
(#1255) Expected "} else {\n"; found "}else{\n"
(#1256) Expected 1 space before "="; 0 found
(#1256) Expected 1 space after "="; 0 found
(#1260) Expected "} else {\n"; found "}else{\n"
(#1270) Missing docblock for function fetch_activity_text
(#1273) Expected "if (...) {\n"; found "if(...){"
(#1273) Closing brace must be on a line by itself
(#1275) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1277) Expected "if (...) {\n"; found "if(...){\n"
(#1282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1282) Inline comments must end in full-stops, exclamation marks, or question marks
(#1282) 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"
(#1283) Expected 1 space before "="; 0 found
(#1283) Expected 1 space after "="; 0 found
(#1285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1285) Inline comments must end in full-stops, exclamation marks, or question marks
(#1285) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#1288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1288) Inline comments must end in full-stops, exclamation marks, or question marks
(#1288) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#1291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1291) Inline comments must end in full-stops, exclamation marks, or question marks
(#1291) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#1292) Expected "if (...) {\n"; found "if(...) {\n"
(#1296) Expected "} else {\n"; found "}else{\n"
(#1302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1302) 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"
(#1303) 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"
(#1305) Inline comments must end in full-stops, exclamation marks, or question marks
(#1305) 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"
(#1306) Expected "if (...) {\n"; found "if(...) {\n"
(#1308) Expected "} else {\n"; found "}else{\n"
(#1312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1312) Inline comments must end in full-stops, exclamation marks, or question marks
(#1312) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#1313) Variable "b_open" must not contain underscores.
(#1314) Variable "b_close" must not contain underscores.
(#1315) Variable "b_sopen" must not contain underscores.
(#1316) Variable "b_sclose" must not contain underscores.
(#1317) Short array syntax must be used to define arrays
(#1317) Variable "b_open" must not contain underscores.
(#1317) Variable "b_close" must not contain underscores.
(#1317) Variable "b_sopen" must not contain underscores.
(#1317) Variable "b_sclose" must not contain underscores.
(#1322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1322) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#1323) Inline comments must end in full-stops, exclamation marks, or question marks
(#1323) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#1325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1325) Inline comments must end in full-stops, exclamation marks, or question marks
(#1325) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#1337) Missing docblock for function isUnicodemb4
(#1337) Public method name "utils::isUnicodemb4" must be in lower-case letters only
(#1338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1338) This comment is 42% valid code; is this commented out code?
(#1338) 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"
(#1344) Expected "if (...) {\n"; found "if(...){"
(#1344) Closing brace must be on a line by itself
(#1346) Expected "if (...) {\n"; found "if(...){"
(#1346) Closing brace must be on a line by itself
(#1348) Expected "if (...) {\n"; found "if(...){"
(#1348) Closing brace must be on a line by itself
(#1350) Expected "if (...) {\n"; found "if(...){\n"
(#1352) Expected "} else {\n"; found "}else{\n"
(#1357) Missing docblock for function add_mform_elements
(#1357) Commas (,) must be followed by white space.
(#1361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1361) Inline comments must end in full-stops, exclamation marks, or question marks
(#1361) 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"
(#1362) Expected "if (...) {\n"; found "if(...) {\n"
(#1367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1367) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#1371) Inline comments must end in full-stops, exclamation marks, or question marks
(#1372) Short array syntax must be used to define arrays
(#1372) Expected 1 space before "=>"; 0 found
(#1372) Expected 1 space after "=>"; 0 found
(#1383) Inline comments must end in full-stops, exclamation marks, or question marks
(#1383) No space found before comment text; expected "// we do not support this in tabs" but found "//we do not support this in tabs"
(#1384) Expected "if (...) {\n"; found "if(...) {\n"
(#1386) Short array syntax must be used to define arrays
(#1386) Short array syntax must be used to define arrays
(#1388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1388) Inline comments must end in full-stops, exclamation marks, or question marks
(#1393) Must use "self::" for local static member reference
(#1396) Commas (,) must be followed by white space.
(#1398) Must use "self::" for local static member reference
(#1401) Commas (,) must be followed by white space.
(#1403) Expected 1 space after "="; 2 found
(#1403) Must use "self::" for local static member reference
(#1403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1403) Inline comments must end in full-stops, exclamation marks, or question marks
(#1403) This comment is 67% valid code; is this commented out code?
(#1404) Expected 1 space before "="; 0 found
(#1404) Expected 1 space after "="; 0 found
(#1405) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1406) Expected 1 space before "="; 0 found
(#1406) Expected 1 space after "="; 0 found
(#1411) Commas (,) must be followed by white space.
(#1414) Expected 1 space after "="; 2 found
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1414) Commas (,) must be followed by white space.
(#1414) Expected 1 space before "=>"; 0 found
(#1414) Expected 1 space after "=>"; 0 found
(#1419) Short array syntax must be used to define arrays
(#1419) Expected 1 space before "=>"; 0 found
(#1419) Expected 1 space after "=>"; 0 found
(#1420) Commas (,) must be followed by white space.
(#1424) Inline comments must end in full-stops, exclamation marks, or question marks
(#1424) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#1425) Short array syntax must be used to define arrays
(#1426) Commas (,) must be followed by white space.
(#1429) Variable "t_options" must not contain underscores.
(#1429) Must use "self::" for local static member reference
(#1431) Variable "t_options" must not contain underscores.
(#1431) Commas (,) must be followed by white space.
(#1433) Commas (,) must be followed by white space.
(#1434) Commas (,) must be followed by white space.
(#1436) Commas (,) must be followed by white space.
(#1437) Commas (,) must be followed by white space.
(#1438) Commas (,) must be followed by white space.
(#1439) Commas (,) must be followed by white space.
(#1441) Commas (,) must be followed by white space.
(#1444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1444) Inline comments must end in full-stops, exclamation marks, or question marks
(#1444) No space found before comment text; expected "// options for practicetype and term count" but found "//options for practicetype and term count"
(#1445) Variable "ptype_options_learn" must not contain underscores.
(#1445) Must use "self::" for local static member reference
(#1446) Variable "ptype_options_all" must not contain underscores.
(#1446) Must use "self::" for local static member reference
(#1447) Variable "termcount_options" must not contain underscores.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1447) Commas (,) must be followed by white space.
(#1450) Variable "ptype_options_learn" must not contain underscores.
(#1451) Variable "termcount_options" must not contain underscores.
(#1454) Variable "ptype_options_all" must not contain underscores.
(#1454) Commas (,) must be followed by white space.
(#1455) Variable "termcount_options" must not contain underscores.
(#1456) Commas (,) must be followed by white space.
(#1459) Variable "ptype_options_all" must not contain underscores.
(#1459) Commas (,) must be followed by white space.
(#1460) Variable "termcount_options" must not contain underscores.
(#1461) Commas (,) must be followed by white space.
(#1464) Variable "ptype_options_all" must not contain underscores.
(#1464) Commas (,) must be followed by white space.
(#1465) Variable "termcount_options" must not contain underscores.
(#1466) Commas (,) must be followed by white space.
(#1469) Variable "ptype_options_all" must not contain underscores.
(#1469) Commas (,) must be followed by white space.
(#1470) Variable "termcount_options" must not contain underscores.
(#1471) Commas (,) must be followed by white space.
(#1473) Inline comments must end in full-stops, exclamation marks, or question marks
(#1473) No space found before comment text; expected "// Free Mode Options" but found "//Free Mode Options"
(#1474) Commas (,) must be followed by white space.
(#1478) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1483) Inline comments must end in full-stops, exclamation marks, or question marks
(#1483) No space found before comment text; expected "// practice type options" but found "//practice type options"
(#1489) Inline comments must end in full-stops, exclamation marks, or question marks
(#1489) No space found before comment text; expected "// Show images on task flip screen" but found "//Show images on task flip screen"
(#1509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1509) Inline comments must end in full-stops, exclamation marks, or question marks
(#1509) Line indented incorrectly; expected at least 8 spaces, found 2
(#1510) Line indented incorrectly; expected at least 8 spaces, found 3
(#1510) Short array syntax must be used to define arrays
(#1515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1515) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#1521) Whitespace found at end of line
(#1521) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1529) Missing docblock for function pack_freemode_options
(#1529) Expected 1 space before opening brace; found 0
(#1530) Whitespace found at end of line
(#1532) Expected 1 space before "="; 0 found
(#1533) Expected 1 space before "="; 0 found
(#1533) Expected 1 space after "="; 0 found
(#1534) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1535) Expected "if (...) {\n"; found "if(...){\n"
(#1535) Expected 1 space before "=="; 0 found
(#1535) Expected 1 space after "=="; 0 found
(#1536) Expected 1 space before "="; 0 found
(#1536) Expected 1 space after "="; 0 found
(#1544) Missing docblock for function unpack_freemode_options
(#1544) Expected 1 space before opening brace; found 0
(#1545) Whitespace found at end of line
(#1546) Expected "if (...) {\n"; found "if (...){\n"
(#1547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1547) Inline comments must end in full-stops, exclamation marks, or question marks
(#1547) No space found before comment text; expected "// first uncheck all the activity boxes" but found "//first uncheck all the activity boxes"
(#1549) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1550) Expected 1 space before "="; 0 found
(#1550) Expected 1 space after "="; 0 found
(#1552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1552) Inline comments must end in full-stops, exclamation marks, or question marks
(#1552) No space found before comment text; expected "// then check the selected ones" but found "//then check the selected ones"
(#1553) Expected 1 space before "="; 0 found
(#1553) Expected 1 space after "="; 0 found
(#1554) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1555) Expected 1 space before "="; 0 found
(#1555) Expected 1 space after "="; 0 found
(#1562) Inline comments must end in full-stops, exclamation marks, or question marks
(#1562) No space found before comment text; expected "// What multi-attempt grading approach" but found "//What multi-attempt grading approach"
(#1563) Missing docblock for function get_grade_options
(#1564) Short array syntax must be used to define arrays
(#1566) There should be a comma after the last array item in a multi-line array.
(#1570) Missing docblock for function save_newterm
(#1570) Commas (,) must be followed by white space.
(#1570) Commas (,) must be followed by white space.
(#1570) Commas (,) must be followed by white space.
(#1570) Commas (,) must be followed by white space.
(#1570) Expected 1 space before opening brace; found 0
(#1582) Must use "self::" for local static member reference
(#1584) Expected "if (...) {\n"; found "if(...){\n"
(#1585) Short array syntax must be used to define arrays
(#1590) Missing docblock for function get_rcdic_langs
(#1591) Opening brace should be on the same line as the declaration
(#1595) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1595) This comment is 86% valid code; is this commented out code?
(#1595) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#1609) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1609) Inline comments must end in full-stops, exclamation marks, or question marks
(#1609) No space found before comment text; expected "// add ms dictionary languages" but found "//add ms dictionary languages"
(#1615) Variable "default_set" must not contain underscores.
(#1616) Expected "for (...) {\n"; found "for(...){\n"
(#1616) Expected 1 space before "="; 0 found
(#1616) Expected 1 space after "="; 0 found
(#1616) Expected 1 space after first semicolon of FOR loop; 0 found
(#1616) Expected 1 space before "<"; 0 found
(#1616) Expected 1 space after "<"; 0 found
(#1616) Expected 1 space after second semicolon of FOR loop; 0 found
(#1617) Expected "if (...) {\n"; found "if(...){\n"
(#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
(#1619) Variable "default_set" must not contain underscores.
(#1623) Expected "if (...) {\n"; found "if(...){"
(#1623) Variable "default_set" must not contain underscores.
(#1623) Expected 1 space before "="; 0 found
(#1623) Expected 1 space after "="; 0 found
(#1623) Closing brace must be on a line by itself
(#1627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1627) 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"
(#1628) Inline comments must end in full-stops, exclamation marks, or question marks
(#1628) 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"
(#1629) Missing docblock for function fetch_rcdic_lang
(#1630) Opening brace should be on the same line as the declaration
(#1631) Line indented incorrectly; expected at least 8 spaces, found 7
(#1631) Must use "self::" for local static member reference
(#1632) Line indented incorrectly; expected 8 spaces, found 7
(#1632) Expected "if (...) {\n"; found "if(...){\n"
(#1632) Expected 1 space before "=="; 0 found
(#1632) Expected 1 space after "=="; 0 found
(#1633) Line indented incorrectly; expected at least 12 spaces, found 11
(#1634) Line indented incorrectly; expected 8 spaces, found 7
(#1635) Line indented incorrectly; expected at least 8 spaces, found 7
(#1638) Missing docblock for function get_msdic_langs
(#1638) Expected 1 space before opening brace; found 0
(#1639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1639) This comment is 72% valid code; is this commented out code?
(#1639) Line indented incorrectly; expected at least 8 spaces, found 7
(#1640) Expected 1 space after "=>"; 0 found
(#1641) Expected 1 space after "=>"; 0 found
(#1642) Expected 1 space after "=>"; 0 found
(#1643) Expected 1 space after "=>"; 0 found
(#1644) Expected 1 space after "=>"; 0 found
(#1645) Expected 1 space after "=>"; 0 found
(#1646) Expected 1 space after "=>"; 0 found
(#1647) Expected 1 space after "=>"; 0 found
(#1648) Expected 1 space after "=>"; 0 found
(#1649) Expected 1 space after "=>"; 0 found
(#1650) Expected 1 space after "=>"; 0 found
(#1651) Expected 1 space after "=>"; 0 found
(#1652) Expected 1 space after "=>"; 0 found
(#1653) Expected 1 space after "=>"; 0 found
(#1654) Expected 1 space after "=>"; 0 found
(#1655) Expected 1 space after "=>"; 0 found
(#1656) Expected 1 space after "=>"; 0 found
(#1657) Expected 1 space after "=>"; 0 found
(#1658) Expected 1 space after "=>"; 0 found
(#1659) Expected 1 space after "=>"; 0 found
(#1660) Expected 1 space after "=>"; 0 found
(#1661) Expected 1 space after "=>"; 0 found
(#1662) Expected 1 space after "=>"; 0 found
(#1663) Expected 1 space after "=>"; 0 found
(#1664) Expected 1 space after "=>"; 0 found
(#1665) Expected 1 space after "=>"; 0 found
(#1666) Expected 1 space after "=>"; 0 found
(#1667) Expected 1 space after "=>"; 0 found
(#1668) Expected 1 space after "=>"; 0 found
(#1669) Expected 1 space after "=>"; 0 found
(#1670) Expected 1 space after "=>"; 0 found
(#1671) Expected 1 space after "=>"; 0 found
(#1672) Expected 1 space after "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1674) Expected 1 space after "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1679) Missing docblock for function get_youglish_config
(#1679) Expected 1 space before opening brace; found 0
(#1681) Expected 1 space before "="; 0 found
(#1681) Short array syntax must be used to define arrays
(#1682) Expected 1 space after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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 after "=>"; 2 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) Expected 1 space after "=>"; 2 found
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1692) Commas (,) must be followed by white space.
(#1692) Expected 1 space before "=>"; 0 found
(#1692) Expected 1 space after "=>"; 0 found
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1693) Commas (,) must be followed by white space.
(#1693) Expected 1 space before "=>"; 0 found
(#1693) Expected 1 space after "=>"; 0 found
(#1694) Expected 1 space before "=>"; 0 found
(#1694) Expected 1 space after "=>"; 0 found
(#1694) Commas (,) must be followed by white space.
(#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
(#1695) Commas (,) must be followed by white space.
(#1695) Expected 1 space before "=>"; 0 found
(#1695) Expected 1 space after "=>"; 0 found
(#1696) Expected 1 space before "=>"; 0 found
(#1696) Expected 1 space after "=>"; 0 found
(#1696) Commas (,) must be followed by white space.
(#1696) Expected 1 space before "=>"; 0 found
(#1696) Expected 1 space after "=>"; 0 found
(#1697) Expected 1 space before "=>"; 0 found
(#1697) Expected 1 space after "=>"; 0 found
(#1697) Commas (,) must be followed by white space.
(#1697) Expected 1 space before "=>"; 0 found
(#1697) Expected 1 space after "=>"; 0 found
(#1698) Expected 1 space after "=>"; 2 found
(#1698) Expected 1 space before "=>"; 0 found
(#1698) Expected 1 space after "=>"; 0 found
(#1698) Commas (,) must be followed by white space.
(#1698) Expected 1 space before "=>"; 0 found
(#1698) Expected 1 space after "=>"; 0 found
(#1699) Expected 1 space before "=>"; 0 found
(#1699) Expected 1 space after "=>"; 0 found
(#1699) Commas (,) must be followed by white space.
(#1699) Expected 1 space before "=>"; 0 found
(#1699) Expected 1 space after "=>"; 0 found
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1701) Expected 1 space before "=>"; 0 found
(#1701) Expected 1 space after "=>"; 0 found
(#1701) Commas (,) must be followed by white space.
(#1701) Expected 1 space before "=>"; 0 found
(#1701) Expected 1 space after "=>"; 0 found
(#1702) Expected 1 space before "=>"; 0 found
(#1702) Expected 1 space after "=>"; 0 found
(#1702) Commas (,) must be followed by white space.
(#1702) Expected 1 space before "=>"; 0 found
(#1702) Expected 1 space after "=>"; 0 found
(#1703) Expected 1 space before "=>"; 0 found
(#1703) Expected 1 space after "=>"; 0 found
(#1703) Commas (,) must be followed by white space.
(#1703) Expected 1 space before "=>"; 0 found
(#1703) Expected 1 space after "=>"; 0 found
(#1704) Expected 1 space before "=>"; 0 found
(#1704) Expected 1 space after "=>"; 0 found
(#1704) Commas (,) must be followed by white space.
(#1704) Expected 1 space before "=>"; 0 found
(#1704) Expected 1 space after "=>"; 0 found
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1706) Expected 1 space before "=>"; 0 found
(#1706) Expected 1 space after "=>"; 0 found
(#1706) Commas (,) must be followed by white space.
(#1706) Expected 1 space before "=>"; 0 found
(#1706) Expected 1 space after "=>"; 0 found
(#1707) Expected 1 space before "=>"; 0 found
(#1707) Expected 1 space after "=>"; 0 found
(#1707) Commas (,) must be followed by white space.
(#1707) Expected 1 space before "=>"; 0 found
(#1707) Expected 1 space after "=>"; 0 found
(#1708) Expected 1 space before "=>"; 0 found
(#1708) Expected 1 space after "=>"; 0 found
(#1708) Commas (,) must be followed by white space.
(#1708) Expected 1 space before "=>"; 0 found
(#1708) Expected 1 space after "=>"; 0 found
(#1709) Expected 1 space before "=>"; 0 found
(#1709) Expected 1 space after "=>"; 0 found
(#1709) Commas (,) must be followed by white space.
(#1709) Expected 1 space before "=>"; 0 found
(#1709) Expected 1 space after "=>"; 0 found
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Commas (,) must be followed by white space.
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1712) Expected 1 space before "=>"; 0 found
(#1712) Expected 1 space after "=>"; 0 found
(#1712) Commas (,) must be followed by white space.
(#1712) Expected 1 space before "=>"; 0 found
(#1712) Expected 1 space after "=>"; 0 found
(#1713) Expected 1 space before "=>"; 0 found
(#1713) Expected 1 space after "=>"; 0 found
(#1713) Commas (,) must be followed by white space.
(#1713) Expected 1 space before "=>"; 0 found
(#1713) Expected 1 space after "=>"; 0 found
(#1714) Expected 1 space before "=>"; 0 found
(#1714) Expected 1 space after "=>"; 0 found
(#1714) Commas (,) must be followed by white space.
(#1714) Expected 1 space before "=>"; 0 found
(#1714) Expected 1 space after "=>"; 0 found
(#1715) Expected 1 space after "=>"; 2 found
(#1715) Expected 1 space before "=>"; 0 found
(#1715) Expected 1 space after "=>"; 0 found
(#1715) Commas (,) must be followed by white space.
(#1715) Expected 1 space before "=>"; 0 found
(#1715) Expected 1 space after "=>"; 0 found
(#1716) Expected 1 space before "=>"; 0 found
(#1716) Expected 1 space after "=>"; 0 found
(#1716) Commas (,) must be followed by white space.
(#1716) Expected 1 space before "=>"; 0 found
(#1716) Expected 1 space after "=>"; 0 found
(#1717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1717) Inline comments must end in full-stops, exclamation marks, or question marks
(#1717) This comment is 75% valid code; is this commented out code?
(#1717) 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],"
(#1718) Expected 1 space before "=>"; 0 found
(#1718) Expected 1 space after "=>"; 0 found
(#1718) Commas (,) must be followed by white space.
(#1718) Expected 1 space before "=>"; 0 found
(#1718) Expected 1 space after "=>"; 0 found
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1720) Expected 1 space before "=>"; 0 found
(#1720) Expected 1 space after "=>"; 0 found
(#1720) Commas (,) must be followed by white space.
(#1720) Expected 1 space before "=>"; 0 found
(#1720) Expected 1 space after "=>"; 0 found
(#1721) Expected 1 space before "=>"; 0 found
(#1721) Expected 1 space after "=>"; 0 found
(#1721) Commas (,) must be followed by white space.
(#1721) Expected 1 space before "=>"; 0 found
(#1721) Expected 1 space after "=>"; 0 found
(#1722) Expected 1 space before "=>"; 0 found
(#1722) Expected 1 space after "=>"; 0 found
(#1722) Commas (,) must be followed by white space.
(#1722) Expected 1 space before "=>"; 0 found
(#1722) Expected 1 space after "=>"; 0 found
(#1723) Expected 1 space before "=>"; 0 found
(#1723) Expected 1 space after "=>"; 0 found
(#1723) Commas (,) must be followed by white space.
(#1723) Expected 1 space before "=>"; 0 found
(#1723) Expected 1 space after "=>"; 0 found
(#1724) Expected 1 space before "=>"; 0 found
(#1724) Expected 1 space after "=>"; 0 found
(#1724) Commas (,) must be followed by white space.
(#1724) Expected 1 space before "=>"; 0 found
(#1724) Expected 1 space after "=>"; 0 found
(#1727) Expected "if (...) {\n"; found "if(...) {\n"
(#1727) Commas (,) must be followed by white space.
(#1728) Expected 1 space before "="; 0 found
(#1730) Expected "} else {\n"; found "}else{\n"
(#1731) Expected 1 space before "="; 0 found
(#1731) Expected 1 space before "=>"; 0 found
(#1731) Expected 1 space after "=>"; 0 found
(#1731) Commas (,) must be followed by white space.
(#1731) Expected 1 space before "=>"; 0 found
(#1731) Expected 1 space after "=>"; 0 found
(#1731) Commas (,) must be followed by white space.
(#1731) Expected 1 space before "=>"; 0 found
(#1731) Expected 1 space after "=>"; 0 found
(#1736) Missing docblock for function get_lexicala_langs
(#1736) Expected 1 space before opening brace; found 0
(#1737) Expected 1 space before "="; 0 found
(#1737) Expected 1 space after "="; 0 found
(#1738) Expected 1 space before "=>"; 0 found
(#1738) Expected 1 space after "=>"; 0 found
(#1738) Commas (,) must be followed by white space.
(#1738) Expected 1 space before "=>"; 0 found
(#1738) Expected 1 space after "=>"; 0 found
(#1739) Expected 1 space before "=>"; 0 found
(#1739) Expected 1 space after "=>"; 0 found
(#1739) Commas (,) must be followed by white space.
(#1739) Expected 1 space before "=>"; 0 found
(#1739) Expected 1 space after "=>"; 0 found
(#1740) Expected 1 space before "=>"; 0 found
(#1740) Expected 1 space after "=>"; 0 found
(#1740) Commas (,) must be followed by white space.
(#1740) Expected 1 space before "=>"; 0 found
(#1740) Expected 1 space after "=>"; 0 found
(#1741) Expected 1 space before "=>"; 0 found
(#1741) Expected 1 space after "=>"; 0 found
(#1741) Commas (,) must be followed by white space.
(#1741) Expected 1 space before "=>"; 0 found
(#1741) Expected 1 space after "=>"; 0 found
(#1742) Expected 1 space before "=>"; 0 found
(#1742) Expected 1 space after "=>"; 0 found
(#1742) Commas (,) must be followed by white space.
(#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
(#1743) Commas (,) must be followed by white space.
(#1743) Expected 1 space before "=>"; 0 found
(#1743) Expected 1 space after "=>"; 0 found
(#1744) Expected 1 space before "=>"; 0 found
(#1744) Expected 1 space after "=>"; 0 found
(#1744) Commas (,) must be followed by white space.
(#1744) Expected 1 space before "=>"; 0 found
(#1744) Expected 1 space after "=>"; 0 found
(#1745) Expected 1 space before "=>"; 0 found
(#1745) Expected 1 space after "=>"; 0 found
(#1745) Commas (,) must be followed by white space.
(#1745) Expected 1 space before "=>"; 0 found
(#1745) Expected 1 space after "=>"; 0 found
(#1746) Expected 1 space before "=>"; 0 found
(#1746) Expected 1 space after "=>"; 0 found
(#1746) Commas (,) must be followed by white space.
(#1746) Expected 1 space before "=>"; 0 found
(#1746) Expected 1 space after "=>"; 0 found
(#1747) Expected 1 space before "=>"; 0 found
(#1747) Expected 1 space after "=>"; 0 found
(#1747) Commas (,) must be followed by white space.
(#1747) Expected 1 space before "=>"; 0 found
(#1747) Expected 1 space after "=>"; 0 found
(#1748) Expected 1 space before "=>"; 0 found
(#1748) Expected 1 space after "=>"; 0 found
(#1748) Commas (,) must be followed by white space.
(#1748) Expected 1 space before "=>"; 0 found
(#1748) Expected 1 space after "=>"; 0 found
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1749) Commas (,) must be followed by white space.
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1750) Commas (,) must be followed by white space.
(#1750) Expected 1 space before "=>"; 0 found
(#1750) Expected 1 space after "=>"; 0 found
(#1751) Expected 1 space before "=>"; 0 found
(#1751) Expected 1 space after "=>"; 0 found
(#1751) Commas (,) must be followed by white space.
(#1751) Expected 1 space before "=>"; 0 found
(#1751) Expected 1 space after "=>"; 0 found
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1752) Commas (,) must be followed by white space.
(#1752) Expected 1 space before "=>"; 0 found
(#1752) Expected 1 space after "=>"; 0 found
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1753) Commas (,) must be followed by white space.
(#1753) Expected 1 space before "=>"; 0 found
(#1753) Expected 1 space after "=>"; 0 found
(#1754) Expected 1 space before "=>"; 0 found
(#1754) Expected 1 space after "=>"; 0 found
(#1754) Commas (,) must be followed by white space.
(#1754) Expected 1 space before "=>"; 0 found
(#1754) Expected 1 space after "=>"; 0 found
(#1755) Expected 1 space before "=>"; 0 found
(#1755) Expected 1 space after "=>"; 0 found
(#1755) Commas (,) must be followed by white space.
(#1755) Expected 1 space before "=>"; 0 found
(#1755) Expected 1 space after "=>"; 0 found
(#1756) Expected 1 space before "=>"; 0 found
(#1756) Expected 1 space after "=>"; 0 found
(#1756) Commas (,) must be followed by white space.
(#1756) Expected 1 space before "=>"; 0 found
(#1756) Expected 1 space after "=>"; 0 found
(#1757) Expected 1 space before "=>"; 0 found
(#1757) Expected 1 space after "=>"; 0 found
(#1757) Commas (,) must be followed by white space.
(#1757) Expected 1 space before "=>"; 0 found
(#1757) Expected 1 space after "=>"; 0 found
(#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
(#1759) Expected 1 space before "=>"; 0 found
(#1759) Expected 1 space after "=>"; 0 found
(#1759) Commas (,) must be followed by white space.
(#1759) Expected 1 space before "=>"; 0 found
(#1759) Expected 1 space after "=>"; 0 found
(#1760) Expected 1 space before "=>"; 0 found
(#1760) Expected 1 space after "=>"; 0 found
(#1760) Commas (,) must be followed by white space.
(#1760) Expected 1 space before "=>"; 0 found
(#1760) Expected 1 space after "=>"; 0 found
(#1761) Expected 1 space before "=>"; 0 found
(#1761) Expected 1 space after "=>"; 0 found
(#1761) Commas (,) must be followed by white space.
(#1761) Expected 1 space before "=>"; 0 found
(#1761) Expected 1 space after "=>"; 0 found
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1762) Commas (,) must be followed by white space.
(#1762) Expected 1 space before "=>"; 0 found
(#1762) Expected 1 space after "=>"; 0 found
(#1763) Expected 1 space before "=>"; 0 found
(#1763) Expected 1 space after "=>"; 0 found
(#1763) Commas (,) must be followed by white space.
(#1763) Expected 1 space before "=>"; 0 found
(#1763) Expected 1 space after "=>"; 0 found
(#1764) Expected 1 space before "=>"; 0 found
(#1764) Expected 1 space after "=>"; 0 found
(#1764) Commas (,) must be followed by white space.
(#1764) Expected 1 space before "=>"; 0 found
(#1764) Expected 1 space after "=>"; 0 found
(#1765) Expected 1 space before "=>"; 0 found
(#1765) Expected 1 space after "=>"; 0 found
(#1765) Commas (,) must be followed by white space.
(#1765) Expected 1 space before "=>"; 0 found
(#1765) Expected 1 space after "=>"; 0 found
(#1766) Expected 1 space before "=>"; 0 found
(#1766) Expected 1 space after "=>"; 0 found
(#1766) Commas (,) must be followed by white space.
(#1766) Expected 1 space before "=>"; 0 found
(#1766) Expected 1 space after "=>"; 0 found
(#1767) Expected 1 space before "=>"; 0 found
(#1767) Expected 1 space after "=>"; 0 found
(#1767) Commas (,) must be followed by white space.
(#1767) Expected 1 space before "=>"; 0 found
(#1767) Expected 1 space after "=>"; 0 found
(#1768) Expected 1 space before "=>"; 0 found
(#1768) Expected 1 space after "=>"; 0 found
(#1768) Commas (,) must be followed by white space.
(#1768) Expected 1 space before "=>"; 0 found
(#1768) Expected 1 space after "=>"; 0 found
(#1769) Expected 1 space before "=>"; 0 found
(#1769) Expected 1 space after "=>"; 0 found
(#1769) Commas (,) must be followed by white space.
(#1769) Expected 1 space before "=>"; 0 found
(#1769) Expected 1 space after "=>"; 0 found
(#1770) Expected 1 space before "=>"; 0 found
(#1770) Expected 1 space after "=>"; 0 found
(#1770) Commas (,) must be followed by white space.
(#1770) Expected 1 space before "=>"; 0 found
(#1770) Expected 1 space after "=>"; 0 found
(#1771) Expected 1 space before "=>"; 0 found
(#1771) Expected 1 space after "=>"; 0 found
(#1771) Commas (,) must be followed by white space.
(#1771) Expected 1 space before "=>"; 0 found
(#1771) Expected 1 space after "=>"; 0 found
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1772) Commas (,) must be followed by white space.
(#1772) Expected 1 space before "=>"; 0 found
(#1772) Expected 1 space after "=>"; 0 found
(#1773) Expected 1 space before "=>"; 0 found
(#1773) Expected 1 space after "=>"; 0 found
(#1773) Commas (,) must be followed by white space.
(#1773) Expected 1 space before "=>"; 0 found
(#1773) Expected 1 space after "=>"; 0 found
(#1774) Expected 1 space before "=>"; 0 found
(#1774) Expected 1 space after "=>"; 0 found
(#1774) Commas (,) must be followed by white space.
(#1774) Expected 1 space before "=>"; 0 found
(#1774) Expected 1 space after "=>"; 0 found
(#1775) Expected 1 space before "=>"; 0 found
(#1775) Expected 1 space after "=>"; 0 found
(#1775) Commas (,) must be followed by white space.
(#1775) Expected 1 space before "=>"; 0 found
(#1775) Expected 1 space after "=>"; 0 found
(#1776) Expected 1 space before "=>"; 0 found
(#1776) Expected 1 space after "=>"; 0 found
(#1776) Commas (,) must be followed by white space.
(#1776) Expected 1 space before "=>"; 0 found
(#1776) Expected 1 space after "=>"; 0 found
(#1777) Expected 1 space before "=>"; 0 found
(#1777) Expected 1 space after "=>"; 0 found
(#1777) Commas (,) must be followed by white space.
(#1777) Expected 1 space before "=>"; 0 found
(#1777) Expected 1 space after "=>"; 0 found
(#1778) Expected 1 space before "=>"; 0 found
(#1778) Expected 1 space after "=>"; 0 found
(#1778) Commas (,) must be followed by white space.
(#1778) Expected 1 space before "=>"; 0 found
(#1778) Expected 1 space after "=>"; 0 found
(#1779) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1779) Commas (,) must be followed by white space.
(#1779) Expected 1 space before "=>"; 0 found
(#1779) Expected 1 space after "=>"; 0 found
(#1780) Expected 1 space before "=>"; 0 found
(#1780) Expected 1 space after "=>"; 0 found
(#1780) Commas (,) must be followed by white space.
(#1780) Expected 1 space before "=>"; 0 found
(#1780) Expected 1 space after "=>"; 0 found
(#1781) Expected 1 space before "=>"; 0 found
(#1781) Expected 1 space after "=>"; 0 found
(#1781) Commas (,) must be followed by white space.
(#1781) Expected 1 space before "=>"; 0 found
(#1781) Expected 1 space after "=>"; 0 found
(#1782) Expected 1 space before "=>"; 0 found
(#1782) Expected 1 space after "=>"; 0 found
(#1782) Commas (,) must be followed by white space.
(#1782) Expected 1 space before "=>"; 0 found
(#1782) Expected 1 space after "=>"; 0 found
(#1783) Expected 1 space before "=>"; 0 found
(#1783) Expected 1 space after "=>"; 0 found
(#1783) Commas (,) must be followed by white space.
(#1783) Expected 1 space before "=>"; 0 found
(#1783) Expected 1 space after "=>"; 0 found
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1784) Commas (,) must be followed by white space.
(#1784) Expected 1 space before "=>"; 0 found
(#1784) Expected 1 space after "=>"; 0 found
(#1785) Variable "default_set" must not contain underscores.
(#1786) Expected "for (...) {\n"; found "for(...){\n"
(#1786) Expected 1 space before "="; 0 found
(#1786) Expected 1 space after "="; 0 found
(#1786) Expected 1 space after first semicolon of FOR loop; 0 found
(#1786) Expected 1 space before "<"; 0 found
(#1786) Expected 1 space after "<"; 0 found
(#1786) Expected 1 space after second semicolon of FOR loop; 0 found
(#1787) Expected "if (...) {\n"; found "if(...){\n"
(#1787) Expected 1 space before "=="; 0 found
(#1787) Expected 1 space after "=="; 0 found
(#1788) Expected 1 space before "="; 0 found
(#1788) Expected 1 space after "="; 0 found
(#1789) Variable "default_set" must not contain underscores.
(#1793) Expected "if (...) {\n"; found "if(...){"
(#1793) Variable "default_set" must not contain underscores.
(#1793) Expected 1 space before "="; 0 found
(#1793) Expected 1 space after "="; 0 found
(#1793) Closing brace must be on a line by itself
(#1797) Missing docblock for function get_lang_name
(#1797) Expected 1 space before opening brace; found 0
(#1798) Expected "if (...) {\n"; found "if(...){\n"
(#1798) Expected 1 space before ">"; 0 found
(#1798) Expected 1 space after ">"; 0 found
(#1799) Commas (,) must be followed by white space.
(#1799) Commas (,) must be followed by white space.
(#1800) Expected "} else {\n"; found "}else{\n"
(#1805) Closing brace must be on a line by itself
(#1806) Closing brace must be on a line by itself
(#1807) Closing brace must be on a line by itself
(#1808) Closing brace must be on a line by itself
(#1809) Closing brace must be on a line by itself
(#1810) Closing brace must be on a line by itself
(#1811) Closing brace must be on a line by itself
(#1812) Closing brace must be on a line by itself
(#1813) Closing brace must be on a line by itself
(#1814) Closing brace must be on a line by itself
(#1815) Closing brace must be on a line by itself
(#1816) Closing brace must be on a line by itself
(#1817) Closing brace must be on a line by itself
(#1818) Closing brace must be on a line by itself
(#1818) Expected 1 space before "=="; 0 found
(#1818) Expected 1 space after "=="; 0 found
(#1820) Commas (,) must be followed by white space.
(#1824) Missing docblock for function update_deflanguage
(#1824) Expected 1 space before opening brace; found 0
(#1826) Commas (,) must be followed by white space.
(#1826) Short array syntax must be used to define arrays
(#1826) Expected 1 space before "=>"; 0 found
(#1826) Expected 1 space after "=>"; 0 found
(#1827) Expected "if (...) {\n"; found "if(...){"
(#1827) Closing brace must be on a line by itself
(#1828) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1828) Inline comments must end in full-stops, exclamation marks, or question marks
(#1828) 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"
(#1829) Expected "if (...) {\n"; found "if(...){"
(#1829) Expected 1 space before "=="; 0 found
(#1829) Expected 1 space after "=="; 0 found
(#1829) Closing brace must be on a line by itself
(#1830) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1831) Expected "if (...) {\n"; found "if(...){"
(#1831) Closing brace must be on a line by itself
(#1832) Expected "if (...) {\n"; found "if(...){"
(#1832) Closing brace must be on a line by itself
(#1834) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1834) Inline comments must end in full-stops, exclamation marks, or question marks
(#1834) 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"
(#1835) Expected "if (...) {\n"; found "if(...) {\n"
(#1835) Expected 1 space before "=="; 0 found
(#1835) Expected 1 space after "=="; 0 found
(#1836) Expected 1 space before "="; 0 found
(#1836) Expected 1 space after "="; 0 found
(#1838) Expected "if (...) {\n"; found "if(...){\n"
(#1840) Expected "if (...) {\n"; found "if(...){\n"
(#1841) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1841) Inline comments must end in full-stops, exclamation marks, or question marks
(#1841) No space found before comment text; expected "// lexicala" but found "//lexicala"
(#1843) Expected "if (...) {\n"; found "if(...){\n"
(#1844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1844) Inline comments must end in full-stops, exclamation marks, or question marks
(#1844) 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"
(#1847) Expected "} else {\n"; found "}else{\n"
(#1848) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1848) Inline comments must end in full-stops, exclamation marks, or question marks
(#1848) No space found before comment text; expected "// r and c db" but found "//r and c db"
(#1851) Expected 1 space before "=>"; 0 found
(#1851) Expected 1 space after "=>"; 0 found
(#1851) Commas (,) must be followed by white space.
(#1851) Expected 1 space before "=>"; 0 found
(#1851) Expected 1 space after "=>"; 0 found
(#1856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1856) No space found before comment text; expected "// can speak neural?" but found "//can speak neural?"
(#1857) Missing docblock for function can_speak_neural
(#1857) Commas (,) must be followed by white space.
(#1857) Expected 1 space before opening brace; found 0
(#1859) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1859) Inline comments must end in full-stops, exclamation marks, or question marks
(#1859) No space found before comment text; expected "// check if the region is supported" but found "//check if the region is supported"
(#1869) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1869) Inline comments must end in full-stops, exclamation marks, or question marks
(#1869) No space found before comment text; expected "// ok" but found "//ok"
(#1875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1875) Inline comments must end in full-stops, exclamation marks, or question marks
(#1875) No space found before comment text; expected "// check if the voice is supported" but found "//check if the voice is supported"
(#1876) Expected "if (...) {\n"; found "if(...){\n"
(#1876) Commas (,) must be followed by white space.
(#1878) Expected "} else {\n"; found "}else{\n"
(#1883) No space found before comment text; expected "// Prepare the data for import" but found "//Prepare the data for import"
(#1884) Inline comments must end in full-stops, exclamation marks, or question marks
(#1884) 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"
(#1885) Missing docblock for function prepare_import_data_row
(#1885) Commas (,) must be followed by white space.
(#1885) Expected 1 space before opening brace; found 0
(#1887) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1887) Inline comments must end in full-stops, exclamation marks, or question marks
(#1887) 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"
(#1888) Commas (,) must be followed by white space.
(#1888) Commas (,) must be followed by white space.
(#1889) Expected "if (...) {\n"; found "if(...){\n"
(#1889) Expected 1 space before ">="; 0 found
(#1889) Expected 1 space after ">="; 0 found
(#1894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1894) Inline comments must end in full-stops, exclamation marks, or question marks
(#1894) No space found before comment text; expected "// voices" but found "//voices"
(#1895) Must use "self::" for local static member reference
(#1896) Expected 1 space before "="; 0 found
(#1896) Expected 1 space after "="; 0 found
(#1897) Expected "if (...) {\n"; found "if(...){\n"
(#1898) Commas (,) must be followed by white space.
(#1899) Expected "if (...) {\n"; found "if(...) {\n"
(#1899) Commas (,) must be followed by white space.
(#1899) Expected 1 space before "!="; 0 found
(#1899) Expected 1 space after "!="; 0 found
(#1904) Expected "if (...) {\n"; found "if(...) {\n"
(#1905) Must use "self::" for local static member reference
(#1908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1908) Inline comments must end in full-stops, exclamation marks, or question marks
(#1908) No space found before comment text; expected "// model sentence" but found "//model sentence"
(#1909) Expected "if (...) {\n"; found "if(...) {\n"
(#1913) Expected "} else {\n"; found "}else{\n"
(#1918) Missing docblock for function fetch_glossaries_list
(#1918) Expected 1 space before opening brace; found 0
(#1920) Commas (,) must be followed by white space.
(#1920) Short array syntax must be used to define arrays
(#1920) Expected 1 space before "=>"; 0 found
(#1920) Expected 1 space after "=>"; 0 found
(#1922) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1928) Missing docblock for function super_trim
(#1928) Expected 1 space before opening brace; found 0
(#1929) Expected "if (...) {\n"; found "if(...){\n"
(#1929) Expected 1 space before "=="; 0 found
(#1929) Expected 1 space after "=="; 0 found
(#1931) 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
(#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
(#569) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#580) 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
(#17) Missing @copyright tag
(#17) Missing @license tag
(#27) Unexpected comment found. Auto-fixing will not work after this comment
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) This comment is 70% valid code; is this commented out code?
(#28) Unexpected comment found. Auto-fixing will not work after this comment
(#34) The string key "definition_help" is not in the correct order, it should be before "shortdefinition"
(#35) Unexpected comment found. Auto-fixing will not work after this comment
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) This comment is 78% valid code; is this commented out code?
(#39) The string key "delim_tab" is not in the correct order, it should be before "delimiter"
(#40) The string key "delim_comma" is not in the correct order, it should be before "delim_tab"
(#48) The string key "wordcards:manageattempts" is not in the correct order, it should be before "wordcards:viewreports"
(#49) The string key "wordcards:manage" is not in the correct order, it should be before "wordcards:manageattempts"
(#50) The string key "wordcards:export" is not in the correct order, it should be before "wordcards:manage"
(#51) The string key "reviewactivity" is not in the correct order, it should be before "wordcards:export"
(#53) The string key "privacy:metadata:attemptid" is not in the correct order, it should be before "reviewactivity"
(#55) The string key "privacy:metadata:userid" is not in the correct order, it should be before "privacy:metadata:wordcardsid"
(#56) The string key "privacy:metadata:grade1" is not in the correct order, it should be before "privacy:metadata:userid"
(#62) The string key "privacy:metadata:timecreated" is not in the correct order, it should be before "privacy:metadata:totalgrade"
(#64) The string key "privacy:metadata:attempttable" is not in the correct order, it should be before "privacy:metadata:timemodified"
(#66) The string key "privacy:metadata:associationstable" is not in the correct order, it should be before "privacy:metadata:seentable"
(#68) The string key "privacy:metadata" is not in the correct order, it should be before "privacy:metadata:mywordstable"
(#71) The string key "privacy:metadata:lastfail" is not in the correct order, it should be before "privacy:metadata:termid"
(#73) The string key "privacy:metadata:failcount" is not in the correct order, it should be before "privacy:metadata:lastsuccess"
(#77) Unexpected comment found. Auto-fixing will not work after this comment
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) This comment is 78% valid code; is this commented out code?
(#79) The string key "gotit" is not in the correct order, it should be before "privacy:metadata:successcount"
(#84) Unexpected comment found. Auto-fixing will not work after this comment
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) This comment is 68% valid code; is this commented out code?
(#85) Unexpected comment found. Auto-fixing will not work after this comment
(#86) Unexpected comment found. Auto-fixing will not work after this comment
(#92) The string key "loading" is not in the correct order, it should be before "step5termcount"
(#93) The string key "learnactivity" is not in the correct order, it should be before "loading"
(#105) Unexpected comment found. Auto-fixing will not work after this comment
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) This comment is 78% valid code; is this commented out code?
(#106) The string key "managewords" is not in the correct order, it should be before "removeuserdata"
(#107) Unexpected comment found. Auto-fixing will not work after this comment
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) This comment is 70% valid code; is this commented out code?
(#108) Unexpected comment found. Auto-fixing will not work after this comment
(#111) The string key "tabimport" is not in the correct order, it should be before "tabmanagewords"
(#120) The string key "step1practicetype" is not in the correct order, it should be before "termseen"
(#125) The string key "matchselect" is not in the correct order, it should be before "step5practicetype"
(#127) The string key "dictation" is not in the correct order, it should be before "matchtype"
(#132) The string key "apiuser" is not in the correct order, it should be before "speechcards"
(#134) The string key "apisecret" is not in the correct order, it should be before "apiuser_details"
(#137) The string key "tokyo" is not in the correct order, it should be before "useast1"
(#138) The string key "sydney" is not in the correct order, it should be before "tokyo"
(#139) The string key "dublin" is not in the correct order, it should be before "sydney"
(#141) The string key "frankfurt" is not in the correct order, it should be before "ottawa"
(#144) The string key "mumbai" is not in the correct order, it should be before "saopaulo"
(#146) The string key "bahrain" is not in the correct order, it should be before "singapore"
(#150) The string key "en-us" is not in the correct order, it should be before "forever"
(#151) The string key "en-gb" is not in the correct order, it should be before "en-us"
(#152) The string key "en-au" is not in the correct order, it should be before "en-gb"
(#159) The string key "fr-ca" is not in the correct order, it should be before "fr-fr"
(#160) The string key "fil-ph" is not in the correct order, it should be before "fr-ca"
(#163) The string key "it-it" is not in the correct order, it should be before "pt-br"
(#164) The string key "da-dk" is not in the correct order, it should be before "it-it"
(#166) The string key "de-at" is not in the correct order, it should be before "de-de"
(#170) The string key "ar-ae" is not in the correct order, it should be before "ko-kr"
(#173) The string key "nl-nl" is not in the correct order, it should be before "zh-cn"
(#174) The string key "nl-be" is not in the correct order, it should be before "nl-nl"
(#175) The string key "en-ie" is not in the correct order, it should be before "nl-be"
(#177) The string key "en-ab" is not in the correct order, it should be before "en-wl"
(#188) The string key "mi-nz" is not in the correct order, it should be before "tr-tr"
(#189) The string key "bg-bg" is not in the correct order, it should be before "mi-nz"
(#189) Unexpected comment found. Auto-fixing will not work after this comment
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#191) Unexpected comment found. Auto-fixing will not work after this comment
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Unexpected comment found. Auto-fixing will not work after this comment
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Unexpected comment found. Auto-fixing will not work after this comment
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Unexpected comment found. Auto-fixing will not work after this comment
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Unexpected comment found. Auto-fixing will not work after this comment
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Unexpected comment found. Auto-fixing will not work after this comment
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Unexpected comment found. Auto-fixing will not work after this comment
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) The string key "is-is" is not in the correct order, it should be before "sl-si"
(#198) Unexpected comment found. Auto-fixing will not work after this comment
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Unexpected comment found. Auto-fixing will not work after this comment
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Unexpected comment found. Auto-fixing will not work after this comment
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Unexpected comment found. Auto-fixing will not work after this comment
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Unexpected comment found. Auto-fixing will not work after this comment
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) The string key "uk-ua" is not in the correct order, it should be before "vi-vn"
(#205) The string key "eu-es" is not in the correct order, it should be before "uk-ua"
(#210) The string key "no-no" is not in the correct order, it should be before "sv-se"
(#211) The string key "nb-no" is not in the correct order, it should be before "no-no"
(#211) Unexpected comment found. Auto-fixing will not work after this comment
(#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
(#214) Unexpected comment found. Auto-fixing will not work after this comment
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) The string key "awsregion" is not in the correct order, it should be before "xx-xx"
(#217) Unexpected comment found. Auto-fixing will not work after this comment
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) This comment is 100% valid code; is this commented out code?
(#219) The string key "displaysubs" is not in the correct order, it should be before "expiredays"
(#221) The string key "noapisecret" is not in the correct order, it should be before "noapiuser"
(#222) The string key "credentialsinvalid" is not in the correct order, it should be before "noapisecret"
(#223) The string key "appauthorised" is not in the correct order, it should be before "credentialsinvalid"
(#226) The string key "notokenincache" is not in the correct order, it should be before "refreshtoken"
(#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) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) The string key "nocredentials" is not in the correct order, it should be before "notokenincache"
(#230) The string key "nosubscriptions" is not in the correct order, it should be before "novalidcredentials"
(#234) The string key "transcriber_auto" is not in the correct order, it should be before "transcriber_details"
(#236) The string key "enabletts_details" is not in the correct order, it should be before "transcriber_poodll"
(#240) The string key "alternates" is not in the correct order, it should be before "ttsvoice_help"
(#248) Unexpected comment found. Auto-fixing will not work after this comment
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) This comment is 78% valid code; is this commented out code?
(#249) The string key "next" is not in the correct order, it should be before "starttest"
(#251) Unexpected comment found. Auto-fixing will not work after this comment
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) This comment is 78% valid code; is this commented out code?
(#252) The string key "listen" is not in the correct order, it should be before "previous"
(#253) Unexpected comment found. Auto-fixing will not work after this comment
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) This comment is 70% valid code; is this commented out code?
(#254) Unexpected comment found. Auto-fixing will not work after this comment
(#255) The string key "flip" is not in the correct order, it should be before "listen"
(#257) The string key "meaning" is not in the correct order, it should be before "word"
(#258) The string key "correct" is not in the correct order, it should be before "meaning"
(#259) Unexpected comment found. Auto-fixing will not work after this comment
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) This comment is 78% valid code; is this commented out code?
(#263) The string key "title_dictation" is not in the correct order, it should be before "title_matchtype"
(#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?
(#266) The string key "title_listenchoose" is not in the correct order, it should be before "title_speechcards"
(#269) The string key "review" is not in the correct order, it should be before "title_spacegame"
(#270) The string key "practice" is not in the correct order, it should be before "review"
(#273) The string key "title_matchselect_rev" is not in the correct order, it should be before "title_noactivity"
(#275) The string key "title_dictation_rev" is not in the correct order, it should be before "title_matchtype_rev"
(#276) Unexpected comment found. Auto-fixing will not work after this comment
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) This comment is 78% valid code; is this commented out code?
(#278) The string key "title_listenchoose_rev" is not in the correct order, it should be before "title_speechcards_rev"
(#282) The string key "instructions_matchselect" is not in the correct order, it should be before "title_vocablist"
(#284) The string key "instructions_dictation" is not in the correct order, it should be before "instructions_matchtype"
(#285) Unexpected comment found. Auto-fixing will not work after this comment
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) This comment is 78% valid code; is this commented out code?
(#288) Unexpected comment found. Auto-fixing will not work after this comment
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) This comment is 78% valid code; is this commented out code?
(#290) Unexpected comment found. Auto-fixing will not work after this comment
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) The string key "reports" is not in the correct order, it should be before "tabreports"
(#295) The string key "deleteattemptconfirm" is not in the correct order, it should be before "reports"
(#296) The string key "delete" is not in the correct order, it should be before "deleteattemptconfirm"
(#297) The string key "attemptsreport" is not in the correct order, it should be before "delete"
(#298) The string key "attemptsheading" is not in the correct order, it should be before "attemptsreport"
(#303) The string key "grade" is not in the correct order, it should be before "username"
(#306) The string key "deletenow" is not in the correct order, it should be before "timecreated"
(#309) The string key "exportexcel" is not in the correct order, it should be before "returntoreports"
(#312) The string key "maxattempts" is not in the correct order, it should be before "nodataavailable"
(#315) Unexpected comment found. Auto-fixing will not work after this comment
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) The string key "grades" is not in the correct order, it should be before "unlimited"
(#318) The string key "gradesheadinglatest" is not in the correct order, it should be before "userattemptsheading"
(#319) The string key "gradesheadinghighest" is not in the correct order, it should be before "gradesheadinglatest"
(#321) The string key "grade1_p" is not in the correct order, it should be before "gradesreport"
(#326) The string key "attempts" is not in the correct order, it should be before "grade5_p"
(#329) The string key "next_step" is not in the correct order, it should be before "try_again"
(#330) The string key "done" is not in the correct order, it should be before "next_step"
(#332) The string key "reattempt" is not in the correct order, it should be before "skip"
(#333) The string key "continue" is not in the correct order, it should be before "reattempt"
(#335) The string key "reattemptbody" is not in the correct order, it should be before "reattempttitle"
(#336) The string key "importinstructions" is not in the correct order, it should be before "reattemptbody"
(#341) The string key "audioandimages" is not in the correct order, it should be before "model_sentence_help"
(#342) The string key "addnewterm" is not in the correct order, it should be before "audioandimages"
(#348) The string key "showimagesonflipscreen" is not in the correct order, it should be before "tabsetup"
(#350) The string key "frontfaceflip" is not in the correct order, it should be before "showimagesonflipscreen_desc"
(#353) The string key "gradespushed" is not in the correct order, it should be before "pushalltogradebook"
(#354) The string key "gradesadmin" is not in the correct order, it should be before "gradespushed"
(#355) The string key "cancelbuttontext" is not in the correct order, it should be before "gradesadmin"
(#356) The string key "cancelattempttitle" is not in the correct order, it should be before "cancelbuttontext"
(#357) The string key "cancelattemptbody" is not in the correct order, it should be before "cancelattempttitle"
(#358) The string key "cancelattempt" is not in the correct order, it should be before "cancelattemptbody"
(#361) The string key "gradehighest" is not in the correct order, it should be before "gradelatest"
(#365) The string key "gradeoptions_details" is not in the correct order, it should be before "gradeoptions_help"
(#368) The string key "addwords" is not in the correct order, it should be before "letsaddwords"
(#372) Unexpected comment found. Auto-fixing will not work after this comment
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) This comment is 70% valid code; is this commented out code?
(#373) Unexpected comment found. Auto-fixing will not work after this comment
(#374) The string key "fillcredentials" is not in the correct order, it should be before "freetrial_desc"
(#376) The string key "ww_words" is not in the correct order, it should be before "ww_words_instructions"
(#378) The string key "word_wizard" is not in the correct order, it should be before "ww_words_fetch"
(#381) The string key "model" is not in the correct order, it should be before "ww_langdef"
(#383) The string key "dismiss" is not in the correct order, it should be before "use"
(#384) The string key "deflanguage" is not in the correct order, it should be before "dismiss"
(#387) The string key "nodefinitionfound" is not in the correct order, it should be before "wizardinstructions"
(#389) The string key "viewend" is not in the correct order, it should be before "viewstart"
(#391) The string key "viewend_help" is not in the correct order, it should be before "viewstart_help"
(#392) The string key "activitydate:submissionsdue" is not in the correct order, it should be before "viewend_help"
(#396) The string key "activityisclosed" is not in the correct order, it should be before "activityisnotopenyet"
(#399) The string key "activityopenscloses" is not in the correct order, it should be before "until"
(#401) The string key "mode_steps" is not in the correct order, it should be before "wordcards:preview"
(#402) The string key "mode_free" is not in the correct order, it should be before "mode_steps"
(#405) The string key "mode_freeaftersession" is not in the correct order, it should be before "mode_session"
(#406) The string key "journeymode" is not in the correct order, it should be before "mode_freeaftersession"
(#408) The string key "addtomywords" is not in the correct order, it should be before "m"
(#411) The string key "freemode" is not in the correct order, it should be before "saving"
(#413) The string key "exitfreemode" is not in the correct order, it should be before "stepsmode"
(#415) The string key "empty" is not in the correct order, it should be before "mywords"
(#417) The string key "practicetype" is not in the correct order, it should be before "words"
(#418) The string key "freemodeintropara1" is not in the correct order, it should be before "practicetype"
(#422) The string key "flashcards" is not in the correct order, it should be before "startintropara1"
(#425) The string key "freemodenotavailable" is not in the correct order, it should be before "selectwordstolearn"
(#427) The string key "def_wordstoshow" is not in the correct order, it should be before "sessionmodenotavailable"
(#434) The string key "backtocourse" is not in the correct order, it should be before "totalscore"
(#436) The string key "lc_termterm" is not in the correct order, it should be before "morepractice"
(#437) The string key "lc_termdef" is not in the correct order, it should be before "lc_termterm"
(#444) The string key "animations" is not in the correct order, it should be before "sgoptions_details"
(#446) The string key "anim_fancy" is not in the correct order, it should be before "animations_details"
(#449) The string key "eventwordcardsattemptsubmitted" is not in the correct order, it should be before "eventwordcardsstepsubmitted"
(#452) Unexpected comment found. Auto-fixing will not work after this comment
(#452) Inline comments must start with a capital letter, digit or 3-dots sequence
(#452) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) The string key "points" is not in the correct order, it should be before "scoreheader"
(#460) The string key "shootthepairs" is not in the correct order, it should be before "spacetostart"
(#462) The string key "playerscores" is not in the correct order, it should be before "sound"
(#463) The string key "notyetplayed" is not in the correct order, it should be before "playerscores"
(#464) The string key "achievedhighscoreof" is not in the correct order, it should be before "notyetplayed"
(#466) The string key "fullscreen" is not in the correct order, it should be before "playedxtimeswithhighscore"
(#468) The string key "endofgame" is not in the correct order, it should be before "howtoplay"
(#469) The string key "emptyquiz" is not in the correct order, it should be before "endofgame"
(#477) Unexpected comment found. Auto-fixing will not work after this comment
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) The string key "learnpoint" is not in the correct order, it should be before "videoexamples_help"
(#485) The string key "learned" is not in the correct order, it should be before "learnpoint_help"
(#488) The string key "learnedheading" is not in the correct order, it should be before "termslearned"
(#490) The string key "learned_p" is not in the correct order, it should be before "learnedreport"
(#494) The string key "reportsmenutoptext" is not in the correct order, it should be before "userlearnedheading"
(#495) The string key "learnedreport_explanation" is not in the correct order, it should be before "reportsmenutoptext"
(#496) The string key "gradesreport_explanation" is not in the correct order, it should be before "learnedreport_explanation"
(#497) The string key "attemptsreport_explanation" is not in the correct order, it should be before "gradesreport_explanation"
(#499) The string key "bulkdelete" is not in the correct order, it should be before "deflang_other"
(#501) The string key "notts" is not in the correct order, it should be before "reallybulkdelete"
(#502) The string key "invalidvoice" is not in the correct order, it should be before "notts"
(#503) The string key "developer" is not in the correct order, it should be before "invalidvoice"
(#508) The string key "importfromglossary" is not in the correct order, it should be before "importfromtext"
(#509) The string key "importedglossaryentries" is not in the correct order, it should be before "importfromglossary"
(#511) The string key "loadedglossaryentries" is not in the correct order, it should be before "loadthensave"
(#512) The string key "glossaryimportinstructions" is not in the correct order, it should be before "loadedglossaryentries"
(#515) The string key "ms_defattop" is not in the correct order, it should be before "ms_termattop"
(#517) The string key "sg_defasalien" is not in the correct order, it should be before "sg_termasalien"
(#518) The string key "practicetypeoptions" is not in the correct order, it should be before "sg_defasalien"
(#520) The string key "freemodesettings" is not in the correct order, it should be before "stepsmodeoptions"
(#522) The string key "freemodeoptions" is not in the correct order, it should be before "freemodesettings_details"
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.
(#62) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// add expected completion date" but found "//add expected completion date"
(#79) Missing docblock for function wordcards_update_instance
(#79) 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.
(#85) Short array syntax must be used to define arrays
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) 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"
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#105) Variable "update_grades" must not contain underscores.
(#106) Expected "if (...) {\n"; found "if(...){ "
(#106) Variable "update_grades" must not contain underscores.
(#106) Variable "update_grades" must not contain underscores.
(#106) Closing brace must be on a line by itself
(#107) Variable "update_grades" must not contain underscores.
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// update expected completion date" but found "//update expected completion date"
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// If definitions language has changed update it" but found "//If definitions language has changed update it"
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#119) Expected 1 space after "!=="; 0 found
(#127) Missing docblock for function wordcards_delete_instance
(#165) Commas (,) must be followed by white space.
(#173) Short array syntax must be used to define arrays
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#180) Docblock tag "@global" is not recommended.
(#181) Docblock tag "@global" is not recommended.
(#189) Short array syntax must be used to define arrays
(#194) Short array syntax must be used to define arrays
(#200) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#207) Short array syntax must be used to define arrays
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Docblock tag "@global" is not recommended.
(#225) Docblock tag "@global" is not recommended.
(#235) Short array syntax must be used to define arrays
(#257) Short array syntax must be used to define arrays
(#266) Logical operator "or" is prohibited; use "||" instead
(#266) Logical operator "or" is prohibited; use "||" instead
(#277) Commas (,) must be followed by white space.
(#277) Commas (,) must be followed by white space.
(#277) Commas (,) must be followed by white space.
(#278) Expected "if (...) {\n"; found "if(...){\n"
(#280) Expected "if (...) {\n"; found "if(...){\n"
(#281) Expected "if (...) {\n"; found "if(...) {\n"
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Expected "if (...) {\n"; found "if(...) {\n"
(#290) Commas (,) must be followed by white space.
(#290) Expected 1 space before "!=="; 0 found
(#290) Expected 1 space after "!=="; 0 found
(#295) Expected "if (...) {\n"; found "if(...){\n"
(#298) Expected 1 space before "="; 0 found
(#298) Expected 1 space after "="; 0 found
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) No space found before comment text; expected "// make a nice filename" but found "//make a nice filename"
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) No space found before comment text; expected "// fetch the export content" but found "//fetch the export content"
(#316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#316) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) No space found before comment text; expected "// return to the browser that called us" but found "//return to the browser that called us"
(#323) 80 slashes comments are not allowed; use "// Comment." instead
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) 80 slashes comments are not allowed; use "// Comment." instead
(#349) 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.
(#352) 78 slashes comments are not allowed; use "// Comment." instead
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) 78 slashes comments are not allowed; use "// Comment." instead
(#370) Short array syntax must be used to define arrays
(#383) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Expected 1 space before "==="; 2 found
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Short array syntax must be used to define arrays
(#410) Short array syntax must be used to define arrays
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) 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"
(#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 "// 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"
(#449) Empty IF statement detected
(#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
(#452) Short array syntax must be used to define arrays
(#463) Docblock tag "@global" is not recommended.
(#464) Docblock tag "@global" is not recommended.
(#473) Short array syntax must be used to define arrays
(#479) Expected "} else {\n"; found "}\n else {\n"
(#480) Expected 1 space before "="; 0 found
(#480) Expected 1 space after "="; 0 found
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) No space found before comment text; expected "// Highest grade" but found "//Highest grade"
(#484) Expected "if (...) {\n"; found "if(...){\n"
(#485) Variable "grade_sql" must not contain underscores.
(#486) Whitespace found at end of line within string
(#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) Line indented incorrectly; expected at least 8 spaces, found 4
(#491) No space found before comment text; expected "// latest grade" but found "//latest grade"
(#492) Expected "} else {\n"; found "}else {\n"
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) No space found before comment text; expected "// grade_sql" but found "//grade_sql"
(#494) Variable "grade_sql" must not contain underscores.
(#496) Line exceeds 132 characters; contains 144 characters
(#496) Whitespace found at end of line within string
(#502) Variable "grade_sql" must not contain underscores.
(#520) Inline doc block comments are not allowed; use "// Comment." instead
(#520) Docblock tag "@example" is not recommended.
(#521) Logical operator "and" is prohibited; use "&&" instead
(#521) Short array syntax must be used to define arrays
(#539) Inline doc block comments are not allowed; use "// Comment." instead
(#539) Docblock tag "@example" is not recommended.
(#540) Logical operator "and" is prohibited; use "&&" instead
(#540) Short array syntax must be used to define arrays
(#547) Missing docblock for function wordcards_output_fragment_mform
(#553) Expected 1 space before "="; 0 found
(#556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) Short array syntax must be used to define arrays
(#558) Expected 1 space before "=>"; 0 found
(#558) Expected 1 space after "=>"; 0 found
(#559) Short array syntax must be used to define arrays
(#561) Expected "if (...) {\n"; found "if(...) {\n"
(#563) Expected "} else {\n"; found "}else{\n"
(#564) Expected 1 space before "="; 0 found
(#564) Expected 1 space after "="; 0 found
(#568) Expected 1 space before "="; 0 found
(#568) Expected 1 space after "="; 0 found
(#573) Inline comments must start with a capital letter, digit or 3-dots sequence
(#573) Inline comments must end in full-stops, exclamation marks, or question marks
(#573) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#574) Expected 1 space before "="; 0 found
(#575) Expected 1 space before "="; 0 found
(#578) Line exceeds 132 characters; contains 153 characters
(#580) Commas (,) must be followed by white space.
(#580) Expected 1 space before "=>"; 0 found
(#580) Expected 1 space after "=>"; 0 found
(#580) Commas (,) must be followed by white space.
(#580) Commas (,) must be followed by white space.
(#580) Commas (,) must be followed by white space.
(#580) Short array syntax must be used to define arrays
(#580) Expected 1 space before "=>"; 0 found
(#580) Expected 1 space after "=>"; 0 found
(#580) Line exceeds maximum limit of 180 characters; contains 182 characters
(#583) Expected "if (...) {\n"; found "if(...) {\n"
(#593) Missing docblock for function mod_wordcards_cm_info_dynamic
(#594) Commas (,) must be followed by white space.
(#596) Expected 1 space before "="; 0 found
(#596) Short array syntax must be used to define arrays
(#596) A comma after the last array item in a single-line array is not allowed.
(#596) Commas (,) must be followed by white space.
(#597) Line indented incorrectly; expected 4 spaces, found 8
(#597) Expected "if (...) {\n"; found "if(...) {\n"
(#597) Commas (,) must be followed by white space.
(#600) Line indented incorrectly; expected 4 spaces, found 8
(#601) Whitespace found at end of line
(#603) Missing docblock for function wordcards_get_coursemodule_info
(#606) Expected "if (...) {\n"; found "if(...){\n"
(#606) Expected 1 space before "="; 0 found
(#606) Short array syntax must be used to define arrays
(#606) A comma after the last array item in a single-line array is not allowed.
(#606) Commas (,) must be followed by white space.
(#618) Line indented incorrectly; expected at least 4 spaces, found 3
(#619) 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'];"
(#98) Line indented incorrectly; expected 4 spaces, found 5
(#98) Missing docblock for function data_preprocessing
(#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
(#113) 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/sessionmode.php
(#17) Missing @copyright tag
(#17) Missing @license tag
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// TO DO - force this session_words or session_then_free" but found "//TO DO - force this session_words or session_then_free"
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#62) Expected "} else {\n"; found "}else{\n"
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Expected "if (...) {\n"; found "if(...) {\n"
(#72) 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
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#90) Expected "} else {\n"; found "}else{\n"
(#94) 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
(#97) Expected "if (...) {\n"; found "if(...) {\n"
(#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
(#107) Expected "if (...) {\n"; found "if(...) {\n"
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
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
(#219) 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
(#17) Missing @copyright tag
(#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
(#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
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) This comment is 67% valid code; is this commented out code?
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) This comment is 72% valid code; is this commented out code?
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) This comment is 60% valid code; is this commented out code?
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
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

(261 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
(#2091) Invalid value for "border" (csstree/validator)
(#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

(37 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/privacy/provider.php
(#313) Phpdocs for function provider::export_attempt_data_for_user has incomplete parameters list
(#332) Phpdocs for function provider::export_term_data_for_user 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
(#323) Found comment starting with three or more slashes
(#325) Found comment starting with three or more slashes
(#352) Found comment starting with three or more slashes
(#354) Found comment starting with three or more slashes
(#161) Phpdocs for function wordcards_reset_course_form_definition has incomplete parameters list
(#168) Phpdocs for function wordcards_reset_course_form_defaults has incomplete parameters list
(#226) Phpdocs for function wordcards_reset_gradebook has incomplete parameters list
(#332) Phpdocs for function wordcards_extend_navigation has incomplete parameters list
(#465) Phpdocs for function wordcards_get_user_grades has incomplete parameters list
(#514) Phpdocs for function wordcards_scale_used has incomplete parameters list
(#533) Phpdocs for function wordcards_scale_used_anywhere has incomplete parameters list
(#346) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#347) 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 (19) than 'savepoint' calls (28). 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]