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

(7536 errors, 3312 warnings)

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

mod/readaloud/admintab.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
(#38) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#45) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#45) Commas (,) must be followed by white space.
(#49) Short array syntax must be used to define arrays
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#55) Whitespace found at end of line
(#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
(#58) No space found before comment text; expected "// if the alternatives form was submitted" but found "//if the alternatives form was submitted"
(#59) Variable "alternatives_form" must not contain underscores.
(#60) Variable "alternatives_form" must not contain underscores.
(#62) Short array syntax must be used to define arrays
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// if the guidedtranscription form was submitted" but found "//if the guidedtranscription form was submitted"
(#67) Variable "gt_form" must not contain underscores.
(#68) Variable "gt_data" must not contain underscores.
(#68) Variable "gt_form" must not contain underscores.
(#69) Variable "gt_data" must not contain underscores.
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#70) Variable "gt_data" must not contain underscores.
(#71) Variable "gt_data" must not contain underscores.
(#72) Variable "gt_data" must not contain underscores.
(#72) Commas (,) must be followed by white space.
(#72) Variable "gt_data" must not contain underscores.
(#75) Commas (,) must be followed by white space.
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Variable "gt_data" must not contain underscores.
(#79) Variable "gt_data" must not contain underscores.
(#81) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#82) Variable "gt_data" must not contain underscores.
(#82) Short array syntax must be used to define arrays
(#82) Expected 1 space before "=>"; 0 found
(#82) Commas (,) must be followed by white space.
(#82) Line exceeds 132 characters; contains 166 characters
(#86) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#87) Variable "gt_data" must not contain underscores.
(#87) Short array syntax must be used to define arrays
(#87) Line exceeds 132 characters; contains 176 characters
(#91) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#92) Variable "gt_data" must not contain underscores.
(#92) Short array syntax must be used to define arrays
(#92) Line exceeds 132 characters; contains 139 characters
(#98) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#109) Variable "ai_evals" must not contain underscores.
(#109) Short array syntax must be used to define arrays
(#110) Variable "ai_evals" must not contain underscores.
(#114) Variable "ai_evals" must not contain underscores.
(#123) Variable "ai_evals" must not contain underscores.
(#130) Short array syntax must be used to define arrays
(#142) Short array syntax must be used to define arrays
(#144) Commas (,) must be followed by white space.
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) 3 slashes comments are not allowed; use "// Comment." instead
(#158) Expected "if (...) {\n"; found "if(...){\n"
(#160) Expected "} else {\n"; found "}else{\n"
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) 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"
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// fetch mistranscriptions and html table for them (need to do this before head is printed because of AMD/CSS in table)" but found "//fetch mistranscriptions and html table for them (need to do this before head is printed because of AMD/CSS in table)"
(#171) Variable "table_of_mistranscriptions" must not contain underscores.
(#178) No space found before comment text; expected "// This is the estimate of errors based on comparing human grades to machine grades" but found "//This is the estimate of errors based on comparing human grades to machine grades"
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) No space found before comment text; expected "// echo $renderer->show_currenterrorestimate(utils::estimate_errors($moduleinstance->id));" but found "//echo $renderer->show_currenterrorestimate(utils::estimate_errors($moduleinstance->id));"
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) No space found before comment text; expected "// id is cmid on this page, so we use n as the id of the instance, so to make sure we arrive back here ok, we add n" but found "//id is cmid on this page, so we use n as the id of the instance, so to make sure we arrive back here ok, we add n"
(#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) This comment is 78% valid code; is this commented out code?
(#187) No space found before comment text; expected "// echo $renderer->show_machineregradeallbutton($moduleinstance);" but found "//echo $renderer->show_machineregradeallbutton($moduleinstance);"
(#189) Variable "table_of_mistranscriptions" must not contain underscores.
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// guided transcription" but found "//guided transcription"
(#192) Variable "gt_title" must not contain underscores.
(#193) Variable "gt_title" must not contain underscores.
(#195) Commas (,) must be followed by white space.
(#197) Short array syntax must be used to define arrays
(#198) Variable "gt_data" must not contain underscores.
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// id is cmid on this page, so we use n as the id of the instance, so to make sure we arrive back here ok, we add n" but found "//id is cmid on this page, so we use n as the id of the instance, so to make sure we arrive back here ok, we add n"
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) 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"
mod/readaloud/backup/moodle2/backup_readaloud_activity_task.class.php
(#2) Moodle boilerplate not found at first line
(#29) Import statements must not begin with a leading backslash
(#57) The static declaration must come after the visibility declaration
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// Link to view.pphp by moduleid" but found "//Link to view.pphp by moduleid"
mod/readaloud/backup/moodle2/backup_readaloud_stepslib.php
(#2) Moodle boilerplate not found at first line
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) 72 slashes comments are not allowed; use "// Comment." instead
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) 72 slashes comments are not allowed; use "// Comment." instead
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#53) Commas (,) must be followed by white space.
(#53) Line exceeds 132 characters; contains 139 characters
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#56) 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 148 characters
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Line exceeds 132 characters; contains 143 characters
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Line exceeds 132 characters; contains 165 characters
(#60) There should be a comma after the last array item in a multi-line array.
(#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
(#63) No space found before comment text; expected "// attempts" but found "//attempts"
(#65) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Line exceeds maximum limit of 180 characters; contains 196 characters
(#67) There should be a comma after the last array item in a multi-line array.
(#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 "// ai results" but found "//ai results"
(#72) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Line exceeds 132 characters; contains 156 characters
(#75) There should be a comma after the last array item in a multi-line array.
(#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
(#80) Short array syntax must be used to define arrays
(#80) Commas (,) must be followed by white space.
(#80) Short array syntax must be used to define arrays
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) No space found before comment text; expected "// questions" but found "//questions"
(#97) Short array syntax must be used to define arrays
(#99) Short array syntax must be used to define arrays
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// sources if including user info" but found "//sources if including user info"
(#104) Short array syntax must be used to define arrays
(#106) 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 "// question stuff" but found "//question stuff"
(#123) Expected "for (...) {\n"; found "for(...) {\n"
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Expected 1 space after first semicolon of FOR loop; 0 found
(#123) Expected 1 space before "<="; 0 found
(#123) Expected 1 space after "<="; 0 found
(#123) Expected 1 space after second semicolon of FOR loop; 0 found
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// file annotation if including user info" but found "//file annotation if including user info"
mod/readaloud/backup/moodle2/restore_readaloud_activity_task.class.php
(#1) No one-line description found in phpdocs for docblock of file restore_readaloud_activity_task.class.php
(#2) Moodle boilerplate not found at first line
(#26) Import statements must not begin with a leading backslash
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) The static declaration must come after the visibility declaration
(#56) Short array syntax must be used to define arrays
(#59) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#74) The static declaration must come after the visibility declaration
(#75) Short array syntax must be used to define arrays
(#90) The static declaration must come after the visibility declaration
(#91) Short array syntax must be used to define arrays
(#112) The static declaration must come after the visibility declaration
(#113) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#137) Short array syntax must be used to define arrays
mod/readaloud/backup/moodle2/restore_readaloud_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file restore_readaloud_stepslib.php
(#2) Moodle boilerplate not found at first line
(#24) Import statements must not begin with a leading backslash
(#35) Missing docblock for function define_structure
(#37) Short array syntax must be used to define arrays
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) 72 slashes comments are not allowed; use "// Comment." instead
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) 72 slashes comments are not allowed; use "// Comment." instead
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "// rsquestions" but found "//rsquestions"
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) 72 slashes comments are not allowed; use "// Comment." instead
(#61) 72 slashes comments are not allowed; use "// Comment." instead
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// attempts" but found "//attempts"
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// airesults" but found "//airesults"
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Missing docblock for function process_readaloud
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#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
(#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) Missing docblock for function process_readaloud_rsquestions
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Missing docblock for function process_readaloud_attempt
(#125) No space found before comment text; expected "// here we set the table name as the "key" to the mapping, but its actually arbitrary" but found "//here we set the table name as the "key" to the mapping, but its actually arbitrary"
(#126) No space found before comment text; expected "// 'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area" but found "//'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area"
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// IF we had files for this set of data. )" but found "//IF we had files for this set of data. )"
(#131) Missing docblock for function process_readaloud_ai_result
(#144) No space found before comment text; expected "// here we set the table name as the "key" to the mapping, but its actually arbitrary" but found "//here we set the table name as the "key" to the mapping, but its actually arbitrary"
(#145) No space found before comment text; expected "// 'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area" but found "//'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area"
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) No space found before comment text; expected "// IF we had files for this set of data. )" but found "//IF we had files for this set of data. )"
(#150) Missing docblock for function after_execute
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) No space found before comment text; expected "// question stuff" but found "//question stuff"
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// do question areas" but found "//do question areas"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// do answer areas" but found "//do answer areas"
(#163) Expected "for (...) {\n"; found "for(...) {\n"
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Expected 1 space after first semicolon of FOR loop; 0 found
(#163) Expected 1 space before "<="; 0 found
(#163) Expected 1 space after "<="; 0 found
(#163) Expected 1 space after second semicolon of FOR loop; 0 found
(#166) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Empty IF statement detected
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) This comment is 53% valid code; is this commented out code?
(#170) Line indented incorrectly; expected at least 12 spaces, found 11
mod/readaloud/classes/aigrade.php
(#1) DocBlock missing a @package tag for file aigrade.php. Expected @package mod_readaloud
(#17) Missing @copyright tag
(#17) Missing @license tag
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#30) Missing docblock for class aigrade
(#31) Missing docblock for function __construct
(#31) Visibility must be declared on method "__construct"
(#58) 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
(#81) Empty ELSE statement detected
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#87) Missing docblock for function aidetails
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Missing docblock for function has_attempt
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Missing docblock for function send_to_gradebook
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Missing docblock for function has_transcripts
(#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
(#137) Missing docblock for function is_ai_enabled
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Missing docblock for function create_record
(#160) Missing docblock for function process_streaming_transcripts
(#188) 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
(#190) Missing docblock for function fetch_transcripts
(#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
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Line exceeds 132 characters; contains 152 characters
(#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
(#226) Expected "if (...) {\n"; found "if(...) {\n"
(#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
(#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
(#242) Missing docblock for function do_diff
(#247) This comment is 90% valid code; is this commented out code?
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
mod/readaloud/classes/alphabetconverter.php
(#1) DocBlock missing a @package tag for file alphabetconverter.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#23) Missing docblock for class alphabetconverter
(#25) No space found before comment text; expected "// Russian" but found "//Russian"
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#27) Missing docblock for function numberToWords_ru
(#27) Visibility must be declared on method "numberToWords_ru"
(#27) method name "alphabetconverter::numberToWords_ru" must be in lower-case letters only
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#30) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#32) Short array syntax must be used to define arrays
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#34) Short array syntax must be used to define arrays
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Line exceeds 132 characters; contains 155 characters
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#35) Short array syntax must be used to define arrays
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Short array syntax must be used to define arrays
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#37) Short array syntax must be used to define arrays
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Short array syntax must be used to define arrays
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#39) Short array syntax must be used to define arrays
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#40) Short array syntax must be used to define arrays
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#41) Short array syntax must be used to define arrays
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#43) Blank comments are not allowed
(#45) Short array syntax must be used to define arrays
(#46) Expected 1 space before ">"; 0 found
(#46) Expected 1 space after ">"; 0 found
(#47) Expected "foreach (...) {\n"; found "foreach(...) { // by 3 symbols\n"
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#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
(#48) Inline control structures are not allowed
(#49) The use of function sizeof() is forbidden; use count() instead
(#49) Expected 1 space before "-"; 0 found
(#49) Expected 1 space after "-"; 0 found
(#49) Expected 1 space before "-"; 0 found
(#49) Expected 1 space after "-"; 0 found
(#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
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Perl-style comments are not allowed; use "// Comment." instead
(#54) Inline control structures are not allowed
(#54) Expected 1 space before ">"; 0 found
(#54) Expected 1 space after ">"; 0 found
(#54) Expected 1 space before "="; 0 found
(#54) Perl-style comments are not allowed; use "// Comment." instead
(#55) Inline control structures are not allowed
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space before ">"; 0 found
(#55) Expected 1 space after ">"; 0 found
(#55) Perl-style comments are not allowed; use "// Comment." instead
(#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
(#57) Inline control structures are not allowed
(#57) Expected 1 space before ">"; 0 found
(#57) Expected 1 space after ">"; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#60) Inline control structures are not allowed
(#61) Commas (,) must be followed by white space.
(#64) Missing docblock for function ru_morph
(#64) Visibility must be declared on method "ru_morph"
(#66) Inline control structures are not allowed
(#66) Expected 1 space before ">"; 0 found
(#66) Expected 1 space after ">"; 0 found
(#66) Expected 1 space before "<"; 0 found
(#66) Expected 1 space after "<"; 0 found
(#67) Inline control structures are not allowed
(#67) Expected 1 space before "%"; 0 found
(#67) Expected 1 space after "%"; 0 found
(#67) Expected 1 space before ">"; 0 found
(#67) Expected 1 space after ">"; 0 found
(#67) Expected 1 space before "%"; 0 found
(#67) Expected 1 space after "%"; 0 found
(#67) Expected 1 space before "<"; 0 found
(#67) Expected 1 space after "<"; 0 found
(#68) Inline control structures are not allowed
(#68) Expected 1 space before "%"; 0 found
(#68) Expected 1 space after "%"; 0 found
(#68) Expected 1 space before "=="; 0 found
(#68) Expected 1 space after "=="; 0 found
(#72) No space found before comment text; expected "// Finnish" but found "//Finnish"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#74) Missing docblock for function numberToWords_fi
(#74) Visibility must be declared on method "numberToWords_fi"
(#74) method name "alphabetconverter::numberToWords_fi" must be in lower-case letters only
(#76) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#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
(#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
(#87) Variable "num_digits" must not contain underscores.
(#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
(#90) Variable "num_digits" must not contain underscores.
(#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
(#95) Short array syntax must be used to define arrays
(#96) Variable "num_digits" must not contain underscores.
(#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
(#99) Variable "num_digits" must not contain underscores.
(#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
(#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
(#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
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#149) No space found before comment text; expected "// Polish" but found "//Polish"
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#151) Missing docblock for function numberToWords_pl
(#151) Visibility must be declared on method "numberToWords_pl"
(#151) method name "alphabetconverter::numberToWords_pl" must be in lower-case letters only
(#153) Short array syntax must be used to define arrays
(#191) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#191) Commas (,) must be followed by white space.
(#194) Line exceeds 132 characters; contains 138 characters
(#198) No space found before comment text; expected "// French" but found "//French"
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#200) Missing docblock for function numberToWords_fr
(#200) Visibility must be declared on method "numberToWords_fr"
(#200) method name "alphabetconverter::numberToWords_fr" must be in lower-case letters only
(#202) Variable "frenchNumbers" must be all lower-case
(#202) Short array syntax must be used to define arrays
(#203) Line exceeds maximum limit of 180 characters; contains 445 characters
(#203) There should be a comma after the last array item in a multi-line array.
(#215) Variable "frenchNumbers" must be all lower-case
(#216) Usage of ELSEIF not allowed; use ELSE IF instead
(#218) Variable "frenchNumbers" must be all lower-case
(#220) Variable "frenchNumbers" must be all lower-case
(#220) Variable "frenchNumbers" must be all lower-case
(#222) Usage of ELSEIF not allowed; use ELSE IF instead
(#224) Variable "frenchNumbers" must be all lower-case
(#225) Usage of ELSEIF not allowed; use ELSE IF instead
(#226) Variable "frenchNumbers" must be all lower-case
(#226) Variable "frenchNumbers" must be all lower-case
(#228) Variable "frenchNumbers" must be all lower-case
(#230) Usage of ELSEIF not allowed; use ELSE IF instead
(#236) No space found before comment text; expected "// Italian" but found "//Italian"
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#238) Missing docblock for function numberToWords_it
(#238) Visibility must be declared on method "numberToWords_it"
(#238) method name "alphabetconverter::numberToWords_it" must be in lower-case letters only
(#239) Opening brace should be on the same line as the declaration
(#241) Short array syntax must be used to define arrays
(#269) There should be a comma after the last array item in a multi-line array.
(#279) Usage of ELSEIF not allowed; use ELSE IF instead
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) No space found before comment text; expected "// Portuguese" but found "//Portuguese"
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#298) Missing docblock for function numberToWords_pt
(#298) Visibility must be declared on method "numberToWords_pt"
(#298) method name "alphabetconverter::numberToWords_pt" must be in lower-case letters only
(#300) Short array syntax must be used to define arrays
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Line exceeds 132 characters; contains 149 characters
(#301) Line exceeds 132 characters; contains 161 characters
(#302) Line exceeds 132 characters; contains 163 characters
(#310) Usage of ELSEIF not allowed; use ELSE IF instead
(#311) Expected 1 space before "/"; 0 found
(#311) Expected 1 space after "/"; 0 found
(#317) No space found before comment text; expected "// Spanish" but found "//Spanish"
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#319) Missing docblock for function numberToWords_es
(#319) Visibility must be declared on method "numberToWords_es"
(#319) method name "alphabetconverter::numberToWords_es" must be in lower-case letters only
(#321) Short array syntax must be used to define arrays
(#321) Line exceeds maximum limit of 180 characters; contains 372 characters
(#324) Usage of ELSEIF not allowed; use ELSE IF instead
(#326) Usage of ELSEIF not allowed; use ELSE IF instead
(#328) Usage of ELSEIF not allowed; use ELSE IF instead
(#330) Usage of ELSEIF not allowed; use ELSE IF instead
(#332) Usage of ELSEIF not allowed; use ELSE IF instead
(#334) Usage of ELSEIF not allowed; use ELSE IF instead
(#336) Usage of ELSEIF not allowed; use ELSE IF instead
(#338) Usage of ELSEIF not allowed; use ELSE IF instead
(#340) Usage of ELSEIF not allowed; use ELSE IF instead
(#342) Usage of ELSEIF not allowed; use ELSE IF instead
(#344) Usage of ELSEIF not allowed; use ELSE IF instead
(#346) Usage of ELSEIF not allowed; use ELSE IF instead
(#348) Usage of ELSEIF not allowed; use ELSE IF instead
(#350) Usage of ELSEIF not allowed; use ELSE IF instead
(#352) Usage of ELSEIF not allowed; use ELSE IF instead
(#354) Usage of ELSEIF not allowed; use ELSE IF instead
(#356) Usage of ELSEIF not allowed; use ELSE IF instead
(#358) Usage of ELSEIF not allowed; use ELSE IF instead
(#360) Usage of ELSEIF not allowed; use ELSE IF instead
(#363) Usage of ELSEIF not allowed; use ELSE IF instead
(#372) No space found before comment text; expected "// Basque" but found "//Basque"
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#374) Missing docblock for function numberToWords_eu
(#374) Visibility must be declared on method "numberToWords_eu"
(#374) method name "alphabetconverter::numberToWords_eu" must be in lower-case letters only
(#376) Short array syntax must be used to define arrays
(#376) Line exceeds maximum limit of 180 characters; contains 381 characters
(#378) Expected "if (...) {\n"; found "if(...) {\n"
(#380) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#380) Expected "if (...) {\n"; found "if(...) {\n"
(#382) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#382) Expected "if (...) {\n"; found "if(...) {\n"
(#384) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#384) Expected "if (...) {\n"; found "if(...) {\n"
(#386) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#386) Expected "if (...) {\n"; found "if(...) {\n"
(#393) No space found before comment text; expected "// Ukranian" but found "//Ukranian"
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#395) Missing docblock for function numberToWords_uk
(#395) Visibility must be declared on method "numberToWords_uk"
(#395) method name "alphabetconverter::numberToWords_uk" must be in lower-case letters only
(#395) Expected 1 space before opening brace; found 0
(#399) Line exceeds 132 characters; contains 139 characters
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#402) Commas (,) must be followed by white space.
(#404) Expected "} else {\n"; found "}else{\n"
(#409) No space found before comment text; expected "// German" but found "//German"
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#411) Missing docblock for function numberToWords_de
(#411) Visibility must be declared on method "numberToWords_de"
(#411) method name "alphabetconverter::numberToWords_de" must be in lower-case letters only
(#411) Expected 1 space before opening brace; found 0
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space before "=>"; 0 found
(#412) Line exceeds maximum limit of 180 characters; contains 1040 characters
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space before "=>"; 0 found
(#413) Line exceeds maximum limit of 180 characters; contains 726 characters
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "=>"; 0 found
(#414) Line exceeds maximum limit of 180 characters; contains 276 characters
(#415) Line exceeds maximum limit of 180 characters; contains 247 characters
(#416) Expected "if (...) {\n"; found "if(...){\n"
(#416) Commas (,) must be followed by white space.
(#418) Expected "} else {\n"; found "}else{\n"
(#431) Missing docblock for function eszett_to_ss_convert
(#431) Commas (,) must be followed by white space.
(#431) Expected 1 space before opening brace; found 0
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#435) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#436) Commas (,) must be followed by white space.
(#436) Commas (,) must be followed by white space.
(#449) Missing docblock for function ss_to_eszett_convert
(#449) Commas (,) must be followed by white space.
(#449) Expected 1 space before opening brace; found 0
(#450) Expected 1 space before "="; 0 found
(#450) Expected 1 space after "="; 0 found
(#453) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#454) Commas (,) must be followed by white space.
(#454) Commas (,) must be followed by white space.
(#464) Missing docblock for function fetch_eszett_conversions
(#466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#466) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#472) Short array syntax must be used to define arrays
(#474) Variable "eszett_pos" must not contain underscores.
(#474) Expected 1 space after "="; 0 found
(#474) Commas (,) must be followed by white space.
(#475) Expected "if (...) {\n"; found "if(...){\n"
(#475) Variable "eszett_pos" must not contain underscores.
(#475) Expected 1 space before "!=="; 0 found
(#475) Expected 1 space after "!=="; 0 found
(#476) Commas (,) must be followed by white space.
(#476) Commas (,) must be followed by white space.
(#490) Missing docblock for function numbers_to_words_convert
(#490) Commas (,) must be followed by white space.
(#490) Commas (,) must be followed by white space.
(#490) Expected 1 space before opening brace; found 0
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#492) Commas (,) must be followed by white space.
(#494) Expected "foreach (...) {\n"; found "foreach(...){\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
(#495) No space found before comment text; expected "// english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen" but found "//english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen"
(#496) Expected "if (...) {\n"; found "if(...) {\n"
(#500) Expected "} else {\n"; found "}else{\n"
(#516) Missing docblock for function words_to_numbers_convert
(#516) Commas (,) must be followed by white space.
(#516) Commas (,) must be followed by white space.
(#516) Expected 1 space before opening brace; found 0
(#517) Expected 1 space before "="; 0 found
(#517) Expected 1 space after "="; 0 found
(#518) Commas (,) must be followed by white space.
(#520) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) No space found before comment text; expected "// english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen" but found "//english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen"
(#523) Expected "if (...) {\n"; found "if(...) {\n"
(#527) Expected "} else {\n"; found "}else{\n"
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#535) Line indented incorrectly; expected at least 4 spaces, found 3
(#536) Line indented incorrectly; expected at least 4 spaces, found 3
(#537) Line indented incorrectly; expected at least 4 spaces, found 3
(#538) Line indented incorrectly; expected at least 4 spaces, found 3
(#539) Missing docblock for function fetch_number_conversions
(#539) Commas (,) must be followed by white space.
(#540) Opening brace should be on the same line as the declaration
(#541) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) Expected 1 space after "="; 0 found
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) No space found before comment text; expected "// plain numbers" but found "//plain numbers"
(#550) Expected 1 space before "="; 0 found
(#550) Expected 1 space after "="; 0 found
(#587) Expected "if (...) {\n"; found "if(...){\n"
(#587) Expected 1 space before "!=="; 0 found
(#587) Expected 1 space after "!=="; 0 found
(#588) Expected 1 space after "="; 0 found
(#588) Expected 1 space before "=>"; 0 found
(#588) Expected 1 space after "=>"; 0 found
(#588) Commas (,) must be followed by white space.
(#588) Expected 1 space before "=>"; 0 found
(#588) Expected 1 space after "=>"; 0 found
(#600) Missing docblock for function numberToWords_en
(#600) Public method name "alphabetconverter::numberToWords_en" must be in lower-case letters only
(#600) Expected 1 space before opening brace; found 0
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#603) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) Expected "if (...) {\n"; found "if(...){\n"
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#608) Expected 1 space before "="; 0 found
(#608) Expected 1 space after "="; 0 found
(#608) Short array syntax must be used to define arrays
(#609) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#611) Inline comments must start with a capital letter, digit or 3-dots sequence
(#611) Inline comments must end in full-stops, exclamation marks, or question marks
(#611) No space found before comment text; expected "// plain numbers" but found "//plain numbers"
(#612) Expected "if (...) {\n"; found "if(...){\n"
(#613) Inline comments must start with a capital letter, digit or 3-dots sequence
(#613) Inline comments must end in full-stops, exclamation marks, or question marks
(#613) No space found before comment text; expected "// get years" but found "//get years"
(#615) Expected "if (...) {\n"; found "if(...){"
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Closing brace must be on a line by itself
(#616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) No space found before comment text; expected "// get regular numerals" but found "//get regular numerals"
(#618) Expected "if (...) {\n"; found "if(...){\n"
(#619) Expected 1 space before "=>"; 0 found
(#619) Expected 1 space after "=>"; 0 found
(#619) Commas (,) must be followed by white space.
(#619) Expected 1 space before "=>"; 0 found
(#619) Expected 1 space after "=>"; 0 found
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) No space found before comment text; expected "// lets also save a version without 'and'" but found "//lets also save a version without 'and'"
(#621) Variable "no_and_numberwords" must not contain underscores.
(#622) Expected "if (...) {\n"; found "if(...){\n"
(#622) Variable "no_and_numberwords" must not contain underscores.
(#623) Line indented incorrectly; expected at least 24 spaces, found 20
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Variable "no_and_numberwords" must not contain underscores.
(#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) Line indented incorrectly; expected at least 16 spaces, found 12
(#627) No space found before comment text; expected "// dollar numbers [currently $ is stripped before we get here. sorry. no currencies]" but found "//dollar numbers [currently $ is stripped before we get here. sorry. no currencies]"
(#628) Usage of ELSEIF not allowed; use ELSE IF instead
(#628) Commas (,) must be followed by white space.
(#628) Expected 1 space before "==="; 0 found
(#628) Expected 1 space after "==="; 0 found
(#628) Expected 1 space before ">"; 0 found
(#628) Expected 1 space after ">"; 0 found
(#629) Expected "if (...) {\n"; found "if(...){\n"
(#629) Expected 1 space before "=="; 0 found
(#629) Expected 1 space after "=="; 0 found
(#630) Expected 1 space before "=>"; 0 found
(#630) Expected 1 space after "=>"; 0 found
(#630) Commas (,) must be followed by white space.
(#630) Expected 1 space before "=>"; 0 found
(#630) Expected 1 space after "=>"; 0 found
(#631) Expected "} else {\n"; found "}else{\n"
(#632) Commas (,) must be followed by white space.
(#633) Expected "if (...) {\n"; found "if(...) {\n"
(#635) Expected "if (...) {\n"; found "if(...) {"
(#635) Closing brace must be on a line by itself
(#639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#639) Line indented incorrectly; expected at least 16 spaces, found 12
(#639) No space found before comment text; expected "// eras/decades" but found "//eras/decades"
(#640) Expected "} else {\n"; found "}else{\n"
(#641) Commas (,) must be followed by white space.
(#641) Commas (,) must be followed by white space.
(#641) Expected 1 space before "-"; 0 found
(#641) Expected 1 space after "-"; 0 found
(#642) Expected "if (...) {\n"; found "if(...){\n"
(#643) Expected 1 space before "="; 0 found
(#643) Expected 1 space after "="; 0 found
(#649) Expected 1 space after "="; 0 found
(#650) Expected 1 space after "="; 2 found
(#655) Expected "if (...) {\n"; found "if(...){"
(#655) Expected 1 space before "=>"; 0 found
(#655) Expected 1 space after "=>"; 0 found
(#655) Commas (,) must be followed by white space.
(#655) Expected 1 space before "=>"; 0 found
(#655) Expected 1 space after "=>"; 0 found
(#655) Closing brace must be on a line by itself
(#666) Missing docblock for function convert_years_to_words
(#666) Commas (,) must be followed by white space.
(#666) Expected 1 space before opening brace; found 0
(#667) Short array syntax must be used to define arrays
(#668) Expected "if (...) {\n"; found "if(...) {\n"
(#672) Inline comments must start with a capital letter, digit or 3-dots sequence
(#672) Inline comments must end in full-stops, exclamation marks, or question marks
(#672) No space found before comment text; expected "// if it does not look like a "year" and with year'y word pattern, just pass it back" but found "//if it does not look like a "year" and with year'y word pattern, just pass it back"
(#673) Expected "if (...) {\n"; found "if(...){\n"
(#673) Expected 1 space after "<"; 0 found
(#673) Expected 1 space after ">"; 0 found
(#677) Expected 1 space after "="; 2 found
(#682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#682) Inline comments must end in full-stops, exclamation marks, or question marks
(#682) No space found before comment text; expected "// mess around a little with millennial years" but found "//mess around a little with millennial years"
(#683) Expected "if (...) {\n"; found "if(...){"
(#683) Expected 1 space after "=="; 0 found
(#683) Expected 1 space after "="; 0 found
(#683) Expected 1 space before "="; 0 found
(#683) Expected 1 space after "="; 0 found
(#683) Closing brace must be on a line by itself
(#684) Usage of ELSEIF not allowed; use ELSE IF instead
(#684) Expected 1 space after "=="; 0 found
(#684) Expected 1 space after "="; 0 found
(#684) Expected 1 space before "="; 0 found
(#684) Expected 1 space after "="; 0 found
(#684) Closing brace must be on a line by itself
(#685) Usage of ELSEIF not allowed; use ELSE IF instead
(#685) Closing brace must be on a line by itself
(#686) Expected "} else {\n"; found "}\n else{"
(#686) Closing brace must be on a line by itself
(#688) Closing brace must be on a line by itself
(#689) Closing brace must be on a line by itself
(#690) Closing brace must be on a line by itself
(#691) Closing brace must be on a line by itself
(#692) Closing brace must be on a line by itself
(#693) Closing brace must be on a line by itself
(#694) Closing brace must be on a line by itself
(#695) Closing brace must be on a line by itself
(#696) Closing brace must be on a line by itself
(#698) Expected "if (...) {\n"; found "if(...){\n"
(#700) Expected "if (...) {\n"; found "if(...){\n"
(#700) Expected 1 space after "==="; 0 found
(#703) Expected "} else {\n"; found "}else {\n"
(#715) Missing docblock for function get_era_word
(#715) Expected 1 space before opening brace; found 0
(#717) Expected 1 space after "="; 0 found
(#717) Closing brace must be on a line by itself
(#717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#717) No space found before comment text; expected "// is this a thing?" but found "//is this a thing?"
(#718) Expected 1 space after "="; 0 found
(#718) Closing brace must be on a line by itself
(#719) Expected 1 space after "="; 0 found
(#719) Closing brace must be on a line by itself
(#720) Expected 1 space after "="; 0 found
(#720) Closing brace must be on a line by itself
(#721) Expected 1 space after "="; 0 found
(#721) Closing brace must be on a line by itself
(#722) Expected 1 space after "="; 0 found
(#722) Closing brace must be on a line by itself
(#723) Expected 1 space after "="; 0 found
(#723) Closing brace must be on a line by itself
(#724) Expected 1 space after "="; 0 found
(#724) Closing brace must be on a line by itself
(#725) Expected 1 space after "="; 0 found
(#725) Closing brace must be on a line by itself
(#731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) No space found before comment text; expected "// number to word conversion basically assumes that number_digits in the passage, might be transcribed as number_words" but found "//number to word conversion basically assumes that number_digits in the passage, might be transcribed as number_words"
(#732) Line exceeds 132 characters; contains 143 characters
(#732) No space found before comment text; expected "// so the other code around here is mainly to cover that. But the other case is number_words in the passage are transcribed as number_digits" but found "//so the other code around here is mainly to cover that. But the other case is number_words in the passage are transcribed as number_digits"
(#733) Line exceeds 132 characters; contains 143 characters
(#733) No space found before comment text; expected "// We want to cover that too. But only for very basic numbers. For the most part we ask activity authors to use number_digits in the passage" but found "//We want to cover that too. But only for very basic numbers. For the most part we ask activity authors to use number_digits in the passage"
(#734) No space found before comment text; expected "// It gets a bit complex because English and some others might return an array of words, not a single one.." but found "//It gets a bit complex because English and some others might return an array of words, not a single one.."
(#735) Line exceeds 132 characters; contains 138 characters
(#735) No space found before comment text; expected "// we build and return a string of equivalent number-words per number-digit to pass in to the alternates feature of the diff algorithm" but found "//we build and return a string of equivalent number-words per number-digit to pass in to the alternates feature of the diff algorithm"
(#735) Whitespace found at end of line
(#736) No space found before comment text; expected "// eg "one|1"" but found "//eg "one|1""
(#738) Inline comments must end in full-stops, exclamation marks, or question marks
(#739) Missing docblock for function fetch_numerical_alternates
(#739) Expected 1 space before opening brace; found 0
(#740) Expected 1 space before "="; 0 found
(#740) Expected 1 space after "="; 0 found
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#740) Commas (,) must be followed by white space.
(#741) Variable "digits_words" must not contain underscores.
(#741) Expected 1 space before "="; 0 found
(#741) Commas (,) must be followed by white space.
(#742) Variable "number_alternates" must not contain underscores.
(#742) Expected 1 space before "="; 0 found
(#742) Expected 1 space after "="; 0 found
(#743) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#743) Variable "digits_words" must not contain underscores.
(#744) Variable "number_digit" must not contain underscores.
(#744) Expected 1 space before "="; 0 found
(#744) Expected 1 space after "="; 0 found
(#745) Expected "if (...) {\n"; found "if(...){\n"
(#746) Variable "prev_word" must not contain underscores.
(#746) Expected 1 space before "="; 0 found
(#746) Expected 1 space after "="; 0 found
(#747) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#747) Variable "number_word" must not contain underscores.
(#748) Variable "the_number_word" must not contain underscores.
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Variable "number_word" must not contain underscores.
(#749) Expected "if (...) {\n"; found "if(...){ \n"
(#749) Variable "the_number_word" must not contain underscores.
(#749) Variable "the_number_word" must not contain underscores.
(#749) Variable "prev_word" must not contain underscores.
(#749) Whitespace found at end of line
(#750) Variable "number_alternates" must not contain underscores.
(#750) Expected 1 space before ".="; 0 found
(#750) Expected 1 space after ".="; 0 found
(#750) Variable "the_number_word" must not contain underscores.
(#750) Variable "number_digit" must not contain underscores.
(#751) Variable "prev_word" must not contain underscores.
(#751) Expected 1 space before "="; 0 found
(#751) Expected 1 space after "="; 0 found
(#751) Variable "the_number_word" must not contain underscores.
(#753) Line indented incorrectly; expected at least 20 spaces, found 12
(#753) Variable "number_word" must not contain underscores.
(#753) Expected 1 space before "="; 0 found
(#753) Expected 1 space after "="; 0 found
(#753) Space found before semicolon; expected "];" but found "] ;"
(#755) Expected "} else {\n"; found "}else{\n"
(#756) Variable "number_word" must not contain underscores.
(#756) Expected 1 space before "="; 0 found
(#756) Expected 1 space after "="; 0 found
(#757) Expected "if (...) {\n"; found "if(...){\n"
(#757) Variable "number_word" must not contain underscores.
(#758) Line indented incorrectly; expected at least 20 spaces, found 16
(#758) Variable "number_alternates" must not contain underscores.
(#758) Expected 1 space before ".="; 0 found
(#758) Expected 1 space after ".="; 0 found
(#758) Variable "number_word" must not contain underscores.
(#758) Variable "number_digit" must not contain underscores.
(#762) Variable "number_alternates" must not contain underscores.
(#769) Missing docblock for function convert_numbers_to_words
(#770) Opening brace should be on the same line as the declaration
(#771) Short array syntax must be used to define arrays
(#773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#773) Inline comments must end in full-stops, exclamation marks, or question marks
(#773) No space found before comment text; expected "// we make a special case for zero and just return if its not numbery" but found "//we make a special case for zero and just return if its not numbery"
(#774) Expected "if (...) {\n"; found "if(...){\n"
(#774) Expected 1 space before "==="; 0 found
(#774) Expected 1 space after "==="; 0 found
(#774) Expected 1 space before "==="; 0 found
(#774) Expected 1 space after "==="; 0 found
(#776) Usage of ELSEIF not allowed; use ELSE IF instead
(#781) Short array syntax must be used to define arrays
(#783) Short array syntax must be used to define arrays
(#784) There should be a comma after the last array item in a multi-line array.
(#786) Short array syntax must be used to define arrays
(#787) Short array syntax must be used to define arrays
(#789) There should be a comma after the last array item in a multi-line array.
(#791) Variable "num_length" must not contain underscores.
(#792) Variable "num_length" must not contain underscores.
(#793) Variable "max_length" must not contain underscores.
(#794) Variable "max_length" must not contain underscores.
(#795) Variable "num_levels" must not contain underscores.
(#796) Variable "num_levels" must not contain underscores.
(#798) Variable "num_levels" must not contain underscores.
(#800) Variable "num_levels" must not contain underscores.
(#807) Variable "num_levels" must not contain underscores.
(#810) Expected 1 space after "!="; 0 found
(#810) Expected 1 space after "!="; 0 found
(#810) Expected 1 space before "!="; 0 found
(#810) Expected 1 space after "!="; 0 found
(#811) Variable "num_levels" must not contain underscores.
(#811) Line exceeds 132 characters; contains 144 characters
(#817) Expected 1 space before "="; 0 found
(#830) Missing docblock for function words_to_suji_convert
(#830) Commas (,) must be followed by white space.
(#830) Expected 1 space before opening brace; found 0
(#831) Expected 1 space before "="; 0 found
(#831) Expected 1 space after "="; 0 found
(#834) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#835) Commas (,) must be followed by white space.
(#835) Commas (,) must be followed by white space.
(#845) Missing docblock for function fetch_suji_conversions
(#845) Expected 1 space before opening brace; found 0
(#847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#847) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#848) Inline comments must end in full-stops, exclamation marks, or question marks
(#849) Expected "if (...) {\n"; found "if(...){\n"
(#850) Expected 1 space before "="; 0 found
(#850) Expected 1 space after "="; 0 found
(#853) Expected 1 space before "="; 0 found
(#853) Expected 1 space after "="; 0 found
(#853) Short array syntax must be used to define arrays
(#854) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) No space found before comment text; expected "// plain numbers" but found "//plain numbers"
(#857) Expected "if (...) {\n"; found "if(...){\n"
(#858) Inline comments must start with a capital letter, digit or 3-dots sequence
(#858) Inline comments must end in full-stops, exclamation marks, or question marks
(#858) No space found before comment text; expected "// get regular numerals" but found "//get regular numerals"
(#860) Expected "if (...) {\n"; found "if(...){\n"
(#861) Expected 1 space before "=>"; 0 found
(#861) Expected 1 space after "=>"; 0 found
(#861) Commas (,) must be followed by white space.
(#861) Expected 1 space before "=>"; 0 found
(#861) Expected 1 space after "=>"; 0 found
(#868) Missing docblock for function convert_words_to_suji
(#868) Expected 1 space before opening brace; found 0
(#870) Short array syntax must be used to define arrays
(#887) Variable "arrayWithNumbers" must be all lower-case
(#889) Line indented incorrectly; expected 8 spaces, found 12
(#889) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#889) Variable "arrayWithNumbers" must be all lower-case
(#889) Variable "jpKanji" must be all lower-case
(#890) Variable "keyVal" must be all lower-case
(#890) Variable "jpKanji" must be all lower-case
(#891) Line indented incorrectly; expected 12 spaces, found 16
(#891) Expected "if (...) {\n"; found "if(...){"
(#891) Variable "keyVal" must be all lower-case
(#891) Expected 1 space before "==="; 0 found
(#891) Expected 1 space after "==="; 0 found
(#891) Closing brace must be on a line by itself
(#892) Line indented incorrectly; expected 12 spaces, found 16
(#892) Expected "if (...) {\n"; found "if(...){\n"
(#892) Expected 1 space before "=="; 0 found
(#893) Expected 1 space before "="; 0 found
(#893) Variable "keyVal" must be all lower-case
(#894) Line indented incorrectly; expected 12 spaces, found 16
(#894) Expected "} else {\n"; found "}else{\n"
(#895) Line indented incorrectly; expected 16 spaces, found 20
(#895) Expected "if (...) {\n"; found "if(...){\n"
(#895) Variable "keyVal" must be all lower-case
(#896) Variable "keyVal" must be all lower-case
(#897) Line indented incorrectly; expected 16 spaces, found 20
(#897) Expected "} else {\n"; found "}else{\n"
(#898) Variable "keyVal" must be all lower-case
(#899) Line indented incorrectly; expected 16 spaces, found 20
(#900) Line indented incorrectly; expected 12 spaces, found 16
(#901) Line indented incorrectly; expected 8 spaces, found 12
(#905) Missing docblock for function convert_suji_to_words
(#905) Expected 1 space before opening brace; found 0
(#907) Short array syntax must be used to define arrays
(#924) Expected 1 space before "="; 0 found
(#924) Expected 1 space after "="; 0 found
(#926) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#926) Expected 1 space before "=>"; 0 found
(#926) Expected 1 space after "=>"; 0 found
(#926) Expected 1 space before "=>"; 0 found
(#926) Expected 1 space after "=>"; 0 found
(#927) Expected "if (...) {\n"; found "if(...) {\n"
(#928) Expected "if (...) {\n"; found "if(...) {\n"
(#928) Expected 1 space before ">="; 0 found
(#928) Expected 1 space after ">="; 0 found
(#930) Expected "} else {\n"; found "}else{\n"
(#931) Expected 1 space before "/"; 0 found
(#931) Expected 1 space after "/"; 0 found
(#937) Expected "} else {\n"; found "}else{\n"
(#938) Expected "if (...) {\n"; found "if(...) {\n"
(#938) Expected 1 space before ">"; 0 found
(#938) Expected 1 space after ">"; 0 found
(#948) Line indented incorrectly; expected at least 4 spaces, found 3
(#949) Line indented incorrectly; expected at least 4 spaces, found 3
(#951) Missing docblock for function fetchWordArray
(#951) Public method name "alphabetconverter::fetchWordArray" must be in lower-case letters only
(#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
(#953) No space found before comment text; expected "// tidy up the text so its just lower case words seperated by spaces" but found "//tidy up the text so its just lower case words seperated by spaces"
(#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
(#956) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#959) Inline comments must start with a capital letter, digit or 3-dots sequence
(#959) Inline comments must end in full-stops, exclamation marks, or question marks
(#959) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#964) Inline comments must end in full-stops, exclamation marks, or question marks
(#964) No space found before comment text; expected "// re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)" but found "//re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)"
(#974) Line indented incorrectly; expected at least 4 spaces, found 3
(#975) Line indented incorrectly; expected at least 4 spaces, found 3
(#976) Line indented incorrectly; expected at least 4 spaces, found 3
(#977) Line indented incorrectly; expected at least 4 spaces, found 3
(#978) Missing docblock for function isUnicodemb4
(#978) Public method name "alphabetconverter::isUnicodemb4" must be in lower-case letters only
(#979) Inline comments must start with a capital letter, digit or 3-dots sequence
(#979) This comment is 42% valid code; is this commented out code?
(#979) 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"
(#981) Expected 1 space after "="; 2 found
(#982) Inline comments must start with a capital letter, digit or 3-dots sequence
(#982) No space found before comment text; expected "// strip tags is bad for non UTF-8. It might even be the real problem we need to solve here" but found "//strip tags is bad for non UTF-8. It might even be the real problem we need to solve here"
(#983) No space found before comment text; expected "// this anecdotally might help: $thetext =utf8_decode($thetext);" but found "//this anecdotally might help: $thetext =utf8_decode($thetext);"
(#984) Inline comments must end in full-stops, exclamation marks, or question marks
(#984) No space found before comment text; expected "// anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first" but found "//anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first"
(#989) Expected "if (...) {\n"; found "if(...){"
(#989) Closing brace must be on a line by itself
(#991) Expected "if (...) {\n"; found "if(...){"
(#991) Closing brace must be on a line by itself
(#993) Expected "if (...) {\n"; found "if(...){"
(#993) Closing brace must be on a line by itself
(#995) Expected "if (...) {\n"; found "if(...){\n"
(#997) Expected "} else {\n"; found "}else{\n"
(#1013) Missing docblock for function cleanText
(#1013) Public method name "alphabetconverter::cleanText" must be in lower-case letters only
(#1013) Commas (,) must be followed by white space.
(#1015) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1015) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) No space found before comment text; expected "// first test its unicodemb4, and then get on with it" but found "//first test its unicodemb4, and then get on with it"
(#1016) Expected 1 space before "="; 0 found
(#1016) Expected 1 space after "="; 0 found
(#1018) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1018) Inline comments must end in full-stops, exclamation marks, or question marks
(#1018) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#1021) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1021) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#1024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1024) Inline comments must end in full-stops, exclamation marks, or question marks
(#1024) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#1025) Expected "if (...) {\n"; found "if(...) {\n"
(#1029) Expected "} else {\n"; found "}else{\n"
(#1035) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1035) 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"
(#1036) 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"
(#1038) Inline comments must end in full-stops, exclamation marks, or question marks
(#1038) 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"
(#1039) Expected "if (...) {\n"; found "if(...) {\n"
(#1041) Expected "} else {\n"; found "}else{\n"
(#1045) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1045) Inline comments must end in full-stops, exclamation marks, or question marks
(#1045) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#1046) Variable "b_open" must not contain underscores.
(#1047) Variable "b_close" must not contain underscores.
(#1048) Variable "b_sopen" must not contain underscores.
(#1049) Variable "b_sclose" must not contain underscores.
(#1050) Short array syntax must be used to define arrays
(#1050) Variable "b_open" must not contain underscores.
(#1050) Variable "b_close" must not contain underscores.
(#1050) Variable "b_sopen" must not contain underscores.
(#1050) Variable "b_sclose" must not contain underscores.
(#1055) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1055) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#1056) Inline comments must end in full-stops, exclamation marks, or question marks
(#1056) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#1058) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1058) Inline comments must end in full-stops, exclamation marks, or question marks
(#1058) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#1066) Missing docblock for function do_mb_str_split
(#1066) Variable "split_length" must not contain underscores.
(#1067) Opening brace should be on the same line as the declaration
(#1068) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1068) No space found before comment text; expected "// for greater than PHP 7.4" but found "//for greater than PHP 7.4"
(#1070) Inline comments must end in full-stops, exclamation marks, or question marks
(#1071) Variable "split_length" must not contain underscores.
(#1074) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1074) Inline comments must end in full-stops, exclamation marks, or question marks
(#1074) No space found before comment text; expected "// for less than PHP 7.4" but found "//for less than PHP 7.4"
(#1079) Variable "split_length" must not contain underscores.
(#1079) Variable "split_length" must not contain underscores.
(#1079) Variable "split_length" must not contain underscores.
(#1080) Variable "split_length" must not contain underscores.
(#1083) Variable "split_length" must not contain underscores.
(#1083) Variable "split_length" must not contain underscores.
(#1084) Variable "split_length" must not contain underscores.
(#1099) Variable "encoding_aliases" must not contain underscores.
(#1100) Variable "encoding_aliases" must not contain underscores.
(#1101) Variable "encoding_aliases" must not contain underscores.
(#1115) Variable "split_length" must not contain underscores.
(#1116) Variable "split_length" must not contain underscores.
(#1122) File must end with a newline character
mod/readaloud/classes/comprehensiontest.php
(#1) DocBlock missing a @package tag for file comprehensiontest.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#12) Missing docblock for class comprehensiontest
(#13) Opening brace should be on the same line as the declaration for class comprehensiontest
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function __construct
(#26) Missing docblock for function fetch_media_url
(#26) Commas (,) must be followed by white space.
(#26) Expected 1 space before opening brace; found 0
(#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 "// get question audio div (not so easy)" but found "//get question audio div (not so easy)"
(#29) Commas (,) must be followed by white space.
(#29) Commas (,) must be followed by white space.
(#32) Expected "if (...) {\n"; found "if(...){"
(#32) Expected 1 space before "=="; 0 found
(#32) Expected 1 space after "=="; 0 found
(#32) Closing brace must be on a line by itself
(#40) No space found before comment text; expected "// We always take the first file and if we have none, thats not good." but found "//We always take the first file and if we have none, thats not good."
(#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) This comment is 75% valid code; is this commented out code?
(#42) Line indented incorrectly; expected at least 8 spaces, found 7
(#45) Missing docblock for function fetch_items
(#46) Opening brace should be on the same line as the declaration
(#49) Commas (,) must be followed by white space.
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#53) Expected "} else {\n"; found "}else{\n"
(#58) Missing docblock for function fetch_latest_attempt
(#58) Expected 1 space before opening brace; found 0
(#61) Commas (,) must be followed by white space.
(#61) Short array syntax must be used to define arrays
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Commas (,) must be followed by white space.
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#65) Expected "} else {\n"; found "}else{\n"
(#71) Missing docblock for function fetch_test_data_for_js_files
(#71) Expected 1 space before opening brace; found 0
(#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 "// prepare data array for test" but found "//prepare data array for test"
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Short array syntax must be used to define arrays
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Expected 1 space before "="; 0 found
(#80) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#82) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 2 found
(#84) Expected 1 space after "="; 2 found
(#85) Commas (,) must be followed by white space.
(#88) Expected "for (...) {\n"; found "for(...) {\n"
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Expected 1 space after first semicolon of FOR loop; 0 found
(#88) Expected 1 space before "<="; 0 found
(#88) Expected 1 space after "<="; 0 found
(#88) Expected 1 space after second semicolon of FOR loop; 0 found
(#90) Commas (,) must be followed by white space.
(#93) Expected 1 space after "="; 2 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
(#102) Missing docblock for function fetch_test_data_for_js
(#102) Expected 1 space before opening brace; found 0
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// prepare data array for test" but found "//prepare data array for test"
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#107) Short array syntax must be used to define arrays
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#109) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#111) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 2 found
(#113) Expected 1 space after "="; 2 found
(#114) Expected "for (...) {\n"; found "for(...) {\n"
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Expected 1 space after first semicolon of FOR loop; 0 found
(#114) Expected 1 space before "<="; 0 found
(#114) Expected 1 space after "<="; 0 found
(#114) Expected 1 space after second semicolon of FOR loop; 0 found
(#117) Expected 1 space after "="; 2 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#126) Missing docblock for function grade_test
(#126) Expected 1 space before opening brace; found 0
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#131) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#139) Expected "if (...) {\n"; found "if(...){\n"
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#141) Expected "} else {\n"; found "}else{\n"
(#142) Expected 1 space before "/"; 0 found
(#142) Expected 1 space after "/"; 0 found
(#147) File must end with a newline character
mod/readaloud/classes/constants.php
(#1) DocBlock missing a @package tag for file constants.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#13) Missing docblock for class constants
(#14) 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 "// component name, db tables, things that define app" but found "//component name, db tables, things that define app"
(#15) Missing docblock for constant constants::M_COMPONENT
(#16) Missing docblock for constant constants::M_FILEAREA_SUBMISSIONS
(#17) Missing docblock for constant constants::M_TABLE
(#18) Missing docblock for constant constants::M_USERTABLE
(#19) Missing docblock for constant constants::M_AITABLE
(#20) Missing docblock for constant constants::M_QTABLE
(#21) Missing docblock for constant constants::M_MODNAME
(#22) Missing docblock for constant constants::M_URL
(#24) Missing docblock for constant constants::M_PLUGINSETTINGS
(#26) Missing docblock for constant constants::M_NEURALVOICES
(#26) Short array syntax must be used to define arrays
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#26) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Line exceeds 132 characters; contains 140 characters
(#30) Missing docblock for constant constants::M_WHISPERVOICES
(#30) Short array syntax must be used to define arrays
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Commas (,) must be followed by white space.
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#38) Missing docblock for constant constants::ALL_VOICES
(#38) Short array syntax must be used to define arrays
(#39) Must use "self::" for local static member reference
(#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) Must use "self::" for local static member reference
(#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
(#41) Must use "self::" for local static member reference
(#41) Commas (,) must be followed by white space.
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// nikolai" but found "//nikolai"
(#42) Must use "self::" for local static member reference
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#43) Must use "self::" for local static member reference
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#44) Must use "self::" for local static member reference
(#45) Must use "self::" for local static member reference
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Must use "self::" for local static member reference
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#46) Commas (,) must be followed by white space.
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#46) Commas (,) must be followed by white space.
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#47) Must use "self::" for local static member reference
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) This comment is 56% valid code; is this commented out code?
(#48) No space found before comment text; expected "// constants::M_LANG_DECH => []," but found "//constants::M_LANG_DECH => [],"
(#49) Must use "self::" for local static member reference
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) 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) Commas (,) must be followed by white space.
(#51) Expected 1 space before "=>"; 0 found
(#51) 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) Line exceeds 132 characters; contains 136 characters
(#52) Must use "self::" for local static member reference
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#53) Must use "self::" for local static member reference
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Must use "self::" for local static member reference
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#55) Must use "self::" for local static member reference
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#56) Must use "self::" for local static member reference
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) This comment is 56% valid code; is this commented out code?
(#58) Must use "self::" for local static member reference
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#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
(#59) This comment is 56% valid code; is this commented out code?
(#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) This comment is 56% valid code; is this commented out code?
(#61) No space found before comment text; expected "// constants::M_LANG_FAIR => []," but found "//constants::M_LANG_FAIR => [],"
(#62) Must use "self::" for local static member reference
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Line exceeds 132 characters; contains 160 characters
(#63) Must use "self::" for local static member reference
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#64) Must use "self::" for local static member reference
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#65) Must use "self::" for local static member reference
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#66) Must use "self::" for local static member reference
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#67) Must use "self::" for local static member reference
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#68) Must use "self::" for local static member reference
(#69) Must use "self::" for local static member reference
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Must use "self::" for local static member reference
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Commas (,) must be followed by white space.
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Must use "self::" for local static member reference
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#73) Must use "self::" for local static member reference
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#74) Must use "self::" for local static member reference
(#75) Must use "self::" for local static member reference
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#76) Must use "self::" for local static member reference
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#77) Must use "self::" for local static member reference
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#78) Must use "self::" for local static member reference
(#79) Must use "self::" for local static member reference
(#80) Must use "self::" for local static member reference
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#81) Must use "self::" for local static member reference
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#82) Must use "self::" for local static member reference
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#83) Must use "self::" for local static member reference
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Line exceeds 132 characters; contains 149 characters
(#84) Must use "self::" for local static member reference
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#85) Must use "self::" for local static member reference
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Commas (,) must be followed by white space.
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#86) Must use "self::" for local static member reference
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#87) Must use "self::" for local static member reference
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#88) Must use "self::" for local static member reference
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#89) Must use "self::" for local static member reference
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#90) Must use "self::" for local static member reference
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#91) Must use "self::" for local static member reference
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#91) Commas (,) must be followed by white space.
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#92) Must use "self::" for local static member reference
(#93) Must use "self::" for local static member reference
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Commas (,) must be followed by white space.
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#94) Must use "self::" for local static member reference
(#95) Must use "self::" for local static member reference
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#96) Must use "self::" for local static member reference
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#96) Commas (,) must be followed by white space.
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#97) Must use "self::" for local static member reference
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#98) Must use "self::" for local static member reference
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#99) Must use "self::" for local static member reference
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#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 "// classes for use in CSS" but found "//classes for use in CSS"
(#103) Missing docblock for constant constants::M_CLASS
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) No space found before comment text; expected "// Guided transcription uses the passage or a combination of passages (corpus)" but found "//Guided transcription uses the passage or a combination of passages (corpus)"
(#106) Missing docblock for constant constants::GUIDEDTRANS_PASSAGE
(#107) Missing docblock for constant constants::GUIDEDTRANS_CORPUS
(#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
(#108) No space found before comment text; expected "// corpus (combination of packages) covers the whole site or just the course" but found "//corpus (combination of packages) covers the whole site or just the course"
(#109) Missing docblock for constant constants::CORPUSRANGE_SITE
(#110) Missing docblock for constant constants::CORPUSRANGE_COURSE
(#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 "// when pushing a setting, apply it activity, course or site wide" but found "//when pushing a setting, apply it activity, course or site wide"
(#112) Missing docblock for constant constants::APPLY_ACTIVITY
(#113) Missing docblock for constant constants::APPLY_COURSE
(#114) Missing docblock for constant constants::APPLY_SITE
(#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 "// audio recorders" but found "//audio recorders"
(#119) Missing docblock for constant constants::REC_READALOUD
(#120) Missing docblock for constant constants::REC_ONCE
(#121) Missing docblock for constant constants::REC_UPLOAD
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// Constants for RS Questions" but found "//Constants for RS Questions"
(#124) Missing docblock for constant constants::NONE
(#124) Expected 1 space before "="; 0 found
(#124) Expected 1 space after "="; 0 found
(#125) Missing docblock for constant constants::MAXANSWERS
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Missing docblock for constant constants::TEXTQUESTION
(#127) Missing docblock for constant constants::TEXTANSWER
(#128) Missing docblock for constant constants::TEXTQUESTION_FILEAREA
(#129) Missing docblock for constant constants::TEXTANSWER_FILEAREA
(#129) Expected 1 space after "="; 0 found
(#130) Missing docblock for constant constants::TEXTPROMPT_FILEAREA
(#131) Missing docblock for constant constants::TYPE_TEXTPROMPT_LONG
(#132) Missing docblock for constant constants::TYPE_TEXTPROMPT_SHORT
(#133) Missing docblock for constant constants::TYPE_TEXTPROMPT_AUDIO
(#134) Missing docblock for constant constants::TYPE_INSTRUCTIONS
(#135) Missing docblock for constant constants::TEXTCHOICE
(#136) Missing docblock for constant constants::TEXTBOXCHOICE
(#137) Missing docblock for constant constants::CORRECTANSWER
(#138) Missing docblock for constant constants::PASSAGEPICTURE
(#138) Expected 1 space before "="; 0 found
(#138) Expected 1 space after "="; 0 found
(#139) Missing docblock for constant constants::PASSAGEPICTURE_FILEAREA
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// grading options" but found "//grading options"
(#143) Missing docblock for constant constants::M_GRADEHIGHEST
(#144) Missing docblock for constant constants::M_GRADELOWEST
(#145) Missing docblock for constant constants::M_GRADELATEST
(#146) Missing docblock for constant constants::M_GRADEAVERAGE
(#147) Missing docblock for constant constants::M_GRADENONE
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// accuracy adjustment method options" but found "//accuracy adjustment method options"
(#149) Missing docblock for constant constants::ACCMETHOD_NONE
(#150) Missing docblock for constant constants::ACCMETHOD_AUTO
(#151) Missing docblock for constant constants::ACCMETHOD_FIXED
(#152) Missing docblock for constant constants::ACCMETHOD_NOERRORS
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// what to display to user when reviewing activity options" but found "//what to display to user when reviewing activity options"
(#154) Missing docblock for constant constants::POSTATTEMPT_NONE
(#155) Missing docblock for constant constants::POSTATTEMPT_EVAL
(#156) Missing docblock for constant constants::POSTATTEMPT_EVALERRORS
(#157) Missing docblock for constant constants::POSTATTEMPT_EVALERRORSNOGRADE
(#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 "// more review mode options" but found "//more review mode options"
(#159) Missing docblock for constant constants::REVIEWMODE_NONE
(#160) Missing docblock for constant constants::REVIEWMODE_MACHINE
(#161) Missing docblock for constant constants::REVIEWMODE_HUMAN
(#162) Missing docblock for constant constants::REVIEWMODE_SCORESONLY
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) No space found before comment text; expected "// to use or not use machine grades" but found "//to use or not use machine grades"
(#164) Missing docblock for constant constants::MACHINEGRADE_NONE
(#165) Missing docblock for constant constants::MACHINEGRADE_HYBRID
(#166) Missing docblock for constant constants::MACHINEGRADE_MACHINEONLY
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) No space found before comment text; expected "// Session Score" but found "//Session Score"
(#169) Missing docblock for constant constants::SESSIONSCORE_NORMAL
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// Normal = WPM / Targetwpm * 100" but found "//Normal = WPM / Targetwpm * 100"
(#170) Missing docblock for constant constants::SESSIONSCORE_STRICT
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) No space found before comment text; expected "// Strict = (WPM - Errors) / Targetwpm * 100" but found "//Strict = (WPM - Errors) / Targetwpm * 100"
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// TTS Speed" but found "//TTS Speed"
(#173) Missing docblock for constant constants::TTSSPEED_MEDIUM
(#174) Missing docblock for constant constants::TTSSPEED_SLOW
(#175) Missing docblock for constant constants::TTSSPEED_XSLOW
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// CSS ids/classes" but found "//CSS ids/classes"
(#178) Missing docblock for constant constants::M_RECORD_BUTTON
(#179) Missing docblock for constant constants::M_START_BUTTON
(#180) Missing docblock for constant constants::M_UPDATE_CONTROL
(#181) Missing docblock for constant constants::M_DRAFT_CONTROL
(#182) Missing docblock for constant constants::M_PROGRESS_CONTAINER
(#183) Missing docblock for constant constants::M_HIDER
(#184) Missing docblock for constant constants::M_STOP_BUTTON
(#185) Missing docblock for constant constants::M_WHERETONEXT_CONTAINER
(#186) Missing docblock for constant constants::M_RECORD_BUTTON_CONTAINER
(#187) Missing docblock for constant constants::M_START_BUTTON_CONTAINER
(#188) Missing docblock for constant constants::M_STOP_BUTTON_CONTAINER
(#189) Missing docblock for constant constants::M_RECORDERID
(#190) Missing docblock for constant constants::M_RECORDING_CONTAINER
(#191) Missing docblock for constant constants::M_RECORDER_CONTAINER
(#192) Missing docblock for constant constants::M_DUMMY_RECORDER
(#193) Missing docblock for constant constants::M_RECORDER_INSTRUCTIONS_RIGHT
(#194) Missing docblock for constant constants::M_RECORDER_INSTRUCTIONS_LEFT
(#195) Missing docblock for constant constants::M_INSTRUCTIONS_CONTAINER
(#196) Missing docblock for constant constants::M_INSTRUCTIONS
(#197) Missing docblock for constant constants::M_ACTIVITYINSTRUCTIONS_CONTAINER
(#198) Missing docblock for constant constants::M_MENUINSTRUCTIONS_CONTAINER
(#199) Missing docblock for constant constants::M_MENUBUTTONS_CONTAINER
(#200) Missing docblock for constant constants::M_PREVIEWINSTRUCTIONS_CONTAINER
(#201) Missing docblock for constant constants::M_PREVIEWINSTRUCTIONS
(#202) Missing docblock for constant constants::M_LANDRINSTRUCTIONS_CONTAINER
(#203) Missing docblock for constant constants::M_LANDRINSTRUCTIONS
(#204) Missing docblock for constant constants::M_SMALLREPORT_CONTAINER
(#205) Missing docblock for constant constants::M_INTRO_CONTAINER
(#208) Missing docblock for constant constants::M_PASSAGE_CONTAINER
(#209) Missing docblock for constant constants::M_POSTATTEMPT
(#210) Missing docblock for constant constants::M_FEEDBACK_CONTAINER
(#211) Missing docblock for constant constants::M_ERROR_CONTAINER
(#212) Missing docblock for constant constants::M_GRADING_ERROR_CONTAINER
(#213) Missing docblock for constant constants::M_GRADING_ERROR_IMG
(#214) Missing docblock for constant constants::M_GRADING_ERROR_SCORE
(#215) Missing docblock for constant constants::M_GRADING_WPM_CONTAINER
(#216) Missing docblock for constant constants::M_GRADING_WPM_IMG
(#217) Missing docblock for constant constants::M_GRADING_WPM_SCORE
(#218) Missing docblock for constant constants::M_GRADING_ACCURACY_CONTAINER
(#219) Missing docblock for constant constants::M_GRADING_ACCURACY_IMG
(#220) Missing docblock for constant constants::M_GRADING_ACCURACY_SCORE
(#221) Missing docblock for constant constants::M_GRADING_SESSION_SCORE
(#222) Missing docblock for constant constants::M_GRADING_SESSIONSCORE_CONTAINER
(#223) Missing docblock for constant constants::M_GRADING_SCORE
(#224) Missing docblock for constant constants::M_GRADING_PLAYER_CONTAINER
(#225) Missing docblock for constant constants::M_GRADING_PLAYER
(#226) Missing docblock for constant constants::M_GRADING_ACTION_CONTAINER
(#227) Missing docblock for constant constants::M_GRADING_FORM_SESSIONTIME
(#228) Missing docblock for constant constants::M_GRADING_FORM_SESSIONSCORE
(#229) Missing docblock for constant constants::M_GRADING_FORM_WPM
(#230) Missing docblock for constant constants::M_GRADING_FORM_ACCURACY
(#231) Missing docblock for constant constants::M_GRADING_FORM_SESSIONENDWORD
(#232) Missing docblock for constant constants::M_GRADING_FORM_SESSIONERRORS
(#233) Missing docblock for constant constants::M_ADMINTAB_CONTAINER
(#234) Missing docblock for constant constants::M_HIDDEN_PLAYER
(#235) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON
(#236) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON_ACTIVE
(#237) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON_PAUSED
(#238) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON_PLAYING
(#239) Missing docblock for constant constants::M_EVALUATED_MESSAGE
(#240) Missing docblock for constant constants::M_MODELAUDIO_FORM_URLFIELD
(#241) Missing docblock for constant constants::M_MODELAUDIO_FORM_BREAKSFIELD
(#242) Missing docblock for constant constants::M_MODELAUDIO_PLAYER
(#243) Missing docblock for constant constants::M_VIEWMODELTRANSCRIPT
(#244) Missing docblock for constant constants::M_MODELTRANSCRIPT
(#245) Missing docblock for constant constants::M_CLASS_PASSAGEWORD
(#246) Missing docblock for constant constants::M_CLASS_PASSAGESPACE
(#247) Missing docblock for constant constants::M_CLASS_PASSAGEGRADINGCONT
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// languages" but found "//languages"
(#250) Missing docblock for constant constants::M_LANG_ENUS
(#251) Missing docblock for constant constants::M_LANG_ENGB
(#252) Missing docblock for constant constants::M_LANG_ENAU
(#253) Missing docblock for constant constants::M_LANG_ENPH
(#254) Missing docblock for constant constants::M_LANG_ENNZ
(#255) Missing docblock for constant constants::M_LANG_ENZA
(#256) Missing docblock for constant constants::M_LANG_ENIN
(#257) Missing docblock for constant constants::M_LANG_ESUS
(#258) Missing docblock for constant constants::M_LANG_ESES
(#259) Missing docblock for constant constants::M_LANG_FRCA
(#260) Missing docblock for constant constants::M_LANG_FRFR
(#261) Missing docblock for constant constants::M_LANG_DEDE
(#262) Missing docblock for constant constants::M_LANG_DEAT
(#262) Expected 1 space after "="; 0 found
(#263) Missing docblock for constant constants::M_LANG_ITIT
(#264) Missing docblock for constant constants::M_LANG_PTBR
(#265) Missing docblock for constant constants::M_LANG_DADK
(#266) Missing docblock for constant constants::M_LANG_FILPH
(#267) Missing docblock for constant constants::M_LANG_KOKR
(#268) Missing docblock for constant constants::M_LANG_HIIN
(#269) Missing docblock for constant constants::M_LANG_ARAE
(#269) Expected 1 space after "="; 0 found
(#270) Missing docblock for constant constants::M_LANG_ARSA
(#270) Expected 1 space after "="; 0 found
(#271) Missing docblock for constant constants::M_LANG_ZHCN
(#271) Expected 1 space after "="; 0 found
(#272) Missing docblock for constant constants::M_LANG_NLNL
(#272) Expected 1 space after "="; 0 found
(#273) Missing docblock for constant constants::M_LANG_NLBE
(#273) Expected 1 space after "="; 0 found
(#274) Missing docblock for constant constants::M_LANG_ENIE
(#274) Expected 1 space after "="; 0 found
(#275) Missing docblock for constant constants::M_LANG_ENWL
(#275) Expected 1 space after "="; 0 found
(#276) Missing docblock for constant constants::M_LANG_ENAB
(#276) Expected 1 space after "="; 0 found
(#277) Missing docblock for constant constants::M_LANG_FAIR
(#277) Expected 1 space after "="; 0 found
(#278) Missing docblock for constant constants::M_LANG_DECH
(#278) Expected 1 space after "="; 0 found
(#279) Missing docblock for constant constants::M_LANG_HEIL
(#279) Expected 1 space after "="; 0 found
(#280) Missing docblock for constant constants::M_LANG_IDID
(#280) Expected 1 space after "="; 0 found
(#281) Missing docblock for constant constants::M_LANG_JAJP
(#281) Expected 1 space after "="; 0 found
(#282) Missing docblock for constant constants::M_LANG_MSMY
(#282) Expected 1 space after "="; 0 found
(#283) Missing docblock for constant constants::M_LANG_PTPT
(#283) Expected 1 space after "="; 0 found
(#284) Missing docblock for constant constants::M_LANG_RURU
(#284) Expected 1 space after "="; 0 found
(#285) Missing docblock for constant constants::M_LANG_TAIN
(#285) Expected 1 space after "="; 0 found
(#286) Missing docblock for constant constants::M_LANG_TEIN
(#286) Expected 1 space after "="; 0 found
(#287) Missing docblock for constant constants::M_LANG_TRTR
(#287) Expected 1 space after "="; 0 found
(#288) Missing docblock for constant constants::M_LANG_NONO
(#288) Expected 1 space after "="; 0 found
(#289) Missing docblock for constant constants::M_LANG_NBNO
(#289) Expected 1 space after "="; 0 found
(#290) Missing docblock for constant constants::M_LANG_NNNO
(#290) Expected 1 space after "="; 0 found
(#291) Missing docblock for constant constants::M_LANG_PLPL
(#291) Expected 1 space after "="; 0 found
(#292) Missing docblock for constant constants::M_LANG_RORO
(#292) Expected 1 space after "="; 0 found
(#293) Missing docblock for constant constants::M_LANG_SVSE
(#293) Expected 1 space after "="; 0 found
(#294) Missing docblock for constant constants::M_LANG_UKUA
(#294) Expected 1 space after "="; 0 found
(#295) Missing docblock for constant constants::M_LANG_EUES
(#295) Expected 1 space after "="; 0 found
(#296) Missing docblock for constant constants::M_LANG_FIFI
(#296) Expected 1 space after "="; 0 found
(#297) Missing docblock for constant constants::M_LANG_HUHU
(#297) Expected 1 space after "="; 0 found
(#298) Missing docblock for constant constants::M_LANG_MINZ
(#298) Expected 1 space after "="; 0 found
(#299) Missing docblock for constant constants::M_LANG_VIVN
(#299) Expected 1 space after "="; 0 found
(#301) Missing docblock for constant constants::M_LANG_BGBG
(#302) Missing docblock for constant constants::M_LANG_CSCZ
(#303) Missing docblock for constant constants::M_LANG_ELGR
(#304) Missing docblock for constant constants::M_LANG_HRHR
(#305) Missing docblock for constant constants::M_LANG_LTLT
(#306) Missing docblock for constant constants::M_LANG_LVLV
(#307) Missing docblock for constant constants::M_LANG_SKSK
(#308) Missing docblock for constant constants::M_LANG_SLSI
(#309) Missing docblock for constant constants::M_LANG_ISIS
(#310) Missing docblock for constant constants::M_LANG_MKMK
(#311) Missing docblock for constant constants::M_LANG_SRRS
(#313) Missing docblock for constant constants::TTS_NONE
(#313) Expected 1 space before "="; 0 found
(#313) Expected 1 space after "="; 0 found
(#315) Missing docblock for constant constants::TRANSCRIBER_GUIDED
(#316) Missing docblock for constant constants::TRANSCRIBER_STRICT
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// no longer used" but found "//no longer used"
(#319) Missing docblock for constant constants::TRANSCRIBER_NONE
(#319) Inline comments must start with a capital letter, digit or 3-dots sequence
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) No space found before comment text; expected "// defunct" but found "//defunct"
(#320) Missing docblock for constant constants::TRANSCRIBER_AMAZONSTREAMING
(#320) Expected 1 space after "="; 0 found
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) No space found before comment text; expected "// defunct" but found "//defunct"
(#322) Missing docblock for constant constants::M_STARTPREVIEW
(#322) Expected 1 space before "="; 0 found
(#323) Missing docblock for constant constants::M_STARTLANDR
(#323) Expected 1 space before "="; 0 found
(#324) Missing docblock for constant constants::M_STARTSHADOW
(#324) Expected 1 space before "="; 0 found
(#325) Missing docblock for constant constants::M_STARTNOSHADOW
(#325) Expected 1 space before "="; 0 found
(#326) Missing docblock for constant constants::M_RETURNMENU
(#326) Expected 1 space before "="; 0 found
(#327) Missing docblock for constant constants::M_STOPANDPLAY
(#327) Expected 1 space before "="; 0 found
(#328) Missing docblock for constant constants::M_BACKTOTOP
(#328) Expected 1 space before "="; 0 found
(#329) Missing docblock for constant constants::M_STOP_BTN
(#330) Missing docblock for constant constants::M_PLAY_BTN
(#332) Missing docblock for constant constants::M_PUSH_NONE
(#332) Expected 1 space after "="; 0 found
(#333) Missing docblock for constant constants::M_PUSH_PASSAGE
(#333) Expected 1 space after "="; 0 found
(#334) Missing docblock for constant constants::M_PUSH_ALTERNATIVES
(#334) Expected 1 space after "="; 0 found
(#335) Missing docblock for constant constants::M_PUSH_QUESTIONS
(#335) Expected 1 space after "="; 0 found
(#336) Missing docblock for constant constants::M_PUSH_TARGETWPM
(#336) Expected 1 space after "="; 0 found
(#337) Missing docblock for constant constants::M_PUSH_TTSMODELAUDIO
(#338) Missing docblock for constant constants::M_PUSH_TIMELIMIT
(#339) Missing docblock for constant constants::M_PUSH_MODES
(#340) Missing docblock for constant constants::M_PUSH_GRADESETTINGS
(#341) Missing docblock for constant constants::M_PUSH_CANEXITEARLY
(#343) Missing docblock for constant constants::M_USE_DATATABLES
(#343) Expected 1 space before "="; 0 found
(#343) Expected 1 space after "="; 0 found
(#345) Missing docblock for constant constants::M_STANDARD_FONTS
(#349) Missing docblock for constant constants::M_GOOGLE_FONTS
(#350) Whitespace found at end of line
(#351) File must end with a newline character
mod/readaloud/classes/dates.php
(#1) Moodle boilerplate not found
(#10) Missing @copyright tag
(#10) Missing @license tag
(#10) Missing docblock for class dates
mod/readaloud/classes/diff.php
(#1) Moodle boilerplate not found
(#18) Blank comments are not allowed
(#19) Missing docblock for class diff
(#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
(#22) Missing docblock for constant diff::MATCHED
(#23) Missing docblock for constant diff::UNMATCHED
(#24) Missing docblock for constant diff::ALTERNATEMATCH
(#25) Missing docblock for constant diff::NOTALTERNATEMATCH
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Missing docblock for function fetchWordArray
(#31) Public method name "diff::fetchWordArray" must be in lower-case letters only
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) No space found before comment text; expected "// tidy up the text so its just lower case words seperated by spaces" but found "//tidy up the text so its just lower case words seperated by spaces"
(#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 "// split on spaces into words" but found "//split on spaces into words"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#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) No space found before comment text; expected "// re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)" but found "//re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)"
(#55) Missing docblock for function isUnicodemb4
(#55) Public method name "diff::isUnicodemb4" must be in lower-case letters only
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) This comment is 42% valid code; is this commented out code?
(#56) 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"
(#58) Expected 1 space after "="; 2 found
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) No space found before comment text; expected "// strip tags is bad for non UTF-8. It might even be the real problem we need to solve here" but found "//strip tags is bad for non UTF-8. It might even be the real problem we need to solve here"
(#60) No space found before comment text; expected "// this anecdotally might help: $thetext =utf8_decode($thetext);" but found "//this anecdotally might help: $thetext =utf8_decode($thetext);"
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first" but found "//anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first"
(#66) Expected "if (...) {\n"; found "if(...){"
(#66) Closing brace must be on a line by itself
(#68) Expected "if (...) {\n"; found "if(...){"
(#68) Closing brace must be on a line by itself
(#70) Expected "if (...) {\n"; found "if(...){"
(#70) Closing brace must be on a line by itself
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#74) Expected "} else {\n"; found "}else{\n"
(#92) Missing docblock for function cleanText
(#92) Public method name "diff::cleanText" must be in lower-case letters only
(#92) 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 "// 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"
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#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
(#98) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#109) Expected "} else {\n"; found "}else{\n"
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) 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"
(#116) 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"
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) 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"
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#121) Expected "} else {\n"; found "}else{\n"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#126) Variable "b_open" must not contain underscores.
(#127) Variable "b_close" must not contain underscores.
(#128) Variable "b_sopen" must not contain underscores.
(#129) Variable "b_sclose" must not contain underscores.
(#130) Short array syntax must be used to define arrays
(#130) Variable "b_open" must not contain underscores.
(#130) Variable "b_close" must not contain underscores.
(#130) Variable "b_sopen" must not contain underscores.
(#130) Variable "b_sclose" must not contain underscores.
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#161) Line exceeds 132 characters; contains 156 characters
(#167) Missing docblock for function fetchAlternativesArray
(#167) Public method name "diff::fetchAlternativesArray" must be in lower-case letters only
(#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 "// return empty if input data is useless" but found "//return empty if input data is useless"
(#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 "// regexp from https://stackoverflow.com/questions/7058168/explode-textarea-php-at-new-lines" but found "//regexp from https://stackoverflow.com/questions/7058168/explode-textarea-php-at-new-lines"
(#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 "// clean each word in set" but found "//clean each word in set"
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) No space found before comment text; expected "// Do some adhoc match judgement based on common language transcription errors by AI" but found "//Do some adhoc match judgement based on common language transcription errors by AI"
(#213) Missing docblock for function generous_match
(#214) Commas (,) must be followed by white space.
(#214) Commas (,) must be followed by white space.
(#230) No space found before comment text; expected "// Loop through passage, nest looping through transcript building collections of sequences (passage match records)" but found "//Loop through passage, nest looping through transcript building collections of sequences (passage match records)"
(#231) No space found before comment text; expected "// one sequence = sequence_length[length] + sequence_start(transcript)[tposition] + sequence_start(passage)[pposition]" but found "//one sequence = sequence_length[length] + sequence_start(transcript)[tposition] + sequence_start(passage)[pposition]"
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) No space found before comment text; expected "// we do not discriminate over length or position of sequence at this stage. All sequences are saved" but found "//we do not discriminate over length or position of sequence at this stage. All sequences are saved"
(#234) No space found before comment text; expected "// NB The sequence length should be the same in the passage and transcript (because they "matched")" but found "//NB The sequence length should be the same in the passage and transcript (because they "matched")"
(#235) No space found before comment text; expected "// But we attempted to have "multiple word alternatives" which could mean that the match length in the transcript" but found "//But we attempted to have "multiple word alternatives" which could mean that the match length in the transcript"
(#237) No space found before comment text; expected "// eg 1989 -> nineteen eighty nine." but found "//eg 1989 -> nineteen eighty nine."
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// returns array of sequences" but found "//returns array of sequences"
(#243) Missing docblock for function fetchSequences
(#243) Public method name "diff::fetchSequences" must be in lower-case letters only
(#243) Commas (,) must be followed by white space.
(#243) Line exceeds 132 characters; contains 138 characters
(#244) Variable "p_length" must not contain underscores.
(#245) Variable "t_length" must not contain underscores.
(#246) Short array syntax must be used to define arrays
(#247) Variable "t_slength" must not contain underscores.
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) No space found before comment text; expected "// sequence length (in the transcript)" but found "//sequence length (in the transcript)"
(#248) Variable "p_slength" must not contain underscores.
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// sequence length (in the passage)" but found "//sequence length (in the passage)"
(#249) Variable "alt_positions" must not contain underscores.
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// we record alternate usages in sequence" but found "//we record alternate usages in sequence"
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) No space found before comment text; expected "// transcript sequence match search start index" but found "//transcript sequence match search start index"
(#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 "// if any alternates declare a forward match we keep that here" but found "//if any alternates declare a forward match we keep that here"
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) No space found before comment text; expected "// loop through passage word by word" but found "//loop through passage word by word"
(#254) Variable "p_length" must not contain underscores.
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) No space found before comment text; expected "// loop through transcript finding matches starting from current passage word" but found "//loop through transcript finding matches starting from current passage word"
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// we step over the length of any sequences we have already found to begin search for next sequence" but found "//we step over the length of any sequences we have already found to begin search for next sequence"
(#257) Variable "t_slength" must not contain underscores.
(#257) Variable "t_length" must not contain underscores.
(#258) Variable "p_slength" must not contain underscores.
(#258) Variable "p_length" must not contain underscores.
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// get words to compare" but found "//get words to compare"
(#261) Variable "p_slength" must not contain underscores.
(#262) Variable "t_slength" must not contain underscores.
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) No space found before comment text; expected "// if we have phones do those here" but found "//if we have phones do those here"
(#265) Expected "if (...) {\n"; found "if(...){\n"
(#266) Variable "p_slength" must not contain underscores.
(#267) Variable "t_slength" must not contain underscores.
(#268) Variable "t_slength" must not contain underscores.
(#269) Variable "p_slength" must not contain underscores.
(#270) Expected "} else {\n"; found "}else{\n"
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) No space found before comment text; expected "// check for a forward match" but found "//check for a forward match"
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) No space found before comment text; expected "// we matched a passage word + but did not use the next transcript word, so roll back t_slength" but found "//we matched a passage word + but did not use the next transcript word, so roll back t_slength"
(#282) Variable "t_slength" must not contain underscores.
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// check for a direct match" but found "//check for a direct match"
(#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 "// if no direct match is there an alternates match" but found "//if no direct match is there an alternates match"
(#294) Variable "altsearch_result" must not contain underscores.
(#297) Variable "altsearch_result" must not contain underscores.
(#299) Variable "altsearch_result" must not contain underscores.
(#300) Variable "alt_positions" must not contain underscores.
(#300) Variable "p_slength" must not contain underscores.
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) No space found before comment text; expected "// do a phonetics match .. only JP currently" but found "//do a phonetics match .. only JP currently"
(#305) Expected "if (...) {\n"; found "if(...){\n"
(#306) Variable "phone_result" must not contain underscores.
(#306) Expected 1 space before "="; 0 found
(#306) Commas (,) must be followed by white space.
(#306) Commas (,) must be followed by white space.
(#307) Expected "if (...) {\n"; found "if(...){\n"
(#307) Variable "phone_result" must not contain underscores.
(#308) Expected 1 space before "="; 0 found
(#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 "// else check for a generous match(eg for english +s and +ed we give it to them)" but found "//else check for a generous match(eg for english +s and +ed we give it to them)"
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) No space found before comment text; expected "// if we have a match and the passage and transcript each have another word, we will continue" but found "//if we have a match and the passage and transcript each have another word, we will continue"
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// (ie to try to match the next word)" but found "//(ie to try to match the next word)"
(#320) Variable "t_slength" must not contain underscores.
(#320) Variable "t_length" must not contain underscores.
(#321) Variable "p_slength" must not contain underscores.
(#321) Variable "p_length" must not contain underscores.
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) No space found before comment text; expected "// continue building sequence" but found "//continue building sequence"
(#323) Variable "p_slength" must not contain underscores.
(#324) Variable "t_slength" must not contain underscores.
(#326) No space found before comment text; expected "// We add a provisional match here. This means lots of shorter sequences added to sequences[]" but found "//We add a provisional match here. This means lots of shorter sequences added to sequences[]"
(#328) No space found before comment text; expected "// this is necessary for an unusual case where two sequences overlap" but found "//this is necessary for an unusual case where two sequences overlap"
(#329) No space found before comment text; expected "// at the end of one and the beginning of the other." but found "//at the end of one and the beginning of the other."
(#330) No space found before comment text; expected "// without a provisional match, the shorter seq. will lose the election and be unselected at fetchDiffs()" but found "//without a provisional match, the shorter seq. will lose the election and be unselected at fetchDiffs()"
(#331) No space found before comment text; expected "// and the unoverlapped part will be marked unmatched" but found "//and the unoverlapped part will be marked unmatched"
(#332) No space found before comment text; expected "// this occurs with a combination of wildcards and extraneous words in transcript" but found "//this occurs with a combination of wildcards and extraneous words in transcript"
(#333) No space found before comment text; expected "// eg transcript: home is where the heart resides oligarchy it stomach said ..." but found "//eg transcript: home is where the heart resides oligarchy it stomach said ..."
(#334) No space found before comment text; expected "// passage: home is where the heart resides Aragaki Tsutomu said ..." but found "//passage: home is where the heart resides Aragaki Tsutomu said ..."
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) No space found before comment text; expected "// wildcards on Aragaki and Tsutomu caused this overlap problem" but found "//wildcards on Aragaki and Tsutomu caused this overlap problem"
(#337) Variable "p_slength" must not contain underscores.
(#338) Variable "t_slength" must not contain underscores.
(#341) Variable "alt_positions" must not contain underscores.
(#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 "// else: no match or end of transcript/passage," but found "//else: no match or end of transcript/passage,"
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) No space found before comment text; expected "// if we have a match here, then its the last word of passage or transcript..." but found "//if we have a match here, then its the last word of passage or transcript..."
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) No space found before comment text; expected "// we build our sequence object, store it in $sequences, and return" but found "//we build our sequence object, store it in $sequences, and return"
(#349) Variable "p_slength" must not contain underscores.
(#350) Variable "t_slength" must not contain underscores.
(#352) Variable "p_slength" must not contain underscores.
(#353) Variable "t_slength" must not contain underscores.
(#356) Variable "alt_positions" must not contain underscores.
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) No space found before comment text; expected "// we bump tstart, which will end this loop" but found "//we bump tstart, which will end this loop"
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) No space found before comment text; expected "// and we reset our sequence lengths because the outer loop may yet continue" but found "//and we reset our sequence lengths because the outer loop may yet continue"
(#361) Variable "t_slength" must not contain underscores.
(#362) Variable "p_slength" must not contain underscores.
(#363) Variable "t_slength" must not contain underscores.
(#364) Variable "alt_positions" must not contain underscores.
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// if we never even had a sequence we just move to next word in transcript" but found "//if we never even had a sequence we just move to next word in transcript"
(#367) Variable "p_slength" must not contain underscores.
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) No space found before comment text; expected "// if we had a sequence but this is not a match, we build the sequence object, store it in $sequences," but found "//if we had a sequence but this is not a match, we build the sequence object, store it in $sequences,"
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// step transcript index and look for next sequence" but found "//step transcript index and look for next sequence"
(#374) Variable "p_slength" must not contain underscores.
(#375) Variable "t_slength" must not contain underscores.
(#378) Variable "alt_positions" must not contain underscores.
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) No space found before comment text; expected "// re init transcript loop variables for the next pass" but found "//re init transcript loop variables for the next pass"
(#382) Variable "t_slength" must not contain underscores.
(#383) Variable "p_slength" must not contain underscores.
(#384) Variable "t_slength" must not contain underscores.
(#385) Variable "alt_positions" must not contain underscores.
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) No space found before comment text; expected "// reset transcript loop variables for each pass of passageword loop" but found "//reset transcript loop variables for each pass of passageword loop"
(#398) Missing docblock for function debug_print_sequence
(#402) The use of function print_r() is forbidden
(#413) Missing docblock for function phonetics_match
(#413) Commas (,) must be followed by white space.
(#413) Commas (,) must be followed by white space.
(#414) Expected "if (...) {\n"; found "if(...){\n"
(#414) Commas (,) must be followed by white space.
(#416) Expected "} else {\n"; found "}else{\n"
(#424) Missing docblock for function check_alternatives_for_match
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#430) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) No space found before comment text; expected "// we no longer process wildcards while matching (we just reverse errors later)" but found "//we no longer process wildcards while matching (we just reverse errors later)"
(#438) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) No space found before comment text; expected "// if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {" but found "//if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {"
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) No space found before comment text; expected "// we return the matchlength" but found "//we return the matchlength"
(#461) Missing docblock for function fetchWildcardsArray
(#461) Public method name "diff::fetchWildcardsArray" must be in lower-case letters only
(#462) Short array syntax must be used to define arrays
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#465) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#476) No space found before comment text; expected "// we return the wildczrds" but found "//we return the wildczrds"
(#480) Missing docblock for function mb_strequals
(#482) This comment is 60% valid code; is this commented out code?
(#482) Line indented incorrectly; expected at least 8 spaces, found 0
(#489) Line indented incorrectly; expected at least 8 spaces, found 0
(#490) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#494) No space found before comment text; expected "// for use with PHP usort and arrays of sequences" but found "//for use with PHP usort and arrays of sequences"
(#495) No space found before comment text; expected "// sort array so that long sequences come first." but found "//sort array so that long sequences come first."
(#496) No space found before comment text; expected "// if sequences are of equal length, the one whose transcript index is earlier comes first" but found "//if sequences are of equal length, the one whose transcript index is earlier comes first"
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) No space found before comment text; expected "// if transcript positions are equal the ones whose pposition is earlier is selected" but found "//if transcript positions are equal the ones whose pposition is earlier is selected"
(#498) Missing docblock for function cmp
(#501) Expected "if (...) {\n"; found "if(...){\n"
(#503) Expected "} else {\n"; found "}else{\n"
(#514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#514) No space found before comment text; expected "// returns an array of "diff" results, one for each word(ie position) in passage" but found "//returns an array of "diff" results, one for each word(ie position) in passage"
(#515) No space found before comment text; expected "// i) default all passage positions to unmatched (self::UNMATCHED)" but found "//i) default all passage positions to unmatched (self::UNMATCHED)"
(#516) No space found before comment text; expected "// ii) sort sequences by length(longer sorts higher), transcript position (earlier sorts higher)" but found "//ii) sort sequences by length(longer sorts higher), transcript position (earlier sorts higher)"
(#517) No space found before comment text; expected "// iii) for each sequence" but found "//iii) for each sequence"
(#518) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#519) Line exceeds 132 characters; contains 142 characters
(#519) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#520) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#521) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#522) No space found before comment text; expected "// iv) we do various adhoc checks based on common problems we find in the wild" but found "//iv) we do various adhoc checks based on common problems we find in the wild"
(#524) No space found before comment text; expected "// NB aborted supporting "multiple word alternatives" at this point. We know the sequence length in transcript" but found "//NB aborted supporting "multiple word alternatives" at this point. We know the sequence length in transcript"
(#525) No space found before comment text; expected "// but we can not add a valid tposition for a pposition in the final diff array when the pposition occurs" but found "//but we can not add a valid tposition for a pposition in the final diff array when the pposition occurs"
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Missing docblock for function fetchDiffs
(#527) Public method name "diff::fetchDiffs" must be in lower-case letters only
(#528) Inline comments must start with a capital letter, digit or 3-dots sequence
(#528) Inline comments must end in full-stops, exclamation marks, or question marks
(#528) No space found before comment text; expected "// i) default passage positions to unmatched and transcript position -1" but found "//i) default passage positions to unmatched and transcript position -1"
(#531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) No space found before comment text; expected "// ii) sort sequences by length, transcript posn" but found "//ii) sort sequences by length, transcript posn"
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) No space found before comment text; expected "// long sequences sort higher, and are placed in the diff array first" but found "//long sequences sort higher, and are placed in the diff array first"
(#533) Short array syntax must be used to define arrays
(#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
(#535) No space found before comment text; expected "// record prior sequences for iii)" but found "//record prior sequences for iii)"
(#536) Short array syntax must be used to define arrays
(#538) Inline comments must start with a capital letter, digit or 3-dots sequence
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) No space found before comment text; expected "// iii) loop through sequences" but found "//iii) loop through sequences"
(#543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#543) No space found before comment text; expected "// iii) a) check passage position not already matched" but found "//iii) a) check passage position not already matched"
(#544) No space found before comment text; expected "// test with these sequences which should both match and not overlap" but found "//test with these sequences which should both match and not overlap"
(#545) No space found before comment text; expected "// A seq pposition=63 length=18" but found "//A seq pposition=63 length=18"
(#546) No space found before comment text; expected "// B seq pposition=81 length=42" but found "//B seq pposition=81 length=42"
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) No space found before comment text; expected "// remember that pposition is 0 based and so pposition=0 and length 1, is char 1 only" but found "//remember that pposition is 0 based and so pposition=0 and length 1, is char 1 only"
(#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
(#556) No space found before comment text; expected "// iii) b) check transcript match was not matched elsewhere in passage" but found "//iii) b) check transcript match was not matched elsewhere in passage"
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) No space found before comment text; expected "// iii) c) check passsage match and transcript match positions are consistent with prev. sequences" but found "//iii) c) check passsage match and transcript match positions are consistent with prev. sequences"
(#576) Inline comments must start with a capital letter, digit or 3-dots sequence
(#576) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) No space found before comment text; expected "// we do a fuzzy check for various anomalies that can occur" but found "//we do a fuzzy check for various anomalies that can occur"
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) No space found before comment text; expected "// distance from passage location to transcript location" but found "//distance from passage location to transcript location"
(#581) Inline comments must start with a capital letter, digit or 3-dots sequence
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#581) No space found before comment text; expected "// distance between passage location and transcript length" but found "//distance between passage location and transcript length"
(#583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#583) This comment is 50% valid code; is this commented out code?
(#583) No space found before comment text; expected "// $enddistance = $passagelength - $transcriptlength;" but found "//$enddistance = $passagelength - $transcriptlength;"
(#585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) No space found before comment text; expected "// ratio of alternates to full matches" but found "//ratio of alternates to full matches"
(#593) Inline comments must start with a capital letter, digit or 3-dots sequence
(#593) No space found before comment text; expected "// common is short matches after speaking ends" but found "//common is short matches after speaking ends"
(#594) No space found before comment text; expected "// particularly dangerous are wildcards and alternates" but found "//particularly dangerous are wildcards and alternates"
(#595) Line exceeds 132 characters; contains 134 characters
(#595) No space found before comment text; expected "// The gist of this is that if the passage match leaps far ahead of the transcript position it looks like a bogus match" but found "//The gist of this is that if the passage match leaps far ahead of the transcript position it looks like a bogus match"
(#596) Line exceeds 132 characters; contains 140 characters
(#599) Line exceeds 132 characters; contains 137 characters
(#599) Inline comments must end in full-stops, exclamation marks, or question marks
(#599) No space found before comment text; expected "// [alternatively we might see if the sequence is up until the last transcribed word (which is where it occurs most often]" but found "//[alternatively we might see if the sequence is up until the last transcribed word (which is where it occurs most often]"
(#602) Expected 1 space before "<"; 0 found
(#602) Expected 1 space after "<"; 0 found
(#611) Inline comments must start with a capital letter, digit or 3-dots sequence
(#611) No space found before comment text; expected "// record sequence as :" but found "//record sequence as :"
(#612) No space found before comment text; expected "// i) matched and" but found "//i) matched and"
(#613) No space found before comment text; expected "// ii) record transcript position so we can play it back." but found "//ii) record transcript position so we can play it back."
(#614) Inline comments must end in full-stops, exclamation marks, or question marks
(#614) No space found before comment text; expected "// Then store sequence in prior sequences" but found "//Then store sequence in prior sequences"
(#616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) No space found before comment text; expected "// word position in sequence ( 0 = first )" but found "//word position in sequence ( 0 = first )"
(#618) Inline comments must end in full-stops, exclamation marks, or question marks
(#618) No space found before comment text; expected "// NB pposition starts from 1. We adjust tposition to match" but found "//NB pposition starts from 1. We adjust tposition to match"
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) No space found before comment text; expected "// was this an alternatives match?" but found "//was this an alternatives match?"
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) No space found before comment text; expected "// we are debugging return an array with some data we can look at" but found "//we are debugging return an array with some data we can look at"
(#656) Missing docblock for function applyWildcards
(#656) Public method name "diff::applyWildcards" must be in lower-case letters only
(#657) Variable "last_tposition" must not contain underscores.
(#658) Variable "last_p" must not contain underscores.
(#660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#660) No space found before comment text; expected "// we do not want to go more than one beyond the last true matched passage word" but found "//we do not want to go more than one beyond the last true matched passage word"
(#661) Inline comments must end in full-stops, exclamation marks, or question marks
(#661) No space found before comment text; expected "// here we find the last passage match" but found "//here we find the last passage match"
(#664) Variable "last_p" must not contain underscores.
(#668) Inline comments must end in full-stops, exclamation marks, or question marks
(#668) No space found before comment text; expected "// If there is another passage word after that, it becomes the last possible wildcard match" but found "//If there is another passage word after that, it becomes the last possible wildcard match"
(#669) Variable "last_p" must not contain underscores.
(#670) Variable "last_p" must not contain underscores.
(#670) Variable "last_p" must not contain underscores.
(#673) Inline comments must start with a capital letter, digit or 3-dots sequence
(#673) Inline comments must end in full-stops, exclamation marks, or question marks
(#673) No space found before comment text; expected "// loop through to last acceptable passage word looking for wildcards" but found "//loop through to last acceptable passage word looking for wildcards"
(#674) Variable "last_p" must not contain underscores.
(#676) Variable "last_tposition" must not contain underscores.
(#678) Variable "last_tposition" must not contain underscores.
(#685) A closing tag is not permitted at the end of a PHP file
mod/readaloud/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/readaloud/classes/event_observer.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// constants::M_TABLE should be deleted elsewhere" but found "//constants::M_TABLE should be deleted elsewhere"
(#49) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
mod/readaloud/classes/external.php
(#1) Moodle boilerplate not found
(#4) Missing @copyright tag
(#4) Missing @license tag
(#11) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) 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"
(#23) Import statements must not begin with a leading backslash
(#24) Import statements must not begin with a leading backslash
(#25) Import statements must not begin with a leading backslash
(#26) Import statements must not begin with a leading backslash
(#29) Missing docblock for class mod_readaloud_external
(#31) Missing docblock for function check_for_results_parameters
(#33) There should be a comma after the last array item in a multi-line array.
(#37) Missing docblock for function check_for_results
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// defaults" but found "//defaults"
(#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
(#41) Variable "have_humaneval" must not contain underscores.
(#42) Variable "have_aieval" must not contain underscores.
(#42) Expected 1 space after "="; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#46) Short array syntax must be used to define arrays
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// fetch attempt information" but found "//fetch attempt information"
(#49) Short array syntax must be used to define arrays
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Short array syntax must be used to define arrays
(#60) Variable "have_humaneval" must not contain underscores.
(#61) Variable "have_aieval" must not contain underscores.
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) No space found before comment text; expected "// if no results, thats that. return." but found "//if no results, thats that. return."
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#65) Empty IF statement detected
(#65) Variable "have_aieval" must not contain underscores.
(#65) Variable "have_humaneval" must not contain underscores.
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) No space found before comment text; expected "// just return defaults" but found "//just return defaults"
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 12 spaces, found 8
(#67) No space found before comment text; expected "// if we got results return ratings" but found "//if we got results return ratings"
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// stars" but found "//stars"
(#72) Expected 1 space before "="; 0 found
(#72) Commas (,) must be followed by white space.
(#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 "// stats" but found "//stats"
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#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
(#82) Missing docblock for function check_for_results_returns
(#86) Missing docblock for function submit_regular_attempt_parameters
(#91) There should be a comma after the last array item in a multi-line array.
(#95) Missing docblock for function submit_regular_attempt
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#99) Short array syntax must be used to define arrays
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#103) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#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 "// make database items and adhoc tasks" but found "//make database items and adhoc tasks"
(#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 "// by default we are gradeable unless its shadowing and they turned of shadow grading" but found "//by default we are gradeable unless its shadowing and they turned of shadow grading"
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#116) Expected 1 space before "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#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 "// handle return to Moodle" but found "//handle return to Moodle"
(#145) Missing docblock for function submit_regular_attempt_returns
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) No space found before comment text; expected "// ---------------------------------------" but found "//---------------------------------------"
(#151) Missing docblock for function compare_passage_to_transcript_parameters
(#161) Missing docblock for function compare_passage_to_transcript
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#162) Commas (,) must be followed by white space.
(#164) Expected "if (...) {\n"; found "if(...){\n"
(#166) Short array syntax must be used to define arrays
(#167) Expected 1 space after "="; 0 found
(#169) Expected "} else {\n"; found "}else {\n"
(#171) Expected 1 space after "="; 0 found
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) No space found before comment text; expected "// get a short language code, eg en-US => en" but found "//get a short language code, eg en-US => en"
(#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) No space found before comment text; expected "// we also want to fetch the alternatives for the number_words in passage (though we expect number_digits there)" but found "//we also want to fetch the alternatives for the number_words in passage (though we expect number_digits there)"
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) No space found before comment text; expected "// "four|for|4";" but found "//"four|for|4";"
(#178) Variable "alternativesArray" must be all lower-case
(#179) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// Fetch phonetics and segments" but found "//Fetch phonetics and segments"
(#182) Variable "transcript_phonetic" must not contain underscores.
(#182) Commas (,) must be followed by white space.
(#182) Commas (,) must be followed by white space.
(#182) 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 "// conv. number words to digits (if that is what they originally were)" but found "//conv. number words to digits (if that is what they originally were)"
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) No space found before comment text; expected "// find digits in original passage, and convert number words to digits in the target passage (transcript)" but found "//find digits in original passage, and convert number words to digits in the target passage (transcript)"
(#189) No space found before comment text; expected "// this works but segmented digits are a bit messed up, not sure its worthwhile. more testing needed" but found "//this works but segmented digits are a bit messed up, not sure its worthwhile. more testing needed"
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// from here and aigrade" but found "//from here and aigrade"
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#191) Commas (,) must be followed by white space.
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) No space found before comment text; expected "// find digits in original passage, and convert number words to digits in the target passage (transcript)" but found "//find digits in original passage, and convert number words to digits in the target passage (transcript)"
(#196) No space found before comment text; expected "// eg passage "more than 4 million people" transcript "more than four million people" => "more than 4 million people"" but found "//eg passage "more than 4 million people" transcript "more than four million people" => "more than 4 million people""
(#197) Line exceeds 132 characters; contains 133 characters
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) No space found before comment text; expected "// eg passage "more than 50,000 people" transcript "more than fifty thousand people" => "more than 50 thousand people"" but found "//eg passage "more than 50,000 people" transcript "more than fifty thousand people" => "more than 50 thousand people""
(#198) Expected 1 space before "="; 0 found
(#198) Expected 1 space after "="; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Commas (,) must be followed by white space.
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// for german we need to deal with eszetts" but found "//for german we need to deal with eszetts"
(#204) Expected "if (...) {\n"; found "if(...){\n"
(#204) Expected 1 space before "=="; 0 found
(#204) Expected 1 space after "=="; 0 found
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) No space found before comment text; expected "// find eszetts in original passage, and convert ss words to eszetts in the target passage" but found "//find eszetts in original passage, and convert ss words to eszetts in the target passage"
(#206) Expected 1 space before "="; 0 found
(#206) Expected 1 space after "="; 0 found
(#206) Commas (,) must be followed by white space.
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// if its japanese turn zenkaku numbers into hankaku ones" but found "//if its japanese turn zenkaku numbers into hankaku ones"
(#210) Expected "if (...) {\n"; found "if(...) {\n"
(#210) Expected 1 space before "=="; 0 found
(#210) Expected 1 space after "=="; 0 found
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) No space found before comment text; expected "// turn the passage and transcript into an array of words" but found "//turn the passage and transcript into an array of words"
(#217) Variable "alternativesArray" must be all lower-case
(#218) Variable "transcriptphonetic_bits" must not contain underscores.
(#218) Variable "transcript_phonetic" must not contain underscores.
(#219) Variable "passagephonetic_bits" must not contain underscores.
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Variable "alternativesArray" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "transcriptphonetic_bits" must not contain underscores.
(#225) Commas (,) must be followed by white space.
(#225) Variable "passagephonetic_bits" must not contain underscores.
(#225) Line exceeds 132 characters; contains 151 characters
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) No space found before comment text; expected "// fetch diffs" but found "//fetch diffs"
(#227) Expected 1 space before "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#230) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) No space found before comment text; expected "// from the array of differences build error data, match data, markers, scores and metrics" but found "//from the array of differences build error data, match data, markers, scores and metrics"
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#237) Expected 1 space before "="; 0 found
(#237) Expected 1 space after "="; 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
(#245) No space found before comment text; expected "// we collect error info so we can count and display them on passage" but found "//we collect error info so we can count and display them on passage"
(#247) Expected 1 space after "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#258) Expected 1 space before "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#267) Missing docblock for function compare_passage_to_transcript_returns
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) No space found before comment text; expected "// ---------------------------------------" but found "//---------------------------------------"
(#272) Missing docblock for function submit_streaming_attempt_parameters
(#277) There should be a comma after the last array item in a multi-line array.
(#281) Missing docblock for function submit_streaming_attempt
(#281) Commas (,) must be followed by white space.
(#281) Commas (,) must be followed by white space.
(#285) Short array syntax must be used to define arrays
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#286) The use of function extract() is forbidden
(#289) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) No space found before comment text; expected "// make database items and adhoc tasks" but found "//make database items and adhoc tasks"
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#300) Expected "} else {\n"; found "}else{\n"
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#304) Expected "if (...) {\n"; found "if(...){\n"
(#305) Variable "processed_awsresults" must not contain underscores.
(#306) Commas (,) must be followed by white space.
(#306) Variable "processed_awsresults" must not contain underscores.
(#309) Expected 1 space after "="; 0 found
(#310) Expected 1 space before "="; 0 found
(#310) Expected 1 space after "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#315) Expected 1 space before "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#316) Expected "} else {\n"; found "}else{\n"
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#322) Expected 1 space before "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) No space found before comment text; expected "// handle return to Moodle" but found "//handle return to Moodle"
(#338) Missing docblock for function submit_streaming_attempt_returns
(#342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#342) No space found before comment text; expected "// ---------------------------------------" but found "//---------------------------------------"
(#344) Missing docblock for function fetch_streaming_diffs_parameters
(#351) Missing docblock for function fetch_streaming_diffs
(#354) Short array syntax must be used to define arrays
(#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) Line exceeds 132 characters; contains 135 characters
(#355) The use of function extract() is forbidden
(#356) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#361) Missing docblock for function fetch_streaming_diffs_returns
mod/readaloud/classes/form/alternatives.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
(#44) Docblock tag "@abstract" is not recommended.
(#56) The final declaration must precede the visibility declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// The alternatives declaration" but found "//The alternatives declaration"
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) This comment is 82% valid code; is this commented out code?
(#68) No space found before comment text; expected "// ('n'=>$moduleinstance->id, 'action'=>'machineregradeall'" but found "//('n'=>$moduleinstance->id, 'action'=>'machineregradeall'"
(#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 "// add the action buttons" but found "//add the action buttons"
(#77) File must end with a newline character
mod/readaloud/classes/form/guidedtranscriptionform.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
(#44) Docblock tag "@abstract" is not recommended.
(#56) The final declaration must precede the visibility declaration
(#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
(#59) No space found before comment text; expected "// guided transcription options" but found "//guided transcription options"
(#60) Variable "gt_options" must not contain underscores.
(#60) Expected 1 space after "="; 2 found
(#61) Variable "gt_options" must not contain underscores.
(#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 "// corpus range options" but found "//corpus range options"
(#65) Variable "range_options" must not contain underscores.
(#65) Expected 1 space after "="; 2 found
(#66) Variable "range_options" must not contain underscores.
(#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 "// apply this setting to" but found "//apply this setting to"
(#70) Variable "range_options" must not contain underscores.
(#70) Expected 1 space after "="; 2 found
(#71) Variable "range_options" must not contain underscores.
(#71) Line exceeds 132 characters; contains 133 characters
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#81) File must end with a newline character
mod/readaloud/classes/gradenowform.php
(#30) Import statements must not begin with a leading backslash
(#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
(#50) No space found before comment text; expected "// do we show the next button" but found "//do we show the next button"
(#51) Expected 1 space after "="; 0 found
(#52) Expected "if (...) {\n"; found "if(...) {\n"
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) This comment is 80% valid code; is this commented out code?
(#55) No space found before comment text; expected "// $mform->addElement('text', 'name', 'BB', array('size'=>70));" but found "//$mform->addElement('text', 'name', 'BB', array('size'=>70));"
(#57) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) This comment is 86% valid code; is this commented out code?
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found before comment text; expected "// $mform->closeHeaderBefore('buttonar');" but found "// $mform->closeHeaderBefore('buttonar');"
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#73) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#79) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#83) Short array syntax must be used to define arrays
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
mod/readaloud/classes/jp/Analyzer.php
(#1) DocBlock missing a @package tag for file Analyzer.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#21) Missing docblock for class Analyzer
(#54) Short array syntax must be used to define arrays
(#77) Public method name "Analyzer::countKanji" must be in lower-case letters only
(#78) Short array syntax must be used to define arrays
(#94) Public method name "Analyzer::countHiragana" must be in lower-case letters only
(#95) Short array syntax must be used to define arrays
(#108) Public method name "Analyzer::countKatakana" must be in lower-case letters only
(#109) Short array syntax must be used to define arrays
(#122) Public method name "Analyzer::hasKanji" must be in lower-case letters only
(#138) Public method name "Analyzer::hasHiragana" must be in lower-case letters only
(#150) Public method name "Analyzer::hasKatakana" must be in lower-case letters only
(#164) Public method name "Analyzer::hasKana" must be in lower-case letters only
(#181) Public method name "Analyzer::hasJapaneseLetters" must be in lower-case letters only
(#193) Public method name "Analyzer::hasJapanesePunctuationMarks" must be in lower-case letters only
(#210) Public method name "Analyzer::hasJapaneseWritings" must be in lower-case letters only
(#223) Public method name "Analyzer::hasJapaneseNumerals" must be in lower-case letters only
(#235) Public method name "Analyzer::hasWesternNumerals" must be in lower-case letters only
(#247) Public method name "Analyzer::hasLatinLetters" must be in lower-case letters only
mod/readaloud/classes/jp/Helper.php
(#1) DocBlock missing a @package tag for file Helper.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#26) DocBlock missing a @package tag for class Helper. Expected @package mod_readaloud
(#27) Opening brace should be on the same line as the declaration for class Helper
(#28) Missing docblock for constant Helper::PREG_PATTERN_KANJI
(#29) Missing docblock for constant Helper::PREG_PATTERN_HIRAGANA
(#30) Missing docblock for constant Helper::PREG_PATTERN_KATAKANA
(#31) Missing docblock for constant Helper::PREG_PATTERN_KANA
(#32) Missing docblock for constant Helper::PREG_PATTERN_NOT_KANJI
(#33) Missing docblock for constant Helper::PREG_PATTERN_KANJI_EXTENDED
(#34) Missing docblock for constant Helper::PREG_PATTERN_NOT_HIRAGANA
(#35) Missing docblock for constant Helper::PREG_PATTERN_NOT_KATAKANA
(#36) Missing docblock for constant Helper::PREG_PATTERN_NOT_KANA
(#37) Missing docblock for constant Helper::PREG_PATTERN_HIRAGANA_YOON
(#38) Missing docblock for constant Helper::PREG_PATTERN_KATAKANA_YOON
(#39) Missing docblock for constant Helper::PREG_PATTERN_KANA_YOON
(#40) Missing docblock for constant Helper::PREG_PATTERN_PUNCTUATION_MARKS
(#41) Missing docblock for constant Helper::PREG_PATTERN_JAPANESE_NUMERAL
(#42) Missing docblock for constant Helper::PREG_PATTERN_WESTERN_NUMERAL
(#43) Missing docblock for constant Helper::PREG_PATTERN_LATIN
(#58) Opening brace should be on the same line as the declaration
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#67) Variable "str_length" must not contain underscores.
(#68) Variable "concatChrs" must be all lower-case
(#68) Short array syntax must be used to define arrays
(#69) Variable "str_length" must not contain underscores.
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#80) Expected "if (...) {\n"; found "if(...) {\n"
(#82) Variable "concatChrs" must be all lower-case
(#84) Expected "} else {\n"; found "}\n else {\n"
(#85) Variable "concatChrs" must be all lower-case
(#89) Variable "concatChrs" must be all lower-case
(#103) Public method name "Helper::subString" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#119) Public method name "Helper::charAt" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#135) Public method name "Helper::countSubString" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#149) Public method name "Helper::extractKanji" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#152) Expected "if (...) {\n"; found "if(...) {\n"
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Public method name "Helper::extractHiragana" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#178) Expected "if (...) {\n"; found "if(...) {\n"
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Public method name "Helper::extractKatakana" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#204) Expected "if (...) {\n"; found "if(...) {\n"
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Public method name "Helper::extractKana" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#230) Expected "if (...) {\n"; found "if(...) {\n"
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Opening brace should be on the same line as the declaration
(#261) Public method name "Helper::removeMacrons" must be in lower-case letters only
(#262) Opening brace should be on the same line as the declaration
(#267) Short array syntax must be used to define arrays
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Public method name "Helper::convertKatakanaToHiragana" must be in lower-case letters only
(#295) Opening brace should be on the same line as the declaration
(#307) Public method name "Helper::convertHiraganaToKatakana" must be in lower-case letters only
(#308) Opening brace should be on the same line as the declaration
mod/readaloud/classes/jp/TinySegmenter.php
(#1) DocBlock missing a @package tag for file TinySegmenter.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#25) DocBlock missing a @package tag for class TinySegmenter. Expected @package mod_readaloud
(#26) Opening brace should be on the same line as the declaration for class TinySegmenter
(#27) Missing member variable doc comment
(#27) Member variable "BIAS" must be all lower-case
(#28) Missing member variable doc comment
(#28) Member variable "BC1" must be all lower-case
(#28) Short array syntax must be used to define arrays
(#29) Missing member variable doc comment
(#29) Member variable "BC2" must be all lower-case
(#29) Short array syntax must be used to define arrays
(#29) Line exceeds maximum limit of 180 characters; contains 271 characters
(#30) Missing member variable doc comment
(#30) Member variable "BC3" must be all lower-case
(#30) Short array syntax must be used to define arrays
(#30) Line exceeds 132 characters; contains 178 characters
(#31) Missing member variable doc comment
(#31) Member variable "BP1" must be all lower-case
(#31) Short array syntax must be used to define arrays
(#32) Missing member variable doc comment
(#32) Member variable "BP2" must be all lower-case
(#32) Short array syntax must be used to define arrays
(#33) Missing member variable doc comment
(#33) Member variable "BQ1" must be all lower-case
(#33) Short array syntax must be used to define arrays
(#33) Line exceeds maximum limit of 180 characters; contains 233 characters
(#34) Missing member variable doc comment
(#34) Member variable "BQ2" must be all lower-case
(#34) Short array syntax must be used to define arrays
(#34) Line exceeds 132 characters; contains 175 characters
(#35) Missing member variable doc comment
(#35) Member variable "BQ3" must be all lower-case
(#35) Short array syntax must be used to define arrays
(#35) Line exceeds maximum limit of 180 characters; contains 262 characters
(#36) Missing member variable doc comment
(#36) Member variable "BQ4" must be all lower-case
(#36) Short array syntax must be used to define arrays
(#36) Line exceeds maximum limit of 180 characters; contains 195 characters
(#37) Missing member variable doc comment
(#37) Member variable "BW1" must be all lower-case
(#37) Short array syntax must be used to define arrays
(#37) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#38) Missing member variable doc comment
(#38) Member variable "BW2" must be all lower-case
(#38) Short array syntax must be used to define arrays
(#38) Line exceeds maximum limit of 180 characters; contains 1769 characters
(#39) Missing member variable doc comment
(#39) Member variable "BW3" must be all lower-case
(#39) Short array syntax must be used to define arrays
(#39) Line exceeds maximum limit of 180 characters; contains 1625 characters
(#40) Missing member variable doc comment
(#40) Member variable "TC1" must be all lower-case
(#40) Short array syntax must be used to define arrays
(#40) Line exceeds maximum limit of 180 characters; contains 203 characters
(#41) Missing member variable doc comment
(#41) Member variable "TC2" must be all lower-case
(#41) Short array syntax must be used to define arrays
(#42) Missing member variable doc comment
(#42) Member variable "TC3" must be all lower-case
(#42) Short array syntax must be used to define arrays
(#42) Line exceeds maximum limit of 180 characters; contains 375 characters
(#43) Missing member variable doc comment
(#43) Member variable "TC4" must be all lower-case
(#43) Short array syntax must be used to define arrays
(#43) Line exceeds maximum limit of 180 characters; contains 357 characters
(#44) Missing member variable doc comment
(#44) Member variable "TQ1" must be all lower-case
(#44) Short array syntax must be used to define arrays
(#44) Line exceeds maximum limit of 180 characters; contains 224 characters
(#45) Missing member variable doc comment
(#45) Member variable "TQ2" must be all lower-case
(#45) Short array syntax must be used to define arrays
(#46) Missing member variable doc comment
(#46) Member variable "TQ3" must be all lower-case
(#46) Short array syntax must be used to define arrays
(#46) Line exceeds maximum limit of 180 characters; contains 336 characters
(#47) Missing member variable doc comment
(#47) Member variable "TQ4" must be all lower-case
(#47) Short array syntax must be used to define arrays
(#47) Line exceeds maximum limit of 180 characters; contains 284 characters
(#48) Missing member variable doc comment
(#48) Member variable "TW1" must be all lower-case
(#48) Short array syntax must be used to define arrays
(#49) Missing member variable doc comment
(#49) Member variable "TW2" must be all lower-case
(#49) Short array syntax must be used to define arrays
(#49) Line exceeds maximum limit of 180 characters; contains 277 characters
(#50) Missing member variable doc comment
(#50) Member variable "TW3" must be all lower-case
(#50) Short array syntax must be used to define arrays
(#50) Line exceeds maximum limit of 180 characters; contains 197 characters
(#51) Missing member variable doc comment
(#51) Member variable "TW4" must be all lower-case
(#51) Short array syntax must be used to define arrays
(#51) Line exceeds maximum limit of 180 characters; contains 207 characters
(#52) Missing member variable doc comment
(#52) Member variable "UC1" must be all lower-case
(#52) Short array syntax must be used to define arrays
(#53) Missing member variable doc comment
(#53) Member variable "UC2" must be all lower-case
(#53) Short array syntax must be used to define arrays
(#54) Missing member variable doc comment
(#54) Member variable "UC3" must be all lower-case
(#54) Short array syntax must be used to define arrays
(#55) Missing member variable doc comment
(#55) Member variable "UC4" must be all lower-case
(#55) Short array syntax must be used to define arrays
(#56) Missing member variable doc comment
(#56) Member variable "UC5" must be all lower-case
(#56) Short array syntax must be used to define arrays
(#57) Missing member variable doc comment
(#57) Member variable "UC6" must be all lower-case
(#57) Short array syntax must be used to define arrays
(#58) Missing member variable doc comment
(#58) Member variable "UP1" must be all lower-case
(#58) Short array syntax must be used to define arrays
(#59) Missing member variable doc comment
(#59) Member variable "UP2" must be all lower-case
(#59) Short array syntax must be used to define arrays
(#60) Missing member variable doc comment
(#60) Member variable "UP3" must be all lower-case
(#60) Short array syntax must be used to define arrays
(#61) Missing member variable doc comment
(#61) Member variable "UQ1" must be all lower-case
(#61) Short array syntax must be used to define arrays
(#61) Line exceeds 132 characters; contains 143 characters
(#62) Missing member variable doc comment
(#62) Member variable "UQ2" must be all lower-case
(#62) Short array syntax must be used to define arrays
(#63) Missing member variable doc comment
(#63) Member variable "UW1" must be all lower-case
(#63) Short array syntax must be used to define arrays
(#63) Line exceeds maximum limit of 180 characters; contains 508 characters
(#64) Missing member variable doc comment
(#64) Member variable "UW2" must be all lower-case
(#64) Short array syntax must be used to define arrays
(#64) Line exceeds maximum limit of 180 characters; contains 1418 characters
(#65) Missing member variable doc comment
(#65) Member variable "UW3" must be all lower-case
(#65) Short array syntax must be used to define arrays
(#65) Line exceeds maximum limit of 180 characters; contains 2872 characters
(#66) Missing member variable doc comment
(#66) Member variable "UW4" must be all lower-case
(#66) Short array syntax must be used to define arrays
(#66) Line exceeds maximum limit of 180 characters; contains 2935 characters
(#67) Missing member variable doc comment
(#67) Member variable "UW5" must be all lower-case
(#67) Short array syntax must be used to define arrays
(#67) Line exceeds maximum limit of 180 characters; contains 1307 characters
(#68) Missing member variable doc comment
(#68) Member variable "UW6" must be all lower-case
(#68) Short array syntax must be used to define arrays
(#68) Line exceeds maximum limit of 180 characters; contains 695 characters
(#70) Missing docblock for function getType
(#70) Private method name "TinySegmenter::getType" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#75) Usage of ELSEIF not allowed; use ELSE IF instead
(#77) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Usage of ELSEIF not allowed; use ELSE IF instead
(#81) Usage of ELSEIF not allowed; use ELSE IF instead
(#83) Usage of ELSEIF not allowed; use ELSE IF instead
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) No space found before comment text; expected "// there is probably a good reason why each digit gets a split by default" but found "//there is probably a good reason why each digit gets a split by default"
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// but here at Poodll that gets in the way, so we piggyback on latin letters which are not split on each char" but found "//but here at Poodll that gets in the way, so we piggyback on latin letters which are not split on each char"
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) This comment is 67% valid code; is this commented out code?
(#87) Line indented incorrectly; expected at least 12 spaces, found 11
(#92) Missing docblock for function getScore
(#92) Private method name "TinySegmenter::getScore" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#101) Missing docblock for function segment
(#102) Opening brace should be on the same line as the declaration
(#103) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#191) File must end with a newline character
mod/readaloud/classes/local/rsquestion/baseform.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
(#44) Docblock tag "@abstract" is not recommended.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#67) Short array syntax must be used to define arrays
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Expected 2 spaces before asterisk; 5 found
(#71) Expected 2 spaces before asterisk; 5 found
(#72) Expected 2 spaces before asterisk; 5 found
(#73) Short array syntax must be used to define arrays
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#87) Closing brace must be on a line by itself
(#93) The final declaration must precede the visibility declaration
(#103) The final declaration must precede the visibility declaration
(#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
(#107) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Whitespace found at end of line
(#109) Line exceeds 132 characters; contains 158 characters
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Short array syntax must be used to define arrays
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#128) Short array syntax must be used to define arrays
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Line exceeds 132 characters; contains 170 characters
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) No space found before comment text; expected "// it was decided that this did not need to be a required field JUSTIN 20180312" but found "//it was decided that this did not need to be a required field JUSTIN 20180312"
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// $mform->addRule(constants::TEXTQUESTION . '_editor', get_string('required'), 'required', null, 'client');" but found "//$mform->addRule(constants::TEXTQUESTION . '_editor', get_string('required'), 'required', null, 'client');"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) No space found before comment text; expected "// visibility" but found "//visibility"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#138) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#146) The final declaration must precede the visibility declaration
(#146) Missing docblock for function add_audio_upload
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#147) Expected "if (...) {\n"; found "if(...){\n"
(#147) Expected 1 space before ">"; 0 found
(#147) Expected 1 space after ">"; 0 found
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
(#148) Space found before semicolon; expected "$count;" but found "$count ;"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 4 spaces, found 1
(#158) Closing brace indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#160) The final declaration must precede the visibility declaration
(#160) Missing docblock for function add_audio_prompt_upload
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#161) Commas (,) must be followed by white space.
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#173) The final declaration must precede the visibility declaration
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) This comment is 70% valid code; is this commented out code?
(#177) No space found before comment text; expected "// edoptions = array('noclean'=>true)" but found "//edoptions = array('noclean'=>true)"
(#178) Short array syntax must be used to define arrays
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Line exceeds 132 characters; contains 152 characters
(#179) Short array syntax must be used to define arrays
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#192) The final declaration must precede the visibility declaration
(#196) Short array syntax must be used to define arrays
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#209) The final declaration must precede the visibility declaration
(#209) Expected 0 spaces after "("; 1 found
(#213) Short array syntax must be used to define arrays
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#218) Commas (,) must be followed by white space.
(#234) File must end with a newline character
mod/readaloud/classes/local/rsquestion/helper.php
(#2) Moodle boilerplate not found at first line
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#31) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Import statements must not begin with a leading backslash
(#35) Missing docblock for class helper
(#36) Opening brace should be on the same line as the declaration for class helper
(#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
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) No space found before comment text; expected "// creates a "unique" slide pair key so that backups and restores won't stuff things" but found "//creates a "unique" slide pair key so that backups and restores won't stuff things"
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Missing docblock for function create_rsquestionkey
(#40) Opening brace should be on the same line as the declaration
(#44) Closing brace indented incorrectly; expected 2 spaces, found 4
(#47) Missing docblock for function move_item
(#48) Opening brace should be on the same line as the declaration
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) No space found before comment text; expected "// inconceivable that we should ever arrive here." but found "//inconceivable that we should ever arrive here."
(#63) Short array syntax must be used to define arrays
(#64) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) No space found before comment text; expected "// Set the new sort order" but found "//Set the new sort order"
(#76) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#85) Missing docblock for function delete_item
(#86) Opening brace should be on the same line as the declaration
(#90) Short array syntax must be used to define arrays
(#91) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#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 "// remove files" but found "//remove files"
(#97) Short array syntax must be used to define arrays
(#111) Missing docblock for function fetch_editor_options
(#112) Opening brace should be on the same line as the declaration
(#115) Short array syntax must be used to define arrays
(#119) Missing docblock for function fetch_filemanager_options
(#120) Opening brace should be on the same line as the declaration
(#122) Short array syntax must be used to define arrays
(#122) Short array syntax must be used to define arrays
(#122) Line exceeds 132 characters; contains 135 characters
mod/readaloud/classes/local/rsquestion/textpromptaudioform.php
(#1) DocBlock missing a @package tag for file textpromptaudioform.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class textpromptaudioform
(#14) Opening brace should be on the same line as the declaration for class textpromptaudioform
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function custom_definition
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) No space found before comment text; expected "// nothing here" but found "//nothing here"
(#23) File must end with a newline character
mod/readaloud/classes/local/rsquestion/textpromptlongform.php
(#1) DocBlock missing a @package tag for file textpromptlongform.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class textpromptlongform
(#14) Opening brace should be on the same line as the declaration for class textpromptlongform
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function custom_definition
(#21) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#27) File must end with a newline character
mod/readaloud/classes/local/rsquestion/textpromptshortform.php
(#1) DocBlock missing a @package tag for file textpromptshortform.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class textpromptshortform
(#14) Opening brace should be on the same line as the declaration for class textpromptshortform
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function custom_definition
(#22) Commas (,) must be followed by white space.
(#22) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#23) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#25) Commas (,) must be followed by white space.
(#25) Commas (,) must be followed by white space.
(#28) File must end with a newline character
mod/readaloud/classes/modelaudiobreaksform.php
(#30) Import statements must not begin with a leading backslash
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) This comment is 57% valid code; is this commented out code?
(#49) No space found before comment text; expected "// do we show the next button" but found "//do we show the next button"
(#50) No space found before comment text; expected "// $shownext = $this->_customdata['shownext'];" but found "//$shownext = $this->_customdata['shownext'];"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// $mform->addElement('text', 'name', 'BB', array('size'=>70));" but found "//$mform->addElement('text', 'name', 'BB', array('size'=>70));"
(#53) Short array syntax must be used to define arrays
(#55) Commas (,) must be followed by white space.
(#55) Line exceeds 132 characters; contains 133 characters
(#56) Short array syntax must be used to define arrays
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) This comment is 86% valid code; is this commented out code?
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found before comment text; expected "// $mform->closeHeaderBefore('buttonar');" but found "// $mform->closeHeaderBefore('buttonar');"
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#65) Short array syntax must be used to define arrays
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
mod/readaloud/classes/modelaudioform.php
(#30) Import statements must not begin with a leading backslash
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) This comment is 56% valid code; is this commented out code?
(#49) No space found before comment text; expected "// do we show the next button" but found "//do we show the next button"
(#50) Line indented incorrectly; expected at least 8 spaces, found 7
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// $mform->addElement('text', 'name', 'BB', array('size'=>70));" but found "//$mform->addElement('text', 'name', 'BB', array('size'=>70));"
(#53) Short array syntax must be used to define arrays
(#56) Commas (,) must be followed by white space.
(#56) Commas (,) must be followed by white space.
(#56) Line exceeds 132 characters; contains 140 characters
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#59) Short array syntax must be used to define arrays
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) This comment is 86% valid code; is this commented out code?
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found before comment text; expected "// $mform->closeHeaderBefore('buttonar');" but found "// $mform->closeHeaderBefore('buttonar');"
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#68) Short array syntax must be used to define arrays
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
mod/readaloud/classes/output/modelaudio_renderer.php
(#1) DocBlock missing a @package tag for file modelaudio_renderer.php. Expected @package mod_readaloud
(#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 modelaudio_renderer
(#16) Missing docblock for function render_sectiontop
(#16) Commas (,) must be followed by white space.
(#16) Expected 1 space before opening brace; found 0
(#23) Missing docblock for function render_manualbreaktiming_checkbox
(#23) Expected 1 space before opening brace; found 0
(#24) Expected 1 space before "="; 0 found
(#24) Commas (,) must be followed by white space.
(#24) Commas (,) must be followed by white space.
(#25) Commas (,) must be followed by white space.
(#26) Short array syntax must be used to define arrays
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#28) Line indented incorrectly; expected 4 spaces, found 5
(#28) Closing brace indented incorrectly; expected 4 spaces, found 5
(#30) Missing docblock for function render_polly_url
(#30) Commas (,) must be followed by white space.
(#31) Expected "if (...) {\n"; found "if(...){"
(#31) Closing brace must be on a line by itself
(#32) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#38) Missing docblock for function render_polly_player
(#38) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#48) Missing docblock for function render_modelaudio_player
(#48) Expected 1 space before opening brace; found 0
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space before "=="; 0 found
(#50) Expected 1 space after "=="; 0 found
(#51) Expected 1 space before "="; 0 found
(#53) Commas (,) must be followed by white space.
(#62) Line exceeds 132 characters; contains 133 characters
(#70) Commas (,) must be followed by white space.
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// transcribevocab" but found "//transcribevocab"
(#74) Expected "if (...) {\n"; found "if(...){\n"
(#75) Commas (,) must be followed by white space.
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Expected 1 space before "=="; 0 found
(#76) Expected 1 space after "=="; 0 found
(#78) Expected "} else {\n"; found "}else{\n"
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// in the early days there was no region prefix, so we just use the passagehash as is" but found "//in the early days there was no region prefix, so we just use the passagehash as is"
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Commas (,) must be followed by white space.
(#86) Short array syntax must be used to define arrays
(#93) Commas (,) must be followed by white space.
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) This comment is 100% valid code; is this commented out code?
(#97) No space found before comment text; expected "// 'data-iframeclass'=>"letsberesponsive"," but found "//'data-iframeclass'=>"letsberesponsive","
(#103) Expected 1 space before "=>"; 0 found
(#107) There should be a comma after the last array item in a multi-line array.
(#111) Short array syntax must be used to define arrays
(#112) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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 "// prepare output" but found "//prepare output"
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// return it" but found "//return it"
(#121) Missing docblock for function render_audio_clear_button
(#121) Expected 1 space before opening brace; found 0
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#123) Short array syntax must be used to define arrays
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#130) Missing docblock for function render_view_transcript_button
(#130) Expected 1 space before opening brace; found 0
(#131) Expected 1 space after "="; 2 found
(#132) Short array syntax must be used to define arrays
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#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
(#138) Missing docblock for function render_view_transcript
(#138) Expected 1 space before opening brace; found 0
(#140) Short array syntax must be used to define arrays
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space before "=>"; 0 found
(#140) Expected 1 space after "=>"; 0 found
(#147) File must end with a newline character
mod/readaloud/classes/output/passage_renderer.php
(#1) DocBlock missing a @package tag for file passage_renderer.php. Expected @package mod_readaloud
(#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 passage_renderer
(#16) Missing docblock for function render_attempt_scoresheader
(#16) Commas (,) must be followed by white space.
(#17) Whitespace found at end of line
(#18) Line indented incorrectly; expected at least 8 spaces, found 6
(#19) Whitespace found at end of line
(#20) Line indented incorrectly; expected at least 8 spaces, found 6
(#22) Line indented incorrectly; expected at least 8 spaces, found 6
(#23) Line indented incorrectly; expected at least 8 spaces, found 6
(#24) Line indented incorrectly; expected at least 8 spaces, found 6
(#25) Line indented incorrectly; expected at least 8 spaces, found 6
(#26) Line indented incorrectly; expected at least 8 spaces, found 6
(#27) Line indented incorrectly; expected 8 spaces, found 6
(#27) Expected "if (...) {\n"; found "if(...) {\n"
(#28) Line indented incorrectly; expected at least 12 spaces, found 10
(#29) Line indented incorrectly; expected 8 spaces, found 6
(#30) Line indented incorrectly; expected at least 8 spaces, found 6
(#31) Line indented incorrectly; expected at least 8 spaces, found 6
(#32) Line indented incorrectly; expected at least 8 spaces, found 6
(#33) Line indented incorrectly; expected at least 8 spaces, found 6
(#34) Line indented incorrectly; expected at least 8 spaces, found 6
(#35) Line indented incorrectly; expected 8 spaces, found 6
(#35) Expected "if (...) {\n"; found "if(...) {\n"
(#37) Line indented incorrectly; expected 8 spaces, found 6
(#38) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#40) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#42) Line indented incorrectly; expected at least 8 spaces, found 6
(#42) Expected 1 space before ".="; 0 found
(#42) Expected 1 space after ".="; 0 found
(#43) Line indented incorrectly; expected at least 8 spaces, found 6
(#43) Expected 1 space before ".="; 0 found
(#43) Expected 1 space after ".="; 0 found
(#44) Whitespace found at end of line
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#46) Whitespace found at end of line
(#49) Missing docblock for function render_gradenow
(#49) 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.
(#59) Missing docblock for function render_userreview
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#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
(#63) No space found before comment text; expected "// we put some CSS at the top of the passage container to control things like padding word separation etc" but found "//we put some CSS at the top of the passage container to control things like padding word separation etc"
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) No space found before comment text; expected "// for Japanese (and later other languages we collapse spaces)" but found "//for Japanese (and later other languages we collapse spaces)"
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#74) Missing docblock for function render_machinereview
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#80) Short array syntax must be used to define arrays
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#87) Missing docblock for function render_machinereview_buttons
(#91) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
(#110) Missing docblock for function render_debuginfo
(#111) Variable "div_fulltranscript" must not contain underscores.
(#111) The use of function print_r() is forbidden
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// sequences" but found "//sequences"
(#114) Variable "debug_sequences" must not contain underscores.
(#116) Variable "debug_sequences" must not contain underscores.
(#116) The use of function print_r() is forbidden
(#117) Short array syntax must be used to define arrays
(#119) Variable "div_sequences" must not contain underscores.
(#119) Variable "debug_sequences" must not contain underscores.
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// transcript words" but found "//transcript words"
(#122) Variable "t_words" must not contain underscores.
(#123) Variable "t_usewords" must not contain underscores.
(#124) Variable "t_count" must not contain underscores.
(#125) Variable "t_words" must not contain underscores.
(#125) Variable "t_word" must not contain underscores.
(#126) Variable "t_count" must not contain underscores.
(#127) Variable "t_usewords" must not contain underscores.
(#127) Variable "t_word" must not contain underscores.
(#128) Short array syntax must be used to define arrays
(#128) Variable "t_count" must not contain underscores.
(#130) Variable "div_transcript" must not contain underscores.
(#130) Variable "t_usewords" must not contain underscores.
(#132) Variable "h_transcript" must not contain underscores.
(#133) Variable "h_sequences" must not contain underscores.
(#134) Variable "h_fulltranscript" must not contain underscores.
(#135) Variable "h_transcript" must not contain underscores.
(#135) Variable "div_transcript" must not contain underscores.
(#136) Variable "h_sequences" must not contain underscores.
(#136) Variable "div_sequences" must not contain underscores.
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) No space found before comment text; expected "// . $h_fulltranscript . $div_fulltranscript,constants::M_CLASS . '_grading_debuginfo'" but found "//. $h_fulltranscript . $div_fulltranscript,constants::M_CLASS . '_grading_debuginfo'"
(#142) Missing docblock for function render_attempt_header
(#147) Missing docblock for function render_machinegrade_attempt_header
(#152) Missing docblock for function render_passage
(#152) Commas (,) must be followed by white space.
(#154) Short array syntax must be used to define arrays
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) 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 "// see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly" but found "//see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly"
(#161) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) No space found before comment text; expected "// init the text count" but found "//init the text count"
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) No space found before comment text; expected "// if its empty space, move on" but found "//if its empty space, move on"
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) No space found before comment text; expected "// explode missed new lines that had been copied and pasted. eg A[newline]B was not split and was one word" but found "//explode missed new lines that had been copied and pasted. eg A[newline]B was not split and was one word"
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) No space found before comment text; expected "// This resulted in ai selected error words, having different index to their passage text counterpart" but found "//This resulted in ai selected error words, having different index to their passage text counterpart"
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) This comment is 65% valid code; is this commented out code?
(#180) No space found before comment text; expected "// $words = explode($seperator, $node->nodeValue);" but found "//$words = explode($seperator, $node->nodeValue);"
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) No space found before comment text; expected "// split each node(line) on words. preg_split messed up with double byte characters" but found "//split each node(line) on words. preg_split messed up with double byte characters"
(#184) No space found before comment text; expected "// $words = preg_split('/\s+/', $nodevalue);" but found "//$words = preg_split('/\s+/', $nodevalue);"
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// so we use mb_split" but found "//so we use mb_split"
(#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 "// if its a new line character from lines_to_brs we add it, but not as a word" but found "//if its a new line character from lines_to_brs we add it, but not as a word"
(#195) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
(#200) No space found before comment text; expected "// if its a non word character eg : in 'chapter one : beginning'" but found "//if its a non word character eg : in 'chapter one : beginning'"
(#201) Expected "if (...) {\n"; found "if(...) {\n"
(#201) Expected 1 space before "==="; 0 found
(#201) Expected 1 space after "==="; 0 found
(#207) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) This comment is 77% valid code; is this commented out code?
(#209) No space found before comment text; expected "// $newnode->appendChild($spacenode);" but found "//$newnode->appendChild($spacenode);"
(#210) No space found before comment text; expected "// print_r($newnode);" but found "//print_r($newnode);"
(#218) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) No space found before comment text; expected "// for some languages we do not want spaces. Japanese, Chinese. For now this is manual" but found "//for some languages we do not want spaces. Japanese, Chinese. For now this is manual"
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// TODO auto determine when to use collapsespaces" but found "//TODO auto determine when to use collapsespaces"
(#231) Expected 1 space after "?"; 2 found
(#232) No space found before comment text; expected "// For right to left languages we want to add the RTL direction and right justify." but found "//For right to left languages we want to add the RTL direction and right justify."
(#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 "// nothing special" but found "//nothing special"
(#245) Expected "if (...) {\n"; found "if(...){\n"
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// there should no longer be different container classes. remove this soon: Justin 2020-5-31" but found "//there should no longer be different container classes. remove this soon: Justin 2020-5-31"
(#249) Expected "if (...) {\n"; found "if(...) {\n"
(#251) Expected "} else {\n"; found "}else{\n"
(#252) Commas (,) must be followed by white space.
(#257) Missing docblock for function render_passageactions
(#261) Short array syntax must be used to define arrays
(#266) Short array syntax must be used to define arrays
(#271) Short array syntax must be used to define arrays
(#276) Short array syntax must be used to define arrays
(#285) Missing docblock for function render_audioplayer
(#287) Short array syntax must be used to define arrays
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#291) Expected 1 space after "="; 2 found
(#294) Short array syntax must be used to define arrays
(#297) Whitespace found at end of line
(#298) File must end with a newline character
mod/readaloud/classes/output/renderer.php
(#1) DocBlock missing a @package tag for file renderer.php. Expected @package mod_readaloud
(#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 renderer
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Expected "if (...) {\n"; found "if(...) {\n"
(#49) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) This comment is 62% valid code; is this commented out code?
(#52) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#66) Missing docblock for function show_no_content
(#66) Expected 1 space before opening brace; found 0
(#70) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#73) Expected "} else {\n"; found "}else{\n"
(#74) Short array syntax must be used to define arrays
(#77) Expected 1 space before "="; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Short array syntax must be used to define arrays
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Line exceeds 132 characters; contains 135 characters
(#82) Missing docblock for function show_attempt_summary
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space before opening brace; found 0
(#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 "// set up our table" but found "//set up our table"
(#85) Short array syntax must be used to define arrays
(#92) Short array syntax must be used to define arrays
(#93) Expected 1 space before "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#95) Expected "if (...) {\n"; found "if(...) {\n"
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) This comment is 53% valid code; is this commented out code?
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) This comment is 53% valid code; is this commented out code?
(#106) Line indented incorrectly; expected at least 8 spaces, found 7
(#112) Expected "if (...) {\n"; found "if(...) {\n"
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) This comment is 53% valid code; is this commented out code?
(#129) Expected "if (...) {\n"; found "if(...) {\n"
(#135) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#146) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#150) Missing docblock for function show_progress_chart
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space before opening brace; found 0
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) No space found before comment text; expected "// if no chart data or lower than Moodle 3.2 we do not shopw the chart" but found "//if no chart data or lower than Moodle 3.2 we do not shopw the chart"
(#153) Expected "if (...) {\n"; found "if(...){"
(#153) Closing brace must be on a line by itself
(#158) Expected "if (...) {\n"; found "if(...) {\n"
(#162) Expected 1 space before "="; 0 found
(#163) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#171) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#175) Whitespace found at end of line
(#176) Missing docblock for function show_stopandplay
(#176) Expected 1 space before opening brace; found 0
(#177) Line indented incorrectly; expected at least 8 spaces, found 6
(#178) Line indented incorrectly; expected at least 8 spaces, found 6
(#178) Line exceeds maximum limit of 180 characters; contains 212 characters
(#179) Line indented incorrectly; expected at least 8 spaces, found 6
(#179) Line exceeds maximum limit of 180 characters; contains 213 characters
(#180) Line indented incorrectly; expected at least 8 spaces, found 6
(#181) Whitespace found at end of line
(#182) Line indented incorrectly; expected at least 8 spaces, found 6
(#182) Whitespace found at end of line
(#185) Missing docblock for function show_quiz
(#185) Expected 0 spaces after "show_quiz"; 1 found
(#185) Expected 1 space before opening brace; found 0
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// finally render template and return" but found "//finally render template and return"
(#194) Missing docblock for function show_menubuttons
(#194) Expected 0 spaces after "show_menubuttons"; 1 found
(#195) Whitespace found at end of line
(#196) Line indented incorrectly; expected at least 8 spaces, found 6
(#198) Line indented incorrectly; expected at least 8 spaces, found 6
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) No space found before comment text; expected "// are we previewing?" but found "//are we previewing?"
(#202) Expected "if (...) {\n"; found "if(...) {\n"
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) No space found before comment text; expected "// do we have audio breaks ?" but found "//do we have audio breaks ?"
(#207) Expected "if (...) {\n"; found "if(...) {\n"
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) No space found before comment text; expected "// is listen and repeat enabled?" but found "//is listen and repeat enabled?"
(#211) Expected "if (...) {\n"; found "if(...) {\n"
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) No space found before comment text; expected "// is shadow enabled" but found "//is shadow enabled"
(#215) Expected "if (...) {\n"; found "if(...) {\n"
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) No space found before comment text; expected "// can we attempt this activity" but found "//can we attempt this activity"
(#219) Commas (,) must be followed by white space.
(#220) Expected "if (...) {\n"; found "if(...) {\n"
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// no quiz" but found "//no quiz"
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// finally render template and return" but found "//finally render template and return"
(#237) Missing docblock for function show_smallreport
(#237) Expected 0 spaces after "show_smallreport"; 1 found
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) No space found before comment text; expected "// template data for small report" but found "//template data for small report"
(#241) Short array syntax must be used to define arrays
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// show grades and stats" but found "//show grades and stats"
(#243) Expected 1 space after "!="; 0 found
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#244) Expected 1 space before ">"; 0 found
(#244) Expected 1 space after ">"; 0 found
(#244) Expected 1 space after "!="; 0 found
(#244) Line exceeds 132 characters; contains 143 characters
(#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
(#245) No space found before comment text; expected "// if this is in gradebook or not" but found "//if this is in gradebook or not"
(#246) Expected 1 space before ">"; 0 found
(#246) Expected 1 space after ">"; 0 found
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) No space found before comment text; expected "// attempt has been graded yet?" but found "//attempt has been graded yet?"
(#249) Variable "have_humaneval" must not contain underscores.
(#250) Variable "have_aieval" must not contain underscores.
(#251) Variable "have_humaneval" must not contain underscores.
(#251) Variable "have_aieval" must not contain underscores.
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) No space found before comment text; expected "// star rating" but found "//star rating"
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) No space found before comment text; expected "// stars" but found "//stars"
(#256) Expected "if (...) {\n"; found "if(...){\n"
(#257) This comment is 84% valid code; is this commented out code?
(#258) Expected "} else {\n"; found "}else{\n"
(#262) Expected 1 space before "="; 0 found
(#262) Expected 1 space after "="; 0 found
(#266) Expected 1 space before "="; 0 found
(#266) Expected 1 space after "="; 0 found
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) No space found before comment text; expected "// stats" but found "//stats"
(#270) Expected 1 space before "="; 0 found
(#270) Expected 1 space after "="; 0 found
(#271) Expected 1 space before "="; 0 found
(#271) Expected 1 space after "="; 0 found
(#272) Expected 1 space before "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#273) Expected 1 space before "="; 0 found
(#273) Expected 1 space after "="; 0 found
(#274) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#276) Expected "} else {\n"; found "}else{\n"
(#279) Expected "if (...) {\n"; found "if(...) {\n"
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#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 "// audio filename" but found "//audio filename"
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#285) Expected "if (...) {\n"; found "if(...){\n"
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) No space found before comment text; expected "// we set the filename here. If attempt is not ready yet, audio may not be ready, so we blank it here" but found "//we set the filename here. If attempt is not ready yet, audio may not be ready, so we blank it here"
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// and set it from JS pinging every 500ms or so till audio is ready" but found "//and set it from JS pinging every 500ms or so till audio is ready"
(#288) Expected 1 space before "="; 0 found
(#291) No space found before comment text; expected "// If there is no remote transcriber" but found "//If there is no remote transcriber"
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) No space found before comment text; expected "// we do not want to get users hopes up by trying to fetch a transcript with ajax" but found "//we do not want to get users hopes up by trying to fetch a transcript with ajax"
(#293) Expected "if (...) {\n"; found "if(...){\n"
(#295) Expected "} else {\n"; found "}else{\n"
(#298) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) No space found before comment text; expected "// full report button" but found "//full report button"
(#302) Line exceeds 132 characters; contains 148 characters
(#304) Short array syntax must be used to define arrays
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) No space found before comment text; expected "// finally render template" but found "//finally render template"
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) No space found before comment text; expected "// Js to refresh small report" but found "//Js to refresh small report"
(#314) Short array syntax must be used to define arrays
(#322) Short array syntax must be used to define arrays
(#323) Commas (,) must be followed by white space.
(#323) Commas (,) must be followed by white space.
(#323) Commas (,) must be followed by white space.
(#323) Commas (,) must be followed by white space.
(#323) Line exceeds 132 characters; contains 158 characters
(#328) Missing docblock for function show_returntomenu_button
(#328) Expected 1 space before opening brace; found 0
(#329) Expected 1 space after "="; 2 found
(#329) Line exceeds 132 characters; contains 138 characters
(#330) Short array syntax must be used to define arrays
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Line exceeds maximum limit of 180 characters; contains 191 characters
(#340) Short array syntax must be used to define arrays
(#353) Short array syntax must be used to define arrays
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// show activity link if we are up to it" but found "//show activity link if we are up to it"
(#367) Expected 1 space before "="; 0 found
(#367) Expected 1 space after "="; 0 found
(#369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#369) No space found before comment text; expected "// back to menu button" but found "//back to menu button"
(#370) Expected 1 space after "="; 2 found
(#371) Short array syntax must be used to define arrays
(#372) Short array syntax must be used to define arrays
(#372) Expected 1 space before "=>"; 0 found
(#372) Expected 1 space after "=>"; 0 found
(#372) Commas (,) must be followed by white space.
(#372) Expected 1 space before "=>"; 0 found
(#372) Expected 1 space after "=>"; 0 found
(#372) Line exceeds 132 characters; contains 137 characters
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) No space found before comment text; expected "// next activity button" but found "//next activity button"
(#376) Expected 1 space before "="; 0 found
(#379) Commas (,) must be followed by white space.
(#390) Short array syntax must be used to define arrays
(#401) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#403) Expected 1 space after "="; 2 found
(#404) Expected 1 space before "="; 0 found
(#404) Expected 1 space after "="; 0 found
(#406) Short array syntax must be used to define arrays
(#426) Short array syntax must be used to define arrays
(#429) Short array syntax must be used to define arrays
(#440) No one-line description found in phpdocs for docblock of function show_all_mistranscriptions
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) No space found before comment text; expected "// set up our table" but found "//set up our table"
(#445) Short array syntax must be used to define arrays
(#452) Short array syntax must be used to define arrays
(#459) Variable "total_mistranscriptions" must not contain underscores.
(#461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) No space found before comment text; expected "// if this was not a mistranscription, skip" but found "//if this was not a mistranscription, skip"
(#469) Short array syntax must be used to define arrays
(#473) Short array syntax must be used to define arrays
(#477) Variable "mistrans_count" must not contain underscores.
(#483) Variable "mistrans_count" must not contain underscores.
(#485) Variable "total_mistranscriptions" must not contain underscores.
(#485) Variable "mistrans_count" must not contain underscores.
(#487) Variable "mistrans_count" must not contain underscores.
(#488) Short array syntax must be used to define arrays
(#492) Short array syntax must be used to define arrays
(#503) Variable "total_mistranscriptions" must not contain underscores.
(#504) Short array syntax must be used to define arrays
(#507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#507) No space found before comment text; expected "// set up datatables" but found "//set up datatables"
(#509) Short array syntax must be used to define arrays
(#512) Short array syntax must be used to define arrays
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#519) No space found before comment text; expected "// fetch modal container" but found "//fetch modal container"
(#520) Missing docblock for function fetch_modalcontainer
(#520) Visibility must be declared on method "fetch_modalcontainer"
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space before opening brace; found 0
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#522) Expected 1 space before "="; 0 found
(#522) Expected 1 space after "="; 0 found
(#523) Expected 1 space before "="; 0 found
(#523) Expected 1 space after "="; 0 found
(#524) Expected 1 space before "="; 0 found
(#524) Expected 1 space after "="; 0 found
(#529) Missing docblock for function show_landr
(#529) Expected 1 space before opening brace; found 0
(#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
(#531) No space found before comment text; expected "// recorder modal" but found "//recorder modal"
(#532) Commas (,) must be followed by white space.
(#534) Inline comments must start with a capital letter, digit or 3-dots sequence
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#534) No space found before comment text; expected "// the TT recorder stuff" but found "//the TT recorder stuff"
(#535) Expected 1 space before "="; 0 found
(#535) Expected 1 space after "="; 0 found
(#535) Short array syntax must be used to define arrays
(#539) There should be a comma after the last array item in a multi-line array.
(#542) No space found before comment text; expected "// For right to left languages we want to add the RTL direction and right justify." but found "//For right to left languages we want to add the RTL direction and right justify."
(#548) Expected 1 space before "="; 0 found
(#548) Expected 1 space after "="; 0 found
(#551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#551) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) No space found before comment text; expected "// nothing special" but found "//nothing special"
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#554) 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"
(#555) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) 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"
(#556) Expected 1 space before "=="; 0 found
(#556) Expected 1 space after "=="; 0 found
(#556) Line exceeds 132 characters; contains 142 characters
(#557) Expected "if (...) {\n"; found "if(...){\n"
(#558) Commas (,) must be followed by white space.
(#559) Expected "if (...) {\n"; found "if(...){\n"
(#559) Expected 1 space before "=="; 0 found
(#559) Expected 1 space after "=="; 0 found
(#564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#564) Inline comments must end in full-stops, exclamation marks, or question marks
(#564) No space found before comment text; expected "// fetch lang services url" but found "//fetch lang services url"
(#565) Commas (,) must be followed by white space.
(#567) Line exceeds 132 characters; contains 134 characters
(#567) Inline comments must start with a capital letter, digit or 3-dots sequence
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
(#567) No space found before comment text; expected "// this will set some opts for the recorder, but others are set by fetch_activity_amd and it is applied in listen and repeat.js" but found "//this will set some opts for the recorder, but others are set by fetch_activity_amd and it is applied in listen and repeat.js"
(#568) Expected 1 space after "="; 2 found
(#570) Commas (,) must be followed by white space.
(#570) Commas (,) must be followed by white space.
(#584) Missing docblock for function show_ungradedyet
(#612) Short array syntax must be used to define arrays
(#624) Short array syntax must be used to define arrays
(#637) Short array syntax must be used to define arrays
(#650) Short array syntax must be used to define arrays
(#674) Inline comments must start with a capital letter, digit or 3-dots sequence
(#674) No space found before comment text; expected "// for some languages we do not want spaces. Japanese, Chinese. For now this is manual" but found "//for some languages we do not want spaces. Japanese, Chinese. For now this is manual"
(#675) Inline comments must end in full-stops, exclamation marks, or question marks
(#675) No space found before comment text; expected "// TODO auto determine when to use collapsespaces" but found "//TODO auto determine when to use collapsespaces"
(#680) Short array syntax must be used to define arrays
(#684) Missing docblock for function render_hiddenaudioplayer
(#685) Expected 1 space before "?"; 0 found
(#687) Short array syntax must be used to define arrays
(#687) Expected 1 space before "=>"; 0 found
(#687) Expected 1 space after "=>"; 0 found
(#687) Line exceeds 132 characters; contains 141 characters
(#700) Short array syntax must be used to define arrays
(#708) Short array syntax must be used to define arrays
(#709) Short array syntax must be used to define arrays
(#710) Short array syntax must be used to define arrays
(#712) Short array syntax must be used to define arrays
(#717) Missing docblock for function show_evaluated_message
(#719) Short array syntax must be used to define arrays
(#719) Line exceeds 132 characters; contains 164 characters
(#730) Short array syntax must be used to define arrays
(#743) Short array syntax must be used to define arrays
(#753) Short array syntax must be used to define arrays
(#755) Short array syntax must be used to define arrays
(#763) Commas (,) must be followed by white space.
(#765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#765) No space found before comment text; expected "// recorder" but found "//recorder"
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) No space found before comment text; expected "// =======================================" but found "//======================================="
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#768) No space found before comment text; expected "// If there is no time limit, or allow early exit is on, we need a stop button" but found "//If there is no time limit, or allow early exit is on, we need a stop button"
(#771) No space found before comment text; expected "// if the user has selected, just start, ok." but found "//if the user has selected, just start, ok."
(#772) Expected 1 space before "=="; 0 found
(#772) Expected 1 space after "=="; 0 found
(#774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#774) No space found before comment text; expected "// if we are shadowing we also want to tell the recorder, so that it can disable noise supression and echo cancellation" but found "//if we are shadowing we also want to tell the recorder, so that it can disable noise supression and echo cancellation"
(#777) Expected "if (...) {\n"; found "if(...) {\n"
(#777) Expected 1 space before "=="; 0 found
(#777) Expected 1 space after "=="; 0 found
(#778) Expected 1 space before "="; 0 found
(#778) Expected 1 space after "="; 0 found
(#780) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#782) Variable "can_transcribe" must not contain underscores.
(#784) No space found before comment text; expected "// We no longer want to use AWS streaming transcription." but found "//We no longer want to use AWS streaming transcription."
(#789) Variable "can_transcribe" must not contain underscores.
(#790) Expected 1 space before "="; 0 found
(#790) Expected 1 space after "="; 0 found
(#793) Inline comments must start with a capital letter, digit or 3-dots sequence
(#793) Inline comments must end in full-stops, exclamation marks, or question marks
(#793) No space found before comment text; expected "// we encode any hints" but found "//we encode any hints"
(#794) Variable "string_hints" must not contain underscores.
(#795) Inline comments must start with a capital letter, digit or 3-dots sequence
(#795) No space found before comment text; expected "// get passage hash as key for transcription vocab" but found "//get passage hash as key for transcription vocab"
(#796) Inline comments must end in full-stops, exclamation marks, or question marks
(#796) No space found before comment text; expected "// we sneakily add "[region]|" when we save passage hash .. so if user changes region ..we re-generate lang model" but found "//we sneakily add "[region]|" when we save passage hash .. so if user changes region ..we re-generate lang model"
(#798) Expected 1 space before "=="; 0 found
(#798) Expected 1 space after "=="; 0 found
(#798) Line exceeds 132 characters; contains 142 characters
(#799) Expected "if (...) {\n"; found "if(...){\n"
(#800) Commas (,) must be followed by white space.
(#801) Expected "if (...) {\n"; found "if(...){\n"
(#801) Expected 1 space before "=="; 0 found
(#801) Expected 1 space after "=="; 0 found
(#803) Expected "} else {\n"; found "}else{\n"
(#804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#804) Inline comments must end in full-stops, exclamation marks, or question marks
(#804) No space found before comment text; expected "// in the early days there was no region prefix, so we just use the passagehash as is" but found "//in the early days there was no region prefix, so we just use the passagehash as is"
(#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
(#809) No space found before comment text; expected "// for now we just use the passage as transcribevocab if its guided and language is minz (maori)" but found "//for now we just use the passage as transcribevocab if its guided and language is minz (maori)"
(#810) Expected 1 space before "="; 0 found
(#810) Expected 1 space after "="; 0 found
(#811) Expected "if (...) {\n"; found "if(...){\n"
(#811) Expected 1 space before "=="; 0 found
(#811) Expected 1 space after "=="; 0 found
(#812) Inline comments must end in full-stops, exclamation marks, or question marks
(#812) No space found before comment text; expected "// If we are using whisper we want to send a prompt to OpenAI" but found "//If we are using whisper we want to send a prompt to OpenAI"
(#815) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#818) Short array syntax must be used to define arrays
(#825) Commas (,) must be followed by white space.
(#829) Inline comments must start with a capital letter, digit or 3-dots sequence
(#829) This comment is 100% valid code; is this commented out code?
(#829) No space found before comment text; expected "// 'data-iframeclass'=>"letsberesponsive"," but found "//'data-iframeclass'=>"letsberesponsive","
(#839) Variable "string_hints" must not contain underscores.
(#840) Inline comments must start with a capital letter, digit or 3-dots sequence
(#840) Inline comments must end in full-stops, exclamation marks, or question marks
(#840) No space found before comment text; expected "// localhost" but found "//localhost"
(#841) There should be a comma after the last array item in a multi-line array.
(#842) Inline comments must start with a capital letter, digit or 3-dots sequence
(#842) This comment is 60% valid code; is this commented out code?
(#842) No space found before comment text; expected "// 'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll" but found "//'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll"
(#846) Short array syntax must be used to define arrays
(#847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#847) No space found before comment text; expected "// =======================================" but found "//======================================="
(#851) Inline comments must start with a capital letter, digit or 3-dots sequence
(#851) Inline comments must end in full-stops, exclamation marks, or question marks
(#851) No space found before comment text; expected "// prepare output" but found "//prepare output"
(#854) Inline comments must start with a capital letter, digit or 3-dots sequence
(#854) Inline comments must end in full-stops, exclamation marks, or question marks
(#854) No space found before comment text; expected "// return it" but found "//return it"
(#858) Missing docblock for function fetch_activity_amd
(#858) Visibility must be declared on method "fetch_activity_amd"
(#858) Commas (,) must be followed by white space.
(#859) Commas (,) must be followed by white space.
(#860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#860) Inline comments must end in full-stops, exclamation marks, or question marks
(#860) No space found before comment text; expected "// any html we want to return to be sent to the page" but found "//any html we want to return to be sent to the page"
(#861) Variable "ret_html" must not contain underscores.
(#863) Inline comments must start with a capital letter, digit or 3-dots sequence
(#863) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) No space found before comment text; expected "// here we set up any info we need to pass into javascript" but found "//here we set up any info we need to pass into javascript"
(#865) Short array syntax must be used to define arrays
(#866) Inline comments must start with a capital letter, digit or 3-dots sequence
(#866) Inline comments must end in full-stops, exclamation marks, or question marks
(#866) No space found before comment text; expected "// recorder html ids" but found "//recorder html ids"
(#871) Inline comments must start with a capital letter, digit or 3-dots sequence
(#871) Inline comments must end in full-stops, exclamation marks, or question marks
(#871) No space found before comment text; expected "// activity html ids" but found "//activity html ids"
(#905) Expected "if (...) {\n"; found "if(...) {\n"
(#906) Commas (,) must be followed by white space.
(#909) Expected 1 space before "="; 0 found
(#909) Expected 1 space after "="; 0 found
(#910) Inline comments must start with a capital letter, digit or 3-dots sequence
(#910) Inline comments must end in full-stops, exclamation marks, or question marks
(#910) No space found before comment text; expected "// 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)"
(#911) Expected "if (...) {\n"; found "if(...){\n"
(#911) Expected 1 space before "=="; 0 found
(#911) Expected 1 space after "=="; 0 found
(#913) Expected "} else {\n"; found "}else {\n"
(#917) Expected 1 space before "="; 0 found
(#917) Expected 1 space after "="; 0 found
(#918) Expected 1 space before "="; 0 found
(#919) Expected 1 space before "="; 0 found
(#919) Expected 1 space after "="; 0 found
(#920) Expected 1 space before "="; 0 found
(#920) Expected 1 space after "="; 0 found
(#921) Expected 1 space before "="; 0 found
(#921) Expected 1 space after "="; 0 found
(#921) Commas (,) must be followed by white space.
(#922) Expected 1 space before "="; 0 found
(#922) Expected 1 space after "="; 0 found
(#923) Expected 1 space before "="; 0 found
(#923) Expected 1 space after "="; 0 found
(#923) Inline comments must start with a capital letter, digit or 3-dots sequence
(#923) Inline comments must end in full-stops, exclamation marks, or question marks
(#923) No space found before comment text; expected "// max expire time is 300 seconds" but found "//max expire time is 300 seconds"
(#925) Inline comments must start with a capital letter, digit or 3-dots sequence
(#925) Inline comments must end in full-stops, exclamation marks, or question marks
(#925) No space found before comment text; expected "// we need an update control tp hold the recorded filename, and one for draft item id" but found "//we need an update control tp hold the recorded filename, and one for draft item id"
(#926) Variable "ret_html" must not contain underscores.
(#926) Variable "ret_html" must not contain underscores.
(#926) Short array syntax must be used to define arrays
(#928) Inline comments must start with a capital letter, digit or 3-dots sequence
(#928) No space found before comment text; expected "// this inits the M.mod_readaloud thingy, after the page has loaded." but found "//this inits the M.mod_readaloud thingy, after the page has loaded."
(#929) No space found before comment text; expected "// we put the opts in html on the page because moodle/AMD doesn't like lots of opts in js" but found "//we put the opts in html on the page because moodle/AMD doesn't like lots of opts in js"
(#930) Inline comments must end in full-stops, exclamation marks, or question marks
(#930) No space found before comment text; expected "// convert opts to json" but found "//convert opts to json"
(#933) Variable "opts_html" must not contain underscores.
(#934) Short array syntax must be used to define arrays
(#936) Inline comments must start with a capital letter, digit or 3-dots sequence
(#936) Inline comments must end in full-stops, exclamation marks, or question marks
(#936) No space found before comment text; expected "// the recorder div" but found "//the recorder div"
(#937) Variable "ret_html" must not contain underscores.
(#937) Variable "ret_html" must not contain underscores.
(#937) Variable "opts_html" must not contain underscores.
(#939) Short array syntax must be used to define arrays
(#940) Short array syntax must be used to define arrays
(#941) Short array syntax must be used to define arrays
(#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
(#943) No space found before comment text; expected "// these need to be returned and echo'ed to the page" but found "//these need to be returned and echo'ed to the page"
(#944) Variable "ret_html" must not contain underscores.
(#947) Missing docblock for function fetch_clicktohear_amd
(#947) Visibility must be declared on method "fetch_clicktohear_amd"
(#947) Commas (,) must be followed by white space.
(#949) Inline comments must start with a capital letter, digit or 3-dots sequence
(#949) Inline comments must end in full-stops, exclamation marks, or question marks
(#949) No space found before comment text; expected "// any html we want to return to be sent to the page" but found "//any html we want to return to be sent to the page"
(#950) Variable "ret_html" must not contain underscores.
(#951) Short array syntax must be used to define arrays
(#951) Expected 1 space before "=>"; 0 found
(#951) Expected 1 space after "=>"; 0 found
(#951) Commas (,) must be followed by white space.
(#951) Commas (,) must be followed by white space.
(#952) Expected 1 space before "=>"; 0 found
(#952) Expected 1 space after "=>"; 0 found
(#953) Short array syntax must be used to define arrays
(#955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#955) No space found before comment text; expected "// these need to be returned and echo'ed to the page" but found "//these need to be returned and echo'ed to the page"
(#959) Missing docblock for function fetch_clicktohear
(#959) Visibility must be declared on method "fetch_clicktohear"
(#959) Commas (,) must be followed by white space.
(#960) Inline comments must start with a capital letter, digit or 3-dots sequence
(#960) Inline comments must end in full-stops, exclamation marks, or question marks
(#960) No space found before comment text; expected "// any html we want to return to be sent to the page" but found "//any html we want to return to be sent to the page"
(#961) Variable "ret_html" must not contain underscores.
(#962) Variable "ret_html" must not contain underscores.
(#962) Commas (,) must be followed by white space.
(#963) Variable "ret_html" must not contain underscores.
(#978) Missing docblock for function push_buttons_menu
(#978) Expected 1 space before opening brace; found 0
(#979) Expected 1 space before "="; 0 found
(#979) Expected 1 space after "="; 0 found
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Commas (,) must be followed by white space.
(#980) Line exceeds 132 characters; contains 141 characters
(#982) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#984) Expected 1 space before "="; 0 found
(#984) Expected 1 space after "="; 0 found
(#984) Closing brace must be on a line by itself
(#985) Expected 1 space before "="; 0 found
(#985) Expected 1 space after "="; 0 found
(#985) Closing brace must be on a line by itself
(#986) Expected 1 space before "="; 0 found
(#986) Expected 1 space after "="; 0 found
(#986) Closing brace must be on a line by itself
(#987) Expected 1 space before "="; 0 found
(#987) Expected 1 space after "="; 0 found
(#987) Closing brace must be on a line by itself
(#988) Expected 1 space before "="; 0 found
(#988) Expected 1 space after "="; 0 found
(#988) Closing brace must be on a line by itself
(#989) Expected 1 space before "="; 0 found
(#989) Expected 1 space after "="; 0 found
(#989) Closing brace must be on a line by itself
(#990) Expected 1 space before "="; 0 found
(#990) Expected 1 space after "="; 0 found
(#990) Closing brace must be on a line by itself
(#991) Expected 1 space before "="; 0 found
(#991) Expected 1 space after "="; 0 found
(#991) Closing brace must be on a line by itself
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Closing brace must be on a line by itself
(#994) Expected 1 space before "=>"; 0 found
(#994) Expected 1 space after "=>"; 0 found
(#995) Expected 1 space before "=>"; 0 found
(#995) Expected 1 space after "=>"; 0 found
(#996) Expected 1 space before "=>"; 0 found
(#996) Expected 1 space after "=>"; 0 found
(#997) Short array syntax must be used to define arrays
(#997) Expected 1 space before "=>"; 0 found
(#997) Expected 1 space after "=>"; 0 found
(#997) Commas (,) must be followed by white space.
(#997) Expected 1 space before "=>"; 0 found
(#997) Expected 1 space after "=>"; 0 found
(#997) Commas (,) must be followed by white space.
(#997) Commas (,) must be followed by white space.
(#1000) Inline comments must end in full-stops, exclamation marks, or question marks
(#1000) No space found before comment text; expected "// Generate and return menu" but found "//Generate and return menu"
(#1001) Expected 1 space before "=>"; 0 found
(#1001) Expected 1 space after "=>"; 0 found
(#1012) Missing docblock for function show_open_close_dates
(#1012) Expected 1 space before opening brace; found 0
(#1013) Expected 1 space before "="; 0 found
(#1013) Expected 1 space after "="; 0 found
(#1014) Expected "if (...) {\n"; found "if(...){"
(#1014) Expected 1 space before ">"; 0 found
(#1014) Expected 1 space after ">"; 0 found
(#1014) Expected 1 space before "="; 0 found
(#1014) Expected 1 space after "="; 0 found
(#1014) Closing brace must be on a line by itself
(#1015) Expected "if (...) {\n"; found "if(...){"
(#1015) Expected 1 space before ">"; 0 found
(#1015) Expected 1 space after ">"; 0 found
(#1015) Expected 1 space before "="; 0 found
(#1015) Expected 1 space after "="; 0 found
(#1015) Closing brace must be on a line by itself
(#1016) Commas (,) must be followed by white space.
(#1022) Whitespace found at end of line
(#1023) Whitespace found at end of line
(#1025) Missing docblock for function show_attempt_for_review
(#1025) Whitespace found at end of line
(#1026) Variable "have_humaneval" must not contain underscores.
(#1026) Variable "have_aieval" must not contain underscores.
(#1026) Commas (,) must be followed by white space.
(#1026) Commas (,) must be followed by white space.
(#1026) Expected 1 space before opening brace; found 0
(#1027) Whitespace found at end of line
(#1030) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1030) Inline comments must end in full-stops, exclamation marks, or question marks
(#1030) No space found before comment text; expected "// show an attempt summary if we have more than one attempt and we are not the guest user" but found "//show an attempt summary if we have more than one attempt and we are not the guest user"
(#1031) Expected "if (...) {\n"; found "if(...) {\n"
(#1031) Expected 1 space before ">"; 0 found
(#1031) Expected 1 space after ">"; 0 found
(#1032) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1032) Inline comments must end in full-stops, exclamation marks, or question marks
(#1032) No space found before comment text; expected "// if we can calculate a grade, lets do it" but found "//if we can calculate a grade, lets do it"
(#1033) Expected 1 space before "="; 0 found
(#1033) Expected 1 space after "="; 0 found
(#1033) Expected 1 space before ">"; 0 found
(#1033) Expected 1 space after ">"; 0 found
(#1037) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1037) Inline comments must end in full-stops, exclamation marks, or question marks
(#1037) No space found before comment text; expected "// no progress charts if not showing errors" but found "//no progress charts if not showing errors"
(#1041) Expected 1 space before "="; 0 found
(#1041) Expected 1 space after "="; 0 found
(#1042) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1042) Inline comments must end in full-stops, exclamation marks, or question marks
(#1042) Line indented incorrectly; expected at least 20 spaces, found 16
(#1042) No space found before comment text; expected "// no break here .. we want to flow on" but found "//no break here .. we want to flow on"
(#1046) Expected "if (...) {\n"; found "if(...) {\n"
(#1054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1054) Inline comments must end in full-stops, exclamation marks, or question marks
(#1054) No space found before comment text; expected "// show feedback summary" but found "//show feedback summary"
(#1057) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1057) Inline comments must end in full-stops, exclamation marks, or question marks
(#1057) No space found before comment text; expected "// if we have token problems show them here" but found "//if we have token problems show them here"
(#1058) Expected "if (...) {\n"; found "if(...) {\n"
(#1062) Variable "have_humaneval" must not contain underscores.
(#1062) Variable "have_aieval" must not contain underscores.
(#1063) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1063) No space found before comment text; expected "// we useed to distingush between humanpostattempt and machinepostattempt but we simplified it," but found "//we useed to distingush between humanpostattempt and machinepostattempt but we simplified it,"
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1067) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1067) No space found before comment text; expected "// we need more control over passage display than a word dump allows so we user gradenow renderer" but found "//we need more control over passage display than a word dump allows so we user gradenow renderer"
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1068) No space found before comment text; expected "// $ret .= $this->show_passage_postattempt($moduleinstance,$collapsespaces);" but found "//$ret .= $this->show_passage_postattempt($moduleinstance,$collapsespaces);"
(#1070) Expected "if (...) {\n"; found "if(...){\n"
(#1073) Commas (,) must be followed by white space.
(#1073) Commas (,) must be followed by white space.
(#1073) Line exceeds 132 characters; contains 170 characters
(#1074) Commas (,) must be followed by white space.
(#1079) Variable "have_humaneval" must not contain underscores.
(#1080) Variable "force_aidata" must not contain underscores.
(#1082) Variable "force_aidata" must not contain underscores.
(#1088) Variable "force_aidata" must not contain underscores.
(#1089) Commas (,) must be followed by white space.
(#1091) Expected 1 space before "="; 0 found
(#1091) Expected 1 space after "="; 0 found
(#1091) Expected 1 space before "=="; 0 found
(#1091) Expected 1 space after "=="; 0 found
(#1092) Commas (,) must be followed by white space.
(#1092) Commas (,) must be followed by white space.
(#1092) Commas (,) must be followed by white space.
(#1092) Line exceeds 132 characters; contains 134 characters
(#1098) Variable "have_humaneval" must not contain underscores.
(#1100) Variable "force_aidata" must not contain underscores.
(#1103) Variable "force_aidata" must not contain underscores.
(#1107) Variable "force_aidata" must not contain underscores.
(#1108) Commas (,) must be followed by white space.
(#1110) Expected 1 space before "="; 0 found
(#1110) Expected 1 space after "="; 0 found
(#1110) Expected 1 space before "=="; 0 found
(#1110) Expected 1 space after "=="; 0 found
(#1111) Commas (,) must be followed by white space.
(#1111) Commas (,) must be followed by white space.
(#1111) Line exceeds 132 characters; contains 135 characters
(#1116) Variable "have_humaneval" must not contain underscores.
(#1118) Variable "force_aidata" must not contain underscores.
(#1121) Variable "force_aidata" must not contain underscores.
(#1125) Variable "force_aidata" must not contain underscores.
(#1126) Commas (,) must be followed by white space.
(#1128) Expected 1 space before "="; 0 found
(#1128) Expected 1 space after "="; 0 found
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Line exceeds 132 characters; contains 134 characters
(#1134) Commas (,) must be followed by white space.
(#1136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1136) No space found before comment text; expected "// we need more control over passage display than a word dump allows so we user gradenow renderer" but found "//we need more control over passage display than a word dump allows so we user gradenow renderer"
(#1137) Inline comments must end in full-stops, exclamation marks, or question marks
(#1137) No space found before comment text; expected "// $ret .= $this->show_passage_postattempt($moduleinstance,$collapsespaces);" but found "//$ret .= $this->show_passage_postattempt($moduleinstance,$collapsespaces);"
(#1139) Expected "if (...) {\n"; found "if(...){\n"
(#1142) Commas (,) must be followed by white space.
(#1142) Commas (,) must be followed by white space.
(#1142) Line exceeds 132 characters; contains 162 characters
(#1146) No space found before comment text; expected "// TO DO move logic to menu dashboard" but found "//TO DO move logic to menu dashboard"
(#1147) Inline comments must end in full-stops, exclamation marks, or question marks
(#1147) No space found before comment text; expected "// show button or a label depending on of can retake" but found "//show button or a label depending on of can retake"
(#1148) This comment is 65% valid code; is this commented out code?
(#1161) Expected 9 spaces before asterisk; 5 found
(#1162) Expected 9 spaces before asterisk; 5 found
(#1163) Expected 9 spaces before asterisk; 5 found
(#1164) Commas (,) must be followed by white space.
(#1164) Commas (,) must be followed by white space.
(#1164) Expected 1 space before opening brace; found 0
(#1166) Variable "comp_test" must not contain underscores.
(#1166) Expected 1 space after "="; 2 found
(#1168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1168) Inline comments must end in full-stops, exclamation marks, or question marks
(#1168) No space found before comment text; expected "// passage picture" but found "//passage picture"
(#1169) Expected "if (...) {\n"; found "if(...) {\n"
(#1172) Variable "comp_test" must not contain underscores.
(#1173) Short array syntax must be used to define arrays
(#1175) Expected "} else {\n"; found "}else{\n"
(#1176) Expected 1 space after "="; 0 found
(#1179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1179) Inline comments must end in full-stops, exclamation marks, or question marks
(#1179) No space found before comment text; expected "// passage" but found "//passage"
(#1180) Expected "if (...) {\n"; found "if(...){\n"
(#1182) Expected "} else {\n"; found "}else{\n"
(#1183) Expected 1 space after "="; 2 found
(#1187) Commas (,) must be followed by white space.
(#1187) Line exceeds 132 characters; contains 161 characters
(#1188) Short array syntax must be used to define arrays
(#1188) Expected 1 space before "=>"; 0 found
(#1188) Expected 1 space after "=>"; 0 found
(#1194) File must end with a newline character
mod/readaloud/classes/output/report_renderer.php
(#1) DocBlock missing a @package tag for file report_renderer.php. Expected @package mod_readaloud
(#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
(#18) This comment is 60% valid code; is this commented out code?
(#18) Line indented incorrectly; expected at least 8 spaces, found 0
(#30) Line indented incorrectly; expected at least 8 spaces, found 0
(#34) Short array syntax must be used to define arrays
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#37) Short array syntax must be used to define arrays
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#42) Short array syntax must be used to define arrays
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Short array syntax must be used to define arrays
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#50) Short array syntax must be used to define arrays
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Short array syntax must be used to define arrays
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#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
(#62) Missing docblock for function render_delete_allattempts
(#64) Short array syntax must be used to define arrays
(#70) Missing docblock for function render_reporttitle_html
(#76) Missing docblock for function render_empty_section_html
(#81) Missing docblock for function render_exportbuttons_html
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#94) Missing docblock for function render_grading_exportbuttons_html
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#107) Missing docblock for function render_section_csv
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#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 "// echo header" but found "//echo header"
(#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 data rows" but found "//echo data rows"
(#137) Missing docblock for function render_section_html
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// set up our table and head attributes" but found "//set up our table and head attributes"
(#144) Short array syntax must be used to define arrays
(#151) Expected 1 space before "="; 0 found
(#151) 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 "// set up descrption cell" but found "//set up descrption cell"
(#160) Short array syntax must be used to define arrays
(#163) Short array syntax must be used to define arrays
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) No space found before comment text; expected "// if datatables set up datatables" but found "//if datatables set up datatables"
(#174) Expected "if (...) {\n"; found "if(...) {\n"
(#179) Expected 1 space before "="; 0 found
(#179) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#193) Expected 1 space before "="; 0 found
(#193) Expected 1 space after "="; 0 found
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#195) Short array syntax must be used to define arrays
(#198) Short array syntax must be used to define arrays
(#204) Missing docblock for function show_reports_footer
(#204) Visibility must be declared on method "show_reports_footer"
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Short array syntax must be used to define arrays
(#213) Missing docblock for function show_perpage_selector
(#213) Visibility must be declared on method "show_perpage_selector"
(#214) Short array syntax must be used to define arrays
(#228) Visibility must be declared on method "show_paging_bar"
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// add paging params to url (NOT pageno)" but found "//add paging params to url (NOT pageno)"
(#231) Short array syntax must be used to define arrays
(#235) Missing docblock for function show_grading_footer
(#235) Visibility must be declared on method "show_grading_footer"
(#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
(#240) Short array syntax must be used to define arrays
(#245) Missing docblock for function show_export_buttons
(#245) Visibility must be declared on method "show_export_buttons"
(#255) Missing docblock for function show_machinegrading_footer
(#255) Visibility must be declared on method "show_machinegrading_footer"
(#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
(#258) Short array syntax must be used to define arrays
(#263) File must end with a newline character
mod/readaloud/classes/output/rsquestion_renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#23) Import statements must not begin with a leading backslash
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Expected 2 spaces before asterisk; 1 found
(#36) Expected 2 spaces before asterisk; 1 found
(#37) Expected 2 spaces before asterisk; 1 found
(#38) Expected 2 spaces before asterisk; 1 found
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Short array syntax must be used to define arrays
(#45) This comment is 66% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 0
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#49) Line indented incorrectly; expected at least 8 spaces, found 0
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Short array syntax must be used to define arrays
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#53) This comment is 66% valid code; is this commented out code?
(#53) Line indented incorrectly; expected at least 8 spaces, found 0
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Line indented incorrectly; expected at least 8 spaces, found 0
(#59) Closing brace indented incorrectly; expected 1 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#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 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Visibility must be declared on method "show_items_list"
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space before opening brace; found 0
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Commas (,) must be followed by white space.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Short array syntax must be used to define arrays
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 3
(#78) There should be a comma after the last array item in a multi-line array.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Short array syntax must be used to define arrays
(#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 at least 8 spaces, found 2
(#81) Short array syntax must be used to define arrays
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 3
(#82) Commas (,) must be followed by white space.
(#82) There should be a comma after the last array item in a multi-line array.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) This comment is 52% valid code; is this commented out code?
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) No space found before comment text; expected "// sort by start date" but found "//sort by start date"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) No space found before comment text; expected "// core_collator::asort_objects_by_property($items,'timecreated',core_collator::SORT_NUMERIC);" but found "//core_collator::asort_objects_by_property($items,'timecreated',core_collator::SORT_NUMERIC);"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) No space found before comment text; expected "// core_collator::asort_objects_by_property($items,'name',core_collator::SORT_STRING);" but found "//core_collator::asort_objects_by_property($items,'name',core_collator::SORT_STRING);"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#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 8 spaces, found 2
(#89) No space found before comment text; expected "// loop through the items and add to table" but found "//loop through the items and add to table"
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#94) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#114) Short array syntax must be used to define arrays
(#118) Variable "movecell_content" must not contain underscores.
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#121) Short array syntax must be used to define arrays
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) This comment is 67% valid code; is this commented out code?
(#122) Line indented incorrectly; expected at least 16 spaces, found 15
(#123) Commas (,) must be followed by white space.
(#123) Short array syntax must be used to define arrays
(#123) Line exceeds 132 characters; contains 136 characters
(#124) Variable "movecell_content" must not contain underscores.
(#125) Expected "} else {\n"; found "}else{\n"
(#126) Variable "movecell_content" must not contain underscores.
(#127) Line indented incorrectly; expected 18 spaces, found 12
(#129) Line indented incorrectly; expected 18 spaces, found 12
(#130) Line indented incorrectly; expected at least 22 spaces, found 16
(#130) Short array syntax must be used to define arrays
(#131) Line exceeds 132 characters; contains 139 characters
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) This comment is 67% valid code; is this commented out code?
(#131) Line indented incorrectly; expected at least 22 spaces, found 16
(#131) No space found before comment text; expected "// $downlink = \html_writer::link($downurl, new pix_icon('t/down', get_string('down'), '', array('class' => 'iconsmall')));" but found "//$downlink = \html_writer::link($downurl, new pix_icon('t/down', get_string('down'), '', array('class' => 'iconsmall')));"
(#132) Line indented incorrectly; expected at least 22 spaces, found 16
(#132) Commas (,) must be followed by white space.
(#132) Short array syntax must be used to define arrays
(#132) Line exceeds 132 characters; contains 144 characters
(#133) Line indented incorrectly; expected at least 22 spaces, found 16
(#133) Variable "movecell_content" must not contain underscores.
(#134) Line indented incorrectly; expected 18 spaces, found 12
(#135) Line indented incorrectly; expected at least 18 spaces, found 12
(#135) Variable "movecell_content" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 18 spaces, found 3
(#137) Short array syntax must be used to define arrays
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 18 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 18 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 18 spaces, found 3
(#141) Short array syntax must be used to define arrays
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 18 spaces, found 4
(#142) There should be a comma after the last array item in a multi-line array.
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 18 spaces, found 3
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 18 spaces, found 3
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#150) File must end with a newline character
mod/readaloud/classes/passagehelper.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#45) Missing docblock for function __construct
(#45) Visibility must be declared on method "__construct"
(#49) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) No space found before comment text; expected "// ai data is useful, but if we don't got it we don't got it." but found "//ai data is useful, but if we don't got it we don't got it."
(#55) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// we only load aidata if we reallyhave some, the presence of ai record is no longer a good check" but found "//we only load aidata if we reallyhave some, the presence of ai record is no longer a good check"
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// do we have a transcript ... is the real check" but found "//do we have a transcript ... is the real check"
(#76) Missing docblock for function get_next_ungraded_id
(#82) Short array syntax must be used to define arrays
(#98) Missing docblock for function update
(#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 "// its a little redundancy but we add error count here to make machine eval. error estimation easier" but found "//its a little redundancy but we add error count here to make machine eval. error estimation easier"
(#117) Missing docblock for function attemptdetails
(#121) Short array syntax must be used to define arrays
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) No space found before comment text; expected "// we need to consider legacy client side URLs and cloud hosted ones" but found "//we need to consider legacy client side URLs and cloud hosted ones"
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// because we may or ay not use AI data we provide a way for the correct data to be used here" but found "//because we may or ay not use AI data we provide a way for the correct data to be used here"
(#149) Missing docblock for function formdetails
(#149) Variable "force_aimode" must not contain underscores.
(#150) Variable "loading_aidata" must not contain underscores.
(#150) Variable "force_aimode" must not contain underscores.
(#153) Variable "loading_aidata" must not contain underscores.
(#154) Expected "if (...) {\n"; found "if(...) {\n"
(#154) Expected 1 space before ">"; 0 found
(#154) Expected 1 space after ">"; 0 found
(#156) Expected "} else {\n"; found "}else{\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
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// else we get it from transcript (it will be stored as aidata sessiontime for next time)" but found "//else we get it from transcript (it will be stored as aidata sessiontime for next time)"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// we get the end_time attribute of the final recognised word in the fulltranscript" but found "//we get the end_time attribute of the final recognised word in the fulltranscript"
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) No space found before comment text; expected "// this is a guess now, We just don't know it. And should not really get here." but found "//this is a guess now, We just don't know it. And should not really get here."
(#178) Variable "loading_aidata" must not contain underscores.
(#185) Variable "loading_aidata" must not contain underscores.
(#192) Variable "loading_aidata" must not contain underscores.
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) No space found before comment text; expected "// should not get here really" but found "//should not get here really"
(#205) Missing docblock for function prepare_javascript
(#205) Variable "force_aimode" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) No space found before comment text; expected "// if we are editing and no human has saved, we load AI data to begin with." but found "//if we are editing and no human has saved, we load AI data to begin with."
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// if we only want ai data, during review screen, again we load ai data" but found "//if we only want ai data, during review screen, again we load ai data"
(#210) Variable "loading_aidata" must not contain underscores.
(#210) Variable "force_aimode" must not contain underscores.
(#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 "// here we set up any info we need to pass into javascript" but found "//here we set up any info we need to pass into javascript"
(#213) Short array syntax must be used to define arrays
(#226) Variable "loading_aidata" must not contain underscores.
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// even in human mode, spot checking is handy so we load ai data for that" but found "//even in human mode, spot checking is handy so we load ai data for that"
(#253) Variable "opts_html" must not contain underscores.
(#254) Short array syntax must be used to define arrays
(#255) Short array syntax must be used to define arrays
(#255) Short array syntax must be used to define arrays
(#256) Short array syntax must be used to define arrays
(#262) There should be a comma after the last array item in a multi-line array.
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) No space found before comment text; expected "// these need to be returned and echo'ed to the page" but found "//these need to be returned and echo'ed to the page"
(#267) Variable "opts_html" must not contain underscores.
mod/readaloud/classes/privacy/provider.php
(#39) No space found before comment text; expected "// 3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher" but found "//3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher"
(#41) Missing docblock for interface the_user_provider
(#44) Duplicate interface name "mod_readaloud\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/mod/readaloud/classes/privacy/provider.php on line 41
(#44) Missing docblock for interface the_user_provider
(#47) Space found before semicolon; expected "};" but found "}\n\n ;"
(#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 "// user provider 3.4 and above" but found "//user provider 3.4 and above"
(#72) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#86) There should be a comma after the last array item in a multi-line array.
(#102) There should be a comma after the last array item in a multi-line array.
(#107) There should be a comma after the last array item in a multi-line array.
(#118) Method name "_get_contexts_for_userid" should not be prefixed with an underscore to indicate visibility
(#130) There should be a comma after the last array item in a multi-line array.
(#178) Method name "_export_user_data" should not be prefixed with an underscore to indicate visibility
(#215) There should be a comma after the last array item in a multi-line array.
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
mod/readaloud/classes/report/attempts.php
(#1) DocBlock missing a @package tag for file attempts.php. Expected @package mod_readaloud
(#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 attempts
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#17) Commas (,) must be followed by white space.
(#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
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_field
(#36) This comment is 78% valid code; is this commented out code?
(#41) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#87) Missing docblock for function fetch_formatted_heading
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) This comment is 65% valid code; is this commented out code?
(#93) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#98) Missing docblock for function process_raw_data
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// heading data" but found "//heading data"
(#103) Short array syntax must be used to define arrays
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#106) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#109) Commas (,) must be followed by white space.
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) No space found before comment text; expected "// if we need to show groups" but found "//if we need to show groups"
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// if we need to show just one groups" but found "//if we need to show just one groups"
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#124) Expected "} else {\n"; found "}else{\n"
(#125) Short array syntax must be used to define arrays
(#142) File must end with a newline character
mod/readaloud/classes/report/attemptssummary.php
(#1) DocBlock missing a @package tag for file attemptssummary.php. Expected @package mod_readaloud
(#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 attemptssummary
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#17) Commas (,) must be followed by white space.
(#17) Line exceeds 132 characters; contains 143 characters
(#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
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_field
(#35) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// WPM" but found "//WPM"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// accuracy" but found "//accuracy"
(#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
(#59) No space found before comment text; expected "// grade" but found "//grade"
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Highest WPM" but found "//Highest WPM"
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// Highest accuracy" but found "//Highest accuracy"
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// Highest grade" but found "//Highest grade"
(#90) Missing docblock for function fetch_formatted_heading
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) This comment is 65% valid code; is this commented out code?
(#96) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#101) Missing docblock for function fetch_formatted_description
(#107) Missing docblock for function process_raw_data
(#108) Commas (,) must be followed by white space.
(#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 "// heading data" but found "//heading data"
(#113) Short array syntax must be used to define arrays
(#114) Variable "user_totals" must not contain underscores.
(#114) Short array syntax must be used to define arrays
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#117) Short array syntax must be used to define arrays
(#118) Short array syntax must be used to define arrays
(#120) Commas (,) must be followed by white space.
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// if we need to show groups" but found "//if we need to show groups"
(#125) Expected "if (...) {\n"; found "if(...){\n"
(#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 "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#130) Variable "human_sql" must not contain underscores.
(#134) Line exceeds 132 characters; contains 134 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 "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#137) Variable "hybrid_sql" must not contain underscores.
(#138) Line exceeds 132 characters; contains 159 characters
(#143) Line exceeds 132 characters; contains 134 characters
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#146) Expected "} else {\n"; found "}else{\n"
(#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 "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#150) Variable "human_sql" must not contain underscores.
(#152) Line exceeds 132 characters; contains 134 characters
(#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 "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#155) Variable "hybrid_sql" must not contain underscores.
(#156) Line exceeds 132 characters; contains 159 characters
(#160) Line exceeds 132 characters; contains 134 characters
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) No space found before comment text; expected "// we need a module instance to know which scoring method we are using." but found "//we need a module instance to know which scoring method we are using."
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#166) Short array syntax must be used to define arrays
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// run the sql and match up WPM accuracy and sessionscore if we need to" but found "//run the sql and match up WPM accuracy and sessionscore if we need to"
(#173) Variable "hybrid_sql" must not contain underscores.
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#185) Variable "human_sql" must not contain underscores.
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// loop through data" but found "//loop through data"
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) No space found before comment text; expected "// if no previously counted attempts" but found "//if no previously counted attempts"
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) No space found before comment text; expected "// its just the single attempts data" but found "//its just the single attempts data"
(#195) Variable "user_totals" must not contain underscores.
(#196) Expected 1 space before "="; 0 found
(#206) Variable "user_totals" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Line indented incorrectly; expected at least 20 spaces, found 16
(#208) No space found before comment text; expected "// otherwise increment totals, and figure out 'highest'" but found "//otherwise increment totals, and figure out 'highest'"
(#209) Expected "} else {\n"; found "}else{\n"
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#210) Variable "user_totals" must not contain underscores.
(#220) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// calc averages and set to raw data" but found "//calc averages and set to raw data"
(#224) Variable "user_totals" must not contain underscores.
(#225) Line indented incorrectly; expected at least 16 spaces, found 15
(#225) Commas (,) must be followed by white space.
(#226) Line indented incorrectly; expected at least 16 spaces, found 15
(#226) Commas (,) must be followed by white space.
(#227) Line indented incorrectly; expected at least 16 spaces, found 15
(#227) Commas (,) must be followed by white space.
(#235) File must end with a newline character
mod/readaloud/classes/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_formatted_description
(#62) Missing docblock for function fetch_fields
(#66) Missing docblock for function fetch_head
(#67) Short array syntax must be used to define arrays
(#74) Missing docblock for function fetch_name
(#78) Missing docblock for function fetch_all_rows_count
(#82) Missing docblock for function truncate
(#89) Missing docblock for function fetch_cache
(#92) Short array syntax must be used to define arrays
(#95) Short array syntax must be used to define arrays
(#100) Missing docblock for function fetch_formatted_time
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) 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."
(#110) Missing docblock for function fetch_time_difference
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) 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."
(#128) Missing docblock for function fetch_formatted_rows
(#131) Short array syntax must be used to define arrays
(#152) Missing docblock for function fetch_formatted_field
mod/readaloud/classes/report/basic.php
(#1) DocBlock missing a @package tag for file basic.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class basic
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#16) Short array syntax must be used to define arrays
(#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
(#19) Short array syntax must be used to define arrays
(#21) Missing docblock for function fetch_formatted_field
(#46) Missing docblock for function fetch_formatted_heading
(#56) Missing docblock for function process_raw_data
(#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
(#59) No space found before comment text; expected "// heading data" but found "//heading data"
(#62) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#72) File must end with a newline character
mod/readaloud/classes/report/courseattempts.php
(#1) DocBlock missing a @package tag for file courseattempts.php. Expected @package mod_readaloud
(#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
(#13) Import statements must not begin with a leading backslash
(#15) Missing docblock for class courseattempts
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#18) 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.
(#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
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#42) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Commas (,) must be followed by white space.
(#73) Expected "} else {\n"; found "}else{\n"
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#103) Missing docblock for function fetch_formatted_heading
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) This comment is 65% valid code; is this commented out code?
(#109) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#114) Missing docblock for function fetch_formatted_description
(#120) Missing docblock for function process_raw_data
(#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 "// heading data" but found "//heading data"
(#125) Short array syntax must be used to define arrays
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#128) Short array syntax must be used to define arrays
(#129) Short array syntax must be used to define arrays
(#131) Commas (,) must be followed by white space.
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) No space found before comment text; expected "// if we need to show groups" but found "//if we need to show groups"
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// if we need to show just one groups" but found "//if we need to show just one groups"
(#137) Expected "if (...) {\n"; found "if(...){\n"
(#143) Line exceeds 132 characters; contains 155 characters
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#151) Expected "} else {\n"; found "}else{\n"
(#154) Line exceeds 132 characters; contains 157 characters
(#159) Expected 1 space before "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#162) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#175) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#185) File must end with a newline character
mod/readaloud/classes/report/grading.php
(#1) DocBlock missing a @package tag for file grading.php. Expected @package mod_readaloud
(#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 grading
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) 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
(#26) Variable "has_ai_grade" must not contain underscores.
(#38) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#54) This comment is 78% valid code; is this commented out code?
(#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 "// WPM could hold either human or AI data" but found "//WPM could hold either human or AI data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#69) Variable "has_ai_grade" must not contain underscores.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// accuracy could hold either human or ai data" but found "//accuracy could hold either human or ai data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#79) Variable "has_ai_grade" must not contain underscores.
(#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
(#86) No space found before comment text; expected "// grade could hold either human or ai data" but found "//grade could hold either human or ai data"
(#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 not human or ai graded" but found "//if not human or ai graded"
(#89) Variable "has_ai_grade" must not contain underscores.
(#97) Variable "has_ai_grade" must not contain underscores.
(#117) Short array syntax must be used to define arrays
(#118) Short array syntax must be used to define arrays
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) No space found before comment text; expected "// this will load AI data and start from there, currently hidden from menu to keep it simple." but found "//this will load AI data and start from there, currently hidden from menu to keep it simple."
(#128) Short array syntax must be used to define arrays
(#142) Short array syntax must be used to define arrays
(#163) Missing docblock for function fetch_formatted_heading
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) This comment is 65% valid code; is this commented out code?
(#169) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#174) Missing docblock for function process_raw_data
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// heading data" but found "//heading data"
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) No space found before comment text; expected "// we need a module instance to know which scoring method we are using." but found "//we need a module instance to know which scoring method we are using."
(#181) Short array syntax must be used to define arrays
(#184) Short array syntax must be used to define arrays
(#185) Variable "user_attempt_totals" must not contain underscores.
(#185) Short array syntax must be used to define arrays
(#186) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#189) Short array syntax must be used to define arrays
(#191) Commas (,) must be followed by white space.
(#194) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#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 "// if we need to show just one groups" but found "//if we need to show just one groups"
(#198) Expected "if (...) {\n"; found "if(...){\n"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#203) Variable "human_sql" must not contain underscores.
(#207) Line exceeds 132 characters; contains 134 characters
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#210) Variable "hybrid_sql" must not contain underscores.
(#211) Line exceeds 132 characters; contains 159 characters
(#216) Line exceeds 132 characters; contains 134 characters
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Line indented incorrectly; expected at least 12 spaces, found 8
(#218) No space found before comment text; expected "// if we are not doing groups its easier. Show it all" but found "//if we are not doing groups its easier. Show it all"
(#219) 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
(#220) No space found before comment text; expected "// init empty params for later" but found "//init empty params for later"
(#221) Short array syntax must be used to define arrays
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#224) Variable "human_sql" must not contain underscores.
(#226) Line exceeds 132 characters; contains 134 characters
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#229) Variable "hybrid_sql" must not contain underscores.
(#230) Line exceeds 132 characters; contains 159 characters
(#234) Line exceeds 132 characters; contains 134 characters
(#235) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#238) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) No space found before comment text; expected "// run the sql and match up WPM/ accuracy and sessionscore if we need to" but found "//run the sql and match up WPM/ accuracy and sessionscore if we need to"
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// params will have a groupid or empty at this point" but found "//params will have a groupid or empty at this point"
(#248) Variable "hybrid_sql" must not contain underscores.
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#260) Variable "human_sql" must not contain underscores.
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) No space found before comment text; expected "// loop through data getting most recent attempt" but found "//loop through data getting most recent attempt"
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) No space found before comment text; expected "// we ony take the most recent attempt" but found "//we ony take the most recent attempt"
(#269) Variable "user_attempt_totals" must not contain underscores.
(#270) Variable "user_attempt_totals" must not contain underscores.
(#270) Variable "user_attempt_totals" must not contain underscores.
(#273) Variable "user_attempt_totals" must not contain underscores.
(#281) Variable "user_attempt_totals" must not contain underscores.
(#288) File must end with a newline character
mod/readaloud/classes/report/gradingbyuser.php
(#1) DocBlock missing a @package tag for file gradingbyuser.php. Expected @package mod_readaloud
(#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 gradingbyuser
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#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
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_heading
(#33) Missing docblock for function fetch_formatted_field
(#36) Variable "has_ai_grade" must not contain underscores.
(#45) This comment is 78% valid code; is this commented out code?
(#50) Short array syntax must be used to define arrays
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// WPM could hold either human or AI data" but found "//WPM could hold either human or AI data"
(#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
(#59) No space found before comment text; expected "// if not human or ai graded" but found "//if not human or ai graded"
(#60) Variable "has_ai_grade" must not contain underscores.
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// accuracy could hold either human or ai data" but found "//accuracy could hold either human or ai data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#70) Variable "has_ai_grade" must not contain underscores.
(#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 "// grade could hold either human or ai data" but found "//grade could hold either human or ai data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#80) Variable "has_ai_grade" must not contain underscores.
(#88) Variable "has_ai_grade" must not contain underscores.
(#100) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#135) Missing docblock for function process_raw_data
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// heading data" but found "//heading data"
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// heading data" but found "//heading data"
(#145) Short array syntax must be used to define arrays
(#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 we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#148) Variable "human_sql" must not contain underscores.
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#154) Variable "hybrid_sql" must not contain underscores.
(#155) Line exceeds 132 characters; contains 157 characters
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) No space found before comment text; expected "// we need a module instance to know which scoring method we are using." but found "//we need a module instance to know which scoring method we are using."
(#163) Short array syntax must be used to define arrays
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) No space found before comment text; expected "// run the sql and match up WPM/ accuracy and sessionscore if we need to" but found "//run the sql and match up WPM/ accuracy and sessionscore if we need to"
(#167) Expected "if (...) {\n"; found "if (...){\n"
(#170) Variable "hybrid_sql" must not contain underscores.
(#170) Short array syntax must be used to define arrays
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#182) Variable "human_sql" must not contain underscores.
(#182) Short array syntax must be used to define arrays
(#199) File must end with a newline character
mod/readaloud/classes/report/machinegrading.php
(#1) DocBlock missing a @package tag for file machinegrading.php. Expected @package mod_readaloud
(#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 machinegrading
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) 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
(#35) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#51) This comment is 78% valid code; is this commented out code?
(#56) Short array syntax must be used to define arrays
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// we took this button away to make some room" but found "//we took this button away to make some room"
(#91) Short array syntax must be used to define arrays
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) No space found before comment text; expected "// case 'regrade':" but found "//case 'regrade':"
(#100) No space found before comment text; expected "// this will be useful once we add hints to passage markup, and when you change machine algorythms and processing" but found "//this will be useful once we add hints to passage markup, and when you change machine algorythms and processing"
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// case "review":" but found "//case "review":"
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// FOR REGRADE ... when fixing bogeys (replace review link with this one)" but found "//FOR REGRADE ... when fixing bogeys (replace review link with this one)"
(#107) Short array syntax must be used to define arrays
(#118) Short array syntax must be used to define arrays
(#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 we need this..? hid it for now" but found "//do we need this..? hid it for now"
(#133) Short array syntax must be used to define arrays
(#154) Missing docblock for function fetch_formatted_heading
(#164) Missing docblock for function process_raw_data
(#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 "// heading data" but found "//heading data"
(#171) Short array syntax must be used to define arrays
(#173) Variable "user_attempt_totals" must not contain underscores.
(#173) Short array syntax must be used to define arrays
(#178) Line exceeds 132 characters; contains 143 characters
(#180) Short array syntax must be used to define arrays
(#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 "// we ony take the max (attempt, accuracy, wpm ..)" but found "//we ony take the max (attempt, accuracy, wpm ..)"
(#186) Variable "user_attempt_totals" must not contain underscores.
(#187) Variable "user_attempt_totals" must not contain underscores.
(#187) Variable "user_attempt_totals" must not contain underscores.
(#189) Variable "user_attempt_totals" must not contain underscores.
(#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 "// make the audio url for the selected attempt data" but found "//make the audio url for the selected attempt data"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) No space found before comment text; expected "// fetch and poke in the adjusted scores here, though we could also do it from" but found "//fetch and poke in the adjusted scores here, though we could also do it from"
(#203) No space found before comment text; expected "// fetch formatted field" but found "//fetch formatted field"
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// we need to calc the no. of errors and adjust" but found "//we need to calc the no. of errors and adjust"
(#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
(#210) No space found before comment text; expected "// recalculate scores with new errorcount" but found "//recalculate scores with new errorcount"
(#211) Variable "adjusted_scores" must not contain underscores.
(#215) Variable "adjusted_scores" must not contain underscores.
(#216) Variable "adjusted_scores" must not contain underscores.
(#217) Variable "adjusted_scores" must not contain underscores.
(#221) Variable "user_attempt_totals" must not contain underscores.
(#229) File must end with a newline character
mod/readaloud/classes/report/machinegradingbyuser.php
(#1) DocBlock missing a @package tag for file machinegradingbyuser.php. Expected @package mod_readaloud
(#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 machinegradingbyuser
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#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
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_heading
(#33) Missing docblock for function fetch_formatted_field
(#43) Short array syntax must be used to define arrays
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// FOR NOW WE REFGRADE ... just temp. while fixing bogeys" but found "//FOR NOW WE REFGRADE ... just temp. while fixing bogeys"
(#67) Short array syntax must be used to define arrays
(#89) Missing docblock for function process_raw_data
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) No space found before comment text; expected "// heading data" but found "//heading data"
(#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) No space found before comment text; expected "// heading data" but found "//heading data"
(#99) Short array syntax must be used to define arrays
(#100) Variable "user_attempt_totals" must not contain underscores.
(#100) Short array syntax must be used to define arrays
(#102) Line exceeds maximum limit of 180 characters; contains 186 characters
(#104) Line exceeds 132 characters; contains 143 characters
(#105) Short array syntax must be used to define arrays
(#123) File must end with a newline character
mod/readaloud/classes/report/missedwords.php
(#1) DocBlock missing a @package tag for file missedwords.php. Expected @package mod_readaloud
(#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
(#13) Import statements must not begin with a leading backslash
(#15) Missing docblock for class missedwords
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#18) Commas (,) must be followed by white space.
(#18) Commas (,) must be followed by white space.
(#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
(#31) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#55) Missing docblock for function fetch_formatted_heading
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) This comment is 65% valid code; is this commented out code?
(#61) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#66) Missing docblock for function fetch_formatted_description
(#72) Missing docblock for function process_raw_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 "// heading data" but found "//heading data"
(#77) Short array syntax must be used to define arrays
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#80) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#83) Commas (,) must be followed by white space.
(#85) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// get all the session errors for the attempts of the activity, in total or by group" but found "//get all the session errors for the attempts of the activity, in total or by group"
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#100) Expected "} else {\n"; found "}else{\n"
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#110) No space found before comment text; expected "// Get most recent attempt. Could be done in SQL I suppose ..." but found "//Get most recent attempt. Could be done in SQL I suppose ..."
(#111) Variable "user_attempt_totals" must not contain underscores.
(#111) Short array syntax must be used to define arrays
(#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 "// we ony take the most recent attempt" but found "//we ony take the most recent attempt"
(#117) Variable "user_attempt_totals" must not contain underscores.
(#118) Variable "user_attempt_totals" must not contain underscores.
(#118) Variable "user_attempt_totals" must not contain underscores.
(#121) Variable "user_attempt_totals" must not contain underscores.
(#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 "// if we do not have a human graded attempt, use aisessionerrors" but found "//if we do not have a human graded attempt, use aisessionerrors"
(#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 "// loop through the attempt counting error words and storing them for use later" but found "//loop through the attempt counting error words and storing them for use later"
(#133) Variable "attempt_errors" must not contain underscores.
(#134) Variable "attempt_errors" must not contain underscores.
(#134) Variable "attempt_error" must not contain underscores.
(#135) Variable "attempt_error" must not contain underscores.
(#136) Variable "attempt_error" must not contain underscores.
(#138) Expected "} else {\n"; found "}else{\n"
(#141) Variable "attempt_error" must not contain underscores.
(#142) Variable "attempt_error" must not contain underscores.
(#143) Variable "attempt_error" must not contain underscores.
(#147) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// Sort by number of missed_count, highest first" but found "//Sort by number of missed_count, highest first"
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// add a rank for the words and share rank if they are the same missed count" but found "//add a rank for the words and share rank if they are the same missed count"
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#158) Variable "previous_missed_count" must not contain underscores.
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#161) Expected "if (...) {\n"; found "if (...){\n"
(#161) Variable "previous_missed_count" must not contain underscores.
(#163) Variable "previous_missed_count" must not contain underscores.
(#165) Expected "} else {\n"; found "}else{\n"
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#170) This comment is 48% valid code; is this commented out code?
(#170) No space found before comment text; expected "// Get top 10 elements (or as many as there are) and use those" but found "//Get top 10 elements (or as many as there are) and use those"
(#171) No space found before comment text; expected "// $itemcount = min(count($results),10);" but found "//$itemcount = min(count($results),10);"
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// $this->rawdata = array_slice($results, 0,$itemcount);" but found "//$this->rawdata = array_slice($results, 0,$itemcount);"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// Or let report do that" but found "//Or let report do that"
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// return" but found "//return"
(#181) File must end with a newline character
mod/readaloud/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
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#102) Missing docblock for function validation
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected 8 spaces, found 10
(#109) Closing brace indented incorrectly; expected 10 spaces, found 8
(#110) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#115) File must end with a newline character
mod/readaloud/classes/task/readaloud_modelaudio_adhoc.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// CD should contain activityid / attemptid and modulecontextid" but found "//CD should contain activityid / attemptid and modulecontextid"
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) This comment is 75% valid code; is this commented out code?
(#52) No space found before comment text; expected "// $trace->output($cd->somedata)" but found "//$trace->output($cd->somedata)"
(#54) Short array syntax must be used to define arrays
(#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 "// we should actually just determine if its fast or normal transcoding here" but found "//we should actually just determine if its fast or normal transcoding here"
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// figure out matches as this is what we need the transcript for" but found "//figure out matches as this is what we need the transcript for"
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Variable "ma_matches" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Variable "ma_endword" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Variable "ma_errors" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#97) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#99) Variable "transcript_update" must not contain underscores.
(#99) Expected 1 space after "="; 0 found
(#100) Variable "transcript_update" must not contain underscores.
(#101) Variable "transcript_update" must not contain underscores.
(#102) Variable "transcript_update" must not contain underscores.
(#103) Variable "transcript_update" must not contain underscores.
(#103) Variable "ma_matches" must not contain underscores.
(#104) Commas (,) must be followed by white space.
(#104) Variable "ma_matches" must not contain underscores.
(#104) Commas (,) must be followed by white space.
(#105) Variable "transcript_update" must not contain underscores.
(#106) Variable "transcript_update" must not contain underscores.
(#115) Missing docblock for function do_retry
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// after 24 hours we give up" but found "//after 24 hours we give up"
(#121) Usage of ELSEIF not allowed; use ELSE IF instead
(#122) No space found before comment text; expected "// 15 minute delay" but found "//15 minute delay"
(#124) Expected "} else {\n"; found "}else{\n"
(#125) No space found before comment text; expected "// 30 second delay" but found "//30 second delay"
(#129) Variable "modelaudio_task" must not contain underscores.
(#130) Variable "modelaudio_task" must not contain underscores.
(#131) Variable "modelaudio_task" must not contain underscores.
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// if we do not set the next run time it can extend the current cron job indef with a recurring task" but found "//if we do not set the next run time it can extend the current cron job indef with a recurring task"
(#133) Variable "modelaudio_task" must not contain underscores.
(#133) Expected 1 space before "+"; 0 found
(#133) Expected 1 space after "+"; 0 found
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Variable "modelaudio_task" must not contain underscores.
(#138) Missing docblock for function do_forever_fail
mod/readaloud/classes/task/readaloud_s3_adhoc.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// CD should contain activityid / attemptid and modulecontextid" but found "//CD should contain activityid / attemptid and modulecontextid"
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) This comment is 75% valid code; is this commented out code?
(#50) No space found before comment text; expected "// $trace->output($cd->somedata)" but found "//$trace->output($cd->somedata)"
(#52) Short array syntax must be used to define arrays
(#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 got here, we have transcripts and we do not need to come back" but found "//if we got here, we have transcripts and we do not need to come back"
(#86) Missing docblock for function do_retry
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#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 "// after 24 hours we give up" but found "//after 24 hours we give up"
(#92) Usage of ELSEIF not allowed; use ELSE IF instead
(#93) No space found before comment text; expected "// 15 minute delay" but found "//15 minute delay"
(#95) Expected "} else {\n"; found "}else{\n"
(#96) No space found before comment text; expected "// 30 second delay" but found "//30 second delay"
(#100) Variable "s3_task" must not contain underscores.
(#101) Variable "s3_task" must not contain underscores.
(#102) Variable "s3_task" must not contain underscores.
(#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 we do not set the next run time it can extend the current cron job indef with a recurring task" but found "//if we do not set the next run time it can extend the current cron job indef with a recurring task"
(#104) Variable "s3_task" must not contain underscores.
(#104) Expected 1 space before "+"; 0 found
(#104) Expected 1 space after "+"; 0 found
(#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
(#106) Variable "s3_task" must not contain underscores.
(#109) Missing docblock for function do_forever_fail
mod/readaloud/classes/task/readaloud_scheduled.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Import statements must not begin with a leading backslash
(#40) Missing docblock for function get_name
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#50) This comment is 80% valid code; is this commented out code?
(#50) No space found before comment text; expected "// readaloud_dotask($trace);" but found "//readaloud_dotask($trace);"
mod/readaloud/classes/utils.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Import statements must not begin with a leading backslash
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) This comment is 50% 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) Missing docblock for constant utils::CLOUDPOODLL
(#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 "// we need to consider legacy client side URLs and cloud hosted ones" but found "//we need to consider legacy client side URLs and cloud hosted ones"
(#43) Missing docblock for function make_audio_URL
(#43) Public method name "utils::make_audio_URL" must be in lower-case letters only
(#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) No space found before comment text; expected "// we need to consider legacy client side URLs and cloud hosted ones" but found "//we need to consider legacy client side URLs and cloud hosted ones"
(#60) Missing docblock for function needs_lang_model
(#71) Expected 1 space before "=="; 0 found
(#71) Expected 1 space after "=="; 0 found
(#72) Expected 1 space before "=="; 0 found
(#72) Expected 1 space after "=="; 0 found
(#73) Expected 1 space before "=="; 0 found
(#73) Expected 1 space after "=="; 0 found
(#74) Expected 1 space before "=="; 0 found
(#74) Expected 1 space after "=="; 0 found
(#75) Expected 1 space before "=="; 0 found
(#75) Expected 1 space after "=="; 0 found
(#76) Expected 1 space before "=="; 0 found
(#76) Expected 1 space after "=="; 0 found
(#77) Expected 1 space before "=="; 0 found
(#77) Expected 1 space after "=="; 0 found
(#78) Expected 1 space before "=="; 0 found
(#78) Expected 1 space after "=="; 0 found
(#79) Expected 1 space before "=="; 0 found
(#79) Expected 1 space after "=="; 0 found
(#80) Expected 1 space before "=="; 0 found
(#80) Expected 1 space after "=="; 0 found
(#81) Expected 1 space before "=="; 0 found
(#81) Expected 1 space after "=="; 0 found
(#82) Expected 1 space before "=="; 0 found
(#82) Expected 1 space after "=="; 0 found
(#83) Expected 1 space before "=="; 0 found
(#83) Expected 1 space after "=="; 0 found
(#83) Expected 1 space before "!=="; 0 found
(#83) Expected 1 space after "!=="; 0 found
(#91) Missing docblock for function fetch_passagehash
(#91) Commas (,) must be followed by white space.
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// find numbers in the passage, and then replace those with words in the target text" but found "//find numbers in the passage, and then replace those with words in the target text"
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#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) No space found before comment text; expected "// dealt with eszetts" but found "//dealt with eszetts"
(#101) Line indented incorrectly; expected 8 spaces, found 12
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#101) Expected 1 space before "=="; 0 found
(#101) Expected 1 space after "=="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#102) Commas (,) must be followed by white space.
(#103) Line indented incorrectly; expected 8 spaces, found 12
(#104) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#106) Expected "if (...) {\n"; found "if(...) {\n"
(#108) Expected "} else {\n"; found "}else{\n"
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) No space found before comment text; expected "// we want to generate a phonetics if this is phonetic'able" but found "//we want to generate a phonetics if this is phonetic'able"
(#113) Missing docblock for function update_create_phonetic_segments
(#113) Expected 1 space before opening brace; found 0
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) No space found before comment text; expected "// if we have an old item, set the default return value to the current phonetic value" but found "//if we have an old item, set the default return value to the current phonetic value"
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// we will update it if the text has changed" but found "//we will update it if the text has changed"
(#117) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Expected 1 space after "="; 0 found
(#120) Expected "} else {\n"; found "}else{\n"
(#121) Expected 1 space after "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#126) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// make sure the passage has really changed before doing an expensive call to create phonetics" but found "//make sure the passage has really changed before doing an expensive call to create phonetics"
(#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 "// build a phonetics string" but found "//build a phonetics string"
(#131) Line indented incorrectly; expected at least 16 spaces, found 15
(#131) Commas (,) must be followed by white space.
(#131) Must use "self::" for local static member reference
(#131) Line exceeds 132 characters; contains 160 characters
(#134) Commas (,) must be followed by white space.
(#141) Missing docblock for function update_all_phonetic_segments
(#141) Expected 1 space before opening brace; found 0
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#146) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#148) Commas (,) must be followed by white space.
(#148) Commas (,) must be followed by white space.
(#149) Expected "if (...) {\n"; found "if(...){\n"
(#150) Commas (,) must be followed by white space.
(#150) Short array syntax must be used to define arrays
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#150) Line exceeds 132 characters; contains 153 characters
(#156) Missing docblock for function fetch_short_lang
(#156) Expected 1 space before opening brace; found 0
(#157) Expected "if (...) {\n"; found "if(...){"
(#157) Expected 1 space before "<="; 0 found
(#157) Expected 1 space after "<="; 0 found
(#157) Closing brace must be on a line by itself
(#158) Expected "if (...) {\n"; found "if(...){"
(#158) Expected 1 space before "=="; 0 found
(#158) Expected 1 space after "=="; 0 found
(#158) Closing brace must be on a line by itself
(#159) Commas (,) must be followed by white space.
(#159) Commas (,) must be followed by white space.
(#167) Missing docblock for function fetch_lang_model
(#167) Expected 1 space before opening brace; found 0
(#170) Expected 1 space before "="; 0 found
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) This comment is 75% valid code; is this commented out code?
(#173) No space found before comment text; expected "// $token = self::fetch_token('russell', 'Password-123',true);" but found "//$token = self::fetch_token('russell', 'Password-123',true);"
(#175) Expected "if (...) {\n"; found "if(...){\n"
(#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 before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#182) Expected 1 space before "="; 0 found
(#182) Expected 1 space after "="; 0 found
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Line indented incorrectly; expected at least 12 spaces, found 8
(#184) No space found before comment text; expected "// strange char or number converter" but found "//strange char or number converter"
(#185) Line indented incorrectly; expected at least 12 spaces, found 8
(#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) Line indented incorrectly; expected at least 12 spaces, found 8
(#186) No space found before comment text; expected "// find numbers in the passage, and then replace those with words in the target text" but found "//find numbers in the passage, and then replace those with words in the target text"
(#188) Line indented incorrectly; expected at least 12 spaces, found 8
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#188) Commas (,) must be followed by white space.
(#188) Commas (,) must be followed by white space.
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 12 spaces, found 8
(#190) No space found before comment text; expected "// other conversions" but found "//other conversions"
(#191) Line indented incorrectly; expected 12 spaces, found 8
(#193) Line indented incorrectly; expected 16 spaces, found 12
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Line indented incorrectly; expected at least 20 spaces, found 16
(#194) No space found before comment text; expected "// find eszetts in original passage, and convert ss words to eszetts in the target passage" but found "//find eszetts in original passage, and convert ss words to eszetts in the target passage"
(#195) Line indented incorrectly; expected at least 20 spaces, found 16
(#195) Expected 1 space before "="; 0 found
(#195) Expected 1 space after "="; 0 found
(#195) Commas (,) must be followed by white space.
(#198) Line indented incorrectly; expected 12 spaces, found 8
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Commas (,) must be followed by white space.
(#204) Variable "respObj" must be all lower-case
(#206) Expected "if (...) {\n"; found "if(...){\n"
(#206) Variable "respObj" must be all lower-case
(#207) Variable "respObj" must be all lower-case
(#207) Expected 1 space after "=="; 0 found
(#208) Variable "respObj" must be all lower-case
(#209) Expected "} else {\n"; found "}else{\n"
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#214) Expected "} else {\n"; found "}else{\n"
(#219) Missing docblock for function can_streaming_transcribe
(#219) Expected 1 space before opening brace; found 0
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// The instance languages" but found "//The instance languages"
(#231) Expected 1 space after "="; 0 found
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) No space found before comment text; expected "// The supported regions" but found "//The supported regions"
(#238) Expected "if (...) {\n"; found "if(...) {\n"
(#246) Expected 1 space after "="; 0 found
(#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 "// we might use AWS Transcribe if its strict or no hash(why)" but found "//we might use AWS Transcribe if its strict or no hash(why)"
(#257) Missing docblock for function do_strict_transcribe
(#259) Expected "if (...) {\n"; found "if(...) {\n"
(#261) Expected "} else {\n"; found "}else{\n"
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) No space found before comment text; expected "// De accent and other processing so our auto transcript will match the passage" but found "//De accent and other processing so our auto transcript will match the passage"
(#267) Missing docblock for function remove_accents_and_poormatchchars
(#267) Expected 1 space before opening brace; found 0
(#271) Short array syntax must be used to define arrays
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#272) Short array syntax must be used to define arrays
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#272) Commas (,) must be followed by white space.
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) 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?"
(#283) Missing docblock for function can_transcribe
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) No space found before comment text; expected "// we default to true" but found "//we default to true"
(#286) No space found before comment text; expected "// but it only takes one no ...." but found "//but it only takes one no ...."
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) 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"
(#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 "// see if this is truly json or some error" but found "//see if this is truly json or some error"
(#304) Missing docblock for function is_json
(#315) No space found before comment text; expected "// Is the lang code probably going to be passage transcribed by whisper?" but found "//Is the lang code probably going to be passage transcribed by whisper?"
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) No space found before comment text; expected "// DeepSpeech = 'en','de','fr','es', 'eu','ru', 'fi':'pt','pl','it','uk','ro', 'hu'" but found "//DeepSpeech = 'en','de','fr','es', 'eu','ru', 'fi':'pt','pl','it','uk','ro', 'hu'"
(#318) Missing docblock for function is_whisper
(#318) Expected 1 space before opening brace; found 0
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) No space found before comment text; expected "// Insert spaces in between segments in order to create "words"" but found "//Insert spaces in between segments in order to create "words""
(#355) Missing docblock for function segment_japanese
(#355) Expected 1 space before opening brace; found 0
(#357) Commas (,) must be followed by white space.
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) 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"
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) No space found before comment text; expected "// the segments will usually just return the phrase , but in japanese we want to segment into words" but found "//the segments will usually just return the phrase , but in japanese we want to segment into words"
(#363) Missing docblock for function fetch_phones_and_segments
(#363) Expected 1 space before opening brace; found 0
(#377) Commas (,) must be followed by white space.
(#378) Expected 1 space before "="; 0 found
(#378) Expected 1 space after "="; 0 found
(#379) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#382) Expected "if (...) {\n"; found "if(...) {\n"
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Expected "} else {\n"; found "}else {\n"
(#387) Expected 1 space before "="; 0 found
(#387) Expected 1 space after "="; 0 found
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) No space found before comment text; expected "// the resulting phonetic string will look like this: 0S IS A TK IT IS A KT WN TW 0T IS A MNK" but found "//the resulting phonetic string will look like this: 0S IS A TK IT IS A KT WN TW 0T IS A MNK"
(#392) No space found before comment text; expected "// really we want to put an IPA database on services server and poll as we do for katakanify" but found "//really we want to put an IPA database on services server and poll as we do for katakanify"
(#393) No space found before comment text; expected "// see: https://github.com/open-dict-data/ipa-dict" but found "//see: https://github.com/open-dict-data/ipa-dict"
(#394) No space found before comment text; expected "// and command line searchable dictionaries https://github.com/open-dsl-dict/ipa-dict-dsl based on those" but found "//and command line searchable dictionaries https://github.com/open-dsl-dict/ipa-dict-dsl based on those"
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "// fetch katakana/hiragana if the JP" but found "//fetch katakana/hiragana if the JP"
(#400) Variable "katakanify_url" must not contain underscores.
(#400) Must use "self::" for local static member reference
(#400) Commas (,) must be followed by white space.
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) No space found before comment text; expected "// results look like this:" but found "//results look like this:"
(#404) This comment is 64% valid code; is this commented out code?
(#424) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) No space found before comment text; expected "// for Japanese we want to segment it into "words"" but found "//for Japanese we want to segment it into "words""
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Line indented incorrectly; expected at least 16 spaces, found 13
(#427) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#428) Commas (,) must be followed by white space.
(#429) Expected 1 space after "="; 0 found
(#429) Short array syntax must be used to define arrays
(#429) Expected 1 space before "=>"; 0 found
(#429) Expected 1 space after "=>"; 0 found
(#430) Variable "katakanify_url" must not contain underscores.
(#430) Commas (,) must be followed by white space.
(#430) Commas (,) must be followed by white space.
(#431) Expected "if (...) {\n"; found "if(...){"
(#431) Closing brace must be on a line by itself
(#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
(#436) Expected "if (...) {\n"; found "if(...){\n"
(#436) Expected 1 space before "=="; 0 found
(#436) Expected 1 space after "=="; 0 found
(#437) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#439) Expected "if (...) {\n"; found "if(...) {\n"
(#439) Expected 1 space before ">"; 0 found
(#439) Expected 1 space after ">"; 0 found
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#446) Inline comments must end in full-stops, exclamation marks, or question marks
(#446) No space found before comment text; expected "// process nodes" but found "//process nodes"
(#447) Expected 1 space before "="; 0 found
(#447) Expected 1 space after "="; 0 found
(#448) Expected 1 space before "="; 0 found
(#448) Expected 1 space after "="; 0 found
(#449) Expected 1 space before "="; 0 found
(#449) Expected 1 space after "="; 0 found
(#452) Commas (,) must be followed by white space.
(#453) Expected "if (...) {\n"; found "if(...) {\n"
(#457) Expected "if (...) {\n"; found "if(...){\n"
(#457) Expected 1 space before ">"; 0 found
(#457) Expected 1 space after ">"; 0 found
(#458) Expected 1 space before "-"; 0 found
(#458) Expected 1 space after "-"; 0 found
(#458) Expected 1 space before ".="; 0 found
(#458) Expected 1 space after ".="; 0 found
(#463) Expected "if (...) {\n"; found "if(...) {\n"
(#468) Expected "} else if (...) {\n"; found "} else if(...){\n"
(#468) Expected "if (...) {\n"; found "if(...){\n"
(#468) Expected 1 space before "=="; 0 found
(#468) Expected 1 space after "=="; 0 found
(#469) Inline comments must start with a capital letter, digit or 3-dots sequence
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) No space found before comment text; expected "// numbers dont get phoneticized" but found "//numbers dont get phoneticized"
(#472) Expected 1 space before "="; 0 found
(#472) Expected 1 space after "="; 0 found
(#476) Expected "if (...) {\n"; found "if(...) {\n"
(#477) Commas (,) must be followed by white space.
(#478) Commas (,) must be followed by white space.
(#479) Expected "} else {\n"; found "}else {\n"
(#480) Commas (,) must be followed by white space.
(#481) Commas (,) must be followed by white space.
(#489) Commas (,) must be followed by white space.
(#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 "// fetch lang server url, services incl. 'transcribe' , 'lm', 'lt', 'spellcheck', 'katakanify'" but found "//fetch lang server url, services incl. 'transcribe' , 'lm', 'lt', 'spellcheck', 'katakanify'"
(#494) Missing docblock for function fetch_lang_server_url
(#494) Commas (,) must be followed by white space.
(#494) Expected 1 space before opening brace; found 0
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) 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"
(#507) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#508) 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"
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#509) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#510) Missing docblock for function curl_fetch
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) This comment is 79% valid code; is this commented out code?
(#515) Line indented incorrectly; expected at least 8 spaces, found 7
(#516) Expected "if (...) {\n"; found "if(...) {\n"
(#516) Expected 1 space before "=="; 0 found
(#516) Expected 1 space after "=="; 0 found
(#518) Expected "} else {\n"; found "}else{\n"
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) No space found before comment text; expected "// fetch slightly slower version of speech" but found "//fetch slightly slower version of speech"
(#525) Missing docblock for function fetch_speech_ssml
(#525) Expected 1 space before opening brace; found 0
(#529) Expected 1 space before "="; 0 found
(#529) Expected 1 space after "="; 0 found
(#532) Expected 1 space before "="; 0 found
(#532) Expected 1 space after "="; 0 found
(#536) Line indented incorrectly; expected at least 16 spaces, found 12
(#536) Expected 1 space before "="; 0 found
(#536) Expected 1 space after "="; 0 found
(#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
(#539) No space found before comment text; expected "// deal with SSML reserved characters" but found "//deal with SSML reserved characters"
(#540) Commas (,) must be followed by white space.
(#540) Commas (,) must be followed by white space.
(#541) 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.
(#546) Expected 1 space before "="; 0 found
(#546) Expected 1 space after "="; 0 found
(#547) Commas (,) must be followed by white space.
(#547) Commas (,) must be followed by white space.
(#548) Commas (,) must be followed by white space.
(#548) Commas (,) must be followed by white space.
(#553) Inline comments must start with a capital letter, digit or 3-dots sequence
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#553) No space found before comment text; expected "// fetch the MP3 URL of the text we want read aloud" but found "//fetch the MP3 URL of the text we want read aloud"
(#554) Missing docblock for function fetch_polly_url
(#554) Commas (,) must be followed by white space.
(#554) Commas (,) must be followed by white space.
(#554) Commas (,) must be followed by white space.
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#557) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#560) Inline comments must start with a capital letter, digit or 3-dots sequence
(#560) Inline comments must end in full-stops, exclamation marks, or question marks
(#560) This comment is 43% valid code; is this commented out code?
(#560) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#561) Short array syntax must be used to define arrays
(#569) Commas (,) must be followed by white space.
(#571) Expected 1 space before "?"; 0 found
(#571) Expected 1 space after "?"; 0 found
(#573) Commas (,) must be followed by white space.
(#579) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#582) Inline comments must start with a capital letter, digit or 3-dots sequence
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) 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"
(#591) Inline comments must start with a capital letter, digit or 3-dots sequence
(#591) Inline comments must end in full-stops, exclamation marks, or question marks
(#591) No space found before comment text; expected "// fetch and process speech marks" but found "//fetch and process speech marks"
(#592) Missing docblock for function fetch_polly_speechmarks
(#592) Commas (,) must be followed by white space.
(#592) Commas (,) must be followed by white space.
(#592) Commas (,) must be followed by white space.
(#595) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#598) Inline comments must start with a capital letter, digit or 3-dots sequence
(#598) Inline comments must end in full-stops, exclamation marks, or question marks
(#598) This comment is 43% valid code; is this commented out code?
(#598) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#599) Short array syntax must be used to define arrays
(#607) Commas (,) must be followed by white space.
(#609) Expected 1 space before "?"; 0 found
(#609) Expected 1 space after "?"; 0 found
(#617) Inline comments must start with a capital letter, digit or 3-dots sequence
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#617) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) 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"
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) No space found before comment text; expected "// can speak neural?" but found "//can speak neural?"
(#630) Missing docblock for function can_speak_neural
(#630) Commas (,) must be followed by white space.
(#630) Expected 1 space before opening brace; found 0
(#631) Inline comments must start with a capital letter, digit or 3-dots sequence
(#631) Inline comments must end in full-stops, exclamation marks, or question marks
(#631) No space found before comment text; expected "// check if the region is supported" but found "//check if the region is supported"
(#642) Inline comments must start with a capital letter, digit or 3-dots sequence
(#642) Inline comments must end in full-stops, exclamation marks, or question marks
(#642) No space found before comment text; expected "// ok" but found "//ok"
(#648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) No space found before comment text; expected "// check if the voice is supported" but found "//check if the voice is supported"
(#649) Expected "if (...) {\n"; found "if(...){\n"
(#649) Commas (,) must be followed by white space.
(#651) Expected "} else {\n"; found "}else{\n"
(#656) Inline comments must end in full-stops, exclamation marks, or question marks
(#656) No space found before comment text; expected "// Turn a set of speechmarks into a matches format that we use for marking up text in Readaloud" but found "//Turn a set of speechmarks into a matches format that we use for marking up text in Readaloud"
(#657) Missing docblock for function speechmarks_to_matches
(#657) Commas (,) must be followed by white space.
(#657) Commas (,) must be followed by white space.
(#657) Expected 1 space before opening brace; found 0
(#659) Inline comments must start with a capital letter, digit or 3-dots sequence
(#659) Inline comments must end in full-stops, exclamation marks, or question marks
(#659) No space found before comment text; expected "// clean the punctuation" but found "//clean the punctuation"
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#661) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) Inline comments must end in full-stops, exclamation marks, or question marks
(#661) No space found before comment text; expected "// prepare arrays of words to in transcript and passage to match on" but found "//prepare arrays of words to in transcript and passage to match on"
(#662) Commas (,) must be followed by white space.
(#663) Expected 1 space after "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#666) Inline comments must start with a capital letter, digit or 3-dots sequence
(#666) No space found before comment text; expected "// for speechmarks we need to throw away ssml tags and punctuation so we do that," but found "//for speechmarks we need to throw away ssml tags and punctuation so we do that,"
(#667) Inline comments must end in full-stops, exclamation marks, or question marks
(#668) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#671) Inline comments must start with a capital letter, digit or 3-dots sequence
(#671) Inline comments must end in full-stops, exclamation marks, or question marks
(#671) No space found before comment text; expected "// opt out of current speechmark if its not a word(eg sentence, viseme, ssml) or is ssml mark up" but found "//opt out of current speechmark if its not a word(eg sentence, viseme, ssml) or is ssml mark up"
(#675) Inline comments must start with a capital letter, digit or 3-dots sequence
(#675) Inline comments must end in full-stops, exclamation marks, or question marks
(#675) No space found before comment text; expected "// if the word begins with "<" then its ssml so we skip it" but found "//if the word begins with "<" then its ssml so we skip it"
(#680) Expected 1 space after "="; 0 found
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#683) No space found before comment text; expected "// Most of this is just to keep the diff function happy (it is used to different sets of data from real transcripts)" but found "//Most of this is just to keep the diff function happy (it is used to different sets of data from real transcripts)"
(#686) Variable "passagephonetic_bits" must not contain underscores.
(#687) Variable "transcript_phonetic" must not contain underscores.
(#687) Expected 1 space after "="; 0 found
(#688) Variable "transcriptphonetic_bits" must not contain underscores.
(#690) Inline comments must start with a capital letter, digit or 3-dots sequence
(#690) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#691) Inline comments must end in full-stops, exclamation marks, or question marks
(#694) Commas (,) must be followed by white space.
(#694) Variable "transcriptphonetic_bits" must not contain underscores.
(#694) Commas (,) must be followed by white space.
(#694) Variable "passagephonetic_bits" must not contain underscores.
(#694) Line exceeds 132 characters; contains 146 characters
(#695) Expected 1 space before "="; 0 found
(#695) Expected 1 space after "="; 0 found
(#697) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#699) Inline comments must start with a capital letter, digit or 3-dots sequence
(#699) Inline comments must end in full-stops, exclamation marks, or question marks
(#699) No space found before comment text; expected "// from the array of differences build the matches and pull in audio stamps from speechmark data" but found "//from the array of differences build the matches and pull in audio stamps from speechmark data"
(#703) Inline comments must start with a capital letter, digit or 3-dots sequence
(#703) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#704) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) No space found before comment text; expected "// we collect match info so we can play audio from selected word" but found "//we collect match info so we can play audio from selected word"
(#716) Expected 1 space before "-"; 0 found
(#716) Expected 1 space after "-"; 0 found
(#717) Expected 1 space before "-"; 0 found
(#717) Expected 1 space after "-"; 0 found
(#718) Inline comments must start with a capital letter, digit or 3-dots sequence
(#718) Inline comments must end in full-stops, exclamation marks, or question marks
(#718) No space found before comment text; expected "// provisional end" but found "//provisional end"
(#719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#719) No space found before comment text; expected "// was this match an alternatives match?" but found "//was this match an alternatives match?"
(#721) Inline comments must start with a capital letter, digit or 3-dots sequence
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#721) No space found before comment text; expected "// set the last audio end to the start of the current one" but found "//set the last audio end to the start of the current one"
(#722) Expected "if (...) {\n"; found "if(...){\n"
(#723) Expected 1 space before "="; 0 found
(#723) Expected 1 space after "="; 0 found
(#723) Expected 1 space before "-"; 0 found
(#723) Expected 1 space after "-"; 0 found
(#729) Inline comments must start with a capital letter, digit or 3-dots sequence
(#729) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#730) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#736) Inline comments must start with a capital letter, digit or 3-dots sequence
(#736) Inline comments must end in full-stops, exclamation marks, or question marks
(#736) No space found before comment text; expected "// sometimes there are colons and semi colons and quotes in one or the other word, we ignore these and compare" but found "//sometimes there are colons and semi colons and quotes in one or the other word, we ignore these and compare"
(#737) Missing docblock for function are_different_words
(#737) Commas (,) must be followed by white space.
(#737) Expected 1 space before opening brace; found 0
(#742) No space found before comment text; expected "// This is part of speechmarks processing to create matches." but found "//This is part of speechmarks processing to create matches."
(#743) Inline comments must end in full-stops, exclamation marks, or question marks
(#743) No space found before comment text; expected "// while looping we need to look forward to fetch upcoming data. That forward search is done in this function" but found "//while looping we need to look forward to fetch upcoming data. That forward search is done in this function"
(#744) Missing docblock for function forward_search
(#744) Commas (,) must be followed by white space.
(#748) Commas (,) must be followed by white space.
(#760) Commas (,) must be followed by white space.
(#762) Expected 1 space before "+"; 0 found
(#762) Expected 1 space after "+"; 0 found
(#763) Commas (,) must be followed by white space.
(#765) Commas (,) must be followed by white space.
(#765) Expected 1 space before "+"; 0 found
(#765) Expected 1 space after "+"; 0 found
(#766) Expected 1 space before "="; 0 found
(#766) Expected 1 space after "="; 0 found
(#766) Expected 1 space before "-"; 0 found
(#766) Expected 1 space after "-"; 0 found
(#768) Commas (,) must be followed by white space.
(#773) Commas (,) must be followed by white space.
(#779) 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"
(#780) 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"
(#781) Inline comments must end in full-stops, exclamation marks, or question marks
(#781) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#782) Missing docblock for function fetch_token_for_display
(#785) 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"
(#786) Inline comments must end in full-stops, exclamation marks, or question marks
(#786) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#804) Inline comments must end in full-stops, exclamation marks, or question marks
(#804) 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"
(#808) Inline comments must start with a capital letter, digit or 3-dots sequence
(#808) Inline comments must end in full-stops, exclamation marks, or question marks
(#808) 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"
(#811) Inline comments must start with a capital letter, digit or 3-dots sequence
(#811) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) 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"
(#814) Inline comments must start with a capital letter, digit or 3-dots sequence
(#814) 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."
(#822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#822) 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."
(#827) Inline comments must end in full-stops, exclamation marks, or question marks
(#827) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#838) 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"
(#839) Missing docblock for function fetch_token
(#847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#847) 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"
(#848) Inline comments must end in full-stops, exclamation marks, or question marks
(#855) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) Variable "token_url" must not contain underscores.
(#857) Short array syntax must be used to define arrays
(#860) There should be a comma after the last array item in a multi-line array.
(#862) Variable "token_response" must not contain underscores.
(#862) Variable "token_url" must not contain underscores.
(#863) Variable "token_response" must not contain underscores.
(#864) Variable "resp_object" must not contain underscores.
(#864) Variable "token_response" must not contain underscores.
(#865) Variable "resp_object" must not contain underscores.
(#865) Variable "resp_object" must not contain underscores.
(#866) Variable "resp_object" must not contain underscores.
(#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) 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"
(#868) Variable "resp_object" must not contain underscores.
(#869) Variable "resp_object" must not contain underscores.
(#869) Variable "resp_object" must not contain underscores.
(#870) Inline comments must start with a capital letter, digit or 3-dots sequence
(#870) Inline comments must end in full-stops, exclamation marks, or question marks
(#870) No space found before comment text; expected "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) No space found before comment text; expected "// cache the token" but found "//cache the token"
(#883) Variable "resp_object" must not contain underscores.
(#884) Variable "resp_object" must not contain underscores.
(#886) Variable "resp_object" must not contain underscores.
(#887) Variable "resp_object" must not contain underscores.
(#889) Variable "resp_object" must not contain underscores.
(#890) Variable "resp_object" must not contain underscores.
(#892) Expected "if (...) {\n"; found "if(...){\n"
(#892) Variable "resp_object" must not contain underscores.
(#892) Commas (,) must be followed by white space.
(#893) Variable "resp_object" must not contain underscores.
(#895) Expected "if (...) {\n"; found "if(...){\n"
(#895) Variable "resp_object" must not contain underscores.
(#895) Commas (,) must be followed by white space.
(#896) Variable "resp_object" must not contain underscores.
(#904) Empty IF statement detected
(#904) Variable "resp_object" must not contain underscores.
(#904) Variable "resp_object" must not contain underscores.
(#905) Inline comments must end in full-stops, exclamation marks, or question marks
(#905) This comment is 43% valid code; is this commented out code?
(#905) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#914) Inline comments must start with a capital letter, digit or 3-dots sequence
(#914) No space found before comment text; expected "// check token and tokenobject(from cache)" but found "//check token and tokenobject(from cache)"
(#915) Inline comments must end in full-stops, exclamation marks, or question marks
(#915) 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"
(#916) Missing docblock for function fetch_token_error
(#916) Expected 1 space before opening brace; found 0
(#919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#919) Inline comments must end in full-stops, exclamation marks, or question marks
(#919) No space found before comment text; expected "// check token authenticated" but found "//check token authenticated"
(#920) Expected "if (...) {\n"; found "if(...) {\n"
(#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
(#930) 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]"
(#936) Inline comments must end in full-stops, exclamation marks, or question marks
(#936) 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]"
(#941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#952) Inline comments must start with a capital letter, digit or 3-dots sequence
(#952) 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."
(#963) Missing docblock for function lines_to_brs
(#964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#964) Inline comments must end in full-stops, exclamation marks, or question marks
(#964) No space found before comment text; expected "// see https://stackoverflow.com/questions/5946114/how-to-replace-newline-or-r-n-with-br" but found "//see https://stackoverflow.com/questions/5946114/how-to-replace-newline-or-r-n-with-br"
(#966) Inline comments must start with a capital letter, digit or 3-dots sequence
(#966) No space found before comment text; expected "// this is better but we can not pad the replacement and we need that" but found "//this is better but we can not pad the replacement and we need that"
(#967) Inline comments must end in full-stops, exclamation marks, or question marks
(#967) No space found before comment text; expected "// return nl2br($passage);" but found "//return nl2br($passage);"
(#970) Missing docblock for function fetch_duration_from_transcript
(#971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#971) Inline comments must end in full-stops, exclamation marks, or question marks
(#971) No space found before comment text; expected "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#986) Missing docblock for function fetch_duration_from_transcript_json
(#987) Inline comments must start with a capital letter, digit or 3-dots sequence
(#987) Inline comments must end in full-stops, exclamation marks, or question marks
(#987) No space found before comment text; expected "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#994) Short array syntax must be used to define arrays
(#1008) Missing docblock for function fetch_duration_from_transcript_gjson
(#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
(#1009) No space found before comment text; expected "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#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
(#1016) No space found before comment text; expected "// create a big array of 'words' from gjson sentences" but found "//create a big array of 'words' from gjson sentences"
(#1031) Missing docblock for function fetch_audio_points
(#1033) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1033) No space found before comment text; expected "// first check if we have a fulltranscript (we might only have a transcript in some cases)" but found "//first check if we have a fulltranscript (we might only have a transcript in some cases)"
(#1034) Inline comments must end in full-stops, exclamation marks, or question marks
(#1034) No space found before comment text; expected "// if not we just return dummy audio points. Que sera sera" but found "//if not we just return dummy audio points. Que sera sera"
(#1051) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1051) Inline comments must end in full-stops, exclamation marks, or question marks
(#1051) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#1052) Missing docblock for function fetch_audio_points_json
(#1054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1054) No space found before comment text; expected "// get type 'pronunciation' items from full transcript. The other type is 'punctuation'." but found "//get type 'pronunciation' items from full transcript. The other type is 'punctuation'."
(#1056) Short array syntax must be used to define arrays
(#1064) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) No space found before comment text; expected "// loop through matches and fetch audio start from word item" but found "//loop through matches and fetch audio start from word item"
(#1067) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1067) Inline comments must end in full-stops, exclamation marks, or question marks
(#1067) No space found before comment text; expected "// pull the word data object from the full transcript, at the index of the match" but found "//pull the word data object from the full transcript, at the index of the match"
(#1070) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1070) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#1076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1076) Inline comments must end in full-stops, exclamation marks, or question marks
(#1076) No space found before comment text; expected "// format the text of the word to lower case no punc, to match the word in the matchitem" but found "//format the text of the word to lower case no punc, to match the word in the matchitem"
(#1077) Variable "tword_text" must not contain underscores.
(#1078) Variable "tword_text" must not contain underscores.
(#1078) Variable "tword_text" must not contain underscores.
(#1079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1079) Inline comments must end in full-stops, exclamation marks, or question marks
(#1079) No space found before comment text; expected "// if we got it, fetch the audio position from the word data object" but found "//if we got it, fetch the audio position from the word data object"
(#1080) Variable "tword_text" must not contain underscores.
(#1084) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1084) Inline comments must end in full-stops, exclamation marks, or question marks
(#1084) No space found before comment text; expected "// do alternatives search for match" but found "//do alternatives search for match"
(#1086) Variable "tword_text" must not contain underscores.
(#1097) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1097) Inline comments must end in full-stops, exclamation marks, or question marks
(#1097) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#1098) Missing docblock for function fetch_audio_points_gjson
(#1100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1100) Inline comments must end in full-stops, exclamation marks, or question marks
(#1100) No space found before comment text; expected "// create a big array of 'words' from gjson sentences" but found "//create a big array of 'words' from gjson sentences"
(#1107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1107) Inline comments must end in full-stops, exclamation marks, or question marks
(#1107) No space found before comment text; expected "// loop through matches and fetch audio start from word item" but found "//loop through matches and fetch audio start from word item"
(#1110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1110) Inline comments must end in full-stops, exclamation marks, or question marks
(#1110) No space found before comment text; expected "// pull the word data object from the full transcript, at the index of the match" but found "//pull the word data object from the full transcript, at the index of the match"
(#1112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1112) Inline comments must end in full-stops, exclamation marks, or question marks
(#1112) No space found before comment text; expected "// make startTime and endTime match the regular format" but found "//make startTime and endTime match the regular format"
(#1113) Variable "start_time" must not contain underscores.
(#1114) Variable "end_time" must not contain underscores.
(#1116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1116) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#1119) Variable "start_time" must not contain underscores.
(#1120) Variable "end_time" must not contain underscores.
(#1122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1122) Inline comments must end in full-stops, exclamation marks, or question marks
(#1122) No space found before comment text; expected "// format the text of the word to lower case no punc, to match the word in the matchitem" but found "//format the text of the word to lower case no punc, to match the word in the matchitem"
(#1123) Variable "tword_text" must not contain underscores.
(#1124) Variable "tword_text" must not contain underscores.
(#1124) Variable "tword_text" must not contain underscores.
(#1125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1125) Inline comments must end in full-stops, exclamation marks, or question marks
(#1125) No space found before comment text; expected "// if we got it, fetch the audio position from the word data object" but found "//if we got it, fetch the audio position from the word data object"
(#1126) Variable "tword_text" must not contain underscores.
(#1127) Variable "start_time" must not contain underscores.
(#1128) Variable "end_time" must not contain underscores.
(#1130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1130) Inline comments must end in full-stops, exclamation marks, or question marks
(#1130) No space found before comment text; expected "// do alternatives search for match" but found "//do alternatives search for match"
(#1132) Variable "tword_text" must not contain underscores.
(#1134) Variable "start_time" must not contain underscores.
(#1135) Variable "end_time" must not contain underscores.
(#1145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1145) No space found before comment text; expected "// compare passage and transcript and return errors and matches" but found "//compare passage and transcript and return errors and matches"
(#1146) Inline comments must end in full-stops, exclamation marks, or question marks
(#1146) No space found before comment text; expected "// this is called from aigrade.php and modelaudio.php" but found "//this is called from aigrade.php and modelaudio.php"
(#1147) Missing docblock for function fetch_diff
(#1147) Commas (,) must be followed by white space.
(#1147) Commas (,) must be followed by white space.
(#1147) Line exceeds 132 characters; contains 137 characters
(#1150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1150) Inline comments must end in full-stops, exclamation marks, or question marks
(#1150) No space found before comment text; expected "// turn the passage and transcript into an array of words" but found "//turn the passage and transcript into an array of words"
(#1155) Variable "passagephonetic_bits" must not contain underscores.
(#1157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1157) No space found before comment text; expected "// a little massaging for numbers in the passage" but found "//a little massaging for numbers in the passage"
(#1158) Inline comments must end in full-stops, exclamation marks, or question marks
(#1158) No space found before comment text; expected "// get a short language code, eg en-US => en" but found "//get a short language code, eg en-US => en"
(#1159) Must use "self::" for local static member reference
(#1160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1160) Inline comments must end in full-stops, exclamation marks, or question marks
(#1160) No space found before comment text; expected "// we also want to fetch the alternatives for the number_words in passage (though we expect number_digits there)" but found "//we also want to fetch the alternatives for the number_words in passage (though we expect number_digits there)"
(#1161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1161) No space found before comment text; expected "// "four|for|4";" but found "//"four|for|4";"
(#1162) Variable "alternativesArray" must be all lower-case
(#1164) Inline comments must end in full-stops, exclamation marks, or question marks
(#1164) No space found before comment text; expected "// If this is Japanese we want to segment it into "words"" but found "//If this is Japanese we want to segment it into "words""
(#1165) Expected "if (...) {\n"; found "if(...) {\n"
(#1166) Expected 1 space before "="; 0 found
(#1166) Expected 1 space after "="; 0 found
(#1166) Inline comments must end in full-stops, exclamation marks, or question marks
(#1166) No space found before comment text; expected "// TO DO: should pass region in and not hard code it" but found "//TO DO: should pass region in and not hard code it"
(#1167) Variable "transcript_phonetic" must not contain underscores.
(#1167) Commas (,) must be followed by white space.
(#1167) Variable "transcript_segments" must not contain underscores.
(#1167) Must use "self::" for local static member reference
(#1167) Commas (,) must be followed by white space.
(#1167) Commas (,) must be followed by white space.
(#1167) Line exceeds 132 characters; contains 139 characters
(#1168) Variable "transcript_segments" must not contain underscores.
(#1169) Expected "} else {\n"; found "}else{\n"
(#1170) Variable "transcript_phonetic" must not contain underscores.
(#1170) Expected 1 space after "="; 0 found
(#1171) Variable "transcript_segments" must not contain underscores.
(#1171) Expected 1 space before "="; 0 found
(#1171) Expected 1 space after "="; 0 found
(#1173) Variable "transcriptphonetic_bits" must not contain underscores.
(#1173) Variable "transcript_phonetic" must not contain underscores.
(#1175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1175) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#1176) Inline comments must end in full-stops, exclamation marks, or question marks
(#1179) Variable "alternativesArray" must be all lower-case
(#1179) Commas (,) must be followed by white space.
(#1179) Variable "transcriptphonetic_bits" must not contain underscores.
(#1179) Commas (,) must be followed by white space.
(#1179) Variable "passagephonetic_bits" must not contain underscores.
(#1179) Line exceeds 132 characters; contains 151 characters
(#1181) Short array syntax must be used to define arrays
(#1183) Variable "diff_info" must not contain underscores.
(#1184) Variable "diff_info" must not contain underscores.
(#1185) Variable "diff_info" must not contain underscores.
(#1191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1191) Inline comments must end in full-stops, exclamation marks, or question marks
(#1191) No space found before comment text; expected "// from the array of differences build error data, match data, markers, scores and metrics" but found "//from the array of differences build error data, match data, markers, scores and metrics"
(#1196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1196) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#1197) Inline comments must end in full-stops, exclamation marks, or question marks
(#1202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1202) Inline comments must end in full-stops, exclamation marks, or question marks
(#1202) No space found before comment text; expected "// we collect error info so we can count and display them on passage" but found "//we collect error info so we can count and display them on passage"
(#1210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1210) Inline comments must end in full-stops, exclamation marks, or question marks
(#1210) No space found before comment text; expected "// we collect match info so we can play audio from selected word" but found "//we collect match info so we can play audio from selected word"
(#1215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1215) Inline comments must end in full-stops, exclamation marks, or question marks
(#1215) No space found before comment text; expected "// we will assess this from full transcript shortly" but found "//we will assess this from full transcript shortly"
(#1216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1216) Inline comments must end in full-stops, exclamation marks, or question marks
(#1216) No space found before comment text; expected "// we will assess this from full transcript shortly" but found "//we will assess this from full transcript shortly"
(#1217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1217) No space found before comment text; expected "// was this match an alternatives match?" but found "//was this match an alternatives match?"
(#1223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1223) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#1224) Inline comments must end in full-stops, exclamation marks, or question marks
(#1224) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#1230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1230) No space found before comment text; expected "// discard errors that happen after session end word." but found "//discard errors that happen after session end word."
(#1239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1239) Inline comments must end in full-stops, exclamation marks, or question marks
(#1239) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#1242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1242) No space found before comment text; expected "// also capture match information for debugging and audio point matching" but found "//also capture match information for debugging and audio point matching"
(#1243) Inline comments must end in full-stops, exclamation marks, or question marks
(#1243) No space found before comment text; expected "// we can only map transcript to audio from match data" but found "//we can only map transcript to audio from match data"
(#1244) Must use "self::" for local static member reference
(#1244) Variable "alternativesArray" must be all lower-case
(#1246) Commas (,) must be followed by white space.
(#1246) Commas (,) must be followed by white space.
(#1246) Commas (,) must be followed by white space.
(#1246) Commas (,) must be followed by white space.
(#1251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1251) No space found before comment text; expected "// this is a server side implementation of the same name function in gradenowhelper.js" but found "//this is a server side implementation of the same name function in gradenowhelper.js"
(#1252) No space found before comment text; expected "// we need this when calculating adjusted grades(reports/machinegrading.php) and on making machine grades(aigrade.php)" but found "//we need this when calculating adjusted grades(reports/machinegrading.php) and on making machine grades(aigrade.php)"
(#1253) Inline comments must end in full-stops, exclamation marks, or question marks
(#1253) No space found before comment text; expected "// the WPM adjustment based on accadjust only applies to machine grades, so it is NOT in gradenowhelper" but found "//the WPM adjustment based on accadjust only applies to machine grades, so it is NOT in gradenowhelper"
(#1254) Missing docblock for function processscores
(#1256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1256) Inline comments must end in full-stops, exclamation marks, or question marks
(#1256) 4 slashes comments are not allowed; use "// Comment." instead
(#1256) No space found before comment text; expected "// wpm score" but found "////wpm score"
(#1272) Must use "self::" for local static member reference
(#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 "// regular WPM" but found "//regular WPM"
(#1289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1289) Inline comments must end in full-stops, exclamation marks, or question marks
(#1289) No space found before comment text; expected "// strict WPM" but found "//strict WPM"
(#1291) Expected "if (...) {\n"; found "if(...){"
(#1291) Expected 1 space after "="; 0 found
(#1291) Closing brace must be on a line by itself
(#1299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1299) Inline comments must end in full-stops, exclamation marks, or question marks
(#1299) No space found before comment text; expected "// accuracy score" but found "//accuracy score"
(#1306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1306) Inline comments must end in full-stops, exclamation marks, or question marks
(#1306) No space found before comment text; expected "// sessionscore" but found "//sessionscore"
(#1308) Expected "if (...) {\n"; found "if(...) {\n"
(#1308) Expected 1 space after ">"; 0 found
(#1319) Expected "} else {\n"; found "}else{\n"
(#1320) Expected 1 space before "="; 0 found
(#1320) Expected 1 space after "="; 0 found
(#1331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1331) No space found before comment text; expected "// take a json string of session errors, anmd count how many there are." but found "//take a json string of session errors, anmd count how many there are."
(#1332) Missing docblock for function count_sessionerrors
(#1342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1342) Inline comments must end in full-stops, exclamation marks, or question marks
(#1342) No space found before comment text; expected "// get all the aievaluations for a user" but found "//get all the aievaluations for a user"
(#1343) Missing docblock for function get_aieval_byuser
(#1346) Short array syntax must be used to define arrays
(#1346) Expected 1 space before "=>"; 0 found
(#1346) Expected 1 space after "=>"; 0 found
(#1346) Expected 1 space before "=>"; 0 found
(#1346) Expected 1 space after "=>"; 0 found
(#1348) Line exceeds 132 characters; contains 135 characters
(#1351) Expected "if (...) {\n"; found "if(...) {\n"
(#1353) Inline comments must end in full-stops, exclamation marks, or question marks
(#1353) 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"
(#1357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1357) Inline comments must end in full-stops, exclamation marks, or question marks
(#1357) No space found before comment text; expected "// if we have attempts then lets get the attempt ids of those" but found "//if we have attempts then lets get the attempt ids of those"
(#1362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1362) Inline comments must end in full-stops, exclamation marks, or question marks
(#1362) No space found before comment text; expected "// at this point we have no attempts, so just return false" but found "//at this point we have no attempts, so just return false"
(#1371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1371) No space found before comment text; expected "// get average difference between human graded attempt error count and AI error count" but found "//get average difference between human graded attempt error count and AI error count"
(#1372) Inline comments must end in full-stops, exclamation marks, or question marks
(#1372) No space found before comment text; expected "// we only fetch if A) have machine grade and B) sessiontime> 0(has been manually graded)" but found "//we only fetch if A) have machine grade and B) sessiontime> 0(has been manually graded)"
(#1373) Missing docblock for function estimate_errors
(#1379) Short array syntax must be used to define arrays
(#1387) Line indented incorrectly; expected at least 4 spaces, found 2
(#1389) Line exceeds 132 characters; contains 150 characters
(#1390) Line indented incorrectly; expected at least 4 spaces, found 3
(#1391) Missing docblock for function fetch_all_mistranscriptions
(#1393) Short array syntax must be used to define arrays
(#1394) Short array syntax must be used to define arrays
(#1397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1397) This comment is 62% valid code; is this commented out code?
(#1397) No space found before comment text; expected "// $alternatives = diff::fetchAlternativesArray($activity->alternatives);" but found "//$alternatives = diff::fetchAlternativesArray($activity->alternatives);"
(#1399) Short array syntax must be used to define arrays
(#1400) Short array syntax must be used to define arrays
(#1406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1406) Inline comments must end in full-stops, exclamation marks, or question marks
(#1406) No space found before comment text; expected "// aggregate results" but found "//aggregate results"
(#1408) Variable "aggregate_set" must not contain underscores.
(#1408) Short array syntax must be used to define arrays
(#1413) Variable "aggregate_set" must not contain underscores.
(#1414) Variable "aggregate_set" must not contain underscores.
(#1416) Variable "aggregate_set" must not contain underscores.
(#1420) Variable "aggregate_set" must not contain underscores.
(#1429) Line indented incorrectly; expected at least 4 spaces, found 3
(#1433) Missing docblock for function fetch_attempt_misses
(#1438) Short array syntax must be used to define arrays
(#1440) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1442) Inline comments must end in full-stops, exclamation marks, or question marks
(#1442) No space found before comment text; expected "// build a quick to search array of matched words" but found "//build a quick to search array of matched words"
(#1443) Short array syntax must be used to define arrays
(#1449) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1461) Line indented incorrectly; expected at least 4 spaces, found 3
(#1465) Missing docblock for function fetch_attempt_mistranscriptions
(#1470) Short array syntax must be used to define arrays
(#1483) Line indented incorrectly; expected at least 4 spaces, found 3
(#1484) Line indented incorrectly; expected at least 4 spaces, found 3
(#1488) Missing docblock for function fetch_one_mistranscription
(#1490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1490) Inline comments must end in full-stops, exclamation marks, or question marks
(#1490) No space found before comment text; expected "// if we have a problem with matches (bad data?) just return" but found "//if we have a problem with matches (bad data?) just return"
(#1495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1495) Inline comments must end in full-stops, exclamation marks, or question marks
(#1495) No space found before comment text; expected "// count transcript words" but found "//count transcript words"
(#1501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1501) Inline comments must end in full-stops, exclamation marks, or question marks
(#1501) No space found before comment text; expected "// build a quick to search array of matched words" but found "//build a quick to search array of matched words"
(#1502) Short array syntax must be used to define arrays
(#1507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1507) Inline comments must end in full-stops, exclamation marks, or question marks
(#1507) No space found before comment text; expected "// find startindex" but found "//find startindex"
(#1518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1518) Inline comments must end in full-stops, exclamation marks, or question marks
(#1518) No space found before comment text; expected "// find endindex" but found "//find endindex"
(#1523) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1523) Inline comments must end in full-stops, exclamation marks, or question marks
(#1523) No space found before comment text; expected "// if we matched then the previous transcript word is the last unmatched one in the checkindex sequence" but found "//if we matched then the previous transcript word is the last unmatched one in the checkindex sequence"
(#1530) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1530) Inline comments must end in full-stops, exclamation marks, or question marks
(#1530) No space found before comment text; expected "// if there was no previous matched word, we set start to 1" but found "//if there was no previous matched word, we set start to 1"
(#1534) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1534) Inline comments must end in full-stops, exclamation marks, or question marks
(#1534) No space found before comment text; expected "// if there was no subsequent matched word we flag the end as the -1" but found "//if there was no subsequent matched word we flag the end as the -1"
(#1537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1537) No space found before comment text; expected "// an edge case is where the first word is not in transcript and first match is the second or later passage" but found "//an edge case is where the first word is not in transcript and first match is the second or later passage"
(#1538) Inline comments must end in full-stops, exclamation marks, or question marks
(#1538) No space found before comment text; expected "// word. It might not be possible for endindex to be lower than start index, but we don't want it anyway" but found "//word. It might not be possible for endindex to be lower than start index, but we don't want it anyway"
(#1543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1543) No space found before comment text; expected "// up until this point the indexes have started from 1, since the passage word numbers start from 1" but found "//up until this point the indexes have started from 1, since the passage word numbers start from 1"
(#1544) No space found before comment text; expected "// but the transcript array is 0 based so we adjust. array_slice function does not include item and endindex" but found "//but the transcript array is 0 based so we adjust. array_slice function does not include item and endindex"
(#1545) Inline comments must end in full-stops, exclamation marks, or question marks
(#1545) 3 slashes comments are not allowed; use "// Comment." instead
(#1545) No space found before comment text; expected "// so it needs to be one more then start index. hence we do not adjust that" but found "///so it needs to be one more then start index. hence we do not adjust that"
(#1548) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1548) Inline comments must end in full-stops, exclamation marks, or question marks
(#1548) No space found before comment text; expected "// finally we return the section of transcript" but found "//finally we return the section of transcript"
(#1578) Short array syntax must be used to define arrays
(#1580) Short array syntax must be used to define arrays
(#1582) Short array syntax must be used to define arrays
(#1584) Short array syntax must be used to define arrays
(#1592) Missing docblock for function fetch_attempt_chartdata
(#1592) Commas (,) must be followed by white space.
(#1592) Expected 1 space before opening brace; found 0
(#1595) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1595) Inline comments must end in full-stops, exclamation marks, or question marks
(#1595) No space found before comment text; expected "// use current user if not passed in" but found "//use current user if not passed in"
(#1596) Expected "if (...) {\n"; found "if(...){"
(#1596) Expected 1 space before "=="; 0 found
(#1596) Expected 1 space after "=="; 0 found
(#1596) Closing brace must be on a line by itself
(#1597) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1597) Inline comments must end in full-stops, exclamation marks, or question marks
(#1597) No space found before comment text; expected "// init return value" but found "//init return value"
(#1601) Line exceeds 132 characters; contains 155 characters
(#1607) Short array syntax must be used to define arrays
(#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 "// if we have data, yay" but found "//if we have data, yay"
(#1612) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1612) Inline comments must end in full-stops, exclamation marks, or question marks
(#1612) No space found before comment text; expected "// init our data set" but found "//init our data set"
(#1614) Expected 1 space before "="; 0 found
(#1614) Expected 1 space after "="; 0 found
(#1615) Expected 1 space before "="; 0 found
(#1615) Expected 1 space after "="; 0 found
(#1616) Expected 1 space before "="; 0 found
(#1616) Expected 1 space after "="; 0 found
(#1617) Expected 1 space before "="; 0 found
(#1617) Expected 1 space after "="; 0 found
(#1618) Expected 1 space before "="; 0 found
(#1618) Expected 1 space after "="; 0 found
(#1620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1620) Inline comments must end in full-stops, exclamation marks, or question marks
(#1620) No space found before comment text; expected "// loop through each attempt" but found "//loop through each attempt"
(#1622) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1624) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#1625) Inline comments must end in full-stops, exclamation marks, or question marks
(#1625) No space found before comment text; expected "// use aidata if no human grade or machinegrades only" but found "//use aidata if no human grade or machinegrades only"
(#1627) Expected 1 space before "="; 0 found
(#1630) Expected "} else {\n"; found "}else{\n"
(#1631) Expected 1 space before "="; 0 found
(#1637) Expected 1 space after "="; 0 found
(#1639) Commas (,) must be followed by white space.
(#1640) Commas (,) must be followed by white space.
(#1641) Commas (,) must be followed by white space.
(#1641) Line exceeds 132 characters; contains 133 characters
(#1642) Expected 1 space before "="; 0 found
(#1642) Expected 1 space after "="; 0 found
(#1648) Missing docblock for function fetch_attempt_summary
(#1648) Commas (,) must be followed by white space.
(#1648) Expected 1 space before opening brace; found 0
(#1651) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1651) Inline comments must end in full-stops, exclamation marks, or question marks
(#1651) No space found before comment text; expected "// use current user if not passed in" but found "//use current user if not passed in"
(#1652) Expected "if (...) {\n"; found "if(...){"
(#1652) Expected 1 space before "=="; 0 found
(#1652) Expected 1 space after "=="; 0 found
(#1652) Closing brace must be on a line by itself
(#1653) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1653) Inline comments must end in full-stops, exclamation marks, or question marks
(#1653) No space found before comment text; expected "// init return value" but found "//init return value"
(#1657) Line exceeds 132 characters; contains 155 characters
(#1663) Short array syntax must be used to define arrays
(#1665) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1665) Inline comments must end in full-stops, exclamation marks, or question marks
(#1665) No space found before comment text; expected "// if we have data, yay" but found "//if we have data, yay"
(#1668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1668) Inline comments must end in full-stops, exclamation marks, or question marks
(#1668) No space found before comment text; expected "// initialise our return object" but found "//initialise our return object"
(#1677) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1679) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1679) Inline comments must end in full-stops, exclamation marks, or question marks
(#1679) Line indented incorrectly; expected at least 12 spaces, found 11
(#1679) No space found before comment text; expected "// loop through each attempt" but found "//loop through each attempt"
(#1682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1682) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#1683) Inline comments must end in full-stops, exclamation marks, or question marks
(#1683) No space found before comment text; expected "// use aidata if no human grade or machinegrades only" but found "//use aidata if no human grade or machinegrades only"
(#1689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1689) Inline comments must end in full-stops, exclamation marks, or question marks
(#1689) No space found before comment text; expected "// calc totals and highest" but found "//calc totals and highest"
(#1698) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1698) Inline comments must end in full-stops, exclamation marks, or question marks
(#1698) No space found before comment text; expected "// finally calc averages" but found "//finally calc averages"
(#1699) Commas (,) must be followed by white space.
(#1700) Commas (,) must be followed by white space.
(#1701) Commas (,) must be followed by white space.
(#1707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1707) No space found before comment text; expected "// save the data to Moodle." but found "//save the data to Moodle."
(#1708) Missing docblock for function create_attempt
(#1708) Commas (,) must be followed by white space.
(#1711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1711) Inline comments must end in full-stops, exclamation marks, or question marks
(#1711) No space found before comment text; expected "// correct filename which has probably been massaged to get through mod_security" but found "//correct filename which has probably been massaged to get through mod_security"
(#1714) Inline comments must end in full-stops, exclamation marks, or question marks
(#1714) No space found before comment text; expected "// Add a blank attempt with just the filename and essential details" but found "//Add a blank attempt with just the filename and essential details"
(#1722) Line exceeds 132 characters; contains 144 characters
(#1722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1722) This comment is 63% valid code; is this commented out code?
(#1722) No space found before comment text; expected "// $newattempt->sessiontime=$rectime; //.. this would work. But sessiontime is used as flag of human has graded ...so needs more thought" but found "//$newattempt->sessiontime=$rectime; //.. this would work. But sessiontime is used as flag of human has graded ...so needs more thought"
(#1726) Space found before semicolon; expected "1;" but found "1 ;"
(#1729) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1737) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1737) No space found before comment text; expected "// if we are machine grading we need an entry to AI table too" but found "//if we are machine grading we need an entry to AI table too"
(#1738) No space found before comment text; expected "// But ... there is the chance a user will CHANGE the machgrademethod value after submissions have begun," but found "//But ... there is the chance a user will CHANGE the machgrademethod value after submissions have begun,"
(#1739) No space found before comment text; expected "// If they do, INNER JOIN SQL in grade related logic will mess up gradebook if aigrade record is not available." but found "//If they do, INNER JOIN SQL in grade related logic will mess up gradebook if aigrade record is not available."
(#1740) Inline comments must end in full-stops, exclamation marks, or question marks
(#1740) No space found before comment text; expected "// So for prudence sake we ALWAYS create an aigrade record" but found "//So for prudence sake we ALWAYS create an aigrade record"
(#1747) No space found before comment text; expected "// If we are the guest user we need to store the attempt id in the session cache" but found "//If we are the guest user we need to store the attempt id in the session cache"
(#1748) Inline comments must end in full-stops, exclamation marks, or question marks
(#1748) No space found before comment text; expected "// this is to prevent users sharing the same guest account from seeing each other's attempts" but found "//this is to prevent users sharing the same guest account from seeing each other's attempts"
(#1750) Expected "if (...) {\n"; found "if(...){\n"
(#1751) Inline comments must end in full-stops, exclamation marks, or question marks
(#1751) 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"
(#1755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1755) Inline comments must end in full-stops, exclamation marks, or question marks
(#1755) No space found before comment text; expected "// if we have attempts then lets get the attempt ids of those" but found "//if we have attempts then lets get the attempt ids of those"
(#1756) Expected "if (...) {\n"; found "if(...){\n"
(#1758) Expected "} else {\n"; found "}else{\n"
(#1759) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1759) Inline comments must end in full-stops, exclamation marks, or question marks
(#1759) No space found before comment text; expected "// at this point we have no attempts, so just return false" but found "//at this point we have no attempts, so just return false"
(#1760) Expected 1 space before "="; 0 found
(#1760) Expected 1 space after "="; 0 found
(#1765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1765) Inline comments must end in full-stops, exclamation marks, or question marks
(#1765) No space found before comment text; expected "// return the attempt id" but found "//return the attempt id"
(#1769) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1769) No space found before comment text; expected "// streaming results are not the same format as non streaming, we massage the streaming to look like a non streaming" but found "//streaming results are not the same format as non streaming, we massage the streaming to look like a non streaming"
(#1770) No space found before comment text; expected "// to our code that will go on to process it." but found "//to our code that will go on to process it."
(#1771) Missing docblock for function parse_streaming_results
(#1771) Variable "streaming_results" must not contain underscores.
(#1771) Expected 1 space before opening brace; found 0
(#1772) Variable "streaming_results" must not contain underscores.
(#1774) Expected 1 space before "="; 0 found
(#1774) Expected 1 space after "="; 0 found
(#1775) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1776) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1782) Commas (,) must be followed by white space.
(#1783) Commas (,) must be followed by white space.
(#1791) Expected 1 space before "="; 0 found
(#1791) Expected 1 space after "="; 0 found
(#1792) Expected 1 space before "="; 0 found
(#1792) Expected 1 space after "="; 0 found
(#1793) Expected 1 space after "="; 0 found
(#1794) Expected 1 space before "="; 0 found
(#1794) Expected 1 space after "="; 0 found
(#1795) Expected 1 space before "="; 0 found
(#1795) Expected 1 space after "="; 0 found
(#1795) Expected 1 space before "=>"; 0 found
(#1795) Expected 1 space after "=>"; 0 found
(#1796) Expected 1 space before "="; 0 found
(#1796) Expected 1 space after "="; 0 found
(#1801) Inline comments must end in full-stops, exclamation marks, or question marks
(#1801) No space found before comment text; expected "// Make a good effort to retain breaks even if Model Audio has changed" but found "//Make a good effort to retain breaks even if Model Audio has changed"
(#1802) Missing docblock for function sync_modelaudio_breaks
(#1802) Commas (,) must be followed by white space.
(#1803) Expected "if (...) {\n"; found "if(...) {\n"
(#1803) Expected 1 space before ">"; 0 found
(#1803) Expected 1 space after ">"; 0 found
(#1806) Expected "if (...) {\n"; found "if(...) {\n"
(#1807) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1807) No space found before comment text; expected "// or audio end? ..." but found "//or audio end? ..."
(#1808) Expected "} else {\n"; found "}else{\n"
(#1808) Empty ELSE statement detected
(#1809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1809) Line indented incorrectly; expected at least 20 spaces, found 19
(#1809) No space found before comment text; expected "// what to do here?" but found "//what to do here?"
(#1816) No space found before comment text; expected "// Make a good effort to mark up the passage from scratch" but found "//Make a good effort to mark up the passage from scratch"
(#1817) No space found before comment text; expected "// the break occurs after the current word. matches array is 0 based and words array is 0 based" but found "//the break occurs after the current word. matches array is 0 based and words array is 0 based"
(#1818) Line exceeds 132 characters; contains 142 characters
(#1818) Inline comments must end in full-stops, exclamation marks, or question marks
(#1818) No space found before comment text; expected "// So if break 1: word tapped is wordnumber 2, break->3 we want the audiostart position of next as audiotime. That is matches[3].audiostart" but found "//So if break 1: word tapped is wordnumber 2, break->3 we want the audiostart position of next as audiotime. That is matches[3].audiostart"
(#1819) Missing docblock for function guess_modelaudio_breaks
(#1819) Commas (,) must be followed by white space.
(#1819) Commas (,) must be followed by white space.
(#1820) Expected 1 space before "="; 0 found
(#1820) Expected 1 space after "="; 0 found
(#1821) Commas (,) must be followed by white space.
(#1822) Expected 1 space before "="; 0 found
(#1822) Expected 1 space after "="; 0 found
(#1823) Expected "if (...) {\n"; found "if(...) {\n"
(#1823) Expected 1 space before ">"; 0 found
(#1823) Expected 1 space after ">"; 0 found
(#1826) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1826) Inline comments must end in full-stops, exclamation marks, or question marks
(#1826) No space found before comment text; expected "// if this word does not have a match, just continue" but found "//if this word does not have a match, just continue"
(#1830) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1830) No space found before comment text; expected "// look for some sort of phrase ender and register a break if found." but found "//look for some sort of phrase ender and register a break if found."
(#1831) Expected 1 space before "="; 0 found
(#1831) Expected 1 space after "="; 0 found
(#1842) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1842) Inline comments must end in full-stops, exclamation marks, or question marks
(#1842) No space found before comment text; expected "// definite break" but found "//definite break"
(#1843) Expected 1 space after "="; 0 found
(#1849) Expected "if (...) {\n"; found "if(...){\n"
(#1849) Expected 1 space before ">"; 0 found
(#1849) Expected 1 space after ">"; 0 found
(#1850) Expected 1 space after "="; 0 found
(#1855) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1855) Inline comments must end in full-stops, exclamation marks, or question marks
(#1855) No space found before comment text; expected "// we add the new break" but found "//we add the new break"
(#1856) Expected "if (...) {\n"; found "if(...){\n"
(#1867) No space found before comment text; expected "// This is a semi duplicate of passage_renderer::render_passage" but found "//This is a semi duplicate of passage_renderer::render_passage"
(#1869) No space found before comment text; expected "// 7s for the purpose of marking up a passage automatically so we need an array of words not with any html markup on it." but found "//7s for the purpose of marking up a passage automatically so we need an array of words not with any html markup on it."
(#1870) Missing docblock for function fetch_passage_as_words
(#1870) Commas (,) must be followed by white space.
(#1870) Expected 1 space before opening brace; found 0
(#1872) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1872) Inline comments must end in full-stops, exclamation marks, or question marks
(#1874) 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 "// see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly" but found "//see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly"
(#1877) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1879) Inline comments must end in full-stops, exclamation marks, or question marks
(#1882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1882) Inline comments must end in full-stops, exclamation marks, or question marks
(#1882) No space found before comment text; expected "// init the text count" but found "//init the text count"
(#1884) Expected 1 space before "="; 0 found
(#1884) Expected 1 space after "="; 0 found
(#1885) Line indented incorrectly; expected 8 spaces, found 12
(#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 "// if its empty space, move on" but found "//if its empty space, move on"
(#1889) Line indented incorrectly; expected 12 spaces, found 16
(#1891) Line indented incorrectly; expected 12 spaces, found 16
(#1893) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1893) Inline comments must end in full-stops, exclamation marks, or question marks
(#1893) No space found before comment text; expected "// deal with new lines by making them period char out in space" but found "//deal with new lines by making them period char out in space"
(#1896) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1896) No space found before comment text; expected "// split each node(line) on words. preg_split messed up with double byte characters" but found "//split each node(line) on words. preg_split messed up with double byte characters"
(#1897) No space found before comment text; expected "// $words = preg_split('/\s+/', $nodevalue);" but found "//$words = preg_split('/\s+/', $nodevalue);"
(#1898) Inline comments must end in full-stops, exclamation marks, or question marks
(#1898) No space found before comment text; expected "// so we use mb_split" but found "//so we use mb_split"
(#1901) Line indented incorrectly; expected 12 spaces, found 16
(#1903) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1903) No space found before comment text; expected "// if its a non word character eg : in 'chapter one : beginning'" but found "//if its a non word character eg : in 'chapter one : beginning'"
(#1904) Inline comments must end in full-stops, exclamation marks, or question marks
(#1904) No space found before comment text; expected "// we append it to prior word" but found "//we append it to prior word"
(#1905) Line indented incorrectly; expected 16 spaces, found 20
(#1905) Expected "if (...) {\n"; found "if(...) {\n"
(#1905) Expected 1 space before "==="; 0 found
(#1905) Expected 1 space after "==="; 0 found
(#1906) Line indented incorrectly; expected 20 spaces, found 24
(#1906) Expected "if (...) {\n"; found "if(...){"
(#1906) Expected 1 space before "-"; 0 found
(#1906) Expected 1 space after "-"; 0 found
(#1906) Expected 1 space before ".="; 0 found
(#1906) Expected 1 space after ".="; 0 found
(#1906) Closing brace must be on a line by itself
(#1908) Line indented incorrectly; expected 16 spaces, found 20
(#1909) Expected 1 space before "="; 0 found
(#1909) Expected 1 space after "="; 0 found
(#1912) Line indented incorrectly; expected 12 spaces, found 16
(#1914) Line indented incorrectly; expected 8 spaces, found 12
(#1919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1919) Inline comments must end in full-stops, exclamation marks, or question marks
(#1919) No space found before comment text; expected "// register an adhoc task to pick up model audio transcripts" but found "//register an adhoc task to pick up model audio transcripts"
(#1920) Missing docblock for function register_modelaudio_task
(#1921) Variable "modelaudio_task" must not contain underscores.
(#1922) Variable "modelaudio_task" must not contain underscores.
(#1930) Variable "modelaudio_task" must not contain underscores.
(#1931) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1931) Inline comments must end in full-stops, exclamation marks, or question marks
(#1932) Variable "modelaudio_task" must not contain underscores.
(#1936) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1936) Inline comments must end in full-stops, exclamation marks, or question marks
(#1936) No space found before comment text; expected "// register an adhoc task to pick up transcripts" but found "//register an adhoc task to pick up transcripts"
(#1937) Missing docblock for function register_aws_task
(#1938) Variable "s3_task" must not contain underscores.
(#1939) Variable "s3_task" must not contain underscores.
(#1947) Variable "s3_task" must not contain underscores.
(#1948) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1948) Inline comments must end in full-stops, exclamation marks, or question marks
(#1949) Variable "s3_task" must not contain underscores.
(#1953) Inline comments must end in full-stops, exclamation marks, or question marks
(#1953) No space found before comment text; expected "// What to show students after an attempt" but found "//What to show students after an attempt"
(#1954) Missing docblock for function get_postattempt_options
(#1955) Short array syntax must be used to define arrays
(#1959) There should be a comma after the last array item in a multi-line array.
(#1963) Inline comments must end in full-stops, exclamation marks, or question marks
(#1963) No space found before comment text; expected "// What multi-attempt grading approach" but found "//What multi-attempt grading approach"
(#1964) Missing docblock for function get_grade_options
(#1965) Short array syntax must be used to define arrays
(#1967) There should be a comma after the last array item in a multi-line array.
(#1971) Line exceeds 132 characters; contains 149 characters
(#1971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1971) Inline comments must end in full-stops, exclamation marks, or question marks
(#1971) No space found before comment text; expected "// for error estimate and accuracy adjustment, we can auto estimate errors, never estimate errors, or use a fixed error estimate, or ignore errors" but found "//for error estimate and accuracy adjustment, we can auto estimate errors, never estimate errors, or use a fixed error estimate, or ignore errors"
(#1972) Missing docblock for function get_accadjust_options
(#1973) Short array syntax must be used to define arrays
(#1975) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1975) Inline comments must end in full-stops, exclamation marks, or question marks
(#1975) This comment is 54% valid code; is this commented out code?
(#1975) No space found before comment text; expected "// constants::ACCMETHOD_AUTO => get_string("accmethod_auto",constants::M_COMPONENT)," but found "//constants::ACCMETHOD_AUTO => get_string("accmethod_auto",constants::M_COMPONENT),"
(#1981) Missing docblock for function get_region_options
(#1982) Short array syntax must be used to define arrays
(#1991) Commas (,) must be followed by white space.
(#1992) Commas (,) must be followed by white space.
(#1994) There should be a comma after the last array item in a multi-line array.
(#1998) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1998) Inline comments must end in full-stops, exclamation marks, or question marks
(#1998) No space found before comment text; expected "// return a rating from 0 - 5 (inclusive)" but found "//return a rating from 0 - 5 (inclusive)"
(#1999) Missing docblock for function fetch_rating
(#1999) Commas (,) must be followed by white space.
(#1999) Expected 1 space before opening brace; found 0
(#2000) Variable "have_humaneval" must not contain underscores.
(#2001) Variable "have_aieval" must not contain underscores.
(#2002) Expected "if (...) {\n"; found "if(...){\n"
(#2002) Variable "have_humaneval" must not contain underscores.
(#2002) Variable "have_aieval" must not contain underscores.
(#2004) Usage of ELSEIF not allowed; use ELSE IF instead
(#2004) Variable "have_humaneval" must not contain underscores.
(#2005) Expected "if (...) {\n"; found "if(...){"
(#2005) Expected 1 space before "=="; 0 found
(#2005) Expected 1 space after "=="; 0 found
(#2005) Closing brace must be on a line by itself
(#2006) Expected "if (...) {\n"; found "if(...){"
(#2006) Expected 1 space before "=="; 0 found
(#2006) Expected 1 space after "=="; 0 found
(#2006) Closing brace must be on a line by itself
(#2009) Expected "} else {\n"; found "}else{\n"
(#2010) Expected "if (...) {\n"; found "if(...){"
(#2010) Expected 1 space before "=="; 0 found
(#2010) Expected 1 space after "=="; 0 found
(#2010) Closing brace must be on a line by itself
(#2011) Expected "if (...) {\n"; found "if(...){"
(#2011) Expected 1 space before "=="; 0 found
(#2011) Expected 1 space after "=="; 0 found
(#2011) Closing brace must be on a line by itself
(#2016) Missing docblock for function fetch_small_reportdata
(#2016) Commas (,) must be followed by white space.
(#2016) Expected 1 space before opening brace; found 0
(#2017) Variable "have_humaneval" must not contain underscores.
(#2018) Variable "have_aieval" must not contain underscores.
(#2020) Expected "if (...) {\n"; found "if(...){\n"
(#2020) Variable "have_humaneval" must not contain underscores.
(#2020) Variable "have_aieval" must not contain underscores.
(#2024) Usage of ELSEIF not allowed; use ELSE IF instead
(#2024) Variable "have_humaneval" must not contain underscores.
(#2028) Expected "} else {\n"; found "}else{\n"
(#2036) Missing docblock for function fetch_options_recorders
(#2036) Expected 1 space before opening brace; found 0
(#2037) Variable "rec_options" must not contain underscores.
(#2037) Short array syntax must be used to define arrays
(#2040) Variable "rec_options" must not contain underscores.
(#2043) Missing docblock for function fetch_options_guidedtranscription
(#2043) Expected 1 space before opening brace; found 0
(#2044) Short array syntax must be used to define arrays
(#2048) Missing docblock for function fetch_options_corpusrange
(#2048) Expected 1 space before opening brace; found 0
(#2049) Short array syntax must be used to define arrays
(#2054) Missing docblock for function fetch_options_applyrange
(#2054) Expected 1 space before opening brace; found 0
(#2055) Short array syntax must be used to define arrays
(#2057) There should be a comma after the last array item in a multi-line array.
(#2062) Missing docblock for function get_machinegrade_options
(#2063) Short array syntax must be used to define arrays
(#2066) There should be a comma after the last array item in a multi-line array.
(#2070) Missing docblock for function get_sessionscore_options
(#2071) Short array syntax must be used to define arrays
(#2073) There should be a comma after the last array item in a multi-line array.
(#2077) Missing docblock for function get_ttsspeed_options
(#2078) Short array syntax must be used to define arrays
(#2081) There should be a comma after the last array item in a multi-line array.
(#2085) Missing docblock for function get_timelimit_options
(#2086) Short array syntax must be used to define arrays
(#2094) Short array syntax must be used to define arrays
(#2095) There should be a comma after the last array item in a multi-line array.
(#2099) Missing docblock for function get_expiredays_options
(#2100) Short array syntax must be used to define arrays
(#2109) There should be a comma after the last array item in a multi-line array.
(#2113) Missing docblock for function fetch_options_transcribers
(#2115) Short array syntax must be used to define arrays
(#2119) Whitespace found at end of line
(#2120) Missing docblock for function fetch_ttsvoice_options
(#2120) Expected 1 space before opening brace; found 0
(#2121) Expected 1 space before "="; 0 found
(#2122) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2124) Variable "lang_options" must not contain underscores.
(#2125) Expected 1 space before "="; 0 found
(#2125) Expected 1 space after "="; 0 found
(#2126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2126) Inline comments must end in full-stops, exclamation marks, or question marks
(#2126) No space found before comment text; expected "// make up the array of voices with some indicators if they are neural or have speechmarks" but found "//make up the array of voices with some indicators if they are neural or have speechmarks"
(#2127) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2127) Expected 1 space before "=>"; 0 found
(#2127) Expected 1 space after "=>"; 0 found
(#2127) Expected 1 space before "=>"; 0 found
(#2127) Expected 1 space after "=>"; 0 found
(#2128) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2128) Expected 1 space before "=>"; 0 found
(#2128) Expected 1 space after "=>"; 0 found
(#2128) Expected 1 space before "=>"; 0 found
(#2128) Expected 1 space after "=>"; 0 found
(#2129) Line indented incorrectly; expected at least 16 spaces, found 13
(#2129) Expected 1 space before "="; 0 found
(#2129) Expected 1 space after "="; 0 found
(#2130) Line indented incorrectly; expected at least 16 spaces, found 13
(#2130) Commas (,) must be followed by white space.
(#2131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2131) Inline comments must end in full-stops, exclamation marks, or question marks
(#2131) Line indented incorrectly; expected at least 16 spaces, found 13
(#2131) No space found before comment text; expected "// whisper voices are currently only as good as polly neural for en-US (20231118)" but found "//whisper voices are currently only as good as polly neural for en-US (20231118)"
(#2132) Line indented incorrectly; expected 16 spaces, found 13
(#2132) Expected "if (...) {\n"; found "if(...) {\n"
(#2132) Expected 1 space before "=="; 0 found
(#2132) Expected 1 space after "=="; 0 found
(#2133) Line indented incorrectly; expected at least 20 spaces, found 17
(#2134) Line indented incorrectly; expected 16 spaces, found 13
(#2135) Line indented incorrectly; expected at least 16 spaces, found 13
(#2135) Expected 1 space before ".="; 0 found
(#2135) Expected 1 space after ".="; 0 found
(#2137) Line indented incorrectly; expected at least 16 spaces, found 13
(#2137) Variable "no_speechmarks_tag" must not contain underscores.
(#2137) Expected 1 space before "="; 0 found
(#2137) Expected 1 space after "="; 0 found
(#2138) Line indented incorrectly; expected at least 16 spaces, found 13
(#2138) Expected 1 space before "="; 0 found
(#2138) Expected 1 space after "="; 0 found
(#2139) Line indented incorrectly; expected 16 spaces, found 13
(#2139) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2140) Line indented incorrectly; expected 20 spaces, found 17
(#2141) Line indented incorrectly; expected at least 24 spaces, found 21
(#2141) Variable "no_speechmarks_tag" must not contain underscores.
(#2141) Expected 1 space before "="; 0 found
(#2141) Expected 1 space after "="; 0 found
(#2142) Line indented incorrectly; expected 20 spaces, found 17
(#2143) Line indented incorrectly; expected 16 spaces, found 13
(#2144) Line indented incorrectly; expected at least 16 spaces, found 13
(#2144) Expected 1 space before ".="; 0 found
(#2144) Expected 1 space after ".="; 0 found
(#2144) Variable "no_speechmarks_tag" must not contain underscores.
(#2146) Line indented incorrectly; expected 16 spaces, found 13
(#2146) Expected "if (...) {\n"; found "if(...){\n"
(#2147) Line indented incorrectly; expected at least 20 spaces, found 17
(#2147) Expected 1 space before "="; 0 found
(#2147) Expected 1 space after "="; 0 found
(#2148) Line indented incorrectly; expected 16 spaces, found 13
(#2149) Line indented incorrectly; expected at least 16 spaces, found 13
(#2149) Expected 1 space before "="; 0 found
(#2149) Variable "lang_options" must not contain underscores.
(#2152) Short array syntax must be used to define arrays
(#2152) Commas (,) must be followed by white space.
(#2156) Missing docblock for function get_english_langcodes
(#2156) Expected 1 space before opening brace; found 0
(#2157) Expected 1 space after "="; 0 found
(#2158) Line exceeds 132 characters; contains 136 characters
(#2163) Missing docblock for function get_lang_options
(#2164) Short array syntax must be used to define arrays
(#2167) Commas (,) must be followed by white space.
(#2186) Commas (,) must be followed by white space.
(#2196) Commas (,) must be followed by white space.
(#2222) Commas (,) must be followed by white space.
(#2223) Commas (,) must be followed by white space.
(#2224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2224) This comment is 48% valid code; is this commented out code?
(#2225) Inline comments must end in full-stops, exclamation marks, or question marks
(#2229) Missing docblock for function add_mform_elements
(#2229) Commas (,) must be followed by white space.
(#2229) Commas (,) must be followed by white space.
(#2234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2234) Inline comments must end in full-stops, exclamation marks, or question marks
(#2234) 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"
(#2235) Expected "if (...) {\n"; found "if(...) {\n"
(#2240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2240) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#2244) Inline comments must end in full-stops, exclamation marks, or question marks
(#2245) Short array syntax must be used to define arrays
(#2256) Inline comments must end in full-stops, exclamation marks, or question marks
(#2256) No space found before comment text; expected "// we do not support this in tabs" but found "//we do not support this in tabs"
(#2257) Expected "if (...) {\n"; found "if(...) {\n"
(#2259) Short array syntax must be used to define arrays
(#2259) Short array syntax must be used to define arrays
(#2261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2261) Inline comments must end in full-stops, exclamation marks, or question marks
(#2266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2266) Inline comments must end in full-stops, exclamation marks, or question marks
(#2266) No space found before comment text; expected "// time target" but found "//time target"
(#2267) Variable "timelimit_options" must not contain underscores.
(#2267) Must use "self::" for local static member reference
(#2269) Variable "timelimit_options" must not contain underscores.
(#2270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2270) This comment is 72% valid code; is this commented out code?
(#2270) No space found before comment text; expected "// $mform->addElement('duration', 'timelimit', get_string('timelimit',constants::M_COMPONENT)));" but found "//$mform->addElement('duration', 'timelimit', get_string('timelimit',constants::M_COMPONENT)));"
(#2273) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2275) Inline comments must end in full-stops, exclamation marks, or question marks
(#2275) No space found before comment text; expected "// Text Generator Form" but found "//Text Generator Form"
(#2276) Expected 1 space before "=>"; 0 found
(#2276) Expected 1 space after "=>"; 0 found
(#2276) Commas (,) must be followed by white space.
(#2277) Commas (,) must be followed by white space.
(#2280) Expected "if (...) {\n"; found "if(...){\n"
(#2281) Expected 1 space before "="; 0 found
(#2281) Expected 1 space after "="; 0 found
(#2282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2282) No space found before comment text; expected "// this doesn't work because statics are not hidden in Moodle" but found "//this doesn't work because statics are not hidden in Moodle"
(#2283) Inline comments must end in full-stops, exclamation marks, or question marks
(#2283) No space found before comment text; expected "// i dont know if 'notin' is a real condition either" but found "//i dont know if 'notin' is a real condition either"
(#2284) Commas (,) must be followed by white space.
(#2284) Commas (,) must be followed by white space.
(#2286) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2288) No space found before comment text; expected "// The passage" but found "//The passage"
(#2289) No space found before comment text; expected "// we stopped allowing rich text. It does not show anyway." but found "//we stopped allowing rich text. It does not show anyway."
(#2290) This comment is 64% valid code; is this commented out code?
(#2304) Inline comments must end in full-stops, exclamation marks, or question marks
(#2304) No space found before comment text; expected "// Image to accompany passage in quiz part of activity" but found "//Image to accompany passage in quiz part of activity"
(#2306) Commas (,) must be followed by white space.
(#2309) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2311) Inline comments must end in full-stops, exclamation marks, or question marks
(#2311) No space found before comment text; expected "// tts options" but found "//tts options"
(#2312) Must use "self::" for local static member reference
(#2317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2317) Inline comments must end in full-stops, exclamation marks, or question marks
(#2317) No space found before comment text; expected "// tts voice" but found "//tts voice"
(#2318) Must use "self::" for local static member reference
(#2324) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2326) Must use "self::" for local static member reference
(#2331) Expected "if (...) {\n"; found "if(...){\n"
(#2332) Commas (,) must be followed by white space.
(#2332) Commas (,) must be followed by white space.
(#2333) Expected "} else {\n"; found "}else {\n"
(#2334) Commas (,) must be followed by white space.
(#2334) Commas (,) must be followed by white space.
(#2337) Inline comments must end in full-stops, exclamation marks, or question marks
(#2337) No space found before comment text; expected "// The alternatives declaration" but found "//The alternatives declaration"
(#2346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2346) Inline comments must end in full-stops, exclamation marks, or question marks
(#2346) No space found before comment text; expected "// welcome and feedback" but found "//welcome and feedback"
(#2348) Short array syntax must be used to define arrays
(#2353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2353) Inline comments must end in full-stops, exclamation marks, or question marks
(#2353) No space found before comment text; expected "// defaults" but found "//defaults"
(#2354) Short array syntax must be used to define arrays
(#2355) Short array syntax must be used to define arrays
(#2356) Short array syntax must be used to define arrays
(#2358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2358) Inline comments must end in full-stops, exclamation marks, or question marks
(#2358) No space found before comment text; expected "// types" but found "//types"
(#2363) Inline comments must end in full-stops, exclamation marks, or question marks
(#2364) Short array syntax must be used to define arrays
(#2369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2369) Inline comments must end in full-stops, exclamation marks, or question marks
(#2369) No space found before comment text; expected "// allow early exit" but found "//allow early exit"
(#2377) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2382) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2387) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2389) Inline comments must end in full-stops, exclamation marks, or question marks
(#2389) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#2390) Short array syntax must be used to define arrays
(#2393) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2398) Inline comments must end in full-stops, exclamation marks, or question marks
(#2399) Short array syntax must be used to define arrays
(#2399) Expected 1 space before "=>"; 0 found
(#2399) Expected 1 space after "=>"; 0 found
(#2402) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2404) Inline comments must end in full-stops, exclamation marks, or question marks
(#2404) No space found before comment text; expected "// sessionscore options" but found "//sessionscore options"
(#2405) Must use "self::" for local static member reference
(#2410) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2412) Inline comments must end in full-stops, exclamation marks, or question marks
(#2412) No space found before comment text; expected "// human vs machine grade options" but found "//human vs machine grade options"
(#2413) Must use "self::" for local static member reference
(#2419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2419) Inline comments must end in full-stops, exclamation marks, or question marks
(#2419) No space found before comment text; expected "// master instance or not" but found "//master instance or not"
(#2420) Expected "if (...) {\n"; found "if(...){\n"
(#2421) Commas (,) must be followed by white space.
(#2423) Expected "} else {\n"; found "}else {\n"
(#2429) Inline comments must end in full-stops, exclamation marks, or question marks
(#2429) No space found before comment text; expected "// Student Dashboard" but found "//Student Dashboard"
(#2430) Short array syntax must be used to define arrays
(#2430) Expected 1 space before "=>"; 0 found
(#2430) Expected 1 space after "=>"; 0 found
(#2437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2437) Inline comments must end in full-stops, exclamation marks, or question marks
(#2437) No space found before comment text; expected "// recorder choice" but found "//recorder choice"
(#2438) Variable "recorder_options" must not contain underscores.
(#2438) Expected 1 space after "="; 2 found
(#2438) Must use "self::" for local static member reference
(#2439) Variable "recorder_options" must not contain underscores.
(#2442) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2444) Inline comments must end in full-stops, exclamation marks, or question marks
(#2444) No space found before comment text; expected "// Enable AI" but found "//Enable AI"
(#2449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2449) Inline comments must end in full-stops, exclamation marks, or question marks
(#2449) No space found before comment text; expected "// line transcriber options" but found "//line transcriber options"
(#2452) Must use "self::" for local static member reference
(#2458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2458) Inline comments must end in full-stops, exclamation marks, or question marks
(#2458) No space found before comment text; expected "// passage transcriber options" but found "//passage transcriber options"
(#2461) Short array syntax must be used to define arrays
(#2461) Expected 1 space before "=>"; 0 found
(#2461) Expected 1 space after "=>"; 0 found
(#2461) Commas (,) must be followed by white space.
(#2462) Expected 1 space before "=>"; 0 found
(#2462) Expected 1 space after "=>"; 0 found
(#2462) Commas (,) must be followed by white space.
(#2467) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2469) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2469) Inline comments must end in full-stops, exclamation marks, or question marks
(#2469) No space found before comment text; expected "// region" but found "//region"
(#2470) Must use "self::" for local static member reference
(#2474) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2474) Inline comments must end in full-stops, exclamation marks, or question marks
(#2474) No space found before comment text; expected "// expiredays" but found "//expiredays"
(#2475) Must use "self::" for local static member reference
(#2482) Inline comments must end in full-stops, exclamation marks, or question marks
(#2483) Variable "autoacc_options" must not contain underscores.
(#2483) Must use "self::" for local static member reference
(#2485) Variable "autoacc_options" must not contain underscores.
(#2490) Inline comments must end in full-stops, exclamation marks, or question marks
(#2491) Short array syntax must be used to define arrays
(#2497) Inline comments must end in full-stops, exclamation marks, or question marks
(#2497) No space found before comment text; expected "// Submit Raw Audio //no longer used" but found "//Submit Raw Audio //no longer used"
(#2498) Commas (,) must be followed by white space.
(#2501) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2503) Inline comments must end in full-stops, exclamation marks, or question marks
(#2503) No space found before comment text; expected "// Corpus Fields" but found "//Corpus Fields"
(#2504) Commas (,) must be followed by white space.
(#2508) Commas (,) must be followed by white space.
(#2512) Commas (,) must be followed by white space.
(#2516) Inline comments must end in full-stops, exclamation marks, or question marks
(#2517) Short array syntax must be used to define arrays
(#2529) Short array syntax must be used to define arrays
(#2531) Commas (,) must be followed by white space.
(#2532) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2536) Short array syntax must be used to define arrays
(#2537) Commas (,) must be followed by white space.
(#2538) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2540) Inline comments must end in full-stops, exclamation marks, or question marks
(#2544) Expected "if (...) {\n"; found "if(...) {\n"
(#2546) Short array syntax must be used to define arrays
(#2550) Inline comments must end in full-stops, exclamation marks, or question marks
(#2557) Short array syntax must be used to define arrays
(#2565) Inline comments must end in full-stops, exclamation marks, or question marks
(#2566) Variable "postattempt_options" must not contain underscores.
(#2566) Must use "self::" for local static member reference
(#2568) Variable "postattempt_options" must not contain underscores.
(#2571) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#2576) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2576) Inline comments must end in full-stops, exclamation marks, or question marks
(#2576) No space found before comment text; expected "// fetch_current_corpushash / push_corpus" but found "//fetch_current_corpushash / push_corpus"
(#2577) Missing docblock for function fetch_current_corpus
(#2577) Commas (,) must be followed by white space.
(#2577) Expected 1 space before opening brace; found 0
(#2580) Short array syntax must be used to define arrays
(#2580) Expected 1 space before "=>"; 0 found
(#2580) Expected 1 space after "=>"; 0 found
(#2580) Commas (,) must be followed by white space.
(#2580) Expected 1 space before "=>"; 0 found
(#2580) Expected 1 space after "=>"; 0 found
(#2581) Expected "if (...) {\n"; found "if(...){\n"
(#2581) Expected 1 space before "=="; 0 found
(#2581) Expected 1 space after "=="; 0 found
(#2584) Variable "ra_set" must not contain underscores.
(#2584) Commas (,) must be followed by white space.
(#2586) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2586) Variable "ra_set" must not contain underscores.
(#2593) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2593) Inline comments must end in full-stops, exclamation marks, or question marks
(#2593) No space found before comment text; expected "// fetch_current_corpushash / push_corpus" but found "//fetch_current_corpushash / push_corpus"
(#2594) Missing docblock for function fetch_current_corpushash
(#2594) Commas (,) must be followed by white space.
(#2594) Expected 1 space before opening brace; found 0
(#2596) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2596) Inline comments must end in full-stops, exclamation marks, or question marks
(#2596) No space found before comment text; expected "// first return the existing corpushash , for the course or for the site, if we have one" but found "//first return the existing corpushash , for the course or for the site, if we have one"
(#2597) Short array syntax must be used to define arrays
(#2597) Expected 1 space before "=>"; 0 found
(#2597) Expected 1 space after "=>"; 0 found
(#2597) Commas (,) must be followed by white space.
(#2597) Expected 1 space before "=>"; 0 found
(#2597) Expected 1 space after "=>"; 0 found
(#2597) Commas (,) must be followed by white space.
(#2597) Expected 1 space before "=>"; 0 found
(#2597) Expected 1 space after "=>"; 0 found
(#2597) Line exceeds 132 characters; contains 135 characters
(#2598) Expected "if (...) {\n"; found "if(...){\n"
(#2598) Expected 1 space before "=="; 0 found
(#2598) Expected 1 space after "=="; 0 found
(#2601) Variable "ra_set" must not contain underscores.
(#2601) Commas (,) must be followed by white space.
(#2603) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2603) Variable "ra_set" must not contain underscores.
(#2604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2604) Inline comments must end in full-stops, exclamation marks, or question marks
(#2604) No space found before comment text; expected "// we ignore the current activity because its changing, so probably wrong(?)" but found "//we ignore the current activity because its changing, so probably wrong(?)"
(#2605) Expected "if (...) {\n"; found "if(...){"
(#2605) Closing brace must be on a line by itself
(#2606) Expected "if (...) {\n"; found "if(...){\n"
(#2607) Expected 1 space before "="; 0 found
(#2607) Expected 1 space after "="; 0 found
(#2611) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2611) Inline comments must end in full-stops, exclamation marks, or question marks
(#2611) No space found before comment text; expected "// if we dont have one, then lets make one" but found "//if we dont have one, then lets make one"
(#2612) Expected "if (...) {\n"; found "if(...){\n"
(#2612) Expected 1 space before "=="; 0 found
(#2612) Expected 1 space after "=="; 0 found
(#2613) Commas (,) must be followed by white space.
(#2619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2619) Inline comments must end in full-stops, exclamation marks, or question marks
(#2619) No space found before comment text; expected "// fetch_current_corpushash / push_corpus" but found "//fetch_current_corpushash / push_corpus"
(#2620) Missing docblock for function push_corpus
(#2620) Commas (,) must be followed by white space.
(#2620) Expected 1 space before opening brace; found 0
(#2623) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2623) Inline comments must end in full-stops, exclamation marks, or question marks
(#2623) No space found before comment text; expected "// if its not lang modelable, dont do it" but found "//if its not lang modelable, dont do it"
(#2624) Expected "if (...) {\n"; found "if(...){"
(#2624) Closing brace must be on a line by itself
(#2626) Commas (,) must be followed by white space.
(#2628) Must use "self::" for local static member reference
(#2628) Commas (,) must be followed by white space.
(#2629) Expected "if (...) {\n"; found "if(...){\n"
(#2630) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2630) Inline comments must end in full-stops, exclamation marks, or question marks
(#2630) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#2631) Commas (,) must be followed by white space.
(#2631) Commas (,) must be followed by white space.
(#2632) Expected "if (...) {\n"; found "if (...){\n"
(#2633) Expected 1 space after "="; 0 found
(#2634) Short array syntax must be used to define arrays
(#2634) Expected 1 space before "=>"; 0 found
(#2634) Expected 1 space after "=>"; 0 found
(#2634) Commas (,) must be followed by white space.
(#2634) Expected 1 space before "=>"; 0 found
(#2634) Expected 1 space after "=>"; 0 found
(#2634) Expected 1 space before "=>"; 0 found
(#2634) Expected 1 space after "=>"; 0 found
(#2634) Line exceeds 132 characters; contains 159 characters
(#2635) Expected "if (...) {\n"; found "if(...){\n"
(#2635) Expected 1 space before "=="; 0 found
(#2635) Expected 1 space after "=="; 0 found
(#2638) Commas (,) must be followed by white space.
(#2638) Commas (,) must be followed by white space.
(#2638) Commas (,) must be followed by white space.
(#2644) Missing docblock for function prepare_file_and_json_stuff
(#2644) Expected 1 space before opening brace; found 0
(#2645) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2645) Inline comments must end in full-stops, exclamation marks, or question marks
(#2645) No space found before comment text; expected "// nb basically moduleinstance = formdata here" but found "//nb basically moduleinstance = formdata here"
(#2654) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2654) Inline comments must end in full-stops, exclamation marks, or question marks
(#2654) No space found before comment text; expected "// passage picture" but found "//passage picture"
(#2659) Expected 1 space before "="; 0 found
(#2659) Expected 1 space after "="; 0 found
(#2666) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2666) Inline comments must end in full-stops, exclamation marks, or question marks
(#2666) No space found before comment text; expected "// fetch user attempts" but found "//fetch user attempts"
(#2671) Missing docblock for function fetch_user_attempts
(#2674) Expected 1 space before "="; 0 found
(#2674) Short array syntax must be used to define arrays
(#2676) Expected "if (...) {\n"; found "if(...){\n"
(#2677) Inline comments must end in full-stops, exclamation marks, or question marks
(#2677) 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"
(#2681) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2681) Inline comments must end in full-stops, exclamation marks, or question marks
(#2681) No space found before comment text; expected "// if we have attempts then lets get the attempt ids of those" but found "//if we have attempts then lets get the attempt ids of those"
(#2682) Expected "if (...) {\n"; found "if(...){\n"
(#2682) Expected 1 space before ">"; 0 found
(#2682) Expected 1 space after ">"; 0 found
(#2683) Line indented incorrectly; expected at least 16 spaces, found 15
(#2683) Variable "attempts_string" must not contain underscores.
(#2683) Expected 1 space before "="; 0 found
(#2683) Expected 1 space after "="; 0 found
(#2684) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#2685) Expected "if (...) {\n"; found "if(...) {\n"
(#2686) Expected "if (...) {\n"; found "if(...){\n"
(#2686) Variable "attempts_string" must not contain underscores.
(#2687) Variable "attempts_string" must not contain underscores.
(#2689) Variable "attempts_string" must not contain underscores.
(#2693) Expected "} else {\n"; found "}else{\n"
(#2694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2694) Inline comments must end in full-stops, exclamation marks, or question marks
(#2694) No space found before comment text; expected "// at this point we have no attempts, so just return false" but found "//at this point we have no attempts, so just return false"
(#2699) Variable "attempts_string" must not contain underscores.
(#2703) Expected "} else {\n"; found "}else{\n"
(#2711) Missing docblock for function super_trim
(#2711) Expected 1 space before opening brace; found 0
(#2712) Expected "if (...) {\n"; found "if(...){\n"
(#2712) Expected 1 space before "=="; 0 found
(#2712) Expected 1 space after "=="; 0 found
(#2714) Expected "} else {\n"; found "}else{\n"
mod/readaloud/db/access.php
(#2) Moodle boilerplate not found at first line
(#50) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#58) There should be a comma after the last array item in a multi-line array.
(#60) There should be a comma after the last array item in a multi-line array.
(#62) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#70) There should be a comma after the last array item in a multi-line array.
(#73) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#80) There should be a comma after the last array item in a multi-line array.
(#82) There should be a comma after the last array item in a multi-line array.
(#84) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
(#90) There should be a comma after the last array item in a multi-line array.
(#92) There should be a comma after the last array item in a multi-line array.
(#94) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#100) There should be a comma after the last array item in a multi-line array.
(#102) There should be a comma after the last array item in a multi-line array.
(#105) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#113) There should be a comma after the last array item in a multi-line array.
(#116) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#121) There should be a comma after the last array item in a multi-line array.
(#124) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#130) There should be a comma after the last array item in a multi-line array.
(#132) There should be a comma after the last array item in a multi-line array.
(#135) Short array syntax must be used to define arrays
(#139) Short array syntax must be used to define arrays
(#142) There should be a comma after the last array item in a multi-line array.
(#144) There should be a comma after the last array item in a multi-line array.
(#147) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#152) There should be a comma after the last array item in a multi-line array.
(#154) There should be a comma after the last array item in a multi-line array.
(#155) There should be a comma after the last array item in a multi-line array.
mod/readaloud/db/events.php
(#29) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#34) There should be a comma after the last array item in a multi-line array.
mod/readaloud/db/install.php
(#2) Moodle boilerplate not found at first line
mod/readaloud/db/log.php
(#2) Moodle boilerplate not found at first line
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
(#38) Short array syntax must be used to define arrays
(#38) There should be a comma after the last array item in a multi-line array.
mod/readaloud/db/services.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.
(#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
(#54) There should be a comma after the last array item in a multi-line array.
(#55) File must end with a newline character
mod/readaloud/db/tasks.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file tasks.php
(#1) Moodle boilerplate not found
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) Short array syntax must be used to define arrays
mod/readaloud/db/uninstall.php
(#1) No one-line description found in phpdocs for docblock of file uninstall.php
(#2) Moodle boilerplate not found at first line
mod/readaloud/db/upgrade.php
(#2) Moodle boilerplate not found at first line
(#33) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Import statements must not begin with a leading backslash
(#36) Import statements must not begin with a leading backslash
(#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
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) 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
(#148) Short array syntax must be used to define arrays
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Line exceeds 132 characters; contains 133 characters
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// records the matched words in the passage and their transcript location. For debugging, passage tweaking, and audio location" but found "//records the matched words in the passage and their transcript location. For debugging, passage tweaking, and audio location"
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#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
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#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
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// add field to attempts table" but found "//add field to attempts table"
(#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
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// This adds the post attempt display options for each of the evaluation methods (machine and human)" but found "//This adds the post attempt display options for each of the evaluation methods (machine and human)"
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) No space found before comment text; expected "// This adds the post attempt display options for each of the evaluation methods (machine and human)" but found "//This adds the post attempt display options for each of the evaluation methods (machine and human)"
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#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
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) No space found before comment text; expected "// This allows the activity admin to submit raw audio (as opposed to recording). Usually for some sort of disaster recovery" but found "//This allows the activity admin to submit raw audio (as opposed to recording). Usually for some sort of disaster recovery"
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Blank comments are not allowed
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Expected 1 space before "="; 0 found
(#361) Expected 1 space after "="; 0 found
(#361) Short array syntax must be used to define arrays
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) No space found before comment text; expected "// Model Audio URL" but found "//Model Audio URL"
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) No space found before comment text; expected "// Model audio breaks (JSON)" but found "//Model audio breaks (JSON)"
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// TTS Voice" but found "//TTS Voice"
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) No space found before comment text; expected "// Enable preview mode" but found "//Enable preview mode"
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) No space found before comment text; expected "// Enable shadow mode" but found "//Enable shadow mode"
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#387) Blank comments are not allowed
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) Commas (,) must be followed by white space.
(#438) Short array syntax must be used to define arrays
(#440) Commas (,) must be followed by white space.
(#440) Commas (,) must be followed by white space.
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Line exceeds 132 characters; contains 151 characters
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) No space found before comment text; expected "// This forces the activity to use AWS transcription (not Poodll transcription). It results in slower but stricter transcription, ie more errors" but found "//This forces the activity to use AWS transcription (not Poodll transcription). It results in slower but stricter transcription, ie more errors"
(#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
(#459) Expected "if (...) {\n"; found "if(...){\n"
(#459) Expected 1 space before "<"; 0 found
(#459) Expected 1 space after "<"; 0 found
(#464) Expected 1 space before "="; 0 found
(#464) Expected 1 space after "="; 0 found
(#464) Short array syntax must be used to define arrays
(#469) Inline comments must start with a capital letter, digit or 3-dots sequence
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#470) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#479) Expected "if (...) {\n"; found "if(...){\n"
(#479) Expected 1 space before "<"; 0 found
(#479) Expected 1 space after "<"; 0 found
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) No space found before comment text; expected "// loop through records looking for newly available neural voices and generate speechmarks and breaks" but found "//loop through records looking for newly available neural voices and generate speechmarks and breaks"
(#481) No space found before comment text; expected "// neural voices will be available right away, but the timing of words in the speech will change. So we need to do this" but found "//neural voices will be available right away, but the timing of words in the speech will change. So we need to do this"
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) No space found before comment text; expected "// so we regenerate when required to do so" but found "//so we regenerate when required to do so"
(#484) Commas (,) must be followed by white space.
(#485) Expected 1 space before "="; 0 found
(#485) Expected 1 space after "="; 0 found
(#487) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#488) Expected "if (...) {\n"; found "if(...){\n"
(#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 "// if it is not a neural voice, there is no need to resync" but found "//if it is not a neural voice, there is no need to resync"
(#493) Expected "if (...) {\n"; found "if(...){"
(#493) Commas (,) must be followed by white space.
(#493) Closing brace must be on a line by itself
(#495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#495) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) No space found before comment text; expected "// fetch SSML , speechmarks" but found "//fetch SSML , speechmarks"
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) No space found before comment text; expected "// if successful create a set of 'matches' (internal doc matching audio/passage/transcript positions)" but found "//if successful create a set of 'matches' (internal doc matching audio/passage/transcript positions)"
(#501) Expected "if (...) {\n"; found "if(...) {\n"
(#502) Commas (,) must be followed by white space.
(#502) Commas (,) must be followed by white space.
(#503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) No space found before comment text; expected "// from matches create or sync an existing phrase breaks array with audio/word locations" but found "//from matches create or sync an existing phrase breaks array with audio/word locations"
(#504) Expected "if (...) {\n"; found "if(...){\n"
(#505) Commas (,) must be followed by white space.
(#505) Commas (,) must be followed by white space.
(#506) Expected "} else {\n"; found "}else {\n"
(#507) Commas (,) must be followed by white space.
(#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 "// save it" but found "//save it"
(#514) Commas (,) must be followed by white space.
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) No space found before comment text; expected "// a bug means that some attempts might not have been graded" but found "//a bug means that some attempts might not have been graded"
(#523) Expected "if (...) {\n"; found "if(...){\n"
(#523) Expected 1 space after "<"; 0 found
(#524) Expected "if (...) {\n"; found "if(...){\n"
(#524) Expected 1 space before ">="; 0 found
(#524) Expected 1 space after ">="; 0 found
(#526) Variable "ai_evals" must not contain underscores.
(#527) Variable "ai_evals" must not contain underscores.
(#528) Variable "ai_evals" must not contain underscores.
(#530) Expected "if (...) {\n"; found "if(...) {\n"
(#531) Expected 1 space after "="; 0 found
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) Expected 1 space before "="; 0 found
(#555) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#560) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) Short array syntax must be used to define arrays
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#598) Expected 1 space before "="; 0 found
(#598) Expected 1 space after "="; 0 found
(#601) Inline comments must end in full-stops, exclamation marks, or question marks
(#611) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) Expected 1 space before "="; 0 found
(#616) Expected 1 space after "="; 0 found
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) No space found before comment text; expected "// create a phonetic for each readaloud instance" but found "//create a phonetic for each readaloud instance"
(#627) Line exceeds 132 characters; contains 146 characters
(#627) No space found before comment text; expected "// this would blow up a site with lots of readalouds because of the time taken. So we added a place to do this on activity load in view.php" but found "//this would blow up a site with lots of readalouds because of the time taken. So we added a place to do this on activity load in view.php"
(#628) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) No space found before comment text; expected "// utils::update_all_phonetic_segments();" but found "//utils::update_all_phonetic_segments();"
(#632) Expected 1 space before "="; 0 found
(#639) Expected "if (...) {\n"; found "if(...){\n"
(#640) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#644) Expected 1 space before "="; 0 found
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#655) Expected 1 space before "="; 0 found
(#655) Expected 1 space after "="; 0 found
(#656) Commas (,) must be followed by white space.
(#657) Commas (,) must be followed by white space.
(#659) Inline comments must end in full-stops, exclamation marks, or question marks
(#669) Inline comments must end in full-stops, exclamation marks, or question marks
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#674) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#686) Expected "if (...) {\n"; found "if (...){\n"
(#690) Expected 1 space before "="; 0 found
(#690) Short array syntax must be used to define arrays
(#694) Inline comments must end in full-stops, exclamation marks, or question marks
(#695) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#704) Expected 1 space before "="; 0 found
(#704) Short array syntax must be used to define arrays
(#707) Expected 1 space before "="; 0 found
(#707) Expected 1 space after "="; 2 found
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#710) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#717) Expected 1 space before "="; 0 found
(#717) Expected 1 space after "="; 0 found
(#718) Commas (,) must be followed by white space.
(#719) Expected 1 space after "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#721) Expected 1 space before "="; 0 found
(#721) Expected 1 space after "="; 2 found
(#723) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#730) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) No space found before comment text; expected "// set all transcriber to "guided" (before was 1) chrome:strict stt:guided or 2) stt:guided - ie all mixed up" but found "//set all transcriber to "guided" (before was 1) chrome:strict stt:guided or 2) stt:guided - ie all mixed up"
(#731) Commas (,) must be followed by white space.
(#731) Commas (,) must be followed by white space.
(#732) Commas (,) must be followed by white space.
(#737) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) Expected 1 space before "="; 0 found
(#742) Expected 1 space after "="; 0 found
(#743) Commas (,) must be followed by white space.
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Expected "if (...) {\n"; found "if(...){\n"
(#755) Inline comments must end in full-stops, exclamation marks, or question marks
(#755) 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"
(#756) Commas (,) must be followed by white space.
(#756) Commas (,) must be followed by white space.
(#756) Commas (,) must be followed by white space.
(#756) Expected 1 space before "=>"; 0 found
(#756) Expected 1 space after "=>"; 0 found
(#760) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) Variable "field_picture" must not contain underscores.
(#767) Variable "field_flower" must not contain underscores.
(#767) Expected 1 space before "="; 0 found
(#768) Variable "field_stdashboardid" must not contain underscores.
(#768) Expected 1 space before "="; 0 found
(#770) Inline comments must start with a capital letter, digit or 3-dots sequence
(#770) Inline comments must end in full-stops, exclamation marks, or question marks
(#771) Variable "field_picture" must not contain underscores.
(#772) Variable "field_picture" must not contain underscores.
(#774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#775) Variable "field_stdashboardid" must not contain underscores.
(#776) Variable "field_stdashboardid" must not contain underscores.
(#778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#778) Inline comments must end in full-stops, exclamation marks, or question marks
(#779) Variable "field_flower" must not contain underscores.
(#780) Variable "field_flower" must not contain underscores.
(#782) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#783) Whitespace found at end of line
mod/readaloud/developer.php
(#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 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
(#49) 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) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Expected "if (...) {\n"; found "if(...){\n"
(#91) Expected "} else {\n"; found "}else{\n"
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#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
(#106) Expected "for (...) {\n"; found "for(...){\n"
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Missing docblock for function copyattempt
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Expected "if (...) {\n"; found "if(...){"
(#143) Closing brace must be on a line by itself
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Expected "if (...) {\n"; found "if(...){"
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
mod/readaloud/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/readaloud/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
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
mod/readaloud/grading.php
(#2) Moodle boilerplate not found at first line
(#29) Import statements must not begin with a leading backslash
(#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
(#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
(#33) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#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
(#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
(#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 end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// Is this a savebutton2" but found "//Is this a savebutton2"
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// paging details" but found "//paging details"
(#49) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#53) 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
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#64) Whitespace found at end of line
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Usage of ELSEIF not allowed; use ELSE IF instead
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#75) Short array syntax must be used to define arrays
(#77) There should be a comma after the last array item in a multi-line array.
(#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 "// for Japanese (and later other languages we collapse spaces)" but found "//for Japanese (and later other languages we collapse spaces)"
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#85) Expected 1 space before "=="; 0 found
(#85) Expected 1 space after "=="; 0 found
(#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 "// process form submission" but found "//process form submission"
(#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) No space found before comment text; expected "// update gradebook" but found "//update gradebook"
(#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 "// move on or return to grading" but found "//move on or return to grading"
(#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
(#108) No space found before comment text; expected "// redirect to clear out form data so we can gradenow on next attempt" but found "//redirect to clear out form data so we can gradenow on next attempt"
(#110) Short array syntax must be used to define arrays
(#125) Short array syntax must be used to define arrays
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) 3 slashes comments are not allowed; use "// Comment." instead
(#132) Expected "if (...) {\n"; found "if(...){\n"
(#134) Expected "} else {\n"; found "}else{\n"
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) 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"
(#145) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#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 "// load individual attempt page with most recent(human or machine) eval and action buttons" but found "//load individual attempt page with most recent(human or machine) eval and action buttons"
(#162) Variable "force_aidata" must not contain underscores.
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// ai data could still be used if not human grading. we just do not force it" but found "//ai data could still be used if not human grading. we just do not force it"
(#165) Short array syntax must be used to define arrays
(#170) Variable "force_aidata" must not contain underscores.
(#171) Variable "force_aidata" must not contain underscores.
(#172) Variable "force_aidata" must not contain underscores.
(#173) Variable "force_aidata" must not contain underscores.
(#175) Short array syntax must be used to define arrays
(#178) Variable "force_aidata" must not contain underscores.
(#179) Commas (,) must be followed by white space.
(#179) 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 "// load individual attempt page with machine eval and action buttons (BUT rerun the AI auto grade code on it first)" but found "//load individual attempt page with machine eval and action buttons (BUT rerun the AI auto grade code on it first)"
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) No space found before comment text; expected "// this forces the regrade using any changes in the diff algorythm, or alternatives" but found "//this forces the regrade using any changes in the diff algorythm, or alternatives"
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// must be done before instant. $passagehelper which also aigrade object internally" but found "//must be done before instant. $passagehelper which also aigrade object internally"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// fetch attempt and ai data" but found "//fetch attempt and ai data"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// check group access" but found "//check group access"
(#209) Variable "force_aidata" must not contain underscores.
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// in this case we are just interested in ai data" but found "//in this case we are just interested in ai data"
(#213) Variable "force_aidata" must not contain underscores.
(#214) Commas (,) must be followed by white space.
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// if we can grade and manage attempts show the gradenow button" but found "//if we can grade and manage attempts show the gradenow button"
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// load individual attempt page with machine eval (NO action buttons )" but found "//load individual attempt page with machine eval (NO action buttons )"
(#228) This comment is 63% valid code; is this commented out code?
(#228) Line indented incorrectly; expected at least 4 spaces, found 0
(#247) Line indented incorrectly; expected at least 4 spaces, found 0
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// load individual attempt page with machine eval and action buttons" but found "//load individual attempt page with machine eval and action buttons"
(#250) This comment is 64% valid code; is this commented out code?
(#250) Line indented incorrectly; expected at least 4 spaces, found 0
(#277) Line indented incorrectly; expected at least 4 spaces, found 0
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) No space found before comment text; expected "// list view of attempts and grades and action links" but found "//list view of attempts and grades and action links"
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) 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"
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) 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"
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) No space found before comment text; expected "// list view of attempts and grades and action links for a particular user" but found "//list view of attempts and grades and action links for a particular user"
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) 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"
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) 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"
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) No space found before comment text; expected "// list view of attempts and machine grades and action links" but found "//list view of attempts and machine grades and action links"
(#305) This comment is 55% valid code; is this commented out code?
(#305) Line indented incorrectly; expected at least 4 spaces, found 0
(#332) Line indented incorrectly; expected at least 4 spaces, found 0
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) No space found before comment text; expected "// list view of machine attempts and grades and action links for a particular user" but found "//list view of machine attempts and grades and action links for a particular user"
(#334) This comment is 56% valid code; is this commented out code?
(#334) Line indented incorrectly; expected at least 4 spaces, found 0
(#345) Line indented incorrectly; expected at least 4 spaces, found 0
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) No space found before comment text; expected "// if we got to here we are loading the report on screen" but found "//if we got to here we are loading the report on screen"
(#354) No space found before comment text; expected "// so we need our audio player loaded" but found "//so we need our audio player loaded"
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) No space found before comment text; expected "// here we set up any info we need to pass into javascript" but found "//here we set up any info we need to pass into javascript"
(#356) Variable "aph_opts" must not contain underscores.
(#356) Short array syntax must be used to define arrays
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) No space found before comment text; expected "// this inits the js for the audio players on the list of submissions" but found "//this inits the js for the audio players on the list of submissions"
(#359) Short array syntax must be used to define arrays
(#359) Variable "aph_opts" must not contain underscores.
(#361) This comment is 50% valid code; is this commented out code?
(#369) Expected "if (...) {\n"; found "if(...){\n"
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Expected "} else {\n"; found "}else{\n"
(#378) Expected "} else {\n"; found "}else{\n"
(#397) Expected "if (...) {\n"; found "if(...) {\n"
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) 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"
(#404) Line exceeds 132 characters; contains 148 characters
(#406) Expected "} else {\n"; found "}else{\n"
(#408) Variable "perpage_selector" must not contain underscores.
(#415) Variable "perpage_selector" must not contain underscores.
(#416) Line exceeds 132 characters; contains 148 characters
(#424) File must end with a newline character
mod/readaloud/index.php
(#2) Moodle boilerplate not found at first line
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) 3 slashes comments are not allowed; use "// Comment." instead
(#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
(#36) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#59) Short array syntax must be used to define arrays
(#60) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#78) Logical operator "or" is prohibited; use "||" instead
(#79) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
mod/readaloud/lang/en/readaloud.php
(#1) Moodle boilerplate not found
(#18) The string key "modulename_help" is not in the correct order, it should be before "modulenameplural"
(#24) Unexpected comment found. Auto-fixing will not work after this comment
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) This comment is 78% valid code; is this commented out code?
(#24) No space found before comment text; expected "// $string['readaloud'] = 'readaloud';" but found "//$string['readaloud'] = 'readaloud';"
(#25) The string key "activitylink" is not in the correct order, it should be before "readaloudname_help"
(#34) The string key "readaloud:itemview" is not in the correct order, it should be before "readaloud:view"
(#35) The string key "readaloud:itemedit" is not in the correct order, it should be before "readaloud:itemview"
(#37) The string key "readaloud:manageattempts" is not in the correct order, it should be before "readaloud:tts"
(#38) The string key "readaloud:manage" is not in the correct order, it should be before "readaloud:manageattempts"
(#42) The string key "readaloud:pushtoclones" is not in the correct order, it should be before "readaloud:viewreports"
(#43) The string key "privacy:metadata" is not in the correct order, it should be before "readaloud:pushtoclones"
(#45) The string key "id" is not in the correct order, it should be before "privacy:metadata"
(#48) The string key "basicheading" is not in the correct order, it should be before "timecreated"
(#49) The string key "attemptsheading" is not in the correct order, it should be before "basicheading"
(#50) Unexpected comment found. Auto-fixing will not work after this comment
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) This comment is 78% valid code; is this commented out code?
(#50) No space found before comment text; expected "// $string['attemptsbyuserheading'] = 'User Attempts Report';" but found "//$string['attemptsbyuserheading'] = 'User Attempts Report';"
(#54) The string key "gradingbyuserheading" is not in the correct order, it should be before "machinegradingheading"
(#57) The string key "overview" is not in the correct order, it should be before "totalattempts"
(#60) The string key "preview" is not in the correct order, it should be before "view"
(#62) The string key "reports" is not in the correct order, it should be before "viewreports"
(#64) The string key "grading" is not in the correct order, it should be before "viewgrading"
(#65) The string key "gradenow" is not in the correct order, it should be before "grading"
(#66) The string key "cannotgradenow" is not in the correct order, it should be before "gradenow"
(#67) Unexpected comment found. Auto-fixing will not work after this comment
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) This comment is 78% valid code; is this commented out code?
(#67) No space found before comment text; expected "// $string['gradenowtitle'] = 'Grading: {$a}';" but found "//$string['gradenowtitle'] = 'Grading: {$a}';"
(#70) The string key "basicreport" is not in the correct order, it should be before "showingmachinegradedattempt"
(#72) The string key "returntogradinghome" is not in the correct order, it should be before "returntoreports"
(#74) The string key "exportexcel" is not in the correct order, it should be before "returntomachinegradinghome"
(#75) Unexpected comment found. Auto-fixing will not work after this comment
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) This comment is 78% valid code; is this commented out code?
(#75) No space found before comment text; expected "// $string['mingradedetails'] = 'The minimum Read Aloud grade(%) required to "complete" this activity.';" but found "//$string['mingradedetails'] = 'The minimum Read Aloud grade(%) required to "complete" this activity.';"
(#77) The string key "deletealluserdata" is not in the correct order, it should be before "mingrade"
(#80) The string key "gradeoptions" is not in the correct order, it should be before "unlimited"
(#83) The string key "gradeoptions_details" is not in the correct order, it should be before "gradeoptions_help"
(#85) The string key "gradenone" is not in the correct order, it should be before "gradeoptions_details"
(#86) The string key "gradelowest" is not in the correct order, it should be before "gradenone"
(#87) The string key "gradehighest" is not in the correct order, it should be before "gradelowest"
(#89) The string key "gradeaverage" is not in the correct order, it should be before "gradelatest"
(#90) Unexpected comment found. Auto-fixing will not work after this comment
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) This comment is 78% valid code; is this commented out code?
(#90) No space found before comment text; expected "// $string['defaultsettings'] = 'Default Settings';" but found "//$string['defaultsettings'] = 'Default Settings';"
(#91) The string key "exceededattempts" is not in the correct order, it should be before "gradeaverage"
(#92) The string key "exceededallattempts" is not in the correct order, it should be before "exceededattempts"
(#94) The string key "passagelabel" is not in the correct order, it should be before "readaloudtask"
(#97) The string key "feedbacklabel" is not in the correct order, it should be before "welcomelabel_details"
(#100) The string key "feedbacklabel" is not in the correct order, it should be before "welcomelabel"
(#101) The string key "alternatives" is not in the correct order, it should be before "feedbacklabel"
(#107) The string key "defaultfeedback" is not in the correct order, it should be before "defaultwelcome"
(#109) The string key "gotnosound" is not in the correct order, it should be before "timelimit"
(#110) The string key "done" is not in the correct order, it should be before "gotnosound"
(#112) Unexpected comment found. Auto-fixing will not work after this comment
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) This comment is 78% valid code; is this commented out code?
(#112) No space found before comment text; expected "// $string['feedbackheader'] = 'Finished';" but found "//$string['feedbackheader'] = 'Finished';"
(#113) The string key "beginreading" is not in the correct order, it should be before "processing"
(#117) The string key "attemptsreport" is not in the correct order, it should be before "uploadconverterror"
(#121) The string key "averages" is not in the correct order, it should be before "summaryexplainer"
(#124) The string key "id" is not in the correct order, it should be before "submitted"
(#126) The string key "audiofile" is not in the correct order, it should be before "username"
(#128) The string key "timecreated" is not in the correct order, it should be before "wpm"
(#129) The string key "nodataavailable" is not in the correct order, it should be before "timecreated"
(#131) The string key "reattempt" is not in the correct order, it should be before "saveandnext"
(#132) The string key "notgradedyet" is not in the correct order, it should be before "reattempt"
(#134) The string key "evaluatedmessage" is not in the correct order, it should be before "notmanuallygradedyet"
(#137) The string key "enabletts" is not in the correct order, it should be before "notaddedtogradebook"
(#139) Unexpected comment found. Auto-fixing will not work after this comment
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) No space found before comment text; expected "// we hijacked this setting for both TTS STT .... bad ... but they are always the same aren't they?" but found "//we hijacked this setting for both TTS STT .... bad ... but they are always the same aren't they?"
(#142) The string key "deleteattemptconfirm" is not in the correct order, it should be before "ttslanguage_details"
(#144) The string key "allowearlyexit" is not in the correct order, it should be before "deletenow"
(#147) The string key "allowearlyexit_defaultdetails" is not in the correct order, it should be before "allowearlyexit_details"
(#151) The string key "accuracy" is not in the correct order, it should be before "itemsperpage_details"
(#156) The string key "grade" is not in the correct order, it should be before "mistakes"
(#158) The string key "av_grade_p" is not in the correct order, it should be before "grade_p"
(#160) The string key "av_wpm" is not in the correct order, it should be before "h_grade_p"
(#167) The string key "passage" is not in the correct order, it should be before "targetwpm_help"
(#169) The string key "passage_descr" is not in the correct order, it should be before "passage_help"
(#174) The string key "ttsspeed_help" is not in the correct order, it should be before "ttsvoice_help"
(#175) The string key "alternatives_help" is not in the correct order, it should be before "ttsspeed_help"
(#177) The string key "accadjust" is not in the correct order, it should be before "alternatives_help"
(#189) The string key "accmethod_auto" is not in the correct order, it should be before "accmethod_none"
(#195) The string key "apisecret" is not in the correct order, it should be before "apiuser_details"
(#202) The string key "tokyo" is not in the correct order, it should be before "useast1"
(#203) The string key "sydney" is not in the correct order, it should be before "tokyo"
(#204) The string key "dublin" is not in the correct order, it should be before "sydney"
(#205) The string key "capetown" is not in the correct order, it should be before "dublin"
(#206) The string key "bahrain" is not in the correct order, it should be before "capetown"
(#208) The string key "frankfurt" is not in the correct order, it should be before "ottawa"
(#212) The string key "mumbai" is not in the correct order, it should be before "singapore"
(#213) The string key "forever" is not in the correct order, it should be before "mumbai"
(#215) The string key "en-us" is not in the correct order, it should be before "forever"
(#217) The string key "en-au" is not in the correct order, it should be before "es-us"
(#219) The string key "en-gb" is not in the correct order, it should be before "en-ph"
(#224) The string key "en-in" is not in the correct order, it should be before "pt-br"
(#227) The string key "fil-ph" is not in the correct order, it should be before "fr-fr"
(#228) The string key "de-de" is not in the correct order, it should be before "fil-ph"
(#229) The string key "de-ch" is not in the correct order, it should be before "de-de"
(#230) The string key "de-at" is not in the correct order, it should be before "de-ch"
(#231) The string key "da-dk" is not in the correct order, it should be before "de-at"
(#234) The string key "ar-ae" is not in the correct order, it should be before "ko-kr"
(#237) The string key "nl-nl" is not in the correct order, it should be before "zh-cn"
(#238) The string key "nl-be" is not in the correct order, it should be before "nl-nl"
(#239) The string key "en-ie" is not in the correct order, it should be before "nl-be"
(#241) The string key "en-ab" is not in the correct order, it should be before "en-wl"
(#250) The string key "mi-nz" is not in the correct order, it should be before "ms-my"
(#258) The string key "eu-es" is not in the correct order, it should be before "uk-ua"
(#263) The string key "no-no" is not in the correct order, it should be before "sv-se"
(#264) The string key "nb-no" is not in the correct order, it should be before "no-no"
(#269) The string key "bg-bg" is not in the correct order, it should be before "ro-ro"
(#269) Unexpected comment found. Auto-fixing will not work after this comment
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Unexpected comment found. Auto-fixing will not work after this comment
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Unexpected comment found. Auto-fixing will not work after this comment
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Unexpected comment found. Auto-fixing will not work after this comment
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Unexpected comment found. Auto-fixing will not work after this comment
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Unexpected comment found. Auto-fixing will not work after this comment
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Unexpected comment found. Auto-fixing will not work after this comment
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Unexpected comment found. Auto-fixing will not work after this comment
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) The string key "is-is" is not in the correct order, it should be before "sl-si"
(#277) Unexpected comment found. Auto-fixing will not work after this comment
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Unexpected comment found. Auto-fixing will not work after this comment
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Unexpected comment found. Auto-fixing will not work after this comment
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Unexpected comment found. Auto-fixing will not work after this comment
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) The string key "awsregion" is not in the correct order, it should be before "vi-vn"
(#284) The string key "awsregion_details" is not in the correct order, it should be before "region"
(#284) Expected 1 space before "="; 0 found
(#284) Expected 1 space after "="; 0 found
(#286) The string key "aigradenow" is not in the correct order, it should be before "expiredays"
(#290) The string key "review" is not in the correct order, it should be before "viewmachinegrading"
(#291) The string key "regrade" is not in the correct order, it should be before "review"
(#293) Unexpected comment found. Auto-fixing will not work after this comment
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#293) This comment is 78% valid code; is this commented out code?
(#293) No space found before comment text; expected "// $string['dospotcheck'] = "Spot Check";" but found "//$string['dospotcheck'] = "Spot Check";"
(#295) The string key "gradingbutton" is not in the correct order, it should be before "spotcheckbutton"
(#297) Unexpected comment found. Auto-fixing will not work after this comment
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) This comment is 78% valid code; is this commented out code?
(#297) No space found before comment text; expected "// $string['doaigrade'] = "AI Grade";" but found "//$string['doaigrade'] = "AI Grade";"
(#298) The string key "doclear" is not in the correct order, it should be before "transcriptcheckbutton"
(#302) The string key "rawaccuracy_p" is not in the correct order, it should be before "rawwpm"
(#304) The string key "adjustedwpm" is not in the correct order, it should be before "rawgrade_p"
(#305) The string key "adjustedaccuracy_p" is not in the correct order, it should be before "adjustedwpm"
(#315) The string key "postattempt_eval" is not in the correct order, it should be before "postattempt_none"
(#317) The string key "postattempt_evalerrors" is not in the correct order, it should be before "postattempt_evalerrorsnograde"
(#320) The string key "attemptsperpage" is not in the correct order, it should be before "postattempt_evalerrors"
(#323) The string key "quickgrade" is not in the correct order, it should be before "transcript"
(#324) The string key "ok" is not in the correct order, it should be before "quickgrade"
(#325) The string key "ng" is not in the correct order, it should be before "ok"
(#327) The string key "machinegrademethod" is not in the correct order, it should be before "notok"
(#331) The string key "machinegradehybrid" is not in the correct order, it should be before "machinegradenone"
(#333) The string key "admintab" is not in the correct order, it should be before "machinegrademachineonly"
(#335) The string key "machineregradeall" is not in the correct order, it should be before "viewadmintab"
(#337) The string key "currenterrorestimate" is not in the correct order, it should be before "pushalltogradebook"
(#338) The string key "admintabtitle" is not in the correct order, it should be before "currenterrorestimate"
(#339) The string key "admintabinstructions" is not in the correct order, it should be before "admintabtitle"
(#343) The string key "machineregraded" is not in the correct order, it should be before "noattemptsregrade"
(#344) The string key "machinegradespushed" is not in the correct order, it should be before "machineregraded"
(#348) The string key "onemin" is not in the correct order, it should be before "xsecs"
(#350) The string key "oneminxsecs" is not in the correct order, it should be before "xmins"
(#353) The string key "postattemptheader" is not in the correct order, it should be before "xminsecs"
(#356) The string key "grader" is not in the correct order, it should be before "recordingaiheader"
(#361) The string key "displaysubs" is not in the correct order, it should be before "grader_ungraded"
(#363) The string key "noapisecret" is not in the correct order, it should be before "noapiuser"
(#364) The string key "credentialsinvalid" is not in the correct order, it should be before "noapisecret"
(#365) The string key "appauthorised" is not in the correct order, it should be before "credentialsinvalid"
(#368) The string key "notokenincache" is not in the correct order, it should be before "refreshtoken"
(#369) Unexpected comment found. Auto-fixing will not work after this comment
(#369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#369) No space found before comment text; expected "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
(#370) The string key "nocredentials" is not in the correct order, it should be before "notokenincache"
(#372) The string key "nosubscriptions" is not in the correct order, it should be before "novalidcredentials"
(#377) The string key "privacy:metadata:filename" is not in the correct order, it should be before "privacy:metadata:userid"
(#379) The string key "privacy:metadata:accuracy" is not in the correct order, it should be before "privacy:metadata:wpm"
(#382) The string key "privacy:metadata:sessionerrors" is not in the correct order, it should be before "privacy:metadata:sessiontime"
(#384) The string key "privacy:metadata:sessionendword" is not in the correct order, it should be before "privacy:metadata:sessionerrors"
(#385) The string key "privacy:metadata:errorcount" is not in the correct order, it should be before "privacy:metadata:sessionendword"
(#387) The string key "privacy:metadata:attempttable" is not in the correct order, it should be before "privacy:metadata:timemodified"
(#388) The string key "privacy:metadata:aitable" is not in the correct order, it should be before "privacy:metadata:attempttable"
(#391) The string key "privacy:metadata:fulltranscriptpurpose" is not in the correct order, it should be before "privacy:metadata:transcriptpurpose"
(#392) The string key "privacy:metadata:cloudpoodllcom:userid" is not in the correct order, it should be before "privacy:metadata:fulltranscriptpurpose"
(#394) The string key "privacy:metadata:cloudpoodllcom" is not in the correct order, it should be before "privacy:metadata:cloudpoodllcom:userid"
(#396) The string key "mistranscriptions_summary" is not in the correct order, it should be before "privacy:metadata:cloudpoodllcom"
(#400) The string key "mistranscriptions" is not in the correct order, it should be before "passageword"
(#401) The string key "mistrans_count" is not in the correct order, it should be before "mistranscriptions"
(#404) The string key "previewreading" is not in the correct order, it should be before "total_mistranscriptions"
(#407) The string key "landrreading" is not in the correct order, it should be before "startshadowreading"
(#413) The string key "transcriber_guided" is not in the correct order, it should be before "transcriber_none"
(#416) The string key "stricttranscribe" is not in the correct order, it should be before "transcriber_strict"
(#419) Unexpected comment found. Auto-fixing will not work after this comment
(#419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#419) This comment is 74% valid code; is this commented out code?
(#419) No space found before comment text; expected "// $string['submitrawaudio'] = 'Submit uncompressed audio';" but found "//$string['submitrawaudio'] = 'Submit uncompressed audio';"
(#420) Unexpected comment found. Auto-fixing will not work after this comment
(#420) No space found before comment text; expected "// $string['submitrawaudio_details'] = 'Submitting uncompressed audio may increase transcription accuracy, but at the expense of upload speed and reliability.';" but found "//$string['submitrawaudio_details'] = 'Submitting uncompressed audio may increase transcription accuracy, but at the expense of upload speed and reliability.';"
(#422) The string key "sessionscoremethod" is not in the correct order, it should be before "stricttranscribe_details"
(#427) The string key "modelaudio" is not in the correct order, it should be before "sessionscorestrict"
(#429) The string key "enablepreview" is not in the correct order, it should be before "ttsvoice"
(#433) The string key "enablelandr" is not in the correct order, it should be before "enableshadow_details"
(#437) The string key "modelaudioclear" is not in the correct order, it should be before "uploadmodelaudio"
(#438) The string key "modelaudiobreaksgenerate" is not in the correct order, it should be before "modelaudioclear"
(#439) The string key "modelaudio_recordinstructions" is not in the correct order, it should be before "modelaudiobreaksgenerate"
(#440) The string key "modelaudio_playerinstructions" is not in the correct order, it should be before "modelaudio_recordinstructions"
(#441) The string key "modelaudio_breaksinstructions" is not in the correct order, it should be before "modelaudio_playerinstructions"
(#443) The string key "modelaudio_playertitle" is not in the correct order, it should be before "modelaudio_recordtitle"
(#444) The string key "modelaudio_breakstitle" is not in the correct order, it should be before "modelaudio_playertitle"
(#447) The string key "ttsspeed" is not in the correct order, it should be before "viewmodeltranscript"
(#448) The string key "mediumspeed" is not in the correct order, it should be before "ttsspeed"
(#450) The string key "extraslowspeed" is not in the correct order, it should be before "slowspeed"
(#454) The string key "returnmenu" is not in the correct order, it should be before "welcomemenu"
(#455) The string key "attemptno" is not in the correct order, it should be before "returnmenu"
(#457) The string key "chartexplainer" is not in the correct order, it should be before "progresschart"
(#460) The string key "normalhelp" is not in the correct order, it should be before "previewhelp"
(#462) The string key "landrhelp" is not in the correct order, it should be before "shadowhelp"
(#464) The string key "playbutton" is not in the correct order, it should be before "quizhelp"
(#467) The string key "returntomenu" is not in the correct order, it should be before "stopbutton"
(#467) Expected 1 space before "="; 0 found
(#467) Expected 1 space after "="; 0 found
(#468) The string key "fullreport" is not in the correct order, it should be before "returntomenu"
(#473) Expected 1 space before "="; 0 found
(#473) Expected 1 space after "="; 0 found
(#474) The string key "checking" is not in the correct order, it should be before "secs_till_check"
(#474) Expected 1 space before "="; 0 found
(#474) Expected 1 space after "="; 0 found
(#476) Expected 1 space before "="; 0 found
(#476) Expected 1 space after "="; 0 found
(#477) Expected 1 space before "="; 0 found
(#477) Expected 1 space after "="; 0 found
(#478) The string key "defaultrecorder" is not in the correct order, it should be before "recorder_help"
(#478) Expected 1 space before "="; 0 found
(#478) Expected 1 space after "="; 0 found
(#479) Expected 1 space before "="; 0 found
(#479) Expected 1 space after "="; 0 found
(#480) Expected 1 space before "="; 0 found
(#480) Expected 1 space after "="; 0 found
(#481) The string key "rec_once" is not in the correct order, it should be before "rec_readaloud"
(#481) Expected 1 space before "="; 0 found
(#481) Expected 1 space after "="; 0 found
(#482) Expected 1 space before "="; 0 found
(#482) Expected 1 space after "="; 0 found
(#484) Expected 1 space before "="; 0 found
(#484) Expected 1 space after "="; 0 found
(#486) The string key "close" is not in the correct order, it should be before "transcriber_warning"
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#488) The string key "modelaudiobreaksclear" is not in the correct order, it should be before "modelaudiowarning"
(#488) Expected 1 space before "="; 0 found
(#488) Expected 1 space after "="; 0 found
(#489) Expected 1 space before "="; 0 found
(#489) Expected 1 space after "="; 0 found
(#490) The string key "enablesetuptab" is not in the correct order, it should be before "savemodelaudiomarkup"
(#490) Expected 1 space before "="; 0 found
(#490) Expected 1 space after "="; 0 found
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#492) Expected 1 space before "="; 0 found
(#492) Expected 1 space after "="; 0 found
(#493) Unexpected comment found. Auto-fixing will not work after this comment
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) This comment is 100% valid code; is this commented out code?
(#493) No space found before comment text; expected "// $string['failedttsmarkup']='Unable to mark up speech..';" but found "//$string['failedttsmarkup']='Unable to mark up speech..';"
(#494) The string key "manualbreaktiming" is not in the correct order, it should be before "setup"
(#494) Expected 1 space before "="; 0 found
(#494) Expected 1 space after "="; 0 found
(#496) Expected 1 space before "="; 0 found
(#496) Expected 1 space after "="; 0 found
(#497) The string key "addpassage" is not in the correct order, it should be before "nopassage"
(#497) Expected 1 space before "="; 0 found
(#497) Expected 1 space after "="; 0 found
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#499) The string key "letsaddpassage" is not in the correct order, it should be before "waitforpassage"
(#499) Expected 1 space before "="; 0 found
(#499) Expected 1 space after "="; 0 found
(#502) The string key "readaloud:itemedit" is not in the correct order, it should be before "readaloud:itemview"
(#504) Unexpected comment found. Auto-fixing will not work after this comment
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) This comment is 78% valid code; is this commented out code?
(#504) No space found before comment text; expected "// rsquestions" but found "//rsquestions"
(#505) Unexpected comment found. Auto-fixing will not work after this comment
(#505) No space found before comment text; expected "// $string['durationgradesettings'] = 'Grade Settings ';" but found "//$string['durationgradesettings'] = 'Grade Settings ';"
(#506) Unexpected comment found. Auto-fixing will not work after this comment
(#506) No space found before comment text; expected "// $string['durationboundary']='{$a}: Completion time less than (seconds)';" but found "//$string['durationboundary']='{$a}: Completion time less than (seconds)';"
(#507) Unexpected comment found. Auto-fixing will not work after this comment
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#507) No space found before comment text; expected "// $string['boundarygrade']='{$a}: points ';" but found "//$string['boundarygrade']='{$a}: points ';"
(#508) The string key "numeric" is not in the correct order, it should be before "readaloud:itemedit"
(#508) Expected 1 space before "="; 0 found
(#508) Expected 1 space after "="; 0 found
(#509) The string key "iteminuse" is not in the correct order, it should be before "numeric"
(#509) Expected 1 space before "="; 0 found
(#510) Expected 1 space before "="; 0 found
(#510) Expected 1 space after "="; 0 found
(#511) The string key "moveitemdown" is not in the correct order, it should be before "moveitemup"
(#511) Expected 1 space before "="; 0 found
(#511) Expected 1 space after "="; 0 found
(#513) Unexpected comment found. Auto-fixing will not work after this comment
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) No space found before comment text; expected "// questions" but found "//questions"
(#514) Expected 1 space after "="; 0 found
(#515) The string key "managersquestions" is not in the correct order, it should be before "rsquestions"
(#515) Expected 1 space after "="; 0 found
(#516) The string key "correctanswer" is not in the correct order, it should be before "managersquestions"
(#516) Expected 1 space after "="; 0 found
(#518) The string key "addnewitem" is not in the correct order, it should be before "whatdonow"
(#519) The string key "addingitem" is not in the correct order, it should be before "addnewitem"
(#521) The string key "addtextpromptshortitem" is not in the correct order, it should be before "editingitem"
(#521) Expected 1 space before "="; 0 found
(#521) Expected 1 space after "="; 0 found
(#526) The string key "itemcontents" is not in the correct order, it should be before "itemtitle"
(#527) The string key "answer" is not in the correct order, it should be before "itemcontents"
(#529) The string key "audioitemfile" is not in the correct order, it should be before "saveitem"
(#532) The string key "correct" is not in the correct order, it should be before "itemorder"
(#534) The string key "actions" is not in the correct order, it should be before "itemtype"
(#537) The string key "deleteitem" is not in the correct order, it should be before "previewitem"
(#538) The string key "confirmitemdelete" is not in the correct order, it should be before "deleteitem"
(#541) The string key "itemdetails" is not in the correct order, it should be before "noitems"
(#543) The string key "iscorrectlabel" is not in the correct order, it should be before "itemsummary"
(#545) The string key "textboxchoice" is not in the correct order, it should be before "textchoice"
(#546) The string key "audioresponse" is not in the correct order, it should be before "textboxchoice"
(#550) The string key "correct" is not in the correct order, it should be before "shufflequestions"
(#551) The string key "avgcorrect" is not in the correct order, it should be before "correct"
(#555) Expected 1 space before "="; 0 found
(#555) Expected 1 space after "="; 0 found
(#557) The string key "quizcompletedwarning" is not in the correct order, it should be before "waitingforteacher"
(#560) The string key "notmasterinstance" is not in the correct order, it should be before "quizcompletedwarning"
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#561) Expected 1 space before "="; 0 found
(#561) Expected 1 space after "="; 0 found
(#562) Expected 1 space before "="; 0 found
(#562) Expected 1 space after "="; 0 found
(#563) The string key "pushalternatives" is not in the correct order, it should be before "pushpage"
(#563) Expected 1 space before "="; 0 found
(#563) Expected 1 space after "="; 0 found
(#564) Expected 1 space before "="; 0 found
(#564) Expected 1 space after "="; 0 found
(#565) Expected 1 space before "="; 0 found
(#565) Expected 1 space after "="; 0 found
(#567) Expected 1 space before "="; 0 found
(#567) Expected 1 space after "="; 0 found
(#568) Expected 1 space before "="; 0 found
(#568) Expected 1 space after "="; 0 found
(#569) Expected 1 space before "="; 0 found
(#569) Expected 1 space after "="; 0 found
(#571) Expected 1 space before "="; 0 found
(#571) Expected 1 space after "="; 0 found
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#573) Expected 1 space before "="; 0 found
(#573) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#576) Expected 1 space before "="; 0 found
(#576) Expected 1 space after "="; 0 found
(#577) Expected 1 space before "="; 0 found
(#577) Expected 1 space after "="; 0 found
(#579) Expected 1 space before "="; 0 found
(#579) Expected 1 space after "="; 0 found
(#580) Expected 1 space before "="; 0 found
(#580) Expected 1 space after "="; 0 found
(#581) Expected 1 space before "="; 0 found
(#581) Expected 1 space after "="; 0 found
(#583) The string key "pushcanexitearly" is not in the correct order, it should be before "pushtimelimit_done"
(#583) Expected 1 space before "="; 0 found
(#583) Expected 1 space after "="; 0 found
(#584) Expected 1 space before "="; 0 found
(#584) Expected 1 space after "="; 0 found
(#585) Expected 1 space before "="; 0 found
(#585) Expected 1 space after "="; 0 found
(#587) Expected 1 space before "="; 0 found
(#587) Expected 1 space after "="; 0 found
(#588) Expected 1 space before "="; 0 found
(#588) Expected 1 space after "="; 0 found
(#589) Expected 1 space before "="; 0 found
(#589) Expected 1 space after "="; 0 found
(#591) The string key "pushgradesettings" is not in the correct order, it should be before "pushmodes_done"
(#591) Expected 1 space before "="; 0 found
(#591) Expected 1 space after "="; 0 found
(#592) Expected 1 space before "="; 0 found
(#592) Expected 1 space after "="; 0 found
(#593) Expected 1 space before "="; 0 found
(#593) Expected 1 space after "="; 0 found
(#595) Expected 1 space before "="; 0 found
(#595) Expected 1 space after "="; 0 found
(#596) Expected 1 space before "="; 0 found
(#596) Expected 1 space after "="; 0 found
(#597) Expected 1 space before "="; 0 found
(#597) Expected 1 space after "="; 0 found
(#599) The string key "masterinstance" is not in the correct order, it should be before "pushttsmodelaudio_done"
(#599) Expected 1 space before "="; 0 found
(#599) Expected 1 space after "="; 0 found
(#600) Expected 1 space before "="; 0 found
(#600) Expected 1 space after "="; 0 found
(#602) Expected 1 space before "="; 0 found
(#603) The string key "pushpage_clonecount" is not in the correct order, it should be before "pushpage_explanation"
(#603) Expected 1 space before "="; 0 found
(#604) Expected 1 space before "="; 0 found
(#607) The string key "disableshadowgrading" is not in the correct order, it should be before "pushpage_noclones"
(#609) Unexpected comment found. Auto-fixing will not work after this comment
(#609) Inline comments must start with a capital letter, digit or 3-dots sequence
(#609) This comment is 78% valid code; is this commented out code?
(#609) No space found before comment text; expected "// $string['gradeable'] = "Gradeable";" but found "//$string['gradeable'] = "Gradeable";"
(#610) The string key "developer" is not in the correct order, it should be before "disableshadowgrading_details"
(#614) Unexpected comment found. Auto-fixing will not work after this comment
(#614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#614) This comment is 74% valid code; is this commented out code?
(#614) No space found before comment text; expected "// $string['memberdashboard'] = "Member Dashboard";" but found "//$string['memberdashboard'] = "Member Dashboard";"
(#615) Unexpected comment found. Auto-fixing will not work after this comment
(#615) No space found before comment text; expected "// $string['memberdashboard_desc'] = "";" but found "//$string['memberdashboard_desc'] = "";"
(#616) The string key "fillcredentials" is not in the correct order, it should be before "freetrial_desc"
(#616) Expected 1 space before "="; 0 found
(#616) Expected 1 space after "="; 0 found
(#617) Expected 1 space before "="; 0 found
(#617) Expected 1 space after "="; 0 found
(#618) The string key "viewend" is not in the correct order, it should be before "viewstart"
(#618) Expected 1 space before "="; 0 found
(#618) Expected 1 space after "="; 0 found
(#619) Expected 1 space before "="; 0 found
(#619) Expected 1 space after "="; 0 found
(#620) The string key "viewend_help" is not in the correct order, it should be before "viewstart_help"
(#620) Expected 1 space before "="; 0 found
(#620) Expected 1 space after "="; 0 found
(#621) The string key "activitydate:submissionsdue" is not in the correct order, it should be before "viewend_help"
(#624) Expected 1 space before "="; 0 found
(#624) Expected 1 space after "="; 0 found
(#625) The string key "activityisclosed" is not in the correct order, it should be before "activityisnotopenyet"
(#625) Expected 1 space before "="; 0 found
(#625) Expected 1 space after "="; 0 found
(#626) Expected 1 space before "="; 0 found
(#626) Expected 1 space after "="; 0 found
(#627) Expected 1 space before "="; 0 found
(#627) Expected 1 space after "="; 0 found
(#628) The string key "activityopenscloses" is not in the correct order, it should be before "until"
(#628) Expected 1 space before "="; 0 found
(#628) Expected 1 space after "="; 0 found
(#629) Expected 1 space before "="; 0 found
(#629) Expected 1 space after "="; 0 found
(#631) The string key "guidedtranscriptionadmin" is not in the correct order, it should be before "nottsvoice"
(#631) Expected 1 space before "="; 0 found
(#632) Unexpected comment found. Auto-fixing will not work after this comment
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) This comment is 88% valid code; is this commented out code?
(#632) No space found before comment text; expected "// $string['show_guidedtranscriptionadmin']= "Guided Transcription Admin";" but found "//$string['show_guidedtranscriptionadmin']= "Guided Transcription Admin";"
(#633) The string key "guidedtrans_corpus" is not in the correct order, it should be before "guidedtranscriptionadmin"
(#633) Expected 1 space before "="; 0 found
(#633) Expected 1 space after "="; 0 found
(#634) Expected 1 space before "="; 0 found
(#634) Expected 1 space after "="; 0 found
(#635) Expected 1 space before "="; 0 found
(#635) Expected 1 space after "="; 0 found
(#637) The string key "applysettingsrange" is not in the correct order, it should be before "usecorpuschanged"
(#637) Expected 1 space before "="; 0 found
(#637) Expected 1 space after "="; 0 found
(#638) The string key "apply_activity" is not in the correct order, it should be before "applysettingsrange"
(#638) Expected 1 space before "="; 0 found
(#638) Expected 1 space after "="; 0 found
(#639) Expected 1 space before "="; 0 found
(#639) Expected 1 space after "="; 0 found
(#640) Expected 1 space before "="; 0 found
(#640) Expected 1 space after "="; 0 found
(#642) Expected 1 space before "="; 0 found
(#642) Expected 1 space after "="; 0 found
(#643) Expected 1 space before "="; 0 found
(#643) Expected 1 space after "="; 0 found
(#644) Expected 1 space before "="; 0 found
(#644) Expected 1 space after "="; 0 found
(#645) Expected 1 space before "="; 0 found
(#645) Expected 1 space after "="; 0 found
(#646) Expected 1 space before "="; 0 found
(#646) Expected 1 space after "="; 0 found
(#647) Expected 1 space before "="; 0 found
(#647) Expected 1 space after "="; 0 found
(#648) Expected 1 space before "="; 0 found
(#648) Expected 1 space after "="; 0 found
(#649) The string key "pushcorpus_button" is not in the correct order, it should be before "pushcorpus_details"
(#649) Expected 1 space before "="; 0 found
(#649) Expected 1 space after "="; 0 found
(#650) The string key "corpuspushed" is not in the correct order, it should be before "pushcorpus_button"
(#650) Expected 1 space before "="; 0 found
(#650) Expected 1 space after "="; 0 found
(#657) The string key "courseattemptsreport" is not in the correct order, it should be before "passagekey_help"
(#658) The string key "courseattemptsheading" is not in the correct order, it should be before "courseattemptsreport"
(#659) Expected 1 space before "="; 0 found
(#659) Expected 1 space after "="; 0 found
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#661) The string key "activityname" is not in the correct order, it should be before "studentname"
(#661) Expected 1 space before "="; 0 found
(#661) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#663) The string key "activitywords" is not in the correct order, it should be before "errorcount"
(#663) Expected 1 space before "="; 0 found
(#663) Expected 1 space after "="; 0 found
(#664) Expected 1 space before "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#665) The string key "oralreadingscore" is not in the correct order, it should be before "readingtime"
(#665) Expected 1 space before "="; 0 found
(#665) Expected 1 space after "="; 0 found
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#668) The string key "courseattempts_explanation" is not in the correct order, it should be before "reportsmenutoptext"
(#668) Expected 1 space before "="; 0 found
(#668) Expected 1 space after "="; 0 found
(#669) The string key "attemptssummary_explanation" is not in the correct order, it should be before "courseattempts_explanation"
(#669) Expected 1 space before "="; 0 found
(#669) 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
(#673) The string key "advancedheader" is not in the correct order, it should be before "customfont_help"
(#673) Expected 1 space before "="; 0 found
(#673) 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
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#678) The string key "missedwords_explanation" is not in the correct order, it should be before "missedwordsreport"
(#678) Expected 1 space before "="; 0 found
(#678) Expected 1 space after "="; 0 found
(#679) The string key "missed_count" is not in the correct order, it should be before "missedwords_explanation"
(#682) Expected 1 space before "="; 0 found
(#682) Expected 1 space after "="; 0 found
(#683) The string key "unit_percent" is not in the correct order, it should be before "unit_wpm"
(#683) Expected 1 space before "="; 0 found
(#683) Expected 1 space after "="; 0 found
(#684) Expected 1 space before "="; 0 found
(#684) Expected 1 space after "="; 0 found
(#686) The string key "confirm_cancel_recording" is not in the correct order, it should be before "unit_words"
(#686) Expected 1 space before "="; 0 found
(#686) Expected 1 space after "="; 0 found
(#687) The string key "aitextutilsshow" is not in the correct order, it should be before "confirm_cancel_recording"
(#687) Expected 1 space before "="; 0 found
(#687) Expected 1 space after "="; 0 found
(#688) The string key "aitextutilshide" is not in the correct order, it should be before "aitextutilsshow"
(#688) Expected 1 space before "="; 0 found
(#688) Expected 1 space after "="; 0 found
(#689) Expected 1 space before "="; 0 found
(#689) Expected 1 space after "="; 0 found
(#690) Expected 1 space before "="; 0 found
(#690) Expected 1 space after "="; 0 found
(#691) The string key "article-topic-here" is not in the correct order, it should be before "textsimplifier_instructions"
(#691) Expected 1 space before "="; 0 found
(#691) Expected 1 space after "="; 0 found
(#692) Expected 1 space before "="; 0 found
(#692) Expected 1 space after "="; 0 found
(#693) Expected 1 space before "="; 0 found
(#693) Expected 1 space after "="; 0 found
(#694) The string key "entersomething" is not in the correct order, it should be before "simplify-text"
(#694) Expected 1 space before "="; 0 found
(#694) Expected 1 space after "="; 0 found
(#695) Expected 1 space before "="; 0 found
(#695) Expected 1 space after "="; 0 found
(#696) Expected 1 space before "="; 0 found
(#696) Expected 1 space after "="; 0 found
(#697) The string key "reallyoverwritepassage" is not in the correct order, it should be before "textoverwriteconfirm"
(#697) Expected 1 space before "="; 0 found
(#697) Expected 1 space after "="; 0 found
(#698) The string key "overwrite" is not in the correct order, it should be before "reallyoverwritepassage"
(#698) Expected 1 space before "="; 0 found
(#698) Expected 1 space after "="; 0 found
(#699) The string key "cancel" is not in the correct order, it should be before "overwrite"
(#699) Expected 1 space before "="; 0 found
(#699) Expected 1 space after "="; 0 found
(#700) Expected 1 space before "="; 0 found
(#700) Expected 1 space after "="; 0 found
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#702) Expected 1 space before "="; 0 found
(#702) Expected 1 space after "="; 0 found
(#703) Expected 1 space before "="; 0 found
(#703) Expected 1 space after "="; 0 found
(#704) Expected 1 space before "="; 0 found
(#704) Expected 1 space after "="; 0 found
(#705) Expected 1 space before "="; 0 found
(#705) Expected 1 space after "="; 0 found
(#706) Expected 1 space before "="; 0 found
(#706) Expected 1 space after "="; 0 found
(#707) The string key "datatables_paginate_first" is not in the correct order, it should be before "datatables_zerorecords"
(#707) Expected 1 space before "="; 0 found
(#707) Expected 1 space after "="; 0 found
(#708) Expected 1 space before "="; 0 found
(#708) Expected 1 space after "="; 0 found
(#709) Expected 1 space before "="; 0 found
(#709) Expected 1 space after "="; 0 found
(#710) Expected 1 space before "="; 0 found
(#710) Expected 1 space after "="; 0 found
(#711) The string key "datatables_emptytable" is not in the correct order, it should be before "datatables_paginate_previous"
(#711) Expected 1 space before "="; 0 found
(#711) Expected 1 space after "="; 0 found
(#712) The string key "datatables_aria_sortascending" is not in the correct order, it should be before "datatables_emptytable"
(#712) Expected 1 space before "="; 0 found
(#712) Expected 1 space after "="; 0 found
(#713) Expected 1 space before "="; 0 found
(#713) Expected 1 space after "="; 0 found
(#714) Expected 1 space before "="; 0 found
(#714) Expected 1 space after "="; 0 found
(#715) Expected 1 space before "="; 0 found
(#715) Expected 1 space after "="; 0 found
(#716) The string key "three" is not in the correct order, it should be before "two"
(#716) Expected 1 space before "="; 0 found
(#716) Expected 1 space after "="; 0 found
(#717) The string key "four" is not in the correct order, it should be before "three"
(#717) Expected 1 space before "="; 0 found
(#717) Expected 1 space after "="; 0 found
(#718) The string key "five" is not in the correct order, it should be before "four"
(#718) Expected 1 space before "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#719) Expected 1 space before "="; 0 found
(#719) Expected 1 space after "="; 0 found
(#720) Expected 1 space before "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#721) Expected 1 space before "="; 0 found
(#721) Expected 1 space after "="; 0 found
(#722) Expected 1 space before "="; 0 found
(#722) Expected 1 space after "="; 0 found
mod/readaloud/lang/es/readaloud.php
(#1) Moodle boilerplate not found
(#17) The string key "normalhelp" is not in the correct order, it should be before "previewhelp"
(#19) The string key "landrhelp" is not in the correct order, it should be before "shadowhelp"
mod/readaloud/lib.php
(#2) Moodle boilerplate not found at first line
(#32) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#34) Import statements must not begin with a leading backslash
(#35) Import statements must not begin with a leading backslash
(#37) 80 slashes comments are not allowed; use "// Comment." instead
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) 80 slashes comments are not allowed; use "// Comment." instead
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) 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"
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#68) Expected 1 space before "=="; 0 found
(#68) Expected 1 space after "=="; 0 found
(#70) Expected "} else {\n"; found "}else{\n"
(#94) Short array syntax must be used to define arrays
(#97) Missing docblock for function readaloud_editor_with_files_options
(#98) Short array syntax must be used to define arrays
(#102) Missing docblock for function readaloud_editor_no_files_options
(#103) Short array syntax must be used to define arrays
(#106) Missing docblock for function readaloud_picturefile_options
(#106) Expected 1 space before opening brace; found 0
(#107) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#114) Docblock tag "@global" is not recommended.
(#115) Docblock tag "@global" is not recommended.
(#125) Short array syntax must be used to define arrays
(#137) Docblock tag "@global" is not recommended.
(#138) Docblock tag "@global" is not recommended.
(#146) Short array syntax must be used to define arrays
(#153) Short array syntax must be used to define arrays
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// delete AI grades" but found "//delete AI grades"
(#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
(#163) Short array syntax must be used to define arrays
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#169) Short array syntax must be used to define arrays
(#170) Short array syntax must be used to define arrays
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// workaround for buggy PHP versions" but found "//workaround for buggy PHP versions"
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) No space found before comment text; expected "// it may not be always present" but found "//it may not be always present"
(#193) Short array syntax must be used to define arrays
(#195) Short array syntax must be used to define arrays
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) No space found before comment text; expected "// if we are machine grading we need to fetch the error estimate" but found "//if we are machine grading we need to fetch the error estimate"
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// hard coded to no error estimate since we turned off the feature" but found "//hard coded to no error estimate since we turned off the feature"
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Short array syntax must be used to define arrays
(#243) Short array syntax must be used to define arrays
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// 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"
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) 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"
(#282) Expected "if (...) {\n"; found "if(...){\n"
(#284) Expected "} else {\n"; found "}else{\n"
(#286) Expected 1 space after "="; 0 found
(#293) Logical operator "and" is prohibited; use "&&" instead
(#307) Docblock tag "@global" is not recommended.
(#308) Docblock tag "@global" is not recommended.
(#316) Short array syntax must be used to define arrays
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) No space found before comment text; expected "// aigrades sql" but found "//aigrades sql"
(#331) Variable "ai_sql" must not contain underscores.
(#332) Line exceeds 132 characters; contains 147 characters
(#337) Variable "human_sql" must not contain underscores.
(#338) Whitespace found at end of line within string
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) No space found before comment text; expected "// from which table do we get these grades.." but found "//from which table do we get these grades.."
(#345) Variable "ai_sql" must not contain underscores.
(#346) Variable "human_sql" must not contain underscores.
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) No space found before comment text; expected "// here we loop through and choose the higher of the ai or human grades" but found "//here we loop through and choose the higher of the ai or human grades"
(#358) Usage of ELSEIF not allowed; use ELSE IF instead
(#359) Variable "ai_sql" must not contain underscores.
(#362) Variable "human_sql" must not contain underscores.
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) No space found before comment text; expected "// aigrades sql" but found "//aigrades sql"
(#371) Variable "ai_sql" must not contain underscores.
(#372) Line exceeds 132 characters; contains 151 characters
(#373) Line exceeds maximum limit of 180 characters; contains 256 characters
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) No space found before comment text; expected "// human_sql" but found "//human_sql"
(#378) Variable "human_sql" must not contain underscores.
(#380) Line exceeds maximum limit of 180 characters; contains 222 characters
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) No space found before comment text; expected "// hybrid sql" but found "//hybrid sql"
(#385) Variable "hybrid_sql" must not contain underscores.
(#385) Line exceeds 132 characters; contains 169 characters
(#386) Line exceeds 132 characters; contains 151 characters
(#387) Line exceeds maximum limit of 180 characters; contains 256 characters
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#391) No space found before comment text; expected "// from which table do we get these grades.." but found "//from which table do we get these grades.."
(#393) Variable "hybrid_sql" must not contain underscores.
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#403) Usage of ELSEIF not allowed; use ELSE IF instead
(#404) Variable "ai_sql" must not contain underscores.
(#407) Variable "human_sql" must not contain underscores.
(#411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) No space found before comment text; expected "// return results" but found "//return results"
(#415) Missing docblock for function readaloud_get_completion_state
(#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 "// this is called internally only" but found "//this is called internally only"
(#420) Missing docblock for function readaloud_is_complete
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) Short array syntax must be used to define arrays
(#433) Short array syntax must be used to define arrays
(#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 "// choose greater or ai or human score" but found "//choose greater or ai or human score"
(#441) Usage of ELSEIF not allowed; use ELSE IF instead
(#443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#443) No space found before comment text; expected "// choose AI grades only" but found "//choose AI grades only"
(#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 "// choose human grades only" but found "//choose human grades only"
(#461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) No space found before comment text; expected "// check completion reqs against satisfied conditions" but found "//check completion reqs against satisfied conditions"
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) Inline comments must end in full-stops, exclamation marks, or question marks
(#464) No space found before comment text; expected "// return our success flag" but found "//return our success flag"
(#478) Missing docblock for function readaloud_get_editornames
(#479) Inline comments must start with a capital letter, digit or 3-dots sequence
(#479) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) No space found before comment text; expected "// we removed "passage" to force plain text 30/10/2021" but found "//we removed "passage" to force plain text 30/10/2021"
(#480) Short array syntax must be used to define arrays
(#483) Missing docblock for function readaloud_process_editors
(#483) 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.
(#494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) No space found before comment text; expected "// do the passage picture field" but found "//do the passage picture field"
(#495) Expected 1 space before "="; 0 found
(#495) Expected 1 space after "="; 0 found
(#496) Line exceeds 132 characters; contains 161 characters
(#513) 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.
(#519) Line exceeds 132 characters; contains 134 characters
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#519) No space found before comment text; expected "// trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)" but found "//trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)"
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) No space found before comment text; expected "// do phonetics" but found "//do phonetics"
(#523) Commas (,) must be followed by white space.
(#523) Commas (,) must be followed by white space.
(#526) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#529) Inline comments must start with a capital letter, digit or 3-dots sequence
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) No space found before comment text; expected "// we want to process the hashcode and lang model if it makes sense" but found "//we want to process the hashcode and lang model if it makes sense"
(#530) Expected "if (...) {\n"; found "if(...){\n"
(#531) Commas (,) must be followed by white space.
(#532) Expected "if (...) {\n"; found "if(...){\n"
(#533) Expected 1 space after "="; 0 found
(#534) Inline comments must start with a capital letter, digit or 3-dots sequence
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#534) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#536) Expected "if (...) {\n"; found "if (...){\n"
(#537) Expected 1 space after "="; 0 found
(#538) Expected "} else {\n"; found "}else{\n"
(#539) Expected 1 space after "="; 0 found
(#541) Expected "} else {\n"; found "}else{\n"
(#542) Expected 1 space after "="; 0 found
(#546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#546) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) No space found before comment text; expected "// we want to create a polly record and speechmarks, if we have a passage" but found "//we want to create a polly record and speechmarks, if we have a passage"
(#547) Expected "if (...) {\n"; found "if(...) {\n"
(#549) Commas (,) must be followed by white space.
(#551) Expected "if (...) {\n"; found "if(...) {\n"
(#555) Expected "if (...) {\n"; found "if(...) {\n"
(#556) Commas (,) must be followed by white space.
(#556) Commas (,) must be followed by white space.
(#557) Commas (,) must be followed by white space.
(#563) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#588) 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.
(#591) Short array syntax must be used to define arrays
(#598) Line exceeds 132 characters; contains 134 characters
(#598) Inline comments must start with a capital letter, digit or 3-dots sequence
(#598) Inline comments must end in full-stops, exclamation marks, or question marks
(#598) No space found before comment text; expected "// trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)" but found "//trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)"
(#601) Inline comments must start with a capital letter, digit or 3-dots sequence
(#601) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) No space found before comment text; expected "// we want to process the hashcode and lang model if it makes sense" but found "//we want to process the hashcode and lang model if it makes sense"
(#602) Commas (,) must be followed by white space.
(#602) Short array syntax must be used to define arrays
(#602) Expected 1 space before "=>"; 0 found
(#602) Expected 1 space after "=>"; 0 found
(#604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) No space found before comment text; expected "// update the phonetic if it has changed" but found "//update the phonetic if it has changed"
(#605) Commas (,) must be followed by white space.
(#605) Commas (,) must be followed by white space.
(#610) Commas (,) must be followed by white space.
(#611) Expected "if (...) {\n"; found "if(...){\n"
(#612) Inline comments must start with a capital letter, digit or 3-dots sequence
(#612) Inline comments must end in full-stops, exclamation marks, or question marks
(#612) No space found before comment text; expected "// check if it has changed, if not do not waste time processing it" but found "//check if it has changed, if not do not waste time processing it"
(#613) Expected "if (...) {\n"; found "if(...) {\n"
(#613) Expected 1 space before "!="; 0 found
(#614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#614) Inline comments must end in full-stops, exclamation marks, or question marks
(#614) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#615) Expected "if (...) {\n"; found "if(...) {\n"
(#617) Expected "if (...) {\n"; found "if (...) {\n"
(#624) Line exceeds 132 characters; contains 141 characters
(#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 "// we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)" but found "//we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)"
(#625) Expected 1 space after "="; 0 found
(#627) Expected "if (...) {\n"; found "if(...){\n"
(#628) Inline comments must start with a capital letter, digit or 3-dots sequence
(#628) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) No space found before comment text; expected "// if it has changed OR voice has changed we need to do some work" but found "//if it has changed OR voice has changed we need to do some work"
(#629) Expected "if (...) {\n"; found "if(...) {\n"
(#629) Expected 1 space before "!="; 0 found
(#637) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) No space found before comment text; expected "// We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio" but found "//We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio"
(#638) Expected "if (...) {\n"; found "if(...) {\n"
(#640) Commas (,) must be followed by white space.
(#641) Expected "if (...) {\n"; found "if(...) {\n"
(#645) Expected "if (...) {\n"; found "if(...) {\n"
(#646) Commas (,) must be followed by white space.
(#646) Commas (,) must be followed by white space.
(#647) Expected "if (...) {\n"; found "if(...){\n"
(#647) Expected 1 space before ">"; 0 found
(#647) Expected 1 space after ">"; 0 found
(#648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) No space found before comment text; expected "// we no longer sync. It just is not the correct behaviour if the passage/speech has changed" but found "//we no longer sync. It just is not the correct behaviour if the passage/speech has changed"
(#649) Commas (,) must be followed by white space.
(#649) Commas (,) must be followed by white space.
(#650) Expected "} else {\n"; found "}else {\n"
(#651) Commas (,) must be followed by white space.
(#661) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) Inline comments must end in full-stops, exclamation marks, or question marks
(#661) No space found before comment text; expected "// if the region has changed we might need a new corpushash" but found "//if the region has changed we might need a new corpushash"
(#662) Expected "if (...) {\n"; found "if(...){\n"
(#662) Expected 1 space before "=="; 0 found
(#662) Expected 1 space after "=="; 0 found
(#663) Expected "if (...) {\n"; found "if(...) {\n"
(#667) Expected "if (...) {\n"; found "if(...) {\n"
(#669) Expected "} else {\n"; found "}else{\n"
(#671) Short array syntax must be used to define arrays
(#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
(#683) Variable "update_grades" must not contain underscores.
(#684) Variable "update_grades" must not contain underscores.
(#704) Short array syntax must be used to define arrays
(#708) Perl-style comments are not allowed; use "// Comment." instead
(#710) Short array syntax must be used to define arrays
(#753) Inline comments must end in full-stops, exclamation marks, or question marks
(#753) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#798) Docblock tag "@example" is not recommended.
(#802) Short array syntax must be used to define arrays
(#805) 80 slashes comments are not allowed; use "// Comment." instead
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#807) 80 slashes comments are not allowed; use "// Comment." instead
(#823) Inline doc block comments are not allowed; use "// Comment." instead
(#823) Docblock tag "@example" is not recommended.
(#824) Logical operator "and" is prohibited; use "&&" instead
(#824) Short array syntax must be used to define arrays
(#842) Inline doc block comments are not allowed; use "// Comment." instead
(#842) Docblock tag "@example" is not recommended.
(#843) Logical operator "and" is prohibited; use "&&" instead
(#843) Short array syntax must be used to define arrays
(#850) 80 slashes comments are not allowed; use "// Comment." instead
(#852) Inline comments must end in full-stops, exclamation marks, or question marks
(#852) 80 slashes comments are not allowed; use "// Comment." instead
(#904) Short array syntax must be used to define arrays
(#925) Logical operator "or" is prohibited; use "||" instead
(#929) Inline comments must start with a capital letter, digit or 3-dots sequence
(#929) Inline comments must end in full-stops, exclamation marks, or question marks
(#933) 80 slashes comments are not allowed; use "// Comment." instead
(#935) Inline comments must end in full-stops, exclamation marks, or question marks
(#935) 80 slashes comments are not allowed; use "// Comment." instead
(#959) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $readaloudnode.
(#961) Missing docblock for function mod_readaloud_cm_info_dynamic
(#962) Commas (,) must be followed by white space.
(#963) Expected 1 space before "="; 0 found
(#963) Short array syntax must be used to define arrays
(#964) Line indented incorrectly; expected 4 spaces, found 8
(#964) Expected "if (...) {\n"; found "if(...) {\n"
(#964) Commas (,) must be followed by white space.
(#967) Line indented incorrectly; expected 4 spaces, found 8
(#968) Whitespace found at end of line
(#970) Missing docblock for function readaloud_get_coursemodule_info
(#972) Expected "if (...) {\n"; found "if(...){\n"
(#972) Expected 1 space before "="; 0 found
(#972) Short array syntax must be used to define arrays
mod/readaloud/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"
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) No space found before comment text; expected "// is the attempt if OK?" but found "//is the attempt if OK?"
(#53) Short array syntax must be used to define arrays
(#55) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// we always head back to the readaloud attempts page" but found "//we always head back to the readaloud attempts page"
(#64) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#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 "// handle delete actions" but found "//handle delete actions"
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) 7 slashes comments are not allowed; use "// Comment." instead
(#80) Short array syntax must be used to define arrays
(#80) Line exceeds 132 characters; contains 135 characters
(#82) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#84) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#84) Short array syntax must be used to define arrays
(#85) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#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 "// delete AI grades for this attempt too" but found "//delete AI grades for this attempt too"
(#89) Short array syntax must be used to define arrays
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) 7 slashes comments are not allowed; use "// Comment." instead
(#98) Commas (,) must be followed by white space.
(#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 "// 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"
(#103) Expected "if (...) {\n"; found "if(...) {\n"
(#103) Expected 1 space after "!="; 0 found
(#104) Short array syntax must be used to define arrays
(#105) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#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
(#108) No space found before comment text; expected "// delete AI grades for this activity too" but found "//delete AI grades for this activity too"
(#109) Short array syntax must be used to define arrays
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// we should never get here" but found "//we should never get here"
(#118) File must end with a newline character
mod/readaloud/mod_form.php
(#2) Moodle boilerplate not found at first line
(#33) Import statements must not begin with a leading backslash
(#34) Import statements must not begin with a leading backslash
(#41) Missing docblock for function __construct
(#41) Commas (,) must be followed by white space.
(#58) Short array syntax must be used to define arrays
(#61) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#78) No space found before comment text; expected "// Add this activity specific form fields" but found "//Add this activity specific form fields"
(#79) 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"
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Commas (,) must be followed by white space.
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) No space found before comment text; expected "// grade options for how to grade with multiple attempts." but found "//grade options for how to grade with multiple attempts."
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Visibility must be declared on method "add_completion_rules"
(#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 "// minimum grade" but found "//minimum grade"
(#111) Short array syntax must be used to define arrays
(#111) Line exceeds 132 characters; contains 135 characters
(#115) Short array syntax must be used to define arrays
(#118) Missing docblock for function completion_rule_enabled
(#118) Visibility must be declared on method "completion_rule_enabled"
(#122) Missing docblock for function data_preprocessing
(#122) Variable "form_data" must not contain underscores.
(#124) Variable "form_data" must not contain underscores.
(#124) Variable "form_data" must not contain underscores.
(#124) Commas (,) must be followed by white space.
(#129) Line indented incorrectly; expected 4 spaces, found 0
(#129) Missing docblock for function validation
(#131) Whitespace found at end of line
(#132) Line indented incorrectly; expected 8 spaces, found 10
(#136) Closing brace indented incorrectly; expected 10 spaces, found 8
(#137) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#141) Closing brace indented incorrectly; expected 0 spaces, found 4
mod/readaloud/modelaudio.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
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// From model audio form (flags, to show upload)" but found "//From model audio form (flags, to show upload)"
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#48) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#48) Commas (,) must be followed by white space.
(#52) Short array syntax must be used to define arrays
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#58) Whitespace found at end of line
(#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 "// get token" but found "//get token"
(#62) Commas (,) must be followed by white space.
(#66) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// process form submission" but found "//process form submission"
(#80) Expected 1 space before "!="; 0 found
(#80) Expected 1 space after "!="; 0 found
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) No space found before comment text; expected "// both the cancel and "upload audio file" just fall through." but found "//both the cancel and "upload audio file" just fall through."
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Short array syntax must be used to define arrays
(#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 "// register our transcribe task" but found "//register our transcribe task"
(#108) Short array syntax must be used to define arrays
(#109) There should be a comma after the last array item in a multi-line array.
(#116) Variable "ma_matches" must not contain underscores.
(#117) Commas (,) must be followed by white space.
(#117) Variable "ma_matches" must not contain underscores.
(#117) Commas (,) must be followed by white space.
(#120) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#136) Line indented incorrectly; expected 8 spaces, found 12
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#140) Line exceeds 132 characters; contains 135 characters
(#142) Line indented incorrectly; expected 8 spaces, found 16
(#144) Line indented incorrectly; expected 8 spaces, found 16
(#145) Line exceeds 132 characters; contains 135 characters
(#146) Line indented incorrectly; expected 8 spaces, found 16
(#147) Line indented incorrectly; expected 8 spaces, found 12
(#149) Short array syntax must be used to define arrays
(#150) Expected 1 space after "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Expected 1 space before "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) 3 slashes comments are not allowed; use "// Comment." instead
(#166) Expected "if (...) {\n"; found "if(...){\n"
(#168) Expected "} else {\n"; found "}else{\n"
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 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"
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) No space found before comment text; expected "// SENTENCE SPLITTER BY PAUL" but found "//SENTENCE SPLITTER BY PAUL"
(#181) This comment is 60% valid code; is this commented out code?
(#198) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#199) Commas (,) must be followed by white space.
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// show the recorder section" but found "//show the recorder section"
(#204) Commas (,) must be followed by white space.
(#205) Commas (,) must be followed by white space.
(#206) Commas (,) must be followed by white space.
(#206) Commas (,) must be followed by white space.
(#206) Expected 1 space before "!="; 0 found
(#206) Expected 1 space after "!="; 0 found
(#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 "// show the recorder form" but found "//show the recorder form"
(#208) Short array syntax must be used to define arrays
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#212) Short array syntax must be used to define arrays
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) No space found before comment text; expected "// show the player" but found "//show the player"
(#220) Commas (,) must be followed by white space.
(#221) Commas (,) must be followed by white space.
(#222) Expected "if (...) {\n"; found "if(...) {\n"
(#222) Expected 1 space before "=="; 0 found
(#222) Expected 1 space after "=="; 0 found
(#224) Expected "} else {\n"; found "}else{\n"
(#225) Commas (,) must be followed by white space.
(#228) No space found before comment text; expected "// In debugging, we might want to view the recorded audio transcript." but found "//In debugging, we might want to view the recorded audio transcript."
(#229) No space found before comment text; expected "// echo $modelaudiorenderer->render_view_transcript_button();" but found "//echo $modelaudiorenderer->render_view_transcript_button();"
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// echo $modelaudiorenderer->render_view_transcript();" but found "//echo $modelaudiorenderer->render_view_transcript();"
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) No space found before comment text; expected "// show the clickable passage + breaks editor" but found "//show the clickable passage + breaks editor"
(#236) Commas (,) must be followed by white space.
(#237) Commas (,) must be followed by white space.
(#239) Commas (,) must be followed by white space.
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// show the breaks form" but found "//show the breaks form"
(#243) Short array syntax must be used to define arrays
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#247) Short array syntax must be used to define arrays
(#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 "// clear breaks button" but found "//clear breaks button"
(#253) Short array syntax must be used to define arrays
(#253) Commas (,) must be followed by white space.
(#253) Line exceeds 132 characters; contains 148 characters
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) No space found before comment text; expected "// auto-generate model audio breaks button" but found "//auto-generate model audio breaks button"
(#257) Short array syntax must be used to define arrays
(#257) Commas (,) must be followed by white space.
(#257) Line exceeds 132 characters; contains 150 characters
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// set up the AMD js and related opts" but found "//set up the AMD js and related opts"
(#261) Variable "modelaudio_opts" must not contain underscores.
(#261) Short array syntax must be used to define arrays
(#262) Variable "modelaudio_opts" must not contain underscores.
(#262) Expected 1 space before "="; 0 found
(#262) Expected 1 space after "="; 0 found
(#263) Variable "modelaudio_opts" must not contain underscores.
(#263) Expected 1 space before "="; 0 found
(#263) Expected 1 space after "="; 0 found
(#264) Variable "modelaudio_opts" must not contain underscores.
(#264) Expected 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#266) Variable "modelaudio_opts" must not contain underscores.
(#268) Variable "opts_html" must not contain underscores.
(#269) Short array syntax must be used to define arrays
(#270) Short array syntax must be used to define arrays
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) No space found before comment text; expected "// this inits the model audio helper JS" but found "//this inits the model audio helper JS"
(#273) Short array syntax must be used to define arrays
(#274) Variable "opts_html" must not contain underscores.
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
mod/readaloud/push.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
(#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
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#48) 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) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Short array syntax must be used to define arrays
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#59) Whitespace found at end of line
(#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 "// fetch the likely number of affected records" but found "//fetch the likely number of affected records"
(#63) Short array syntax must be used to define arrays
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#69) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#70) Short array syntax must be used to define arrays
(#70) Line exceeds 132 characters; contains 151 characters
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Line exceeds 132 characters; contains 157 characters
(#77) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#78) Short array syntax must be used to define arrays
(#78) Line exceeds 132 characters; contains 151 characters
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#84) Expected 1 space after "="; 0 found
(#84) Line exceeds 132 characters; contains 166 characters
(#85) Line exceeds 132 characters; contains 143 characters
(#94) Commas (,) must be followed by white space.
(#94) Short array syntax must be used to define arrays
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Short array syntax must be used to define arrays
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Line exceeds 132 characters; contains 145 characters
(#100) Commas (,) must be followed by white space.
(#100) Commas (,) must be followed by white space.
(#100) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#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) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Line exceeds 132 characters; contains 139 characters
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#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) Line exceeds 132 characters; contains 139 characters
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#115) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#116) Short array syntax must be used to define arrays
(#116) Line exceeds 132 characters; contains 151 characters
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#123) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#124) Short array syntax must be used to define arrays
(#124) Line exceeds 132 characters; contains 151 characters
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Short array syntax must be used to define arrays
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Line exceeds 132 characters; contains 149 characters
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#132) Line exceeds 132 characters; contains 140 characters
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) No space found before comment text; expected "// this should work, but its turned off. I do not think we should mess with gradebook in this way since UI locks up if grades present" but found "//this should work, but its turned off. I do not think we should mess with gradebook in this way since UI locks up if grades present"
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) This comment is 64% valid code; is this commented out code?
(#134) Line indented incorrectly; expected at least 4 spaces, found 0
(#139) Line indented incorrectly; expected at least 4 spaces, found 0
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) 3 slashes comments are not allowed; use "// Comment." instead
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) 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"
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#161) Commas (,) must be followed by white space.
(#161) Line exceeds 132 characters; contains 134 characters
(#162) Commas (,) must be followed by white space.
(#162) Commas (,) must be followed by white space.
(#162) Line exceeds 132 characters; contains 136 characters
(#164) Usage of ELSEIF not allowed; use ELSE IF instead
mod/readaloud/refreshtoken.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file refreshtoken.php. Expected mod_readaloud, found Mod_ReadAloud.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#43) File must end with a newline character
mod/readaloud/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
(#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
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// paging details" but found "//paging details"
(#47) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#58) Short array syntax must be used to define arrays
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#64) Whitespace found at end of line
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Usage of ELSEIF not allowed; use ELSE IF instead
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#76) Short array syntax must be used to define arrays
(#78) There should be a comma after the last array item in a multi-line array.
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#92) Expected "} else {\n"; found "}else{\n"
(#98) Variable "aph_opts" must not contain underscores.
(#98) Short array syntax must be used to define arrays
(#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) No space found before comment text; expected "// this inits the grading helper JS" but found "//this inits the grading helper JS"
(#101) Short array syntax must be used to define arrays
(#101) Variable "aph_opts" must not contain underscores.
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) 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"
(#107) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) No space found before comment text; expected "// this is core renderer stuff" but found "//this is core renderer stuff"
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// not a true report, separate implementation in renderer" but found "//not a true report, separate implementation in renderer"
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) This comment is 56% valid code; is this commented out code?
(#181) This comment is 50% valid code; is this commented out code?
(#190) Expected "if (...) {\n"; found "if(...){\n"
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Expected "} else {\n"; found "}else{\n"
(#199) Expected "} else {\n"; found "}else{\n"
(#217) Expected "if (...) {\n"; found "if(...){\n"
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) 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"
(#224) Commas (,) must be followed by white space.
(#224) Line exceeds 132 characters; contains 147 characters
(#227) Expected "} else {\n"; found "}else {\n"
(#233) Commas (,) must be followed by white space.
(#233) Line exceeds 132 characters; contains 147 characters
(#239) File must end with a newline character
mod/readaloud/rsquestion/managersquestions.php
(#2) Moodle boilerplate not found at first line
(#26) Import statements must not begin with a leading backslash
(#27) Import statements must not begin with a leading backslash
(#28) Import statements must not begin with a leading backslash
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#36) 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) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#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
(#46) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#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 "// make sure we are logged in and can see this form" but found "//make sure we are logged in and can see this form"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// set up the page object" but found "//set up the page object"
(#55) Short array syntax must be used to define arrays
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) No space found before comment text; expected "// are we in new or edit mode?" but found "//are we in new or edit mode?"
(#63) Short array syntax must be used to define arrays
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#63) Line exceeds 132 characters; contains 133 characters
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#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 "// we always head back to the readaloud items page" but found "//we always head back to the readaloud items page"
(#74) Short array syntax must be used to define arrays
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// handle delete actions" but found "//handle delete actions"
(#77) Line indented incorrectly; expected 0 spaces, found 4
(#77) Expected "if (...) {\n"; found "if(...){\n"
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// TODO more intelligent detection of question usage" but found "//TODO more intelligent detection of question usage"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Commas (,) must be followed by white space.
(#79) Short array syntax must be used to define arrays
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 5
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#80) Expected 1 space before ">"; 0 found
(#80) Expected 1 space after ">"; 0 found
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 6
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 5
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 2
(#85) Variable "rsquestion_renderer" must not contain underscores.
(#85) Commas (,) must be followed by white space.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 2
(#87) Variable "rsquestion_renderer" must not contain underscores.
(#87) Commas (,) must be followed by white space.
(#87) Commas (,) must be followed by white space.
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 3
(#88) Short array syntax must be used to define arrays
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 7 slashes comments are not allowed; use "// Comment." instead
(#94) Line indented incorrectly; expected 0 spaces, found 4
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 2
(#96) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#98) Line indented incorrectly; expected 0 spaces, found 4
(#98) Usage of ELSEIF not allowed; use ELSE IF instead
(#98) Expected 1 space before "=="; 0 found
(#98) Expected 1 space after "=="; 0 found
(#98) Expected 1 space before "=="; 0 found
(#98) Expected 1 space after "=="; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#101) Line indented incorrectly; expected 0 spaces, found 4
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#108) Commas (,) must be followed by white space.
(#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 "// get the mform for our item" but found "//get the mform for our item"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line 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 at least 8 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Short array syntax must be used to define arrays
(#116) Line indented incorrectly; expected at least 8 spaces, found 3
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 3
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 11 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#123) Short array syntax must be used to define arrays
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#130) Short array syntax must be used to define arrays
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 4 spaces, found 1
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 "// if the cancel button was pressed, we are out of here" but found "//if the cancel button was pressed, we are out of here"
(#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 we have data, then our job here is to save it and return to the quiz edit page" but found "//if we have data, then our job here is to save it and return to the quiz edit page"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 4 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 2
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 4 spaces, found 2
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 4 spaces, found 2
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 4 spaces, found 2
(#159) Expected 1 space before "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Line indented incorrectly; expected at least 4 spaces, found 2
(#161) No space found before comment text; expected "// first insert a new item if we need to" but found "//first insert a new item if we need to"
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Line indented incorrectly; expected at least 4 spaces, found 2
(#162) No space found before comment text; expected "// that will give us a itemid, we need that for saving files" but found "//that will give us a itemid, we need that for saving files"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 2
(#163) Expected "if (...) {\n"; found "if(...){\n"
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 3
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 3
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Whitespace found at end of line
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 3
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Line indented incorrectly; expected at least 8 spaces, found 3
(#169) No space found before comment text; expected "// get itemorder" but found "//get itemorder"
(#172) Line indented incorrectly; expected 8 spaces, found 12
(#172) Expected "if (...) {\n"; found "if(...){\n"
(#172) Expected 1 space before ">"; 0 found
(#172) Expected 1 space after ">"; 0 found
(#174) Expected 1 space after "+"; 0 found
(#175) Line indented incorrectly; expected 8 spaces, found 12
(#175) Expected "} else {\n"; found "} else{\n"
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#177) Line indented incorrectly; expected 8 spaces, found 12
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Line indented incorrectly; expected at least 8 spaces, found 3
(#180) No space found before comment text; expected "// create a rsquestionkey" but found "//create a rsquestionkey"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 3
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 8 spaces, found 3
(#183) No space found before comment text; expected "// try to insert it" but found "//try to insert it"
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 8 spaces, found 3
(#184) Expected "if (...) {\n"; found "if (...){\n"
(#184) Commas (,) must be followed by white space.
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 12 spaces, found 5
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 12 spaces, found 5
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 3
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 2
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) No space found before comment text; expected "// handle all the text questions" but found "//handle all the text questions"
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 2
(#191) Space found before semicolon; expected "};" but found "} ;"
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) No space found before comment text; expected "// save correct answer if we have one" but found "//save correct answer if we have one"
(#195) Expected "if (...) {\n"; found "if(...){\n"
(#195) Commas (,) must be followed by white space.
(#196) Space found before semicolon; expected "};" but found "} ;"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// save text answers" but found "//save text answers"
(#200) Expected "for (...) {\n"; found "for(...){\n"
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#200) Expected 1 space after first semicolon of FOR loop; 0 found
(#200) Expected 1 space before "<="; 0 found
(#200) Expected 1 space after "<="; 0 found
(#200) Expected 1 space after second semicolon of FOR loop; 0 found
(#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 "// if its an editor field, do this" but found "//if its an editor field, do this"
(#202) Expected "if (...) {\n"; found "if(...) {\n"
(#202) Commas (,) must be followed by white space.
(#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 "// if its a text field, do this" but found "//if its a text field, do this"
(#208) Usage of ELSEIF not allowed; use ELSE IF instead
(#208) Commas (,) must be followed by white space.
(#209) Space found before semicolon; expected "};" but found "} ;"
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Line indented incorrectly; expected at least 4 spaces, found 2
(#215) 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"
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 4 spaces, found 2
(#216) Expected "if (...) {\n"; found "if (...){\n"
(#216) Commas (,) must be followed by white space.
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#217) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 4 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 4 spaces, found 2
(#221) No space found before comment text; expected "// go back to edit quiz page" but found "//go back to edit quiz page"
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 2
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) No space found before comment text; expected "// if we got here, there was no cancel, and no form data, so we are showing the form" but found "//if we got here, there was no cancel, and no form data, so we are showing the form"
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// if edit mode load up the item into a data object" but found "//if edit mode load up the item into a data object"
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Expected "} else {\n"; found "}else{\n"
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 1
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 1
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 4 spaces, found 1
(#235) Expected 1 space before "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) No space found before comment text; expected "// init our item, we move the id fields around a little" but found "//init our item, we move the id fields around a little"
(#238) Whitespace found at end of line
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Whitespace found at end of line
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// Set up the item type specific parts of the form data" but found "//Set up the item type specific parts of the form data"
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 0 spaces, found 1
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected 4 spaces, found 2
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Line indented incorrectly; expected at least 8 spaces, found 3
(#245) No space found before comment text; expected "// prepare answer areas" but found "//prepare answer areas"
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) No space found before comment text; expected "// save text answers" but found "//save text answers"
(#247) Line indented incorrectly; expected 8 spaces, found 12
(#247) Expected "for (...) {\n"; found "for(...) {\n"
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#247) Expected 1 space after first semicolon of FOR loop; 0 found
(#247) Expected 1 space before "<="; 0 found
(#247) Expected 1 space after "<="; 0 found
(#247) Expected 1 space after second semicolon of FOR loop; 0 found
(#250) Line indented incorrectly; expected 8 spaces, found 12
(#252) Line indented incorrectly; expected 4 spaces, found 8
(#253) Line indented incorrectly; expected 4 spaces, found 8
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 4 spaces, found 2
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected 0 spaces, found 1
(#257) Short array syntax must be used to define arrays
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Commas (,) must be followed by white space.
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) File must end with a newline character
mod/readaloud/rsquestion/rsquestions.php
(#2) Moodle boilerplate not found at first line
(#26) Import statements must not begin with a leading backslash
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#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 "// mode is necessary for tabs" but found "//mode is necessary for tabs"
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// Set page url before require login, so post login will return here" but found "//Set page url before require login, so post login will return here"
(#43) Short array syntax must be used to define arrays
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Commas (,) must be followed by white space.
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) No space found before comment text; expected "// require login for this page" but found "//require login for this page"
(#50) Variable "rsquestion_renderer" must not contain underscores.
(#50) Commas (,) must be followed by white space.
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Whitespace found at end of line
(#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
(#58) No space found before comment text; expected "// if have edit permission, show edit buttons" but found "//if have edit permission, show edit buttons"
(#59) Line indented incorrectly; expected 0 spaces, found 4
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "rsquestion_renderer" must not contain underscores.
(#60) Space found before object operator
(#61) Line indented incorrectly; expected 0 spaces, found 4
(#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
(#63) No space found before comment text; expected "// if we have items, show em" but found "//if we have items, show em"
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Variable "rsquestion_renderer" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
mod/readaloud/settings.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file settings.php. Expected mod_readaloud, found mod.
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#49) Variable "cloudpoodll_apiuser" must not contain underscores.
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#49) Commas (,) must be followed by white space.
(#50) Variable "cloudpoodll_apisecret" must not contain underscores.
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Commas (,) must be followed by white space.
(#51) Variable "show_below_apisecret" must not contain underscores.
(#51) Expected 1 space before "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 4 spaces, found 0
(#52) 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"
(#53) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Variable "cloudpoodll_apiuser" must not contain underscores.
(#53) Variable "cloudpoodll_apisecret" must not contain underscores.
(#54) Variable "cloudpoodll_apiuser" must not contain underscores.
(#54) Commas (,) must be followed by white space.
(#54) Variable "cloudpoodll_apisecret" must not contain underscores.
(#55) Variable "show_below_apisecret" must not contain underscores.
(#55) Expected 1 space before "="; 0 found
(#55) Expected 1 space after "="; 0 found
(#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) Line indented incorrectly; expected at least 8 spaces, found 0
(#56) 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"
(#57) Expected "} else {\n"; found "}else{\n"
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#59) Variable "cp_components" must not contain underscores.
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Line exceeds 132 characters; contains 137 characters
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#61) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#61) Variable "cp_components" must not contain underscores.
(#61) Variable "cp_component" must not contain underscores.
(#62) Variable "cp_component" must not contain underscores.
(#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
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#75) Variable "cloudpoodll_apiuser" must not contain underscores.
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#75) Variable "cp_component" must not contain underscores.
(#75) Commas (,) must be followed by white space.
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Variable "cloudpoodll_apiuser" must not contain underscores.
(#77) Variable "cloudpoodll_apisecret" must not contain underscores.
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#77) Variable "cp_component" must not contain underscores.
(#77) Commas (,) must be followed by white space.
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Variable "cloudpoodll_apisecret" must not contain underscores.
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#79) Variable "cloudpoodll_apiuser" must not contain underscores.
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#80) Variable "cloudpoodll_apisecret" must not contain underscores.
(#85) Variable "show_below_apisecret" must not contain underscores.
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#85) Commas (,) must be followed by white space.
(#89) Variable "show_below_apisecret" must not contain underscores.
(#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 "// we removed this to simplify things, can bring back as feature later" but found "//we removed this to simplify things, can bring back as feature later"
(#95) Variable "accadjust_options" must not contain underscores.
(#99) Variable "accadjust_options" must not contain underscores.
(#108) Commas (,) must be followed by white space.
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// Default recorders" but found "//Default recorders"
(#150) Variable "rec_options" must not contain underscores.
(#153) Variable "rec_options" must not contain underscores.
(#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 "// session score method" but found "//session score method"
(#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 "// machine grade method" but found "//machine grade method"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) No space found before comment text; expected "// Evaluation view (what students see after an attempt)" but found "//Evaluation view (what students see after an attempt)"
(#184) This comment is 56% valid code; is this commented out code?
(#191) This comment is 57% valid code; is this commented out code?
(#192) Line indented incorrectly; expected at least 4 spaces, found 2
(#192) Spaces must be used to indent lines; tabs are not allowed
(#193) Line indented incorrectly; expected at least 4 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#194) Line indented incorrectly; expected at least 4 spaces, found 2
(#194) Spaces must be used to indent lines; tabs are not allowed
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// Language options" but found "//Language options"
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) No space found before comment text; expected "// TTS voice" but found "//TTS voice"
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Commas (,) must be followed by white space.
(#224) Line exceeds 132 characters; contains 139 characters
(#227) Commas (,) must be followed by white space.
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// St Dashboard Id" but found "//St Dashboard Id"
mod/readaloud/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
(#75) Commas (,) must be followed by white space.
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#77) Short array syntax must be used to define arrays
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#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 "// if the cancel button was pressed, we are out of here" but found "//if the cancel button was pressed, we are out of here"
(#82) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#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 "// we want to process the hashcode and lang model if it makes sense" but found "//we want to process the hashcode and lang model if it makes sense"
(#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) Commas (,) must be followed by white space.
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// check if it has changed, if not do not waste time processing it" but found "//check if it has changed, if not do not waste time processing it"
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Expected 1 space before "!="; 0 found
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#99) 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
(#106) No space found before comment text; expected "// update the phonetic if it has changed" but found "//update the phonetic if it has changed"
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#111) Line exceeds 132 characters; contains 141 characters
(#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 "// we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)" but found "//we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)"
(#112) Expected 1 space after "="; 0 found
(#114) Expected "if (...) {\n"; found "if(...){\n"
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// if it has changed OR voice has changed we need to do some work" but found "//if it has changed OR voice has changed we need to do some work"
(#116) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Expected 1 space before "!="; 0 found
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio" but found "//We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio"
(#125) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Commas (,) must be followed by white space.
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#133) Commas (,) must be followed by white space.
(#134) Expected "if (...) {\n"; found "if(...){\n"
(#135) Commas (,) must be followed by white space.
(#135) Commas (,) must be followed by white space.
(#136) Expected "} else {\n"; found "}else {\n"
(#137) Commas (,) must be followed by white space.
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) No space found before comment text; expected "// now update the db once we have saved files and stuff" but found "//now update the db once we have saved files and stuff"
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) This comment is 80% valid code; is this commented out code?
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// if we got here we is loading up dat form" but found "//if we got here we is loading up dat form"
(#154) Commas (,) must be followed by white space.
(#156) Expected 1 space after "="; 0 found
mod/readaloud/tabs.php
(#2) Moodle boilerplate not found at first line
(#30) Import statements must not begin with a leading backslash
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#45) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) This comment is 61% valid code; is this commented out code?
(#57) Line exceeds maximum limit of 180 characters; contains 235 characters
(#57) No space found before comment text; expected "// $row[] = new tabobject('machinegrading', "$CFG->wwwroot/mod/readaloud/grading.php?id=$cm->id&action=machinegrading", get_string('machinegrading', constants::M_COMPONENT), get_string('viewmachinegrading', constants::M_COMPONENT));" but found "//$row[] = new tabobject('machinegrading', "$CFG->wwwroot/mod/readaloud/grading.php?id=$cm->id&action=machinegrading", get_string('machinegrading', constants::M_COMPONENT), get_string('viewmachinegrading', constants::M_COMPONENT));"
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Commas (,) must be followed by white space.
(#68) Expected "if (...) {\n"; found "if(...) {\n"
(#69) Line exceeds maximum limit of 180 characters; contains 223 characters
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// model audio" but found "//model audio"
(#72) Line exceeds maximum limit of 180 characters; contains 198 characters
(#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 "// admin tab" but found "//admin tab"
(#80) Line exceeds 132 characters; contains 174 characters
mod/readaloud/version.php
(#2) Moodle boilerplate not found at first line
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
mod/readaloud/view.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) Expected 1 space before "="; 0 found
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#39) Short array syntax must be used to define arrays
(#40) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#43) 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 "// soft eject if they get here" but found "//soft eject if they get here"
(#47) Short array syntax must be used to define arrays
(#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) This comment is 80% valid code; is this commented out code?
(#49) No space found before comment text; expected "// print_error('invalidcourseid');" but found "//print_error('invalidcourseid');"
(#52) Short array syntax must be used to define arrays
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#57) Short array syntax must be used to define arrays
(#59) There should be a comma after the last array item in a multi-line array.
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// if we got this far, we can consider the activity "viewed"" but found "//if we got this far, we can consider the activity "viewed""
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// are we a teacher or a student?" but found "//are we a teacher or a student?"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// In the case that passage segments have not been set (usually from an upgrade from an earlier version) set those now" but found "//In the case that passage segments have not been set (usually from an upgrade from an earlier version) set those now"
(#74) Expected "if (...) {\n"; found "if(...) {\n"
(#74) Expected 1 space before "==="; 0 found
(#74) Expected 1 space after "==="; 0 found
(#78) Short array syntax must be used to define arrays
(#78) Line exceeds 132 characters; contains 153 characters
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#80) Expected 1 space before "="; 0 found
(#80) Expected 1 space after "="; 0 found
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) 3 slashes comments are not allowed; use "// Comment." instead
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#95) Expected "} else {\n"; found "}else{\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 "// we need to load jquery for some old themes (Essential mainly)" but found "//we need to load jquery for some old themes (Essential mainly)"
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// Get our renderers" but found "//Get our renderers"
(#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 "// do we have attempts and ai data" but found "//do we have attempts and ai data"
(#109) Variable "ai_evals" must not contain underscores.
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) No space found before comment text; expected "// can attempt ?" but found "//can attempt ?"
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) No space found before comment text; expected "// debug mode is for teachers only" but found "//debug mode is for teachers only"
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// for Japanese (and later other languages we collapse spaces)" but found "//for Japanese (and later other languages we collapse spaces)"
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#136) Expected "if (...) {\n"; found "if(...){\n"
(#136) Expected 1 space before "=="; 0 found
(#136) Expected 1 space after "=="; 0 found
(#137) Expected 1 space before "="; 0 found
(#137) 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 "// fetch a token and report a failure to a display item: $problembox" but found "//fetch a token and report a failure to a display item: $problembox"
(#141) Expected 1 space before "="; 0 found
(#141) Expected 1 space after "="; 0 found
(#142) Expected 1 space before "="; 0 found
(#142) Expected 1 space after "="; 0 found
(#143) Expected "if (...) {\n"; found "if(...){\n"
(#144) Commas (,) must be followed by white space.
(#146) Expected 1 space before "="; 0 found
(#146) Expected 1 space after "="; 0 found
(#147) Expected "} else {\n"; found "}else {\n"
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// fetch token" but found "//fetch token"
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) No space found before comment text; expected "// check token authenticated and no errors in it" but found "//check token authenticated and no errors in it"
(#153) Expected "if (...) {\n"; found "if(...){\n"
(#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 "// fetch attempt information" but found "//fetch attempt information"
(#159) Expected "if (...) {\n"; found "if(...) {\n"
(#163) Variable "latest_aigrade" must not contain underscores.
(#165) Variable "latest_aigrade" must not contain underscores.
(#168) Variable "have_humaneval" must not contain underscores.
(#169) Variable "have_aieval" must not contain underscores.
(#169) Variable "latest_aigrade" must not contain underscores.
(#169) Variable "latest_aigrade" must not contain underscores.
(#170) Expected "} else {\n"; found "}else{\n"
(#172) Variable "have_humaneval" must not contain underscores.
(#173) Variable "have_aieval" must not contain underscores.
(#173) Expected 1 space after "="; 0 found
(#174) Variable "latest_aigrade" must not contain underscores.
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// if we need a non standard font we can do that from here" but found "//if we need a non standard font we can do that from here"
(#178) Expected "if (...) {\n"; found "if(...){\n"
(#179) Expected "if (...) {\n"; found "if(...){\n"
(#179) Commas (,) must be followed by white space.
(#184) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// if we are teacher we see tabs. If student we just see the activity" but found "//if we are teacher we see tabs. If student we just see the activity"
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// if we have no content, and its setup tab, we send to setup tab" but found "//if we have no content, and its setup tab, we send to setup tab"
(#189) Expected "if (...) {\n"; found "if(...) {\n"
(#191) Commas (,) must be followed by white space.
(#192) Expected "} else {\n"; found "}else{\n"
(#193) Commas (,) must be followed by white space.
(#199) No space found before comment text; expected "// If we are reviewing attempts we do that here and return." but found "//If we are reviewing attempts we do that here and return."
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) No space found before comment text; expected "// If we are going to the dashboard we output that below" but found "//If we are going to the dashboard we output that below"
(#202) Variable "attemptreview_html" must not contain underscores.
(#203) Variable "have_humaneval" must not contain underscores.
(#203) Variable "have_aieval" must not contain underscores.
(#203) Commas (,) must be followed by white space.
(#204) Variable "attemptreview_html" must not contain underscores.
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) No space found before comment text; expected "// show all the main parts. Many will be hidden and displayed by JS" but found "//show all the main parts. Many will be hidden and displayed by JS"
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "// show activity description" but found "//show activity description"
(#214) Expected "if (...) {\n"; found "if(...) {\n"
(#214) Expected 1 space before "<"; 0 found
(#214) Expected 1 space after "<"; 0 found
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) No space found before comment text; expected "// show open close dates" but found "//show open close dates"
(#220) Expected 1 space before ">"; 0 found
(#220) Expected 1 space after ">"; 0 found
(#221) Expected "if (...) {\n"; found "if(...){\n"
(#223) Variable "current_time" must not contain underscores.
(#223) Expected 1 space before "="; 0 found
(#223) Expected 1 space after "="; 0 found
(#225) Expected "if (...) {\n"; found "if (...){\n"
(#225) Variable "current_time" must not contain underscores.
(#225) Expected 1 space before ">"; 0 found
(#225) Expected 1 space after ">"; 0 found
(#225) Expected 1 space before ">"; 0 found
(#225) Expected 1 space after ">"; 0 found
(#226) Commas (,) must be followed by white space.
(#228) Usage of ELSEIF not allowed; use ELSE IF instead
(#228) Variable "current_time" must not contain underscores.
(#228) Expected 1 space before "<"; 0 found
(#228) Expected 1 space after "<"; 0 found
(#228) Expected 1 space before ">"; 0 found
(#228) Expected 1 space after ">"; 0 found
(#229) Commas (,) must be followed by white space.
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) No space found before comment text; expected "// if we are not a teacher and the activity is closed/not-open leave at this point" but found "//if we are not a teacher and the activity is closed/not-open leave at this point"
(#233) Expected "if (...) {\n"; found "if(...){\n"
(#233) Commas (,) must be followed by white space.
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) No space found before comment text; expected "// show small report" but found "//show small report"
(#241) Expected "if (...) {\n"; found "if(...) {\n"
(#242) Expected "if (...) {\n"; found "if(...){"
(#242) Closing brace must be on a line by itself
(#243) Variable "latest_aigrade" must not contain underscores.
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) No space found before comment text; expected "// welcome message" but found "//welcome message"
(#247) Commas (,) must be followed by white space.
(#249) Line indented incorrectly; expected at least 4 spaces, found 3
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) No space found before comment text; expected "// if we have a problem (usually with auth/token) we display and return" but found "//if we have a problem (usually with auth/token) we display and return"
(#254) Expected "if (...) {\n"; found "if(...){\n"
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) No space found before comment text; expected "// activity instructions" but found "//activity instructions"
(#264) Commas (,) must be followed by white space.
(#265) Commas (,) must be followed by white space.
(#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 "// feedback or errors" but found "//feedback or errors"
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) No space found before comment text; expected "// show menu buttons" but found "//show menu buttons"
(#273) Commas (,) must be followed by white space.
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) No space found before comment text; expected "// Show model audio player" but found "//Show model audio player"
(#276) Expected 1 space before "="; 0 found
(#276) Expected 1 space after "="; 0 found
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) No space found before comment text; expected "// show stop and play buttons" but found "//show stop and play buttons"
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) No space found before comment text; expected "// we put some CSS at the top of the passage container to control things like padding word separation etc" but found "//we put some CSS at the top of the passage container to control things like padding word separation etc"
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) No space found before comment text; expected "// for Japanese (and later other languages we collapse spaces)" but found "//for Japanese (and later other languages we collapse spaces)"
(#285) Expected "if (...) {\n"; found "if(...){\n"
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) No space found before comment text; expected "// add class = readingcontainer to id:mod_readaloud_readingcontainer" but found "//add class = readingcontainer to id:mod_readaloud_readingcontainer"
(#290) No space found before comment text; expected "// add class = mod_readaloud to constants::M_PASSAGE_CONTAINER" but found "//add class = mod_readaloud to constants::M_PASSAGE_CONTAINER"
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) No space found before comment text; expected "// remove them when done" but found "//remove them when done"
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) No space found before comment text; expected "// hide on load, and we can show from ajax" but found "//hide on load, and we can show from ajax"
(#296) Commas (,) must be followed by white space.
(#296) Line exceeds 132 characters; contains 148 characters
(#298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) No space found before comment text; expected "// lets fetch recorder" but found "//lets fetch recorder"
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) No space found before comment text; expected "// close readingcontainer" but found "//close readingcontainer"
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) No space found before comment text; expected "// show listen and repeat dialog" but found "//show listen and repeat dialog"
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) No space found before comment text; expected "// show quiz" but found "//show quiz"
(#309) This comment is 68% valid code; is this commented out code?
(#314) Commas (,) must be followed by white space.
(#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 menu button" but found "//return to menu button"
(#320) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(179 errors, 2177 warnings)

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

mod/readaloud/amd/src/activitycontroller.js
(#2) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#5) A space is required after ','. (comma-spacing)
(#20) Identifier 'ra_recorder' is not in camel case. (camelcase)
(#21) Identifier 'rec_time_start' is not in camel case. (camelcase)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#72) Expected space or tab after '//' in comment. (spaced-comment)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Unexpected constant condition. (no-constant-condition)
(#84) Missing space before opening brace. (space-before-blocks)
(#86) Expected space(s) before "else". (keyword-spacing)
(#86) Expected space(s) after "else". (keyword-spacing)
(#91) Identifier 'setup_strings' is not in camel case. (camelcase)
(#91) Missing space before opening brace. (space-before-blocks)
(#95) There should be no space after '{'. (@babel/object-curly-spacing)
(#96) Comments should not begin with a lowercase character. (capitalized-comments)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Identifier 'confirm_cancel_recording' is not in camel case. (camelcase)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Missing space before opening brace. (space-before-blocks)
(#105) Identifier 'karaoke_opts' is not in camel case. (camelcase)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing space before value for key 'breaks'. (key-spacing)
(#105) Missing space before value for key 'audioplayerclass'. (key-spacing)
(#105) There should be no space before '}'. (@babel/object-curly-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#110) Identifier 'landr_opts' is not in camel case. (camelcase)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#111) Identifier 'stt_guided' is not in camel case. (camelcase)
(#115) Identifier 'process_html' is not in camel case. (camelcase)
(#115) Unexpected space before function parentheses. (space-before-function-paren)
(#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)
(#120) ["hider"] is better written in dot notation. (dot-notation)
(#122) ["progresscontainer"] is better written in dot notation. (dot-notation)
(#123) ["feedbackcontainer"] is better written in dot notation. (dot-notation)
(#124) ["errorcontainer"] is better written in dot notation. (dot-notation)
(#125) ["passagecontainer"] is better written in dot notation. (dot-notation)
(#126) ["recordingcontainer"] is better written in dot notation. (dot-notation)
(#127) ["dummyrecorder"] is better written in dot notation. (dot-notation)
(#128) ["recordercontainer"] is better written in dot notation. (dot-notation)
(#129) ["menubuttonscontainer"] is better written in dot notation. (dot-notation)
(#130) ["menuinstructionscontainer"] is better written in dot notation. (dot-notation)
(#131) ["previewinstructionscontainer"] is better written in dot notation. (dot-notation)
(#132) ["landrinstructionscontainer"] is better written in dot notation. (dot-notation)
(#133) ["activityinstructionscontainer"] is better written in dot notation. (dot-notation)
(#134) ["recinstructionscontainerright"] is better written in dot notation. (dot-notation)
(#135) ["recinstructionscontainerleft"] is better written in dot notation. (dot-notation)
(#136) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#137) ["wheretonextcontainer"] is better written in dot notation. (dot-notation)
(#138) ["modelaudioplayer"] is better written in dot notation. (dot-notation)
(#139) ["startlandrbutton"] is better written in dot notation. (dot-notation)
(#140) ["startpreviewbutton"] is better written in dot notation. (dot-notation)
(#141) ["startreadingbutton"] is better written in dot notation. (dot-notation)
(#142) ["startshadowbutton"] is better written in dot notation. (dot-notation)
(#143) ["returnmenubutton"] is better written in dot notation. (dot-notation)
(#144) ["stopandplay"] is better written in dot notation. (dot-notation)
(#145) ["smallreportcontainer"] is better written in dot notation. (dot-notation)
(#151) Identifier 'is_browser_ok' is not in camel case. (camelcase)
(#151) Unexpected space before function parentheses. (space-before-function-paren)
(#156) Identifier 'setup_recorder' is not in camel case. (camelcase)
(#156) Unexpected space before function parentheses. (space-before-function-paren)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Missing space before opening brace. (space-before-blocks)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#167) Identifier 'on_speech' is not in camel case. (camelcase)
(#167) Unexpected space before function parentheses. (space-before-function-paren)
(#168) 'speech' is assigned a value but never used. (no-unused-vars)
(#169) 'speechresults' is assigned a value but never used. (no-unused-vars)
(#172) Comments should not begin with a lowercase character. (capitalized-comments)
(#172) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#175) Unexpected space before function parentheses. (space-before-function-paren)
(#175) 'eventdata' is defined but never used. (no-unused-vars)
(#176) Identifier 'rec_time_start' is not in camel case. (camelcase)
(#179) Comments should not begin with a lowercase character. (capitalized-comments)
(#180) A space is required after ','. (comma-spacing)
(#183) 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) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#195) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#195) Unexpected space before function parentheses. (space-before-function-paren)
(#195) 'eventdata' is defined but never used. (no-unused-vars)
(#196) Comments should not begin with a lowercase character. (capitalized-comments)
(#196) Expected space or tab after '//' in comment. (spaced-comment)
(#202) Comments should not begin with a lowercase character. (capitalized-comments)
(#202) Expected space or tab after '//' in comment. (spaced-comment)
(#203) Expected space(s) after "if". (keyword-spacing)
(#203) Missing space before opening brace. (space-before-blocks)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#210) Expected space or tab after '//' in comment. (spaced-comment)
(#211) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#211) Unexpected space before function parentheses. (space-before-function-paren)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#221) Comments should not begin with a lowercase character. (capitalized-comments)
(#221) Expected space or tab after '//' in comment. (spaced-comment)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#233) Identifier 'register_events' is not in camel case. (camelcase)
(#233) Unexpected space before function parentheses. (space-before-function-paren)
(#235) Trailing spaces not allowed. (no-trailing-spaces)
(#236) Trailing spaces not allowed. (no-trailing-spaces)
(#237) 'e' is defined but never used. (no-unused-vars)
(#237) Missing space before opening brace. (space-before-blocks)
(#240) Missing space before opening brace. (space-before-blocks)
(#241) There should be no space before this paren. (space-in-parens)
(#246) 'e' is defined but never used. (no-unused-vars)
(#246) Missing space before opening brace. (space-before-blocks)
(#249) Missing space before opening brace. (space-before-blocks)
(#250) There should be no space before this paren. (space-in-parens)
(#255) 'e' is defined but never used. (no-unused-vars)
(#255) Missing space before opening brace. (space-before-blocks)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#259) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#266) 'e' is defined but never used. (no-unused-vars)
(#266) Missing space before opening brace. (space-before-blocks)
(#267) Comments should not begin with a lowercase character. (capitalized-comments)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#274) Missing space before opening brace. (space-before-blocks)
(#276) Comments should not begin with a lowercase character. (capitalized-comments)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#284) 'e' is defined but never used. (no-unused-vars)
(#284) Missing space before opening brace. (space-before-blocks)
(#285) Comments should not begin with a lowercase character. (capitalized-comments)
(#285) Expected space or tab after '//' in comment. (spaced-comment)
(#286) Expected space(s) after "if". (keyword-spacing)
(#288) Expected space(s) before "else". (keyword-spacing)
(#288) Expected space(s) after "if". (keyword-spacing)
(#290) Missing space before opening brace. (space-before-blocks)
(#292) Unexpected confirm. (no-alert)
(#293) Comments should not begin with a lowercase character. (capitalized-comments)
(#293) Expected space or tab after '//' in comment. (spaced-comment)
(#297) Expected space(s) before "else". (keyword-spacing)
(#305) Identifier 'send_submission' is not in camel case. (camelcase)
(#305) Unexpected space before function parentheses. (space-before-function-paren)
(#312) A space is required after ','. (comma-spacing)
(#312) Comments should not begin with a lowercase character. (capitalized-comments)
(#312) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Missing space before opening brace. (space-before-blocks)
(#334) Comments should not begin with a lowercase character. (capitalized-comments)
(#380) Unexpected space before function parentheses. (space-before-function-paren)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#401) Unexpected space before function parentheses. (space-before-function-paren)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#427) Unexpected space before function parentheses. (space-before-function-paren)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#452) Unexpected space before function parentheses. (space-before-function-paren)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#479) Unexpected space before function parentheses. (space-before-function-paren)
(#485) Unexpected space before function parentheses. (space-before-function-paren)
(#492) Unexpected space before function parentheses. (space-before-function-paren)
(#506) Unexpected space before function parentheses. (space-before-function-paren)
(#523) Comments should not begin with a lowercase character. (capitalized-comments)
(#523) Expected space or tab after '//' in comment. (spaced-comment)
(#524) Comments should not begin with a lowercase character. (capitalized-comments)
(#524) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/clicktohear.js
(#1) A space is required after ','. (comma-spacing)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) A space is required after ','. (comma-spacing)
(#10) Comments should not begin with a lowercase character. (capitalized-comments)
(#10) Expected space or tab after '//' in comment. (spaced-comment)
(#14) Comments should not begin with a lowercase character. (capitalized-comments)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#21) Comments should not begin with a lowercase character. (capitalized-comments)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Missing space before opening brace. (space-before-blocks)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Identifier 'register_controls' is not in camel case. (camelcase)
(#30) Missing space before opening brace. (space-before-blocks)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Identifier 'register_events' is not in camel case. (camelcase)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) A space is required after ','. (comma-spacing)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Unexpected space before function parentheses. (space-before-function-paren)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/cloudpoodllloader.js
(#1) This line has a length of 153. Maximum allowed is 132. (max-len)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Comments should not begin with a lowercase character. (capitalized-comments)
(#2) This line has a length of 138. Maximum allowed is 132. (max-len)
(#2) Expected space or tab after '//' in comment. (spaced-comment)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '===' must be spaced. (space-infix-ops)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Missing semicolon. (@babel/semi)
mod/readaloud/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/readaloud/amd/src/definitions.js
(#1) 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)
(#20) Comments should not begin with a lowercase character. (capitalized-comments)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Identifier 'transcriber_amazonstreaming' is not in camel case. (camelcase)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#96) Comments should not begin with a lowercase character. (capitalized-comments)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/dependencyloader.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) 'Deps' is defined but never used. (no-unused-vars)
(#9) Comments should not begin with a lowercase character. (capitalized-comments)
(#9) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/deps.js
(#1) A space is required after ','. (comma-spacing)
(#1) There should be no space before ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) There should be no space before ','. (comma-spacing)
(#9) Comments should not begin with a lowercase character. (capitalized-comments)
(#9) Expected space or tab after '//' in comment. (spaced-comment)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '<' must be spaced. (space-infix-ops)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/gradenowhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Comments should not begin with a lowercase character. (capitalized-comments)
(#7) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Comments should not begin with a lowercase character. (capitalized-comments)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Unexpected space before function parentheses. (space-before-function-paren)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#83) ["id"] is better written in dot notation. (dot-notation)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#98) ["activityid"] is better written in dot notation. (dot-notation)
(#99) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#99) ["attemptid"] is better written in dot notation. (dot-notation)
(#100) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#100) ["sesskey"] is better written in dot notation. (dot-notation)
(#101) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#101) ["enabletts"] is better written in dot notation. (dot-notation)
(#102) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#102) ["ttslanguage"] is better written in dot notation. (dot-notation)
(#103) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#103) ["targetwpm"] is better written in dot notation. (dot-notation)
(#104) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#104) ["sessionscoremethod"] is better written in dot notation. (dot-notation)
(#105) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#105) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#106) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#106) ["timelimit"] is better written in dot notation. (dot-notation)
(#107) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#107) ["reviewmode"] is better written in dot notation. (dot-notation)
(#108) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#108) ["readonly"] is better written in dot notation. (dot-notation)
(#111) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#111) ["sessiontime"] is better written in dot notation. (dot-notation)
(#112) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#112) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#113) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#113) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#117) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#117) ["sessiontime"] is better written in dot notation. (dot-notation)
(#118) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#118) ["sessionendword"] is better written in dot notation. (dot-notation)
(#119) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#119) ["sessionscore"] is better written in dot notation. (dot-notation)
(#120) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#120) ["accuracy"] is better written in dot notation. (dot-notation)
(#121) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#121) ["wpm"] is better written in dot notation. (dot-notation)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#124) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#125) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#125) ["aidata"] is better written in dot notation. (dot-notation)
(#127) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#127) ["aidata"] is better written in dot notation. (dot-notation)
(#129) Comments should not begin with a lowercase character. (capitalized-comments)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Unexpected space before function parentheses. (space-before-function-paren)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Comments should not begin with a lowercase character. (capitalized-comments)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Expected space or tab after '//' in comment. (spaced-comment)
(#157) Unexpected space before function parentheses. (space-before-function-paren)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) Operator '==' must be spaced. (space-infix-ops)
(#158) There should be no space before this paren. (space-in-parens)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#160) This line has a length of 135. Maximum allowed is 132. (max-len)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Expected space or tab after '//' in comment. (spaced-comment)
(#168) Comments should not begin with a lowercase character. (capitalized-comments)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#169) Expected space or tab after '//' in comment. (spaced-comment)
(#170) Expected space(s) after "if". (keyword-spacing)
(#173) Expected space(s) before "else". (keyword-spacing)
(#173) Expected space(s) after "else". (keyword-spacing)
(#180) Comments should not begin with a lowercase character. (capitalized-comments)
(#180) Expected space or tab after '//' in comment. (spaced-comment)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#188) Comments should not begin with a lowercase character. (capitalized-comments)
(#188) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Comments should not begin with a lowercase character. (capitalized-comments)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#195) Identifier 'init_popoverhelper' is not in camel case. (camelcase)
(#195) Unexpected space before function parentheses. (space-before-function-paren)
(#198) Comments should not begin with a lowercase character. (capitalized-comments)
(#198) Expected space or tab after '//' in comment. (spaced-comment)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#202) Comments should not begin with a lowercase character. (capitalized-comments)
(#202) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Operator '==' must be spaced. (space-infix-ops)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#231) Comments should not begin with a lowercase character. (capitalized-comments)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Unexpected space before function parentheses. (space-before-function-paren)
(#235) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) 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)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Operator '==' must be spaced. (space-infix-ops)
(#255) Comments should not begin with a lowercase character. (capitalized-comments)
(#255) Expected space or tab after '//' in comment. (spaced-comment)
(#261) Comments should not begin with a lowercase character. (capitalized-comments)
(#261) Expected space or tab after '//' in comment. (spaced-comment)
(#265) Identifier 'register_controls' is not in camel case. (camelcase)
(#265) Unexpected space before function parentheses. (space-before-function-paren)
(#288) Comments should not begin with a lowercase character. (capitalized-comments)
(#288) Expected space or tab after '//' in comment. (spaced-comment)
(#298) Identifier 'register_events' is not in camel case. (camelcase)
(#298) Unexpected space before function parentheses. (space-before-function-paren)
(#300) Comments should not begin with a lowercase character. (capitalized-comments)
(#300) Expected space or tab after '//' in comment. (spaced-comment)
(#303) Expected space or tab after '//' in comment. (spaced-comment)
(#304) Unexpected space before function parentheses. (space-before-function-paren)
(#312) Comments should not begin with a lowercase character. (capitalized-comments)
(#312) Expected space or tab after '//' in comment. (spaced-comment)
(#314) Comments should not begin with a lowercase character. (capitalized-comments)
(#314) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Expected space or tab after '//' in comment. (spaced-comment)
(#317) Unexpected constant condition. (no-constant-condition)
(#318) Comments should not begin with a lowercase character. (capitalized-comments)
(#324) Expected space or tab after '//' in comment. (spaced-comment)
(#329) Comments should not begin with a lowercase character. (capitalized-comments)
(#329) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Unexpected space before function parentheses. (space-before-function-paren)
(#332) Comments should not begin with a lowercase character. (capitalized-comments)
(#332) Expected space or tab after '//' in comment. (spaced-comment)
(#337) Comments should not begin with a lowercase character. (capitalized-comments)
(#337) Expected space or tab after '//' in comment. (spaced-comment)
(#339) 'theword' is assigned a value but never used. (no-unused-vars)
(#351) Comments should not begin with a lowercase character. (capitalized-comments)
(#351) Expected space or tab after '//' in comment. (spaced-comment)
(#354) Comments should not begin with a lowercase character. (capitalized-comments)
(#354) Expected space or tab after '//' in comment. (spaced-comment)
(#356) Unexpected space before function parentheses. (space-before-function-paren)
(#359) Comments should not begin with a lowercase character. (capitalized-comments)
(#359) Expected space or tab after '//' in comment. (spaced-comment)
(#363) Comments should not begin with a lowercase character. (capitalized-comments)
(#363) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Comments should not begin with a lowercase character. (capitalized-comments)
(#379) Expected space or tab after '//' in comment. (spaced-comment)
(#393) Comments should not begin with a lowercase character. (capitalized-comments)
(#393) Expected space or tab after '//' in comment. (spaced-comment)
(#395) Expected space or tab after '//' in comment. (spaced-comment)
(#397) Unexpected space before function parentheses. (space-before-function-paren)
(#399) Comments should not begin with a lowercase character. (capitalized-comments)
(#399) Expected space or tab after '//' in comment. (spaced-comment)
(#404) Comments should not begin with a lowercase character. (capitalized-comments)
(#404) Expected space or tab after '//' in comment. (spaced-comment)
(#405) Expected space or tab after '//' in comment. (spaced-comment)
(#421) Comments should not begin with a lowercase character. (capitalized-comments)
(#421) Expected space or tab after '//' in comment. (spaced-comment)
(#423) Expected space or tab after '//' in comment. (spaced-comment)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#426) Comments should not begin with a lowercase character. (capitalized-comments)
(#426) Expected space or tab after '//' in comment. (spaced-comment)
(#431) Comments should not begin with a lowercase character. (capitalized-comments)
(#431) Expected space or tab after '//' in comment. (spaced-comment)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#432) 'index' is defined but never used. (no-unused-vars)
(#438) Comments should not begin with a lowercase character. (capitalized-comments)
(#438) 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)
(#446) Comments should not begin with a lowercase character. (capitalized-comments)
(#446) Expected space or tab after '//' in comment. (spaced-comment)
(#451) Comments should not begin with a lowercase character. (capitalized-comments)
(#451) Expected space or tab after '//' in comment. (spaced-comment)
(#452) Unexpected space before function parentheses. (space-before-function-paren)
(#458) Comments should not begin with a lowercase character. (capitalized-comments)
(#458) Expected space or tab after '//' in comment. (spaced-comment)
(#460) Expected space or tab after '//' in comment. (spaced-comment)
(#461) Expected space or tab after '//' in comment. (spaced-comment)
(#462) Unexpected space before function parentheses. (space-before-function-paren)
(#468) Comments should not begin with a lowercase character. (capitalized-comments)
(#468) Expected space or tab after '//' in comment. (spaced-comment)
(#469) Unexpected space before function parentheses. (space-before-function-paren)
(#478) Unexpected space before function parentheses. (space-before-function-paren)
(#481) Comments should not begin with a lowercase character. (capitalized-comments)
(#481) Expected space or tab after '//' in comment. (spaced-comment)
(#493) Unexpected space before function parentheses. (space-before-function-paren)
(#517) Unexpected space before function parentheses. (space-before-function-paren)
(#520) Comments should not begin with a lowercase character. (capitalized-comments)
(#520) Expected space or tab after '//' in comment. (spaced-comment)
(#523) Comments should not begin with a lowercase character. (capitalized-comments)
(#523) Expected space or tab after '//' in comment. (spaced-comment)
(#528) Comments should not begin with a lowercase character. (capitalized-comments)
(#528) Expected space or tab after '//' in comment. (spaced-comment)
(#535) Comments should not begin with a lowercase character. (capitalized-comments)
(#535) Expected space or tab after '//' in comment. (spaced-comment)
(#536) Expected space or tab after '//' in comment. (spaced-comment)
(#537) Expected space or tab after '//' in comment. (spaced-comment)
(#538) Unexpected space before function parentheses. (space-before-function-paren)
(#538) 'e' is defined but never used. (no-unused-vars)
(#541) A space is required after ','. (comma-spacing)
(#544) Missing semicolon. (@babel/semi)
(#558) Unexpected space before function parentheses. (space-before-function-paren)
(#560) Comments should not begin with a lowercase character. (capitalized-comments)
(#560) Expected space or tab after '//' in comment. (spaced-comment)
(#563) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#564) 'isbad' declared on line 595 column 21 is used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#565) 'isunmatched' declared on line 596 column 21 is used outside of binding context. (block-scoped-var)
(#565) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#565) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#565) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#566) Comments should not begin with a lowercase character. (capitalized-comments)
(#566) Expected space or tab after '//' in comment. (spaced-comment)
(#568) 'isbad' declared on line 595 column 21 is used outside of binding context. (block-scoped-var)
(#568) 'isunmatched' declared on line 596 column 21 is used outside of binding context. (block-scoped-var)
(#569) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#569) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#569) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#570) 'isunmatched' declared on line 596 column 21 is used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#578) Comments should not begin with a lowercase character. (capitalized-comments)
(#578) Expected space or tab after '//' in comment. (spaced-comment)
(#579) Expected space or tab after '//' in comment. (spaced-comment)
(#582) 'wordnumber' is already defined. (no-redeclare)
(#582) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#583) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#583) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#583) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#584) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#584) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#584) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#590) Comments should not begin with a lowercase character. (capitalized-comments)
(#590) Expected space or tab after '//' in comment. (spaced-comment)
(#594) 'wordnumber' is already defined. (no-redeclare)
(#594) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#595) 'isbad' is already defined. (no-redeclare)
(#595) 'isbad' declared on line 564 column 21 is used outside of binding context. (block-scoped-var)
(#595) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#595) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#595) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#596) 'isunmatched' is already defined. (no-redeclare)
(#596) 'isunmatched' declared on line 565 column 21 is used outside of binding context. (block-scoped-var)
(#596) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#596) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#596) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#597) Comments should not begin with a lowercase character. (capitalized-comments)
(#597) Expected space or tab after '//' in comment. (spaced-comment)
(#598) 'isbad' declared on line 564 column 21 is used outside of binding context. (block-scoped-var)
(#598) 'isunmatched' declared on line 565 column 21 is used outside of binding context. (block-scoped-var)
(#599) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#599) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#599) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#600) 'isunmatched' declared on line 565 column 21 is used outside of binding context. (block-scoped-var)
(#601) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#601) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#601) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#608) Comments should not begin with a lowercase character. (capitalized-comments)
(#608) Expected space or tab after '//' in comment. (spaced-comment)
(#609) Expected space or tab after '//' in comment. (spaced-comment)
(#612) 'wordnumber' is already defined. (no-redeclare)
(#612) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#613) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#613) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#613) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#614) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#614) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#614) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#624) Comments should not begin with a lowercase character. (capitalized-comments)
(#624) Expected space or tab after '//' in comment. (spaced-comment)
(#625) Expected space or tab after '//' in comment. (spaced-comment)
(#636) Unexpected space before function parentheses. (space-before-function-paren)
(#637) 'that' is assigned a value but never used. (no-unused-vars)
(#639) Comments should not begin with a lowercase character. (capitalized-comments)
(#639) Expected space or tab after '//' in comment. (spaced-comment)
(#642) Comments should not begin with a lowercase character. (capitalized-comments)
(#642) Expected space or tab after '//' in comment. (spaced-comment)
(#645) Comments should not begin with a lowercase character. (capitalized-comments)
(#645) Expected space or tab after '//' in comment. (spaced-comment)
(#646) Expected space or tab after '//' in comment. (spaced-comment)
(#648) Expected space or tab after '//' in comment. (spaced-comment)
(#654) Comments should not begin with a lowercase character. (capitalized-comments)
(#654) Expected space or tab after '//' in comment. (spaced-comment)
(#655) Identifier 'markup_aiunmatchedwords' is not in camel case. (camelcase)
(#655) Unexpected space before function parentheses. (space-before-function-paren)
(#659) Unexpected space before function parentheses. (space-before-function-paren)
(#659) 'match' is defined but never used. (no-unused-vars)
(#670) Comments should not begin with a lowercase character. (capitalized-comments)
(#670) Expected space or tab after '//' in comment. (spaced-comment)
(#678) Comments should not begin with a lowercase character. (capitalized-comments)
(#678) Expected space or tab after '//' in comment. (spaced-comment)
(#680) Identifier 'markup_badspaces' is not in camel case. (camelcase)
(#680) Unexpected space before function parentheses. (space-before-function-paren)
(#682) Comments should not begin with a lowercase character. (capitalized-comments)
(#682) Expected space or tab after '//' in comment. (spaced-comment)
(#683) Unexpected space before function parentheses. (space-before-function-paren)
(#683) 'index' is defined but never used. (no-unused-vars)
(#685) Comments should not begin with a lowercase character. (capitalized-comments)
(#685) Expected space or tab after '//' in comment. (spaced-comment)
(#693) Identifier 'markup_aiunmatchedspaces' is not in camel case. (camelcase)
(#693) Unexpected space before function parentheses. (space-before-function-paren)
(#695) Unexpected space before function parentheses. (space-before-function-paren)
(#695) 'index' is defined but never used. (no-unused-vars)
(#697) Comments should not begin with a lowercase character. (capitalized-comments)
(#697) Expected space or tab after '//' in comment. (spaced-comment)
(#706) Unexpected space before function parentheses. (space-before-function-paren)
(#718) Unexpected space before function parentheses. (space-before-function-paren)
(#720) Comments should not begin with a lowercase character. (capitalized-comments)
(#720) Expected space or tab after '//' in comment. (spaced-comment)
(#723) Unexpected space before function parentheses. (space-before-function-paren)
(#723) 'match' is defined but never used. (no-unused-vars)
(#734) Comments should not begin with a lowercase character. (capitalized-comments)
(#734) Expected space or tab after '//' in comment. (spaced-comment)
(#740) Comments should not begin with a lowercase character. (capitalized-comments)
(#740) Expected space or tab after '//' in comment. (spaced-comment)
(#741) Unexpected space before function parentheses. (space-before-function-paren)
(#741) 'index' is defined but never used. (no-unused-vars)
(#743) Comments should not begin with a lowercase character. (capitalized-comments)
(#743) Expected space or tab after '//' in comment. (spaced-comment)
(#752) Unexpected space before function parentheses. (space-before-function-paren)
(#758) Unexpected space before function parentheses. (space-before-function-paren)
(#766) Unexpected space before function parentheses. (space-before-function-paren)
(#773) Comments should not begin with a lowercase character. (capitalized-comments)
(#773) Expected space or tab after '//' in comment. (spaced-comment)
(#775) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#775) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#775) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#777) 'isunmatched' declared on line 789 column 21 is used outside of binding context. (block-scoped-var)
(#777) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#778) Comments should not begin with a lowercase character. (capitalized-comments)
(#778) Expected space or tab after '//' in comment. (spaced-comment)
(#779) 'isunmatched' declared on line 789 column 21 is used outside of binding context. (block-scoped-var)
(#780) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#783) Comments should not begin with a lowercase character. (capitalized-comments)
(#783) Expected space or tab after '//' in comment. (spaced-comment)
(#785) Expected space or tab after '//' in comment. (spaced-comment)
(#787) 'wordnumber' is already defined. (no-redeclare)
(#787) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#787) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#787) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#789) 'isunmatched' is already defined. (no-redeclare)
(#789) 'isunmatched' declared on line 777 column 21 is used outside of binding context. (block-scoped-var)
(#789) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#790) Comments should not begin with a lowercase character. (capitalized-comments)
(#790) Expected space or tab after '//' in comment. (spaced-comment)
(#791) 'isunmatched' declared on line 777 column 21 is used outside of binding context. (block-scoped-var)
(#792) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#795) Comments should not begin with a lowercase character. (capitalized-comments)
(#795) Expected space or tab after '//' in comment. (spaced-comment)
(#797) Expected space or tab after '//' in comment. (spaced-comment)
(#801) Comments should not begin with a lowercase character. (capitalized-comments)
(#801) Expected space or tab after '//' in comment. (spaced-comment)
(#804) Comments should not begin with a lowercase character. (capitalized-comments)
(#804) Expected space or tab after '//' in comment. (spaced-comment)
(#805) Expected space or tab after '//' in comment. (spaced-comment)
(#810) Comments should not begin with a lowercase character. (capitalized-comments)
(#810) Expected space or tab after '//' in comment. (spaced-comment)
(#811) Expected space or tab after '//' in comment. (spaced-comment)
(#812) Expected space or tab after '//' in comment. (spaced-comment)
(#815) Comments should not begin with a lowercase character. (capitalized-comments)
(#815) Expected space or tab after '//' in comment. (spaced-comment)
(#830) Unexpected space before function parentheses. (space-before-function-paren)
(#831) Expected space or tab after '//' in comment. (spaced-comment)
(#838) Unexpected space before function parentheses. (space-before-function-paren)
(#842) Unexpected space before function parentheses. (space-before-function-paren)
(#851) Unexpected space before function parentheses. (space-before-function-paren)
(#853) Comments should not begin with a lowercase character. (capitalized-comments)
(#853) Expected space or tab after '//' in comment. (spaced-comment)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#860) Comments should not begin with a lowercase character. (capitalized-comments)
(#860) Expected space or tab after '//' in comment. (spaced-comment)
(#874) Comments should not begin with a lowercase character. (capitalized-comments)
(#874) Expected space or tab after '//' in comment. (spaced-comment)
(#875) Unexpected space before function parentheses. (space-before-function-paren)
(#876) Comments should not begin with a lowercase character. (capitalized-comments)
(#876) Expected space or tab after '//' in comment. (spaced-comment)
(#877) Expected space or tab after '//' in comment. (spaced-comment)
(#895) Identifier 'markup_maybeselfcorrects' is not in camel case. (camelcase)
(#895) Unexpected space before function parentheses. (space-before-function-paren)
(#899) Comments should not begin with a lowercase character. (capitalized-comments)
(#899) Expected space or tab after '//' in comment. (spaced-comment)
(#900) Unexpected space before function parentheses. (space-before-function-paren)
(#901) Comments should not begin with a lowercase character. (capitalized-comments)
(#902) Comments should not begin with a lowercase character. (capitalized-comments)
(#902) Expected space or tab after '//' in comment. (spaced-comment)
(#915) 'maybe' is assigned a value but never used. (no-unused-vars)
(#918) Comments should not begin with a lowercase character. (capitalized-comments)
(#918) Expected space or tab after '//' in comment. (spaced-comment)
(#927) Unexpected space before function parentheses. (space-before-function-paren)
(#929) Unexpected space before function parentheses. (space-before-function-paren)
(#929) 'index' is defined but never used. (no-unused-vars)
(#937) Comments should not begin with a lowercase character. (capitalized-comments)
(#937) Expected space or tab after '//' in comment. (spaced-comment)
(#948) Unexpected space before function parentheses. (space-before-function-paren)
(#953) Comments should not begin with a lowercase character. (capitalized-comments)
(#953) Expected space or tab after '//' in comment. (spaced-comment)
(#954) Expected space or tab after '//' in comment. (spaced-comment)
(#957) Operator '=' must be spaced. (space-infix-ops)
(#960) Comments should not begin with a lowercase character. (capitalized-comments)
(#960) Expected space or tab after '//' in comment. (spaced-comment)
(#963) Comments should not begin with a lowercase character. (capitalized-comments)
(#963) Expected space or tab after '//' in comment. (spaced-comment)
(#965) Expected space(s) after "if". (keyword-spacing)
(#965) Requires a space after '{'. (block-spacing)
(#965) Statement inside of curly braces should be on next line. (brace-style)
(#965) Missing space before opening brace. (space-before-blocks)
(#965) Operator '=' must be spaced. (space-infix-ops)
(#965) Requires a space before '}'. (block-spacing)
(#965) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#971) Comments should not begin with a lowercase character. (capitalized-comments)
(#971) Expected space or tab after '//' in comment. (spaced-comment)
(#979) Comments should not begin with a lowercase character. (capitalized-comments)
(#979) Expected space or tab after '//' in comment. (spaced-comment)
(#980) Expected space(s) after "if". (keyword-spacing)
(#981) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#982) Expected space(s) before "else". (keyword-spacing)
(#982) Expected space(s) after "else". (keyword-spacing)
(#983) 'usewpmscore' is already defined. (no-redeclare)
(#983) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#986) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#986) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#987) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#987) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#989) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#989) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#992) Comments should not begin with a lowercase character. (capitalized-comments)
(#992) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/hiddenplayerhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#15) 'opts' is defined but never used. (no-unused-vars)
(#20) Identifier 'register_controls' is not in camel case. (camelcase)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Identifier 'register_events' is not in camel case. (camelcase)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Comments should not begin with a lowercase character. (capitalized-comments)
(#28) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Unexpected space before function parentheses. (space-before-function-paren)
(#29) 'e' is defined but never used. (no-unused-vars)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#48) Each then() should return a value or throw (promise/always-return)
(#48) Unexpected space before function parentheses. (space-before-function-paren)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#50) 'error' is defined but never used. (no-unused-vars)
(#51) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#63) Unexpected space before function parentheses. (space-before-function-paren)
(#69) Unexpected space before function parentheses. (space-before-function-paren)
(#69) 'index' is defined but never used. (no-unused-vars)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/listenandrepeat.js
(#1) This line has a length of 135. Maximum allowed is 132. (max-len)
(#32) Identifier 'stt_guided' is not in camel case. (camelcase)
(#33) Comments should not begin with a lowercase character. (capitalized-comments)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#44) Expected space(s) before "else". (keyword-spacing)
(#44) Expected space(s) after "else". (keyword-spacing)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Missing space before opening brace. (space-before-blocks)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Operator '===' must be spaced. (space-infix-ops)
(#57) Missing space before opening brace. (space-before-blocks)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Identifier 'stt_guided' is not in camel case. (camelcase)
(#103) Identifier 'prepare_controls' is not in camel case. (camelcase)
(#118) Identifier 'register_mak' is not in camel case. (camelcase)
(#121) Identifier 'on_reach_audio_break' is not in camel case. (camelcase)
(#122) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space(s) after "if". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Operator '===' must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '>' must be spaced. (space-infix-ops)
(#150) Operator '-' must be spaced. (space-infix-ops)
(#150) Missing space before opening brace. (space-before-blocks)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Operator '<' must be spaced. (space-infix-ops)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Comments should not begin with a lowercase character. (capitalized-comments)
(#160) A space is required after ','. (comma-spacing)
(#161) Expected space(s) before "else". (keyword-spacing)
(#161) Expected space(s) after "else". (keyword-spacing)
(#162) Multiple spaces found before '='. (no-multi-spaces)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Comments should not begin with a lowercase character. (capitalized-comments)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#189) Identifier 'register_events' is not in camel case. (camelcase)
(#193) 'e' is defined but never used. (no-unused-vars)
(#196) Expected space(s) before "else". (keyword-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) 'e' is defined but never used. (no-unused-vars)
(#202) Missing space before opening brace. (space-before-blocks)
(#205) Expected space(s) before "else". (keyword-spacing)
(#211) 'e' is defined but never used. (no-unused-vars)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#216) 'e' is defined but never used. (no-unused-vars)
(#219) Comments should not begin with a lowercase character. (capitalized-comments)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#222) Comments should not begin with a lowercase character. (capitalized-comments)
(#222) Expected space or tab after '//' in comment. (spaced-comment)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Expected space(s) after "if". (keyword-spacing)
(#226) Expected space(s) before "else". (keyword-spacing)
(#226) Expected space(s) after "else". (keyword-spacing)
(#231) This line has a length of 137. Maximum allowed is 132. (max-len)
(#231) Comments should not begin with a lowercase character. (capitalized-comments)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Expected space or tab after '//' in comment. (spaced-comment)
(#235) Expected space(s) after "if". (keyword-spacing)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#235) Missing space before opening brace. (space-before-blocks)
(#236) Operator '+' must be spaced. (space-infix-ops)
(#236) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#255) Comments should not begin with a lowercase character. (capitalized-comments)
(#256) Unnecessary escape character: \/. (no-useless-escape)
(#258) 'typed' is defined but never used. (no-unused-vars)
(#259) Expected space(s) after "if". (keyword-spacing)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#263) This line has a length of 141. Maximum allowed is 132. (max-len)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) There should be no space after this paren. (space-in-parens)
(#268) Unexpected whitespace before semicolon. (semi-spacing)
(#270) Expected space(s) before "else". (keyword-spacing)
(#270) Expected space(s) after "else". (keyword-spacing)
(#274) Expected space(s) after "if". (keyword-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#307) Identifier 'mobile_user' is not in camel case. (camelcase)
(#316) Identifier 'chrome_user' is not in camel case. (camelcase)
(#316) Missing space before opening brace. (space-before-blocks)
(#317) Expected space(s) after "if". (keyword-spacing)
(#319) Expected space(s) before "else". (keyword-spacing)
(#319) Expected space(s) after "else". (keyword-spacing)
mod/readaloud/amd/src/modelaudiohelper.js
(#1) This line has a length of 173. 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) Unexpected space before function parentheses. (space-before-function-paren)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Missing space before opening brace. (space-before-blocks)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#51) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#58) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#60) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#63) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Use '===' to compare with null. (no-eq-null)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Identifier 'init_karaoke' is not in camel case. (camelcase)
(#71) Missing space before opening brace. (space-before-blocks)
(#72) Identifier 'karaoke_opts' is not in camel case. (camelcase)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#77) Identifier 'init_recorder' is not in camel case. (camelcase)
(#77) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#79) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) 'eventdata' is defined but never used. (no-unused-vars)
(#79) Missing space before opening brace. (space-before-blocks)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#82) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) 'eventdata' is defined but never used. (no-unused-vars)
(#82) Unexpected empty function. (no-empty-function)
(#82) Missing space before opening brace. (space-before-blocks)
(#83) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) after "if". (keyword-spacing)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) Identifier 'register_controls' is not in camel case. (camelcase)
(#98) Missing space before opening brace. (space-before-blocks)
(#109) Comments should not begin with a lowercase character. (capitalized-comments)
(#109) Expected space or tab after '//' in comment. (spaced-comment)
(#110) Identifier 'register_events' is not in camel case. (camelcase)
(#110) Missing space before opening brace. (space-before-blocks)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) before "else". (keyword-spacing)
(#130) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Missing space before opening brace. (space-before-blocks)
(#139) Identifier 'remove_break' is not in camel case. (camelcase)
(#140) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#141) Expected space(s) after "for". (keyword-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '<' must be spaced. (space-infix-ops)
(#142) Expected space(s) after "if". (keyword-spacing)
(#142) Operator '==' must be spaced. (space-infix-ops)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) A space is required after ','. (comma-spacing)
(#152) Identifier 'register_break' is not in camel case. (camelcase)
(#152) Missing space before opening brace. (space-before-blocks)
(#155) There should be no space after this paren. (space-in-parens)
(#155) There should be no space before this paren. (space-in-parens)
(#156) There should be no space after this paren. (space-in-parens)
(#156) There should be no space before this paren. (space-in-parens)
(#156) Missing space before opening brace. (space-before-blocks)
(#159) Multiple spaces found before 'a'. (no-multi-spaces)
(#159) There should be no space after this paren. (space-in-parens)
(#159) Multiple spaces found before 'b'. (no-multi-spaces)
(#159) There should be no space before this paren. (space-in-parens)
(#159) Missing space before opening brace. (space-before-blocks)
(#164) There should be no space after this paren. (space-in-parens)
(#164) There should be no space before this paren. (space-in-parens)
(#171) Identifier 'markup_passage' is not in camel case. (camelcase)
(#171) Missing space before opening brace. (space-before-blocks)
(#172) Expected space(s) after "for". (keyword-spacing)
(#172) 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)
(#180) Identifier 'player_get_time' is not in camel case. (camelcase)
(#180) Missing space before opening brace. (space-before-blocks)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#186) This line has a length of 140. Maximum allowed is 132. (max-len)
(#186) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Identifier 'fetch_break_audiotime' is not in camel case. (camelcase)
(#187) Expected to return a value at the end of method 'fetch_break_audiotime'. (consistent-return)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before opening brace. (space-before-blocks)
(#188) Expected space(s) after "if". (keyword-spacing)
(#188) Operator '!==' must be spaced. (space-infix-ops)
(#188) Missing space before opening brace. (space-before-blocks)
(#189) Expected space(s) after "if". (keyword-spacing)
(#189) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) before "else". (keyword-spacing)
(#192) Expected space(s) after "else". (keyword-spacing)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Expected space(s) after "for". (keyword-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Operator '<' must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Missing space before opening brace. (space-before-blocks)
(#195) Expected space(s) after "if". (keyword-spacing)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Missing space before opening brace. (space-before-blocks)
(#196) Operator '+' must be spaced. (space-infix-ops)
(#200) Expected space(s) before "else". (keyword-spacing)
(#205) Identifier 'check_modelaudio_transcript_ready' is not in camel case. (camelcase)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before opening brace. (space-before-blocks)
(#206) Comments should not begin with a lowercase character. (capitalized-comments)
(#206) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Unexpected space before function parentheses. (space-before-function-paren)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Unexpected space before function parentheses. (space-before-function-paren)
(#220) Unexpected space before function parentheses. (space-before-function-paren)
(#227) Unexpected space before function parentheses. (space-before-function-paren)
(#236) Identifier 'do_transcription_complete' is not in camel case. (camelcase)
(#236) Unexpected empty method 'do_transcription_complete'. (no-empty-function)
(#236) Missing space before opening brace. (space-before-blocks)
(#240) Comments should not begin with a lowercase character. (capitalized-comments)
(#240) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/modelaudiokaraoke.js
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Identifier 'set_breaks' is not in camel case. (camelcase)
(#58) Identifier 'sort_breaks' is not in camel case. (camelcase)
(#64) Identifier 'number_breaks' is not in camel case. (camelcase)
(#64) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#71) Identifier 'pause_audio' is not in camel case. (camelcase)
(#75) Identifier 'play_audio' is not in camel case. (camelcase)
(#79) Identifier 'get_audio_time' is not in camel case. (camelcase)
(#83) Identifier 'set_audio_time' is not in camel case. (camelcase)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#87) Identifier 'fetch_audio_url' is not in camel case. (camelcase)
(#91) Comments should not begin with a lowercase character. (capitalized-comments)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Identifier 'register_controls' is not in camel case. (camelcase)
(#102) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Identifier 'register_events' is not in camel case. (camelcase)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#118) Comments should not begin with a lowercase character. (capitalized-comments)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#119) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#126) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#132) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#133) Comments should not begin with a lowercase character. (capitalized-comments)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#136) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Comments should not begin with a lowercase character. (capitalized-comments)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Comments should not begin with a lowercase character. (capitalized-comments)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#172) Comments should not begin with a lowercase character. (capitalized-comments)
(#172) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#203) Comments should not begin with a lowercase character. (capitalized-comments)
(#203) Expected space or tab after '//' in comment. (spaced-comment)
(#206) Identifier 'on_reach_audio_break' is not in camel case. (camelcase)
(#206) 'breaks' is defined but never used. (no-unused-vars)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/pollyhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#14) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#20) Identifier 'fetch_polly_url' is not in camel case. (camelcase)
(#20) A space is required after ','. (comma-spacing)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Comments should not begin with a lowercase character. (capitalized-comments)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Expected to return a value at the end of function. (consistent-return)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'e' is defined but never used. (no-unused-vars)
(#35) Comments should not begin with a lowercase character. (capitalized-comments)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Missing space before opening brace. (space-before-blocks)
(#60) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/popoverhelper.js
(#1) This line has a length of 141. Maximum allowed is 132. (max-len)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Identifier 'register_events' is not in camel case. (camelcase)
(#26) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Comments should not begin with a lowercase character. (capitalized-comments)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Unexpected space before function parentheses. (space-before-function-paren)
(#64) Comments should not begin with a lowercase character. (capitalized-comments)
(#64) Expected space or tab after '//' in comment. (spaced-comment)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
(#74) This line has a length of 189. Maximum allowed is 132. (max-len)
(#75) This line has a length of 189. Maximum allowed is 132. (max-len)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Unexpected alert. (no-alert)
(#121) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Unexpected alert. (no-alert)
(#125) Comments should not begin with a lowercase character. (capitalized-comments)
(#125) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/recorderhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#14) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#15) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#16) Identifier 'on_speech' is not in camel case. (camelcase)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) ["recorderid"] is better written in dot notation. (dot-notation)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#34) Comments should not begin with a lowercase character. (capitalized-comments)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Unexpected alert. (no-alert)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Comments should not begin with a lowercase character. (capitalized-comments)
(#52) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/smallreporthelper.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) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) A space is required after ','. (comma-spacing)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) ["attemptid"] is better written in dot notation. (dot-notation)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) ["ready"] is better written in dot notation. (dot-notation)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) ["remotetranscribe"] is better written in dot notation. (dot-notation)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) ["showstats"] is better written in dot notation. (dot-notation)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) ["showgrades"] is better written in dot notation. (dot-notation)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) ["filename"] is better written in dot notation. (dot-notation)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) ["notingradebook"] is better written in dot notation. (dot-notation)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#40) Expected space(s) after "if". (keyword-spacing)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#41) 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)
(#50) Identifier 'init_strings' is not in camel case. (camelcase)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Identifier 'register_controls' is not in camel case. (camelcase)
(#60) Missing space before opening brace. (space-before-blocks)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Identifier 'register_events' is not in camel case. (camelcase)
(#72) 'that' is assigned a value but never used. (no-unused-vars)
(#73) A space is required after ','. (comma-spacing)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#75) Identifier 'check_for_audio' is not in camel case. (camelcase)
(#75) Missing space before opening brace. (space-before-blocks)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#82) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#86) Unexpected space before function parentheses. (space-before-function-paren)
(#87) There should be no space after this paren. (space-in-parens)
(#90) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#98) Expected catch,fail,always() or return (promise/catch-or-return)
(#98) A space is required after ','. (comma-spacing)
(#99) Each then() should return a value or throw (promise/always-return)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before opening brace. (space-before-blocks)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Unexpected space before function parentheses. (space-before-function-paren)
(#108) There should be no space after this paren. (space-in-parens)
(#116) Identifier 'generate_random_string' is not in camel case. (camelcase)
(#128) Identifier 'check_for_results' is not in camel case. (camelcase)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#130) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Operator '-' must be spaced. (space-infix-ops)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Operator '>' must be spaced. (space-infix-ops)
(#132) Missing space before opening brace. (space-before-blocks)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Missing space before opening brace. (space-before-blocks)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#167) Expected space(s) after "for". (keyword-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '<' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#171) Expected catch,fail,always() or return (promise/catch-or-return)
(#171) A space is required after ','. (comma-spacing)
(#172) Each then() should return a value or throw (promise/always-return)
(#172) A space is required after ','. (comma-spacing)
(#172) 'js' is defined but never used. (no-unused-vars)
(#172) Missing space before opening brace. (space-before-blocks)
(#177) Comments should not begin with a lowercase character. (capitalized-comments)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#189) Expected catch,fail,always() or return (promise/catch-or-return)
(#189) A space is required after ','. (comma-spacing)
(#190) Each then() should return a value or throw (promise/always-return)
(#190) A space is required after ','. (comma-spacing)
(#190) 'js' is defined but never used. (no-unused-vars)
(#190) Missing space before opening brace. (space-before-blocks)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/tether.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#7) 'module' is not defined. (no-undef)
(#7) 'exports' is not defined. (no-undef)
(#7) 'module' is not defined. (no-undef)
(#11) 'require' is defined but never used. (no-unused-vars)
(#11) 'exports' is defined but never used. (no-unused-vars)
(#11) 'module' is defined but never used. (no-unused-vars)
(#15) This line has a length of 566. Maximum allowed is 132. (max-len)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected { after 'if' condition. (curly)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) This line has a length of 153. Maximum allowed is 132. (max-len)
(#17) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) It's not necessary to initialize 'TetherBase' to undefined. (no-undef-init)
(#21) There should be no space after '{'. (@babel/object-curly-spacing)
(#21) There should be no space before '}'. (@babel/object-curly-spacing)
(#28) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#52) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#65) It's not necessary to initialize 'style' to undefined. (no-undef-init)
(#68) Empty block statement. (no-empty)
(#97) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Unexpected space before function parentheses. (space-before-function-paren)
(#106) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Unexpected space before function parentheses. (space-before-function-paren)
(#138) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#143) Unnecessary semicolon. (no-extra-semi)
(#145) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#146) It's not necessary to initialize 'doc' to undefined. (no-undef-init)
(#178) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#182) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#215) There should be no space after '{'. (@babel/object-curly-spacing)
(#215) There should be no space before '}'. (@babel/object-curly-spacing)
(#218) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#238) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#240) Unexpected space before function parentheses. (space-before-function-paren)
(#252) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#254) Unexpected space before function parentheses. (space-before-function-paren)
(#266) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#274) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#283) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#290) Unexpected space before function parentheses. (space-before-function-paren)
(#296) Unexpected space before function parentheses. (space-before-function-paren)
(#310) It's not necessary to initialize 'fn' to undefined. (no-undef-init)
(#311) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#316) Unexpected space before function parentheses. (space-before-function-paren)
(#317) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#332) There should be no space after '{'. (@babel/object-curly-spacing)
(#332) There should be no space before '}'. (@babel/object-curly-spacing)
(#380) 'args' declared on line 365 column 43 is used outside of binding context. (block-scoped-var)
(#412) 'TetherBase' is defined but never used. (no-unused-vars)
(#412) 'performance' is already defined as a built-in global variable. (no-redeclare)
(#414) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#416) This line has a length of 666. Maximum allowed is 132. (max-len)
(#416) Unexpected space before function parentheses. (space-before-function-paren)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#416) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Expected { after 'if' condition. (curly)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) '_i' declared on line 416 column 151 is used outside of binding context. (block-scoped-var)
(#416) ["return"] is better written in dot notation. (dot-notation)
(#416) '_i' declared on line 416 column 151 is used outside of binding context. (block-scoped-var)
(#416) Expected { after 'if' condition. (curly)
(#416) ["return"] is better written in dot notation. (dot-notation)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Expected { after 'if' condition. (curly)
(#416) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Unexpected space before function parentheses. (space-before-function-paren)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) This line has a length of 566. Maximum allowed is 132. (max-len)
(#418) '_createClass' is already defined. (no-redeclare)
(#418) Unexpected space before function parentheses. (space-before-function-paren)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Expected { after 'if' condition. (curly)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Unexpected space before function parentheses. (space-before-function-paren)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Expected { after 'if' condition. (curly)
(#418) Expected { after 'if' condition. (curly)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) This line has a length of 661. Maximum allowed is 132. (max-len)
(#420) Expected to return a value at the end of function 'get'. (consistent-return)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Unexpected labeled statement. (no-labels)
(#420) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Expected { after 'if' condition. (curly)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Unexpected label in continue statement. (no-labels)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) This line has a length of 153. Maximum allowed is 132. (max-len)
(#422) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#422) '_classCallCheck' is already defined. (no-redeclare)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) This line has a length of 494. Maximum allowed is 132. (max-len)
(#424) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) There should be no space after '{'. (@babel/object-curly-spacing)
(#424) There should be no space after '{'. (@babel/object-curly-spacing)
(#424) There should be no space before '}'. (@babel/object-curly-spacing)
(#424) There should be no space before '}'. (@babel/object-curly-spacing)
(#424) Expected { after 'if' condition. (curly)
(#424) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#424) The '__proto__' property is deprecated. (no-proto)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#431) 'getScrollParents' is already defined. (no-redeclare)
(#432) 'getBounds' is already defined. (no-redeclare)
(#433) 'getOffsetParent' is already defined. (no-redeclare)
(#434) 'extend' is already defined. (no-redeclare)
(#435) 'addClass' is already defined. (no-redeclare)
(#436) 'removeClass' is already defined. (no-redeclare)
(#437) 'updateClasses' is already defined. (no-redeclare)
(#438) 'defer' is already defined. (no-redeclare)
(#439) 'flush' is already defined. (no-redeclare)
(#440) 'getScrollBarSize' is already defined. (no-redeclare)
(#441) 'removeUtilElements' is already defined. (no-redeclare)
(#443) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#449) Expected to return a value at the end of function. (consistent-return)
(#449) Unexpected space before function parentheses. (space-before-function-paren)
(#467) Unexpected space before function parentheses. (space-before-function-paren)
(#473) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#480) Unexpected space before function parentheses. (space-before-function-paren)
(#500) Use '===' to compare with null. (no-eq-null)
(#511) Unexpected space before function parentheses. (space-before-function-paren)
(#550) There should be no space after '{'. (@babel/object-curly-spacing)
(#550) There should be no space before '}'. (@babel/object-curly-spacing)
(#565) There should be no space after '{'. (@babel/object-curly-spacing)
(#565) There should be no space before '}'. (@babel/object-curly-spacing)
(#568) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#569) There should be no space after '{'. (@babel/object-curly-spacing)
(#569) There should be no space before '}'. (@babel/object-curly-spacing)
(#575) 'offsets' declared on line 571 column 37 is used outside of binding context. (block-scoped-var)
(#575) Unexpected space before function parentheses. (space-before-function-paren)
(#593) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#612) There should be no space after '{'. (@babel/object-curly-spacing)
(#612) There should be no space before '}'. (@babel/object-curly-spacing)
(#616) Unexpected space before function parentheses. (space-before-function-paren)
(#619) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#633) Unexpected space before function parentheses. (space-before-function-paren)
(#689) Unexpected space before function parentheses. (space-before-function-paren)
(#731) Expected to return a value at the end of method 'value'. (consistent-return)
(#735) There should be no space after '{'. (@babel/object-curly-spacing)
(#735) There should be no space before '}'. (@babel/object-curly-spacing)
(#737) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#739) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#740) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#741) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#742) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#743) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#748) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#748) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#749) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#753) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#753) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#754) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#756) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#757) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#759) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#760) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#763) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#766) 'bounds' is already defined. (no-redeclare)
(#766) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#766) It's not necessary to initialize 'bounds' to undefined. (no-undef-init)
(#771) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#778) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#783) This line has a length of 165. Maximum allowed is 132. (max-len)
(#790) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#792) 'out' is already defined. (no-redeclare)
(#792) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#795) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#795) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#804) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#804) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#808) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#808) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#808) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#811) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#811) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#814) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#853) Unexpected space before function parentheses. (space-before-function-paren)
(#873) Unexpected space before function parentheses. (space-before-function-paren)
(#885) Unexpected space before function parentheses. (space-before-function-paren)
(#906) Comments should not begin with a lowercase character. (capitalized-comments)
(#931) Unexpected space before function parentheses. (space-before-function-paren)
(#936) Unexpected space before function parentheses. (space-before-function-paren)
(#956) Comments should not begin with a lowercase character. (capitalized-comments)
(#970) Unexpected space before function parentheses. (space-before-function-paren)
(#985) There should be no space after '{'. (@babel/object-curly-spacing)
(#985) There should be no space before '}'. (@babel/object-curly-spacing)
(#988) Unexpected space before function parentheses. (space-before-function-paren)
(#994) There should be no space after '{'. (@babel/object-curly-spacing)
(#994) There should be no space before '}'. (@babel/object-curly-spacing)
(#997) There should be no space after '{'. (@babel/object-curly-spacing)
(#997) There should be no space before '}'. (@babel/object-curly-spacing)
(#1025) Method 'value' expected no return value. (consistent-return)
(#1057) It's not necessary to initialize 'scrollbarSize' to undefined. (no-undef-init)
(#1068) This line has a length of 139. Maximum allowed is 132. (max-len)
(#1074) This line has a length of 163. Maximum allowed is 132. (max-len)
(#1075) Unexpected space before function parentheses. (space-before-function-paren)
(#1076) Unexpected space before function parentheses. (space-before-function-paren)
(#1079) Unexpected space before function parentheses. (space-before-function-paren)
(#1086) Unexpected space before function parentheses. (space-before-function-paren)
(#1125) Method 'value' expected no return value. (consistent-return)
(#1131) Method 'value' has a complexity of 28. Maximum allowed is 20. (complexity)
(#1143) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1148) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1148) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1155) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1160) There should be no space after '{'. (@babel/object-curly-spacing)
(#1160) There should be no space before '}'. (@babel/object-curly-spacing)
(#1166) It's not necessary to initialize 'yPos' to undefined. (no-undef-init)
(#1167) It's not necessary to initialize 'xPos' to undefined. (no-undef-init)
(#1214) Unexpected space before function parentheses. (space-before-function-paren)
(#1216) Unexpected space before function parentheses. (space-before-function-paren)
(#1221) Unexpected space before function parentheses. (space-before-function-paren)
(#1232) There should be no space after '{'. (@babel/object-curly-spacing)
(#1232) There should be no space before '}'. (@babel/object-curly-spacing)
(#1256) 'key' is already defined. (no-redeclare)
(#1256) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1257) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1258) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1262) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1267) Unexpected space before function parentheses. (space-before-function-paren)
(#1282) 'TetherBase' is already defined. (no-redeclare)
(#1284) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1286) This line has a length of 666. Maximum allowed is 132. (max-len)
(#1286) '_slicedToArray' is already defined. (no-redeclare)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#1286) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Expected { after 'if' condition. (curly)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) '_i' declared on line 1286 column 151 is used outside of binding context. (block-scoped-var)
(#1286) ["return"] is better written in dot notation. (dot-notation)
(#1286) '_i' declared on line 1286 column 151 is used outside of binding context. (block-scoped-var)
(#1286) Expected { after 'if' condition. (curly)
(#1286) ["return"] is better written in dot notation. (dot-notation)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Expected { after 'if' condition. (curly)
(#1286) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1288) '_TetherBase$Utils' is already defined. (no-redeclare)
(#1289) 'getBounds' is already defined. (no-redeclare)
(#1290) 'extend' is already defined. (no-redeclare)
(#1291) 'updateClasses' is already defined. (no-redeclare)
(#1292) 'defer' is already defined. (no-redeclare)
(#1296) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1308) Unexpected space before function parentheses. (space-before-function-paren)
(#1325) Unexpected space before function parentheses. (space-before-function-paren)
(#1351) Unexpected space before function parentheses. (space-before-function-paren)
(#1367) Unexpected space before function parentheses. (space-before-function-paren)
(#1376) Unexpected space before function parentheses. (space-before-function-paren)
(#1388) Unexpected space before function parentheses. (space-before-function-paren)
(#1389) Unexpected space before function parentheses. (space-before-function-paren)
(#1399) Function has a complexity of 82. Maximum allowed is 20. (complexity)
(#1399) Unexpected space before function parentheses. (space-before-function-paren)
(#1408) It's not necessary to initialize 'changeAttachX' to undefined. (no-undef-init)
(#1409) It's not necessary to initialize 'changeAttachY' to undefined. (no-undef-init)
(#1564) Unexpected space before function parentheses. (space-before-function-paren)
(#1613) Unexpected space before function parentheses. (space-before-function-paren)
(#1614) It's not necessary to initialize 'pinnedClass' to undefined. (no-undef-init)
(#1622) Unexpected space before function parentheses. (space-before-function-paren)
(#1629) Unexpected space before function parentheses. (space-before-function-paren)
(#1630) It's not necessary to initialize 'oobClass' to undefined. (no-undef-init)
(#1638) Unexpected space before function parentheses. (space-before-function-paren)
(#1651) This line has a length of 189. Maximum allowed is 132. (max-len)
(#1660) Unexpected space before function parentheses. (space-before-function-paren)
(#1667) There should be no space after '{'. (@babel/object-curly-spacing)
(#1667) There should be no space before '}'. (@babel/object-curly-spacing)
(#1670) 'TetherBase' is already defined. (no-redeclare)
(#1672) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1674) '_TetherBase$Utils' is already defined. (no-redeclare)
(#1675) 'getBounds' is already defined. (no-redeclare)
(#1676) 'updateClasses' is already defined. (no-redeclare)
(#1677) 'defer' is already defined. (no-redeclare)
(#1686) Unexpected space before function parentheses. (space-before-function-paren)
(#1700) Unexpected space before function parentheses. (space-before-function-paren)
(#1709) Unexpected space before function parentheses. (space-before-function-paren)
(#1722) Unexpected space before function parentheses. (space-before-function-paren)
(#1730) Unexpected space before function parentheses. (space-before-function-paren)
(#1734) Unexpected space before function parentheses. (space-before-function-paren)
(#1744) 'TetherBase' is already defined. (no-redeclare)
(#1746) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1748) This line has a length of 666. Maximum allowed is 132. (max-len)
(#1748) '_slicedToArray' is already defined. (no-redeclare)
(#1748) Unexpected space before function parentheses. (space-before-function-paren)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#1748) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Expected { after 'if' condition. (curly)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) '_i' declared on line 1748 column 151 is used outside of binding context. (block-scoped-var)
(#1748) ["return"] is better written in dot notation. (dot-notation)
(#1748) '_i' declared on line 1748 column 151 is used outside of binding context. (block-scoped-var)
(#1748) Expected { after 'if' condition. (curly)
(#1748) ["return"] is better written in dot notation. (dot-notation)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Expected { after 'if' condition. (curly)
(#1748) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Unexpected space before function parentheses. (space-before-function-paren)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1761) There should be no space after '{'. (@babel/object-curly-spacing)
(#1761) There should be no space before '}'. (@babel/object-curly-spacing)
(#1764) It's not necessary to initialize 'shiftTop' to undefined. (no-undef-init)
(#1765) It's not necessary to initialize 'shiftLeft' to undefined. (no-undef-init)
(#1787) Method 'position' expected no return value. (consistent-return)
(#1787) There should be no space after '{'. (@babel/object-curly-spacing)
(#1787) There should be no space before '}'. (@babel/object-curly-spacing)
mod/readaloud/amd/src/textutils.js
(#1) A space is required after ','. (comma-spacing)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) A space is required after ','. (comma-spacing)
(#1) 'ajax' is defined but never used. (no-unused-vars)
(#14) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Use '===' to compare with null. (no-eq-null)
(#31) Expected { after 'if' condition. (curly)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing space before opening brace. (space-before-blocks)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Operator '<' must be spaced. (space-infix-ops)
(#70) Operator '>' must be spaced. (space-infix-ops)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Operator '>' must be spaced. (space-infix-ops)
(#103) There should be no space after '{'. (@babel/object-curly-spacing)
(#103) There should be no space before '}'. (@babel/object-curly-spacing)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Identifier 'call_ai' is not in camel case. (camelcase)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Expected space or tab after '//' in comment. (spaced-comment)
(#126) 'that' is assigned a value but never used. (no-unused-vars)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Expected to return a value at the end of function. (consistent-return)
(#129) Unexpected space before function parentheses. (space-before-function-paren)
(#129) 'e' is defined but never used. (no-unused-vars)
(#133) Comments should not begin with a lowercase character. (capitalized-comments)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Unexpected console statement. (no-console)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Missing space before opening brace. (space-before-blocks)
(#146) Unexpected console statement. (no-console)
(#147) Unexpected console statement. (no-console)
(#150) Unexpected console statement. (no-console)
(#153) Unexpected console statement. (no-console)
(#158) Comments should not begin with a lowercase character. (capitalized-comments)
(#158) Expected space or tab after '//' in comment. (spaced-comment)
(#178) Missing space before opening brace. (space-before-blocks)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#184) Identifier 'clean_ssml_chars' is not in camel case. (camelcase)
(#184) Missing space before opening brace. (space-before-blocks)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#186) Multiple spaces found before 'speaktext'. (no-multi-spaces)
(#186) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#190) Multiple spaces found before 'speaktext'. (no-multi-spaces)
(#190) A space is required after ','. (comma-spacing)
(#194) Identifier 'can_speak_neural' is not in camel case. (camelcase)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before opening brace. (space-before-blocks)
(#195) Expected space(s) after "switch". (keyword-spacing)
(#195) Missing space before opening brace. (space-before-blocks)
(#205) Comments should not begin with a lowercase character. (capitalized-comments)
(#205) Expected space or tab after '//' in comment. (spaced-comment)
(#211) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) 'def' is not defined. (no-undef)
(#212) Missing space before opening brace. (space-before-blocks)
(#214) Expected space(s) before "else". (keyword-spacing)
(#214) Expected space(s) after "else". (keyword-spacing)
(#220) Identifier 'fetch_polly_url' is not in camel case. (camelcase)
(#220) A space is required after ','. (comma-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before opening brace. (space-before-blocks)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#226) Comments should not begin with a lowercase character. (capitalized-comments)
(#226) Expected space or tab after '//' in comment. (spaced-comment)
(#227) Expected space or tab after '//' in comment. (spaced-comment)
(#230) Comments should not begin with a lowercase character. (capitalized-comments)
(#230) Expected space or tab after '//' in comment. (spaced-comment)
(#231) Expected to return a value at the end of function. (consistent-return)
(#231) Unexpected space before function parentheses. (space-before-function-paren)
(#231) 'e' is defined but never used. (no-unused-vars)
(#235) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) 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)
(#244) Comments should not begin with a lowercase character. (capitalized-comments)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Missing space before opening brace. (space-before-blocks)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#265) Expected space(s) after "switch". (keyword-spacing)
(#265) Missing space before opening brace. (space-before-blocks)
(#267) Comments should not begin with a lowercase character. (capitalized-comments)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#269) Comments should not begin with a lowercase character. (capitalized-comments)
(#269) Expected space or tab after '//' in comment. (spaced-comment)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#274) Comments should not begin with a lowercase character. (capitalized-comments)
(#274) Expected space or tab after '//' in comment. (spaced-comment)
(#276) Comments should not begin with a lowercase character. (capitalized-comments)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#279) This line has a length of 133. Maximum allowed is 132. (max-len)
(#281) Comments should not begin with a lowercase character. (capitalized-comments)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#286) Comments should not begin with a lowercase character. (capitalized-comments)
(#286) Expected space or tab after '//' in comment. (spaced-comment)
(#289) Comments should not begin with a lowercase character. (capitalized-comments)
(#289) Expected space or tab after '//' in comment. (spaced-comment)
(#290) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#297) Comments should not begin with a lowercase character. (capitalized-comments)
(#297) Expected space or tab after '//' in comment. (spaced-comment)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#300) Comments should not begin with a lowercase character. (capitalized-comments)
(#300) Expected space or tab after '//' in comment. (spaced-comment)
(#307) 'def' is not defined. (no-undef)
(#312) 'def' is not defined. (no-undef)
(#320) Comments should not begin with a lowercase character. (capitalized-comments)
(#320) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/amd/src/ttaudiohelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Comments should not begin with a lowercase character. (capitalized-comments)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#18) Comments should not begin with a lowercase character. (capitalized-comments)
(#18) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Comments should not begin with a lowercase character. (capitalized-comments)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#27) Comments should not begin with a lowercase character. (capitalized-comments)
(#27) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#45) Unexpected empty method 'onStop'. (no-empty-function)
(#46) Unexpected empty method 'onStream'. (no-empty-function)
(#47) Unexpected empty method 'onError'. (no-empty-function)
(#50) Identifier 'prepare_html' is not in camel case. (camelcase)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#62) This line has a length of 145. Maximum allowed is 132. (max-len)
(#64) This line has a length of 146. Maximum allowed is 132. (max-len)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) Missing space before opening brace. (space-before-blocks)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) before "else". (keyword-spacing)
(#84) Expected space(s) after "else". (keyword-spacing)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Missing space before opening brace. (space-before-blocks)
(#89) Expected space(s) before "else". (keyword-spacing)
(#89) Expected space(s) after "else". (keyword-spacing)
(#116) Operator '*' must be spaced. (space-infix-ops)
(#116) Operator '*' must be spaced. (space-infix-ops)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#128) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Operator '===' must be spaced. (space-infix-ops)
(#132) Missing space before opening brace. (space-before-blocks)
(#133) Multiple spaces found before '{'. (no-multi-spaces)
(#136) Missing semicolon. (@babel/semi)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Unexpected console statement. (no-console)
(#145) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Operator '*' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#160) Comments should not begin with a lowercase character. (capitalized-comments)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Operator '!==' must be spaced. (space-infix-ops)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Unexpected space before function parentheses. (space-before-function-paren)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '<' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#188) Comments should not begin with a lowercase character. (capitalized-comments)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Operator '>=' must be spaced. (space-infix-ops)
(#192) Missing space before opening brace. (space-before-blocks)
(#195) Comments should not begin with a lowercase character. (capitalized-comments)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#196) Expected space(s) before "else". (keyword-spacing)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#203) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#237) Comments should not begin with a lowercase character. (capitalized-comments)
(#237) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/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/readaloud/amd/src/ttrecorder.js
(#1) A space is required after ','. (comma-spacing)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Identifier 'audio_updated' is not in camel case. (camelcase)
(#35) Identifier 'stt_guided' is not in camel case. (camelcase)
(#38) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) ["uniqueid"] is better written in dot notation. (dot-notation)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) ["callback"] is better written in dot notation. (dot-notation)
(#49) Identifier 'stt_guided' is not in camel case. (camelcase)
(#49) ["stt_guided"] is better written in dot notation. (dot-notation)
(#49) ["stt_guided"] is better written in dot notation. (dot-notation)
(#50) ["shadow"] 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)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Unexpected space after unary operator '!'. (space-unary-ops)
(#130) Missing space before opening brace. (space-before-blocks)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Identifier 'on_error' is not in camel case. (camelcase)
(#139) Missing space before opening brace. (space-before-blocks)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) Comments should not begin with a lowercase character. (capitalized-comments)
(#143) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#147) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Expected space(s) before "else". (keyword-spacing)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Multiple spaces found before 'audioHelper'. (no-multi-spaces)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#158) Identifier 'on_error' is not in camel case. (camelcase)
(#159) Identifier 'on_stopped' is not in camel case. (camelcase)
(#160) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#162) Comments should not begin with a lowercase character. (capitalized-comments)
(#162) 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 'silence_detected' is not in camel case. (camelcase)
(#177) Missing space before opening brace. (space-before-blocks)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#183) Identifier 'update_audio' is not in camel case. (camelcase)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#190) Expected space(s) before "else". (keyword-spacing)
(#190) Expected space(s) after "else". (keyword-spacing)
(#199) Identifier 'register_events' is not in camel case. (camelcase)
(#199) Missing space before opening brace. (space-before-blocks)
(#202) Missing space before opening brace. (space-before-blocks)
(#206) Missing space before opening brace. (space-before-blocks)
(#210) Identifier 'audio_updated' is not in camel case. (camelcase)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#211) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#218) Expected space(s) after "if". (keyword-spacing)
(#218) There should be no space before this paren. (space-in-parens)
(#220) Expected space(s) before "else". (keyword-spacing)
(#220) Expected space(s) after "else". (keyword-spacing)
(#224) Comments should not begin with a lowercase character. (capitalized-comments)
(#224) Expected space or tab after '//' in comment. (spaced-comment)
(#230) Identifier 'show_recorder_pointer' is not in camel case. (camelcase)
(#230) Missing space before opening brace. (space-before-blocks)
(#231) Expected space(s) after "if". (keyword-spacing)
(#233) Expected space(s) before "else". (keyword-spacing)
(#233) Expected space(s) after "else". (keyword-spacing)
(#240) Missing space before value for key 'gotRecognition'. (key-spacing)
(#240) Missing space before opening brace. (space-before-blocks)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#245) Expected space or tab after '//' in comment. (spaced-comment)
(#250) Unnecessary escape character: \*. (no-useless-escape)
(#250) Unnecessary escape character: \.. (no-useless-escape)
(#250) Unnecessary escape character: \/. (no-useless-escape)
(#250) Unnecessary escape character: \[. (no-useless-escape)
(#250) Unnecessary escape character: \^. (no-useless-escape)
(#250) A space is required after ','. (comma-spacing)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#275) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Missing space before opening brace. (space-before-blocks)
(#280) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#285) Expected space(s) before "else". (keyword-spacing)
(#285) Expected space(s) after "else". (keyword-spacing)
(#286) A space is required after ','. (comma-spacing)
(#290) Comments should not begin with a lowercase character. (capitalized-comments)
(#290) Expected space or tab after '//' in comment. (spaced-comment)
(#292) 'message' declared on line 333 column 25 is used outside of binding context. (block-scoped-var)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#293) 'message' declared on line 333 column 25 is used outside of binding context. (block-scoped-var)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#294) 'message' declared on line 333 column 25 is used outside of binding context. (block-scoped-var)
(#296) Expected space or tab after '//' in comment. (spaced-comment)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#300) Expected space(s) after "if". (keyword-spacing)
(#300) Missing space before opening brace. (space-before-blocks)
(#301) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#315) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Expected space(s) before "else". (keyword-spacing)
(#324) Missing space before value for key 'isRecognizing'. (key-spacing)
(#331) Comments should not begin with a lowercase character. (capitalized-comments)
(#331) Expected space or tab after '//' in comment. (spaced-comment)
(#333) 'message' is already defined. (no-redeclare)
(#333) 'message' declared on line 292 column 25 is used outside of binding context. (block-scoped-var)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#334) 'message' declared on line 292 column 25 is used outside of binding context. (block-scoped-var)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#335) 'message' declared on line 292 column 25 is used outside of binding context. (block-scoped-var)
(#342) Multiple spaces found before ''.wav''. (no-multi-spaces)
(#347) Expected space(s) after "if". (keyword-spacing)
(#349) Expected space(s) before "else". (keyword-spacing)
(#349) Expected space(s) after "else". (keyword-spacing)
(#352) Comments should not begin with a lowercase character. (capitalized-comments)
(#352) Expected space or tab after '//' in comment. (spaced-comment)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) Operator '!==' must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) 'progressEvent' is defined but never used. (no-unused-vars)
(#359) Unexpected empty function. (no-empty-function)
(#360) 'oEvent' is defined but never used. (no-unused-vars)
(#370) Expected space(s) before "catch". (keyword-spacing)
(#370) Expected space(s) after "catch". (keyword-spacing)
(#370) Missing space before opening brace. (space-before-blocks)
(#376) Comments should not begin with a lowercase character. (capitalized-comments)
(#376) Expected space or tab after '//' in comment. (spaced-comment)
mod/readaloud/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)

CSS problems

(561 errors, 23 warnings)

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

mod/readaloud/styles.css
(#523) Invalid value for "background-repeat" (csstree/validator)
(#701) Expected empty line before at-rule (at-rule-empty-line-before)
(#702) Expected newline before "}" (block-closing-brace-newline-before)
(#702) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#702) Expected newline after "{" (block-opening-brace-newline-after)
(#702) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#158) Expected single space before "{" (block-opening-brace-space-before)
(#627) Expected single space before "{" (block-opening-brace-space-before)
(#631) Expected single space before "{" (block-opening-brace-space-before)
(#720) Expected single space before "{" (block-opening-brace-space-before)
(#730) Expected single space before "{" (block-opening-brace-space-before)
(#1006) Expected single space before "{" (block-opening-brace-space-before)
(#182) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#264) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#694) Expected "#DDDBDD" to be "#dddbdd" (color-hex-case)
(#735) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#779) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#786) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#796) Expected "#FAFBFD" to be "#fafbfd" (color-hex-case)
(#797) Expected "#DCE0E3" to be "#dce0e3" (color-hex-case)
(#820) Expected "#FAFBFD" to be "#fafbfd" (color-hex-case)
(#821) Expected "#DCE0E3" to be "#dce0e3" (color-hex-case)
(#847) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#904) Expected "#DCDFF5" to be "#dcdff5" (color-hex-case)
(#931) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#962) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#969) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#182) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#736) Expected "#000000" to be "#000" (color-hex-length)
(#524) Unexpected duplicate "background-repeat" (declaration-block-no-duplicate-properties)
(#670) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#530) Unexpected shorthand "margin" after "margin-bottom" (declaration-block-no-shorthand-property-overrides)
(#587) Unexpected shorthand "margin" after "margin-right" (declaration-block-no-shorthand-property-overrides)
(#702) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#836) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#550) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#628) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#632) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#702) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#696) Expected single space after "," in a single-line function (function-comma-space-after)
(#696) Expected single space after "," in a single-line function (function-comma-space-after)
(#696) Expected single space after "," in a single-line function (function-comma-space-after)
(#173) Unexpected unit (length-zero-no-unit)
(#365) Unexpected unit (length-zero-no-unit)
(#658) Unexpected unit (length-zero-no-unit)
(#658) Unexpected unit (length-zero-no-unit)
(#661) Unexpected unit (length-zero-no-unit)
(#661) Unexpected unit (length-zero-no-unit)
(#5) Expected single space after ">" (selector-combinator-space-after)
(#6) Expected single space after ">" (selector-combinator-space-after)
(#426) Expected single space after ">" (selector-combinator-space-after)
(#5) Expected single space before ">" (selector-combinator-space-before)
(#6) Expected single space before ">" (selector-combinator-space-before)
(#426) Expected single space before ">" (selector-combinator-space-before)
(#1016) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#415) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#460) Expected indentation of 4 spaces (indentation)
(#461) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#465) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#489) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#497) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#525) Expected indentation of 4 spaces (indentation)
(#526) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#528) Expected indentation of 4 spaces (indentation)
(#529) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#534) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#553) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#563) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#617) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 4 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#670) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 4 spaces (indentation)
(#676) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#689) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#695) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#711) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#725) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 4 spaces (indentation)
(#745) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#748) Expected indentation of 4 spaces (indentation)
(#749) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 8 spaces (indentation)
(#757) Expected indentation of 8 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#763) Expected indentation of 4 spaces (indentation)
(#764) Expected indentation of 4 spaces (indentation)
(#765) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 4 spaces (indentation)
(#773) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#779) Expected indentation of 4 spaces (indentation)
(#780) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 4 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#790) Expected indentation of 4 spaces (indentation)
(#791) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 4 spaces (indentation)
(#799) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#802) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 8 spaces (indentation)
(#813) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#821) Expected indentation of 4 spaces (indentation)
(#822) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#826) Expected indentation of 4 spaces (indentation)
(#827) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#832) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 8 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 8 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 8 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#849) Expected indentation of 4 spaces (indentation)
(#850) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#862) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#864) Expected indentation of 4 spaces (indentation)
(#865) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#874) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 8 spaces (indentation)
(#871) Expected indentation of 8 spaces (indentation)
(#872) Expected indentation of 8 spaces (indentation)
(#873) Expected indentation of 8 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#880) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#882) Expected indentation of 4 spaces (indentation)
(#883) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#888) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 8 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#916) Expected indentation of 4 spaces (indentation)
(#917) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#929) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 4 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 8 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 8 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#978) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#987) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#992) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 4 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1017) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(91 errors, 0 warnings)

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

mod/readaloud/admintab.php
(#153) Found comment starting with three or more slashes
mod/readaloud/backup/moodle2/backup_readaloud_activity_task.class.php
(#19) Inline phpdocs tag {@link backup_readaloud_activity_task} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/readaloud/backup/moodle2/backup_readaloud_stepslib.php
(#47) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#19) Inline phpdocs tag {@link backup_readaloud_activity_task} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/readaloud/backup/moodle2/restore_readaloud_activity_task.class.php
(#86) 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)]}
(#88) 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)]}
(#104) 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)]}
(#106) 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/readaloud/backup/moodle2/restore_readaloud_stepslib.php
(#41) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
mod/readaloud/classes/form/alternatives.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
mod/readaloud/classes/form/guidedtranscriptionform.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
mod/readaloud/classes/local/rsquestion/baseform.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
(#168) Phpdocs for function baseform::add_textarearesponse has incomplete parameters list
(#187) Phpdocs for function baseform::add_textboxresponse has incomplete parameters list
(#206) Phpdocs for function baseform::add_correctanswer has incomplete parameters list
(#223) Phpdocs for function baseform::construction_override has incomplete parameters list
mod/readaloud/classes/output/modelaudio_renderer.php
(#56) Phpdocs for function modelaudio_renderer::render_modelaudio_player_from_url has incomplete parameters list
(#66) Phpdocs for function modelaudio_renderer::show_recorder has incomplete parameters list
mod/readaloud/classes/output/renderer.php
(#38) Found comment starting with three or more slashes
(#19) Phpdocs for function renderer::header has incomplete parameters list
(#334) Phpdocs for function renderer::reattemptbutton has incomplete parameters list
(#347) Phpdocs for function renderer::jump_tomenubutton has incomplete parameters list
(#360) Phpdocs for function renderer::show_wheretonext has incomplete parameters list
(#384) Phpdocs for function renderer::show_machineregradeallbutton has incomplete parameters list
(#397) Phpdocs for function renderer::show_pushcorpusdetails has incomplete parameters list
(#413) Phpdocs for function renderer::show_pushalltogradebook has incomplete parameters list
(#437) Phpdocs for function renderer::show_all_mistranscriptions has incomplete parameters list
(#574) Phpdocs for function renderer::show_currenterrorestimate has incomplete parameters list
(#590) Phpdocs for function renderer::show_admintab_heading has incomplete parameters list
(#603) Phpdocs for function renderer::show_instructions has incomplete parameters list
(#615) Phpdocs for function renderer::show_previewinstructions has incomplete parameters list
(#628) Phpdocs for function renderer::show_landrinstructions has incomplete parameters list
(#654) Phpdocs for function renderer::show_intro has incomplete parameters list
(#667) Phpdocs for function renderer::show_passage_postattempt has incomplete parameters list
(#692) Phpdocs for function renderer::show_passage has incomplete parameters list
(#704) Phpdocs for function renderer::show_progress has incomplete parameters list
(#723) Phpdocs for function renderer::show_feedback has incomplete parameters list
(#734) Phpdocs for function renderer::show_feedback_postattempt has incomplete parameters list
(#747) Phpdocs for function renderer::show_error has incomplete parameters list
(#759) Phpdocs for function renderer::show_recorder has incomplete parameters list
(#967) Phpdocs for function renderer::show_problembox has incomplete parameters list
(#1160) Phpdocs for function renderer::fetch_passage_forprint has incomplete parameters list
mod/readaloud/classes/output/rsquestion_renderer.php
(#36) Phpdocs for function rsquestion_renderer::add_edit_page_links has incomplete parameters list
(#63) Phpdocs for function rsquestion_renderer::show_items_list has incomplete parameters list
mod/readaloud/classes/setupform.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
mod/readaloud/classes/utils.php
(#1256) Found comment starting with three or more slashes
(#1545) Found comment starting with three or more slashes
(#1564) Phpdocs for function utils::fetch_next_activity has incomplete parameters list
mod/readaloud/developer.php
(#63) Found comment starting with three or more slashes
mod/readaloud/grading.php
(#127) Found comment starting with three or more slashes
mod/readaloud/index.php
(#29) Found comment starting with three or more slashes
mod/readaloud/lib.php
(#37) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#167) Found comment starting with three or more slashes
(#805) Found comment starting with three or more slashes
(#807) Found comment starting with three or more slashes
(#850) Found comment starting with three or more slashes
(#852) Found comment starting with three or more slashes
(#933) Found comment starting with three or more slashes
(#935) Found comment starting with three or more slashes
(#80) Phpdocs for function readaloud_reset_course_form_definition has incomplete parameters list
(#116) Phpdocs for function readaloud_reset_gradebook has incomplete parameters list
(#471) Phpdocs for function readaloud_dotask has incomplete parameters list
(#509) Phpdocs for function readaloud_add_instance has incomplete parameters list
(#584) Phpdocs for function readaloud_update_instance has incomplete parameters list
(#715) Phpdocs for function readaloud_user_outline has incomplete parameters list
(#745) Phpdocs for function readaloud_print_recent_activity has incomplete parameters list
(#775) Phpdocs for function readaloud_print_recent_mod_activity has incomplete parameters list
(#817) Phpdocs for function readaloud_scale_used has incomplete parameters list
(#836) Phpdocs for function readaloud_scale_used_anywhere has incomplete parameters list
(#942) Phpdocs for function readaloud_extend_navigation has incomplete parameters list
(#761) Inline phpdocs tag {@link readaloud_print_recent_mod_activity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#858) Inline phpdocs tag {@link file_browser::get_file_info_context_module()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#956) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#957) 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/readaloud/manageattempts.php
(#77) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
mod/readaloud/modelaudio.php
(#161) Found comment starting with three or more slashes
mod/readaloud/push.php
(#148) Found comment starting with three or more slashes
mod/readaloud/reports.php
(#85) Found comment starting with three or more slashes
mod/readaloud/rsquestion/managersquestions.php
(#93) Found comment starting with three or more slashes
mod/readaloud/tabs.php
(#32) Found comment starting with three or more slashes
mod/readaloud/view.php
(#88) 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/readaloud/db/upgrade.php
Detected fewer 'if' blocks (34) than 'savepoint' calls (39). Repeated savepoints?
version 2021090300 has wrong savepoint call with version 2021093000

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

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

mod/readaloud/templates/audioplayer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “src” on element “audio”: Must be non-empty. (ont'> <audio id='_mod_readaloud_hiddenaudioplayer' src='' class="mod_readaloud_hiddenaudioplayer nomediaplugin nopoodll" crossorigin="anonymous"></audi)
(#1) HTML Validation info, line 16: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) (/div> <div class="mod_readaloud_audioplayer_time" aria-label="audio time">00:00<)
(#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'], function($, log) {
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( var selectors ={
(#1) ESLint warning [camelcase]: Identifier 'bar_front' is not in camel case. ( bar_front: '#_mod_readaloud_audioplayer .mod_readaloud_audioplayer_bar_front',
(#1) ESLint error [semi]: Missing semicolon. ( }
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( var skipinterval =15;
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( init: function(){
(#1) ESLint warning [space-infix-ops]: Operator '===' must be spaced. ( if (theplayer.attr('data-init')==='done'){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( if (theplayer.attr('data-init')==='done'){
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( this.vplayer= $(selectors.player);
(#1) ESLint warning [camelcase]: Identifier 'bar_front' is not in camel case. ( this.bar_front = $(selectors.bar_front);
(#1) ESLint warning [space-infix-ops]: Operator '+' must be spaced. ( log.debug('duration is '+this.duration);
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //update time if audio duration is known, if not wait for loadedmetadata event
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //update time if audio duration is known, if not wait for loadedmetadata event
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(!isNaN(this.duration)){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( if(!isNaN(this.duration)){
(#1) ESLint warning [camelcase]: Identifier 'register_events' is not in camel case. ( register_events: function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( register_events: function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(this.ppbutton).on('click',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(this.ppbutton).on('click',function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(this.backbutton).on('click',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(this.backbutton).on('click',function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(this.forwardbutton).on('click',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(this.forwardbutton).on('click',function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(this.hplayer).on('timeupdate',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(this.hplayer).on('timeupdate',function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(this.hplayer).on('ended',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(this.hplayer).on('ended',function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(that.ppbutton).attr('data-state','ended');
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(that.ppbutton).attr('data-state','paused');
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(that.ppbutton).attr('data-state','playing');
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(this.hplayer).on('loadedmetadata',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( $(this.hplayer).on('loadedmetadata',function(){
(#1) ESLint warning [space-infix-ops]: Operator '+' must be spaced. ( log.debug('duration is '+that.duration);
(#1) ESLint warning [camelcase]: Identifier 'toggle_play' is not in camel case. ( toggle_play: function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( toggle_play: function(){
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(this.hplayer.paused){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( if(this.hplayer.paused){
(#1) ESLint warning [promise/always-return]: Each then() should return a value or throw ( this.hplayer.play().then(function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( this.hplayer.play().then(function(){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(that.ppbutton).attr('data-state','playing');
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( }).catch(function(){
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( $(that.ppbutton).attr('data-state','paused');
(#1) ESLint warning [camelcase]: Identifier 'update_time' is not in camel case. ( update_time: function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( update_time: function(){
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //update the progress bar
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //update the progress bar
(#1) ESLint warning [space-infix-ops]: Operator '/' must be spaced. ( var percent = (this.hplayer.currentTime/this.duration)*100;
(#1) ESLint warning [space-infix-ops]: Operator '*' must be spaced. ( var percent = (this.hplayer.currentTime/this.duration)*100;
(#1) ESLint warning [space-infix-ops]: Operator '+' must be spaced. ( $(this.bar_front).css('width', percent+'%');
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //update the time display
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //update the time display
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "switch". ( switch(percent) {
(#1) ESLint error [max-len]: This line has a length of 145. Maximum allowed is 132. ( $(this.timedisplay).text(this.formatAudioTime(this.hplayer.currentTime) + '/' + this.formatAudioTime(this.duration));
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //handle back and forward buttons
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //handle back and forward buttons
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(this.hplayer.currentTime < skipinterval) {
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(this.hplayer.currentTime > (this.duration - skipinterval)) {
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
(#1) ESLint warning [camelcase]: Identifier 'skip_back' is not in camel case. ( skip_back: function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( skip_back: function(){
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(this.hplayer.currentTime > skipinterval) {
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
(#1) ESLint warning [camelcase]: Identifier 'skip_forward' is not in camel case. ( skip_forward: function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( skip_forward: function(){
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(this.hplayer.currentTime < (this.duration - skipinterval)) {
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( formatAudioTime: function (currentTime) {
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //init the player
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //init the player
mod/readaloud/templates/bigbuttonmenu.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/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 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/readaloud/templates/listenandrepeat.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: CSS: “height”: Too many values or values are not recognized. ( <div id="ttrec_container_" tabindex="0" class="mod_readaloud_ttrec_waveButtonContainer" style="display: none; height: px; margin-bottom:10px"> )
(#1) HTML Validation error, line 6: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (e="false"><label for="shadow">&nbsp;)
mod/readaloud/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/readaloud/templates/manybuttonsmenu.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/modalcontainer.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/modalcontent.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/multichoicetextcontent.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
mod/readaloud/templates/openclosedates.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/quiz.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/reportsmenu.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/smallreport.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/smallreportcards.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
mod/readaloud/templates/smallreportheading.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/smallreportplayer.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/smallreportrating.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/smallreportstars.mustache
(#1) Example context missing (@template section not found.)
mod/readaloud/templates/textutils.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 17: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ud))</div><br/> )
(#1) HTML Validation error, line 18: Stray end tag “input”. (daloud))"></input> )
(#1) HTML Validation info, line 25: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ud))</div><br/> )
(#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/notification','mod_readaloud/textutils'],function($,notification,textutils) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/notification','mod_readaloud/textutils'],function($,notification,textutils) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/notification','mod_readaloud/textutils'],function($,notification,textutils) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/notification','mod_readaloud/textutils'],function($,notification,textutils) {
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( require(['jquery','core/notification','mod_readaloud/textutils'],function($,notification,textutils) {
(#1) ESLint warning [space-infix-ops]: Operator '=' must be spaced. ( var passagelanguage= $("#id_ttslanguage");
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //toggle the container
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //toggle the container
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //also toggle the buttons
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //also toggle the buttons
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( generatebutton.on('click',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( generatebutton.on('click',function(){
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //show a spinner
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //show a spinner
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //no super long readings or empty ones
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //no super long readings or empty ones
(#1) ESLint error [no-unused-vars]: 'language' is assigned a value but never used. ( var language = 'en-US';
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( textutils.call_ai(theprompt, passagelanguage.val(), '', 'generate_article', function (thearticle) {
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(currentText !==''){
(#1) ESLint warning [space-infix-ops]: Operator '!==' must be spaced. ( if(currentText !==''){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( if(currentText !==''){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( "((cancel%2C+mod_readaloud))",fetchPassageFunc);
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( simplifybutton.on('click',function(){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( simplifybutton.on('click',function(){
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //show a spinner
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //show a spinner
(#1) ESLint error [no-unused-vars]: 'theprompt' is assigned a value but never used. ( var theprompt = promptbox.val();
(#1) ESLint warning [capitalized-comments]: Comments should not begin with a lowercase character. ( //no super long readings or empty ones
(#1) ESLint warning [spaced-comment]: Expected space or tab after '//' in comment. ( //no super long readings or empty ones
(#1) ESLint warning [space-before-function-paren]: Unexpected space before function parentheses. ( textutils.call_ai(currentText, passagelanguage.val(), simplifyLevel, 'rewrite_article', function (thearticle) {
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "if". ( if(currentText !==''){
(#1) ESLint warning [space-infix-ops]: Operator '!==' must be spaced. ( if(currentText !==''){
(#1) ESLint warning [space-before-blocks]: Missing space before opening brace. ( if(currentText !==''){
(#1) ESLint warning [comma-spacing]: A space is required after ','. ( "((cancel%2C+mod_readaloud))",fetchPassageFunc);
(#1) ESLint warning [keyword-spacing]: Expected space(s) before "else". ( }else{
(#1) ESLint warning [keyword-spacing]: Expected space(s) after "else". ( }else{
mod/readaloud/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_" tabindex="0" class="mod_readaloud_ttrec_waveButtonContainer" style="display: none; height: px; margin-bottom:10px"> )

Gherkin .feature problems

(0 errors, 0 warnings)

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